* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  background: #fff;
}

body {
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.main {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 100px;
  background: #fff;
}

header .main {
  width: 1300px;
}

header .logo {
  margin-right: 10px;
  float: left;
}

header .logo .logo_img {
  float: left;
  height: 100px;
}

header .logo .logo_text {
  float: left;
  display: block;
  margin-top: 40px;
  height: 30px;
}

header .nav {
  float: left;
  margin-top: 40px;
}

header .nav a {
  height: 25px;
  display: block;
  float: left;
  margin-left: 50px;
  position: relative;
  width: 90px;
}

header .nav img {
  position: absolute;
  height: 100%;
  z-index: 10;
}

header .nav .active::before {
  content: '';
  position: absolute;
  left: -15px;
  bottom: -5px;
  height: 25px;
  width: 25px;
  background: skyblue;
  background: url(../images/icon_mask.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

header .nav a:hover::before {
  content: '';
  position: absolute;
  left: -15px;
  bottom: -5px;
  height: 25px;
  width: 25px;
  background: skyblue;
  background: url(../images/icon_mask.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

header .input {
  height: 30px;
  float: left;
  margin-top: 40px;
}

header .input .ipt {
  box-sizing: border-box;
  border-radius: 30px;
  height: 26px;
  outline: none;
  border: none;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2) inset;
  float: left;
  margin-right: 20px;
  padding: 0 5px;
}

header .input .btn1 {
  height: 30px;
  margin-right: 15px;
  width: 60px;
  background: #fceadd;
  border-radius: 15px;
  position: relative;
  float: left;
}

header .input .btn1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

header .input .icon {
  float: left;
  height: 30px;
  cursor: pointer;
}

header .input .icon_tips {
  position: relative;
  display: block;
}

header .input .icon_tips::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 0;
  width: 5px;
  height: 5px;
  background: #eb6969;
  border-radius: 50%;
}

header .input .user {
  float: left;
  margin: 0 15px;
  margin-top: -5px;
  height: 40px;
}

header .input .btn2 {
  height: 30px;
  width: 60px;
  margin-right: 15px;
  background: url(../images/icon_btn.png) center no-repeat;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
  float: left;
}

#banner {
  width: 1300px;
  margin: 0 auto;
  margin-top: 10px;
}

#banner img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
}

#more_a {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

#more_a img {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
}

#more_a a {
  position: absolute;
  width: 300px;
  line-height: 130px;
  top: 0px;
  display: block;
  text-align: center;
  font-size: 30px;
  left: 0px;
  color: #999999;
}

.box1 {
  background: #fff;
  padding-top: 40px;
}

.box1 .left_text {
  width: 35%;
  float: left;
  padding: 40px 0;
}

.box1 .left_text h1 {
  color: #ecb286;
  font-size: 60px;
}

.box1 .left_text h2 {
  font-size: 60px;
  letter-spacing: 10px;
  margin: 10px 0;
}

.box1 .left_text p {
  font-size: 20px;
  margin-top: 20px;
  color: #999;
}

.box1 .left_text .btn_box {
  margin-top: 60px;
}

.box1 .left_text .btn_box a {
  display: block;
  float: left;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
}

.box1 .left_text .btn_box a:nth-child(1) {
  margin-right: 30px;
  background: #ecb286;
}

.box1 .left_text .btn_box a:nth-child(2) {
  border: 2px solid #eee;
}

.box1 .right_img {
  width: 65%;
  float: right;
}

.box1 .right_img img {
  width: 100%;
}

.box2 {
  background: #fff;
  padding-bottom: 60px;
}

.box2 .title {
  width: 100%;
  height: 80px;
}

.box2 .title .title_left {
  float: left;
  height: 100%;
  width: 200px;
  position: relative;
}

.box2 .title .title_left img {
  height: 60px;
}

.box2 .title .title_left .name {
  position: absolute;
  z-index: 10;
}

.box2 .title .title_left .mask {
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: -10px;
  z-index: 1;
  transform: rotate(-60deg);
}

.box2 .title .title_right {
  float: right;
}

.box2 .title .title_right .logo {
  height: 100px;
  margin-top: -20px;
}

.box2 .title .title_right .logo_text {
  height: 30px;
  vertical-align: middle;
  margin-top: -80px;
}

.box2 .type_box {
  margin-top: 20px;
  width: 200px;
  height: 80px;
  background: #da8067;
  border-radius: 10px 10px 10px 0;
  position: relative;
  box-shadow: 3px 5px 10px rgba(218, 128, 103, 0.3);
  z-index: 999999;
}

.box2 .type_box .type_dog {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 80px;
  cursor: pointer;
}

.box2 .type_box .type_dog img {
  margin-top: 10px;
  margin-left: 10px;
  height: 70%;
}

