/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
body {
    font-size: 14px;
    color: #1d1d1d;
    font-family: "Playfair Display", serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 500;
}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #1d1d1d}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}
.showmenu.nav-ul-box {
  left: 0;
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: rgba(255, 255, 255, .4);border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}


.pages {
  text-align: center;
  padding: 50px 0 0;
}

.pages li {
  display: inline-flex;
  border: 1px solid #ddd;
}
.pages li:hover {text-decoration: underline;}
.underline {text-decoration: underline;}
.pages li a {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  padding: 0 12px;
}

.pages li span {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 0 12px;
}

.pages .iconfont {font-size: 14px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#9e826d;
  border-color: #9e826d;
  color: #fff;
}
.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}

.lan {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.png) no-repeat right center;
  padding-right: 16px;
}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.mobile-img {display: none;}

.menu {
  margin-left: 12px;
  cursor: pointer;
  display: none;
}

.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #9e826d;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


/* .head-top + .head-bj .menu i {} */



.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Serif JP", serif;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Serif JP", serif;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Serif JP", serif;
}

.up-btn .iconfont{font-size: 20px;color: #fff;font-weight: 600;}
.up-btn {position: fixed;bottom: 20%;z-index: 99;display: flex;width: 34px;height: 34px;background-color: #1E1E1E;justify-content: center;align-items: center;color: #fff;right: 4.16vw;}
img[class*=avatar] {border-radius: 50%;}
.hover-theme a:hover {color: #9e826d;}
.hover-show-a a:hover {opacity: 0.6;}
.hover-show-btn:hover {opacity: 0.6;}
.hover-tit a:hover [class*=tit] {color: #9e826d;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}

[class*=btn] {cursor: pointer;}
.col-red {color: #E7240E;}
input.upload-file,input.upload-file1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}


@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0%{ opacity: 0; padding-top: 40px; }
  100%{opacity: 1; padding-top: 25px; }
}



@media (min-width:992px) {
  
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}
.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;color: #fff;}

.gx_ {width: 16px;height: 16px;position: relative;vertical-align: middle;}
.gx_::after {content: "";display: block;width: 100%;height: 100%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border: 1px solid #000;border-radius: 50%;left: 50%;position: absolute;}
.gx_:checked::after {background: #000 url(../img/gx.png) no-repeat center;background-size: 80% auto;}


.vjs-poster {background-size: cover;}
.video-js {width: 100%;height: 100%;}
.video-js .vjs-tech {
  object-fit: cover;
}


.center-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.center-box2 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}


@keyframes scroll {
  0% {
      transform: translateX(-100%);
  }

  100% {
      transform: translateX(100%);
  }
}

.read-more-btn {
  display: inline-flex;
  width: 110px;
  height: 36px;
  background-color: #e1dad2;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
}

.head-top {
  background-color: #000000;
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}


.pet-list-ul .more{
        margin-top: 50px;
    font-size: 24px;

}
.swiper-head {
  height: 36px;
}

/* .head {
  padding: 20px 0;
} */
.head-bj {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(157, 129, 108, .4);
}
.head-top + .head-bj {
  background-color: #a9a39a;
  box-shadow: none;
}

.petpage-tit {
  font-size: 36px;
  font-weight: 600;
}

.petpage-desc {

  line-height: 1.875em;
}

.petpage-desc strong {
  font-size: 24px;
}
.swiper-video-box {
  padding-top: 100%;
}


.head-nav-ul>li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 2.60vw;
  padding:35px 0;
  position: relative;
}

.head-nav-ul>li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #9d816c;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  transition: width .3s ease;
  width: 0;
}

.head-nav-ul>li.on::after,.head-nav-ul>li:hover:after  {
  width: 100%;
} 

.head-nav-ul>li.on .drop-tab a,.head-nav-ul>li:hover .drop-tab a {
  color: #9d816c;
}

.head-top + .head-bj .drop-tab a {
  color: #fff;
}

.nav-postion-pd {
  padding: 30px 0;
}

.nav-postion {
  font-size: 16px;
}


.logo-img {
  display: block;
  max-width: 30.20vw;
}

.logo-white {
  display: none;
}

.head-top + .head-bj .logo-white {
  display: block;
}

.head-top + .head-bj .logo-brown {
  display: none;
}

.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}


.banner-word {
  position: absolute;
  width: 100%;
  top: 20%;
  z-index: 99;
}

.banner-vice-tit {
  font-size: 16px;
  font-weight: 600;
}

.banner-tit {
  font-size: 60px;
  font-weight: 600;
}

.banner-btn {
  display: inline-flex;
  height: 50px;
  border: 1px solid #9d816c;
  border-radius: 999px;
  align-items: center;
  padding: 5px 5px 5px 15px;
  width: 175px;
  justify-content: space-between;
  font-weight: 600;
  transition: all .3s ease;
}

.banner-btn:hover {
  background-color: #9d816c;
  color: #fff;
}

.swiper-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.icon-arr-right {
  display: inline-flex;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #9d816c;
  font-size: 20px;
  transition: all .3s ease;
}

.banner-btn:hover .icon-arr-right {
  background-color: #fff;
  color: #9d816c;
  transform: rotate(45deg);
}

.normal-tit {
  font-size: 48px;
  font-weight: 600;
  max-width: 100vw;
  overflow: hidden;
  /* text-transform: uppercase; */
}

.footer-logo {
  max-width: 582px;
}

.media-img {
  width: 48px;
}


.normal-pd {
  padding: 90px 0;
}

.normal-pd2 {
  padding: 0 0 130px;
}

.normal-pd3 {
  padding: 90px 0 130px;
}

.normal-pd4 {
  padding: 0 0 90px;
}

.ourpet-grid {
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  grid-template-columns: 46.15% 25.25% 23.38%;
  -ms-grid-columns: 46.15% 2.61% 25.25% 2.61% 23.38%;
  grid-template-rows: auto auto;
  -ms-grid-rows: auto 2.61% auto;
  gap: 2.61% 2.61%;
}

.ourpet-grid-item:nth-of-type(1) {
  grid-row-start: span 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourpet-grid-item:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row-span: 2;
  grid-column-start: span 2;
}

.ourpet-grid-item:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  background-color: #bcb2a6;
  padding: 3.64vw 3.125vw;
}

