/*手机端适配*/


@media (max-width:1340px) {
  .center-box {padding-left: 15px;padding-right: 15px;width: 100%;max-width: none;}
}
@media (max-width:1540px) {
  .center-box2 {padding-left: 15px;padding-right: 15px;width: 100%;max-width: none;}
}

@media (max-width:992px) {
  .pages {padding: 25px 0 0;}
  ._web-mt15 {margin-top: 15px;}
  ._web-mt20 {margin-top: 20px;}
  ._web-mt25 {margin-top: 25px;}
  ._web-fs12 {font-size: 12px;}
  ._web-fs14 {font-size: 14px;}
  ._web-fs16 {font-size: 16px;}
  ._web-fs18 {font-size: 18px;}
  ._web-fs20 {font-size: 20px;}
  ._web-fs22 {font-size: 22px;}
  ._web-fs24 {font-size: 24px;}
  ._web-pd40 {padding: 40px 0;}
  ._web-pd15 {padding: 15px 0;}
  ._web-pd20 {padding: 20px 0;}
  ._web-pd25 {padding: 25px 0;}
  
  .pet-list-ul>li:nth-of-type(2n+1) .pet-img-box:first-child .pet-img-group {
    width: calc(100% - 5px);
  }

  .pet-list-ul>li:nth-of-type(2n) .pet-img-box:nth-of-type(3) .pet-img-group {
    width: calc(100% - 5px);
  }

  .pet-list-ul>li:nth-of-type(2n+1) .pet-img-box:nth-of-type(1) .pet-img-group::before {
    transform: translate(-10px, 10px);
  }

  .pet-list-ul>li:nth-of-type(2n) .pet-img-box:nth-of-type(3) .pet-img-group::before {
    transform: translate(10px, 10px);
  }
  .hornor-ul>li {
    width: 100%;
    background: none;
  }

  .legally-tit {
    font-size: 20px;
  }

  .legally-desc,.about_us_desc {
    font-size: 14px;
    line-height: 1.6em;
  }

  .swiper-legally .swiper-slide {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .service-ul {margin-top: 0;}
  .service-flag {
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .picList>li {
    width: calc(50% - 5px);
    margin: 0 10px;
  }
  .service-desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .service-tit {
    font-size: 18px;
  }
  .service-ul>li {
    width: 100%;
    padding: 15px;
  }

  .hornor-info {
    line-height: normal;
    font-size: 12px;
  }



  .hornor-tit {
    font-size: 14px;
  }

  .hornor-right {
    padding: 0 0 0 10px ;
  }
  .hornor-tit {
    font-size: 16px;
  }

  .hornor-left {
    width: 36%;
  }
  .el-sub-btn {
    height: 45px;
    width: 105px;
  }


  .contact-iright {
    height: 300px;
  }

  .footer-info-ul {
    flex-direction: column;
    align-items: flex-start;
  }

  input.el-cont-val {
    height: 40px;
  }

  .contact-ileft {
    padding: 20px 15px;
  }
  .head-top {
    font-size: 14px;
    padding: 10px 0;
  }
  .read-more-btn {
    width:auto;
    height: 35px;
    padding: 0 10px;
  }
  .notice-img {
    width: 24px;
  }
  .logo-img,.footer-logo {
    max-width: 290px;
  }

  .footer-tel {
    width: 28px;
  }

  .footer-info-data {
    font-size: 14px;
  }

  .footer-info-tel {
    font-size: 18px;
  }

  .footer-info-ul>li {
    margin-right: 0;
    
  }
  .footer-info-ul>li  + li {
    margin-top: 15px;
  }
  .footer-links {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer-bott {
    padding: 15px 0;
    font-size: 12px;
  }
  .media-img {
    width: 36px;
  }
  .footer-info {
    padding: 20px 0 15px;
  }
  .footer-links>li {
    margin: 0 5px;
    padding: 10px 0;
  }
 
  .pet-img-tit {
    font-size: 20px;
  }

  .normal-tit-line {
    padding: 0 10px;
  }

  .swiper-trophy {
    margin-top: 25px;
  }

  .normal-tit {
    font-size: 20px;
  }

  .pet-img-outer {
    margin-top: 15px;
  }

  .pet-img-box {
    padding: 0 5px 3.90vw;
  }
  .nav-ul-box {
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    left: -100%;
    top: 0px;
    position: fixed;
    z-index: 999;
    transition: left 0.3s ease;
  }
  .head-nav-ul {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 15% 15px 0;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
  }

  .head-nav-ul>li {
    margin-left: 0;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
  }

  .our-pet-list-bott {
    padding: 15px 0 0 0;
    line-height: 1.6em;
    font-size: 14px;
  }

  .fix-web {display: flex;flex-direction: column;}
  .fix-web:after {display: none;}
  .fix-web>[class*=left],.fix-web>[class*=right] {width: 100%;}
  .flex-web {flex-direction: column!important;display: flex;}
  .flex-web>[class*=left],.flex-web>[class*=right] {width: 100%!important;}
  .flex-web-reverse {flex-direction: column-reverse!important;}
  .flex-web-reverse>[class*=left],.flex-web-reverse>[class*=right] {width: 100%!important;}
  .fix-web>.right-mt25 {margin-top: 25px;}
  .fix-web>.right-mt20 {margin-top: 20px;}
  .flex-web>.right-mt5 {margin-top: 5px;}
  .fix-web>.right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt10 {margin-top: 10px;}
  .flex-web> .right-mt20 {margin-top: 20px;}
  .flex-web> .right-mt25 {margin-top: 25px;}

  ._web_col_2 {display: flex;flex-wrap: wrap;}
  ._web_col_2>li {width: 49%;margin-left: 2%;margin-top: 15px;}
  ._web_col_2>li:nth-of-type(5n+1) {margin-left: 2%;}
  ._web_col_2>li:nth-of-type(4n+1) {margin-left: 2%;}
  ._web_col_2>li:nth-of-type(3n+1) {margin-left: 2%;}
  ._web_col_2>li:nth-of-type(2n+1) {margin-left: 0;}
  .hide-web {display: none;}
  .swiper-trophy-pagination {
    padding-top: 10px;
  }

  .trophy-mask {
    padding: 15px 10px;
  }

  .trophy-mask-tit {
    font-size: 16px;
  }

  .trophy-vice-tit {
    font-size: 14px;
    margin-top: 10px;
  }

  .trophy-desc {
    line-height: 1.6em;
    font-size: 12px;
    margin-top: 10px;
  }

  .menu {
    display: block;
  }
  .normal-desc {line-height: 1.875em;}
  .normal-pd {padding: 30px 0;}
  .normal-pd3 {padding: 40px 0;}
  .media-links {margin-left: 10px;}
  .normal-pd2 {padding-bottom: 40px;}
  .footer {padding: 20px 0 0;}
  .why-ul>li {
    padding: 0 5px;
    width: 50%;
    margin-top: 25px;
  }

  .aboutpet-inner {
    opacity: 0.5;
  }
  .why-ul {
    flex-wrap: wrap;
  }
  .why-desc {font-size: 14px;margin-top: 15px;}
  .why-tit {font-size: 16px;margin-top: 15px;}
  .aboutpet {padding: 30px 0;background-color: rgba(255, 255, 255, .5);}
  .banner-vice-tit {font-size: 14px;}
  .banner-tit {font-size: 20px;margin-top: 10px;}
  .banner-tit br {display: none;}
  .banner-btn {height: 40px;width: 140px;padding: 5px 5px 5px 10px;}
  .mt40 {margin-top: 20px;}
  .hornor-ul {
    margin-top:0;
  }
  .icon-arr-right {height: 30px;width: 30px;}
  .banner-word {top: 50%;transform: translate(0,-50%);}
  .ourpet-grid {
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
    grid-template-rows: auto auto auto;
  }

  .ourpet-grid-item:nth-of-type(1),.ourpet-grid-item:nth-of-type(2) {
    grid-row-start: span 1;
    grid-column-start: span 1;
  }

  .ourpet-grid-item:nth-of-type(1) {
    order: 1;
  }

  .ourpet-grid-item:nth-of-type(2) {
    order: 3;
  }

  .ourpet-grid-item:nth-of-type(3) {
    order: 3;
  }

  .ourpet-grid-item:nth-of-type(4) {
    order: 2;
  }

  .normal-mt {margin-top: 20px;}
  .aboutpet-btn {height: 50px;width: 160px;}

  .ourpet-inner-tit {
    font-size: 20px;
  }

  .ourpet-inner-desc {
    margin-top: 15px;
  }

  .ourpet-grid-item:nth-of-type(3) {
    padding: 10px;
  }

  .ourpet-icon {
    width: 30px;
    height: 30px;
  }

  .head {
    padding: 15px 0;
  }

  .normal-pd4 {
    padding-bottom: 30px;
  }

  .petpage-desc {
   line-height: 1.6em;
  }
}

@media (max-width:750px) {
  .banner-img {display: none;}
  .mobile-img {display: block;}
  .flex-phone {flex-direction: column;}
  .flex-phone>[class*=left],.flex-phone>[class*=right] {width: 100%;}
  .flex-phone> .right-mt5 {margin-top: 5px;}
  .flex-phone> .right-mt15 {margin-top: 15px;}
  .flex-phone> .right-mt20 {margin-top: 20px;}
  .flex-phone> .right-mt25 {margin-top: 25px;}
}

@media (max-width:640px)  {

}
@media (max-width:575px) {

}
@media (max-width:414px) {

}

@media (max-width:375px) {

}