.box2 .type_box .type_cat {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background: #fff;
  border-radius: 10px;
  height: 80px;
  text-align: center;
  cursor: pointer;
}

.box2 .type_box .type_cat img {
  height: 70%;
  margin-top: 10px;
}

.box2 #catContent {
  display: none;
}

.box2 .name_content {
  width: 100%;
  padding: 60px 20px;
  padding-bottom: 0;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  box-shadow: 3px 5px 10px 5px rgba(218, 128, 103, 0.2);
  z-index: 999;
  position: relative;
  min-height: 420px;
}

.box2 .name_content .mid_info {
  margin: 0 50px;
}

.box2 .name_content .mid_info .info_img {
  background: #f9e9b0 !important;
}

.box2 .name_content .name_info {
  width: 30%;
  height: 120px;
  float: left;
  position: relative;
  margin-bottom: 60px;
}

.box2 .name_content .name_info .info_img {
  position: absolute;
  width: 120px;
  height: 100px;
  border-radius: 20px;
  background: #efbf9a;
  z-index: 10;
}

.box2 .name_content .name_info .info_img img {
  position: absolute;
}

.box2 .name_content .name_info .info_img .img1 {
  width: 300px;
  top: -100px;
  left: -75px;
}

.box2 .name_content .name_info .info_img .img2 {
  width: 200px;
  top: -50px;
  left: -50px;
}

.box2 .name_content .name_info .info_img .img3 {
  width: 260px;
  top: -60px;
  left: -80px;
}

.box2 .name_content .name_info .info_img .img4 {
  width: 200px;
  top: -70px;
  left: 0;
}

.box2 .name_content .name_info .info_img .img5 {
  width: 220px;
  top: -60px;
  left: -60px;
}

.box2 .name_content .name_info .info_img .img6 {
  width: 170px;
  top: -60px;
  left: -30px;
}

.box2 .name_content .name_info .info_img .cat1 {
  width: 150px;
  top: -10px;
  left: 0;
}

.box2 .name_content .name_info .info_img .cat2 {
  width: 200px;
  top: -15px;
  left: 10px;
}

.box2 .name_content .name_info .info_text {
  width: 70%;
  background: transparent;
  position: absolute;
  z-index: 100;
  border-radius: 20px;
  top: 10px;
  left: 100px;
  padding: 5px 20px;
  padding-left: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: block;
  box-sizing: border-box;
}

.box2 .name_content .name_info .info_text .img_box {
  position: absolute;
  left: 30px;
  top: -10px;
  width: 28px;
  height: 40px;
  background: url(../images/icon_mask2.png) no-repeat;
  background-size: cover;
}

.box2 .name_content .name_info .info_text .img_box img {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  top: 3px;
  transform: translate(-50%);
  background: #fff;
  border-radius: 50%;
}

.box2 .name_content .name_info .info_text h3 {
  font-size: 16px;
  margin-left: 50px;
  color: #222;
  margin-bottom: 5px;
}

.box2 .name_content .name_info .info_text span {
  display: inline-block;
  width: 45%;
  font-size: 12px;
  color: #333;
}

.box2 .name_content .name_info .info_text .row {
  width: 100%;
}

.box3 {
  background: #fff;
  height: 850px;
}

.box3 .box3_left {
  width: 50%;
  height: 100%;
  background: fff;
  float: left;
  position: relative;
}

.box3 .box3_left .box3_title {
  position: relative;
  height: 400px;
  margin-bottom: 15px;
}

.box3 .box3_left .box3_title .box3_bg {
  position: relative;
  height: 100%;
  z-index: 10;
}

.box3 .box3_right {
  width: 50%;
  height: 100%;
  float: right;
  background: #fff;
  position: relative;
  padding-top: 30px;
}

.box3 .box3_right .box3_info {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.box3 .box3_info {
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 30px;
}

.box3 .box3_info .info_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
}

.box3 .box3_info .info_left img {
  height: 100%;
}

.box3 .box3_info .icon_mask {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-60deg);
}

.box3 .box3_info .info_text {
  position: absolute;
  top: 10px;
  left: 80px;
}