.ourpet-grid-item:nth-of-type(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.ourpet-img {
  display: block;
  width: 100%;
}

.normal-mt {
  margin-top: 60px;
}

.legally-img,.swiper-certi-img {
  max-height: 100%;
}

.swiper-certi .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourpet-inner {
  background-color: #f9f8f6;
  padding: 4.68vw 1.56vw;
  height: 100%;
  display: block;
}

.ourpet-inner-tit {
  font-size: 24px;
  font-weight: 600;
}

.ourpet-inner-desc {
  margin-top: 20px;
}


.list-top-img  {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-flag {
  display: inline-flex;
  width: 53px;
  height: 53px;
  background-color: #9d816c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  transition: all .3s ease;
}

.our-pet-list-top {
  padding-top: 100%;
}

.service-ul>li {
  width: 49.23%;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
  transition: all .3s ease;
  cursor: pointer;
}

.service-ul>li:hover {
  background-color: #9d816c;
  color: #fff;
}

.service-ul>li:hover .service-flag {
  background-color: #fff;
  color: #9d816c;
}

.service {
  background-color: #e8e3dc;
}

.service-tit {
  font-size: 20px;
  font-weight: 600;
}

.service-desc {
  font-size: 16px;
  line-height: 1.875em;
}
.ourpet-icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-flex;
}
.ourpet-icon::before,.ourpet-icon::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ourpet-icon::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.aboutpet {
  padding: 10.41vw 0;
  min-height: 40.93vw;
}

.aboutpet-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #bcb2a6;
}


.normal-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto; 
}

.swiper-normal-btn {
  width: 37px;
  height: 37px;
  background-color: #9d816c;
  border-radius: 50%;
}

.swiper-legally .swiper-slide {
  height: 217px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(250,250,250,1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-normal-btn::after {
  content: "";
}


.legally-tit {font-size: 30px;font-weight: 600;}
.legally-desc {font-size: 16px;line-height: 1.875em;}

.normal-desc {
  line-height: 2.25em;
  color: #222121;
  max-width: 770px;
  font-size: 16px;
}

.aboutpet-btn {
  display: inline-flex;
  width: 195px;
  height: 62px;
  background-color: #f9f8f6;
  color: #1d1d1d;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.pet-list-ul>li {
  margin-top: 9.375vw;
}

.pet-img-box {
  flex: 1;
  padding: 0 25px 3.90vw;
  position: relative;
}


.pet-list-ul>li:nth-of-type(2n+1) .pet-img-box:nth-of-type(1) {
  flex: 1.56;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.pet-list-ul>li:nth-of-type(2n) .pet-img-box:nth-of-type(3)
{
  flex: 1.56;
  padding-bottom: 0;
}

.pet-list-ul>li:nth-of-type(2n+1) .pet-img-box:nth-of-type(3) {
  padding-left: 0;
  padding-right: 0;
}

.pet-list-ul>li:nth-of-type(2n+1) .pet-img-box:first-child .pet-img-group{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  width: calc(100% - 50px);
}

.pet-list-ul>li:nth-of-type(2n) .pet-img-box:first-child {
  padding-left: 0;
  padding-right: 0;
}

.pet-list-ul>li:nth-of-type(2n) .pet-img-box:nth-of-type(3) .pet-img-group
 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  width: calc(100% - 50px);
}

.pet-img-outer{
  display: flex;
  margin-top: 30px;
}

.pet-list-img {
  display: block;
  width: 100%;
  position: relative;
}


.pet-img-group::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid #e1dad2;
  left: 0;
  bottom: 0;
  display: none;
}

.pet-list-ul>li:nth-of-type(2n+1) .pet-img-box:nth-of-type(1) .pet-img-group::before{
  display: block;
  transform: translate(-20px,20px);
}


.pet-list-ul>li:nth-of-type(2n) .pet-img-box:nth-of-type(3) .pet-img-group::before {
  display: block;
  transform: translate(20px,20px);
}

.pet-list-ul>li:nth-of-type(2n+1) .pet-img-tit {
  text-align: right;
}

.pet-img-tit {
  font-size: 60px;
  position: relative;
  z-index: 9;
  mix-blend-mode: color-dodge;
  color: #9d816c;
  transform: translate(0,0);
  letter-spacing: 2px;
}

.trophy {
  background:linear-gradient(to bottom,#ddd4c8,transparent);
}

.trophy-ul>li {
  width: 31.92%;
  margin-left: 2.11%;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.trophy-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.trophy-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(79, 64, 53, .77);
  transform: translate(0,100%);
  color: #fff;
  padding: 6.25vw 1.56vw 0;
  transition: all .3s ease;
  overflow: auto;
}

.swiper-trophy .swiper-slide {
  overflow: hidden;
}

.swiper-trophy .swiper-slide:hover .trophy-mask  {
  transform: translate(0,0%);
}

.swiper-trophy {
  margin-top: 50px;
}

.trophy-mask-tit {
  font-size: 24px;
}

.swiper-trophy-pagination {
  position: static;
  padding-top: 20px;
}

.swiper-trophy-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9d816c;
}

.trophy-vice-tit {
  font-size: 18px;
}

.trophy-desc {
  line-height: 2.25em;
  font-family:'Bahnschrift',-apple-system,system-ui,BlinkMacSystemFont,"Helvetica Neue","Helvetica",sans-serif;
}

.normal-bj {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.normal-tit-line {
  padding: 0 25px;
}

.normal-tit-line::before,.normal-tit-line::after {
  content: "";
  width: 296px;
  height: 2px;
  position: absolute;
  top: 50%;
}
.normal-tit-line::before {
  left: 0;
  transform: translate(-100%,-50%);
  background: linear-gradient(to right,transparent,#9e826d);
}

.normal-tit-line::after {
  right: 0;
  transform: translate(100%,-50%);
  background: linear-gradient(to right,#9e826d,transparent);
}

.col-fff .normal-tit-line::before {
  background: linear-gradient(to right,transparent,#fff);
}

.col-fff .normal-tit-line::after {
  background: linear-gradient(to right,#fff,transparent);
}
.why-ul-top {
  font-size: 0;
}
.why-img {
  height: 47px;
}
.why-ul>li {
  width: 25%;
  padding: 0 15px;
  margin-top: 3.64vw;
}

.why-tit {
  font-size: 18px;
  margin-top: 20px;
}

.why-desc {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.why::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(79, 64, 53, .77);
}


.footer {
  padding: 90px 0 0;
  background-color: #f9f8f6;
}

.footer-links {
  font-size: 16px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 600;
  margin-top: 40px;
}

.footer-links a:hover {
  color: #9e826d;
}
.footer-links>li {
  display: inline-block;
  padding: 25px 0;
  margin: 0 20px;
  text-transform: uppercase;
}

.footer-info {
  padding: 50px 0;
  border-bottom: 1px solid #c2c2c2;;
}

.footer-info-data {
  font-size: 16px;
}

.footer-info-tel {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}

.footer-info-right {
  padding-left: 10px;
}

.footer-info-ul>li { margin-right: 40px;}
.footer-bott {
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
}

.media-links {
  margin-left: 15px;
  font-size: 0;
}
.media-img {
  transition: all .3s ease;
}
.media-img:hover {
  transform: translate3d(0,-15px,0);
}

.our-pet-list-bott {
  line-height: 1.875em;
  font-size: 16px;
  padding:20px 0 0 ;
}

.our-pet-list>li {
  width: 23.38%;
  margin-left: 2.16%;
  margin-top: 50px;
}

.our-pet-list>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.our-pet-list-box {
  overflow-x: hidden;
}
.our-pet-list::before {
  content: "";
  width: 22.30vw;
  padding-top: 22.30vw;
  border-radius: 50%;
  background: linear-gradient(to right,transparent,rgba(225,218,210,0.5));
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translate(50%,0);
}

.our-pet-list::after {
  content: "";
  width: 22.30vw;
  padding-top: 22.30vw;
  border-radius: 50%;
  background: linear-gradient(to bottom,transparent,rgba(225,218,210,0.5));
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 0;
  transform: translate(-50%,0);
}

.br10 {
  border-radius: 10px;
}

.petpage-share {
  width: 104px;
  display: inline-flex;
  height: 42px;
  background-color:#bcb2a6;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}

.petpage-left {
  width: 44.61%;
}

.petpage-right {
  width: 37.23%;
}

.video-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-btn {
  width: 70px;
  height: 70px;
  background: url(../img/play.png) no-repeat center;
  background-size: 100% 100%;
}
.video-btn.pause {
  background-image: url(../img/pause.png);
  background-size: 100% 100%;
}
.video-js .vjs-tech {
  object-fit: cover;
}
.vjs-poster {background-size: cover;}

.swiper-video-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-video-pagination .swiper-pagination-bullet-active {
  background-color: #9d816c;
}

.petpage-tit {
  font-size: 20px;
}

.petpage-desc strong {
  font-size: 16px;
}

.contact-tit {
  font-size: 20px;
  color: #9d816c;
}

.contact-ileft {
  padding: 40px 30px;
  width: 53.07%;
}

.br20 {
  border-radius: 20px;
}

.contact-iright {
  width: 44.38%;
}


.hornor-info {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
}

.horno-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../img/hornor.png) no-repeat center;
  background-size: auto;
  position: absolute;
  left: 0;
  top: 5px;
}

.hornor-ul>li {
  width: 50%;
  margin-top: 20px;
  background: linear-gradient(to right,rgba(158,130,109,0.6),transparent);
}



.hornor-right {
  padding: 20px;
}

.hornor-left {
  width: 47.84%;
}

.contact-shadow {
  box-shadow: 0 0 18px rgba(157,129,108,0.56);
}

.hornor-tit {
  font-size: 22px;
}

.hornor-desc {
  font-size: 16px;
  font-weight: 600;
}

.el-input-box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.el-cont-val {
  width: 100%;
  flex: 1;
  height: 45px;
  padding: 0 15px;
}

.el-cont-width {
  width: 48%;
}

.el-dt {
  font-size: 16px;
  color: #9d816c;
}

.el-cont-text {
  height: 170px;
  padding: 15px;
  resize: none;
  width: 100%;
}

.el-sub-btn {
  display: inline-flex;
  width: 122px;
  height: 52px;
  background-color: #9d816c;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}


.about_us_left {
  width: 49.46%;
}

.about_us_right {
  width: 46.92%;
}

.about_us_desc {
  line-height: 1.875em;
  font-size: 16px;
}

.photos-wall {
  overflow-x: hidden;
}


.tempWrap {
  width: 100%!important;
}
.picList>li {
  width: calc(25% - 20px);
  margin: 0 10px;
  float: left;
  font-size: 0;
}

@media (min-width:1920px) {
  .why-ul>li {
    margin-top: 70px;
  }
  .pet-list-ul>li {
    margin-top: 180px;
  }
  .trophy-mask {
    padding: 120px 30px 30px;
  }
  .ourpet-grid-item:nth-of-type(3)  {
    padding: 70px 60px;
  }
  .ourpet-inner {
    padding: 90px 30px;
  }
  .head-nav-ul>li {
    margin-left: 50px;
  }
  .aboutpet {
    padding: 200px;
    min-height: 786px;
  }
}

@media (min-width:992px) {
  .swiper-video-prev {
    left: -10px;
    transform: translate(-100%,0);
  }

  .swiper-video-next {
    right: -10px;
    transform: translate(100%,0);
  }
}

.bold {font-weight: 600;}
.tl {text-align: left;}
.block {display: block;width: 100%;}
.mt25 {margin-top: 25px;}
.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff a {
  color: #fff;
}
.col-fb {
  color: #FBFBFD;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #9e826d;}