.box3 .box3_info .info_text .info {
  width: 300px;
  min-height: 40px;
  border-radius: 20px;
  background: #fdf9eb;
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
  padding: 3px 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.box3 .box3_info .info_text .info_b {
  cursor: pointer;
}

.box3 .box3_info .info_text .info_b p {
  opacity: 0;
  transition: 0.3s;
}

.box3 .box3_info .info_text .info_b:hover p {
  opacity: 1;
}

.box3 .box3_info .info_right {
  position: absolute;
  left: 400px;
  top: 10px;
}

.box3 .box3_info .info_right .icon {
  display: block;
  width: 30px;
}

.box3 .box3_info .info_right .icon_eye {
  margin-top: 10px;
}

.box3 .box3_info .info_right .icon_good {
  margin-top: 55px;
}

.box4 {
  background: #fff;
  height: 1000px;
}

.box4 .main {
  overflow: hidden;
}

.box4 .title {
  position: absolute;
  right: -20px;
  top: 0;
}

.box4 .title .care {
  width: 100px;
  position: relative;
  z-index: 10;
}

.box4 .title .mask {
  position: relative;
  z-index: 1;
  width: 30px;
  bottom: -10px;
  right: 20px;
  transform: rotate(-60deg);
}

.box4 .mask1 {
  width: 100px;
  position: absolute;
  top: 150px;
  left: -20px;
}

.box4 .mask2 {
  width: 100px;
  position: absolute;
  top: 350px;
  right: -20px;
  transform: rotate(-60deg);
}

.box4 .box4_img {
  width: 500px;
  position: absolute;
  top: 15%;
  left: 45%;
  transform: translateX(-50%);
}

.box4 .box4_img img {
  width: 100%;
}

.box4 .info_title {
  margin-bottom: 10px;
}

.box4 .info_title img {
  width: 40px;
  float: left;
  margin-right: 20px;
}

.box4 .info_title h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.box4 .info_title h4 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  letter-spacing: 2px;
}

.box4 .info_text {
  width: 100%;
}

.box4 .info_text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: justify;
  letter-spacing: 2px;
  margin-left: 60px;
}

.box4 .info1 {
  width: 450px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.box4 .info2 {
  width: 500px;
  position: absolute;
  left: 40px;
  bottom: 200px;
}

.box4 .info3 {
  width: 400px;
  position: absolute;
  right: 80px;
  top: 140px;
}

.box4 .info4 {
  width: 450px;
  position: absolute;
  right: 100px;
  bottom: 40px;
}

.box5 {
  background: #fff;
  width: 100%;
}

.box5 img {
  width: 100%;
}

.foot {
  width: 100%;
  height: 100px;
  background: #fbf2d0;
  text-align: center;
  line-height: 100px;
  color: #EEBE99;
}

.item_box {
  width: 100vw;
  background: #fff;
}

.item_box .logo {
  position: absolute;
  top: 30px;
  right: 50px;
  height: 100px;
}

.item_box .logo .logo_img {
  height: 100%;
}

.item_box .logo .logo_text {
  height: 30px;
  margin-top: 40px;
  vertical-align: top;
}

.item_box .left_item {
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 600px;
  background: #f7e39c;
  padding: 50px;
}

.item_box .left_item .back {
  display: block;
  width: 100px;
}

.item_box .left_item .back img {
  width: 100%;
}

.item_box .left_item .item_dog {
  position: absolute;
  width: 600px;
  bottom: -110px;
  left: -10px;
}

.item_box .right_btn {
  position: absolute;
  height: 50px;
  top: 33%;
  left: 42%;
}

.item_box .right_btn .btn {
  float: left;
  cursor: pointer;
  height: 50px;
  box-shadow: 1px 3px 10px 0 rgba(255, 131, 97, 0.7);
}

.item_box .right_btn .btn_text {
  margin-left: 40px;
  width: 150px;
  text-align: center;
  line-height: 50px;
  background: #ff8361;
  border-radius: 15px;
  color: #fff;
}

.item_box .right_btn .btn_heart {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #ff8361;
  position: relative;
}

.item_box .right_btn .btn_heart img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.item_box .right_item {
  position: absolute;
  z-index: 10;
  width: 800px;
  height: 350px;
  top: 45%;
  left: 35%;
  padding: 20px 100px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.item_box .right_item .mask {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_box .right_item .icon_sex {
  width: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.item_box .right_item .item_title {
  position: relative;
  padding-top: 20px;
}

.item_box .right_item .item_title .img_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 78px;
  background: url(../images/icon_mask2.png) no-repeat;
  background-size: cover;
}

.item_box .right_item .item_title .img_box img {
  position: absolute;
  width: 45px;
  left: 50%;
  top: 6px;
  transform: translate(-50%);
  background: #fff;
  border-radius: 50%;
}

.item_box .right_item .item_title h2 {
  font-size: 36px;
  font-weight: normal;
  margin-left: 100px;
  margin-bottom: 20px;
}

.item_box .right_item .row {
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

.item_box .right_item .row .col {
  width: 49%;
  float: left;
}

.item_box .right_item .row .col-f {
  width: 100%;
}

.item_box .right_item .row .label {
  color: #999;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.item_box .right_item .row .item {
  font-weight: 600;
  letter-spacing: 5px;
}