.first-bgBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 19;
  height: 100vh;
  border-bottom-right-radius: 3.3333rem;
}
.first-bgBox .first-main-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.first-bgBox .first-main-box .title-logo {
  display: block;
  width: 100%;
  object-fit: cover;
}
.vjs-poster img {
  object-fit: cover!important;
}
.two-bgBox {
  margin-top: -3.3333rem;
  position: relative;
  z-index: 18;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.two-bgBox .banner-textBox {
  z-index: 22;
  padding-top: 3.3333rem;
  width: 46.6667rem;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.two-bgBox .banner-textBox .two-title {
  font-weight: 600;
  font-size: 2.0667rem;
  line-height: 2.0667rem;
  margin-bottom: 1rem;
}
.two-bgBox .banner-textBox .two-text {
  font-size: 1.3333rem;
  line-height: 1.3333rem;
  margin-bottom: 0.3333rem;
}
.two-bgBox .banner-textBox a {
  display: inline-block;
}
.two-bgBox .banner-textBox a .seeMore {
  margin-top: 0.6667rem;
  text-align: center;
  width: fit-content;
  width: 6.1667rem;
  height: 1.5667rem;
  font-size: 0.7333rem;
  line-height: 1.5667rem;
  border-radius: 0.8rem;
  color: #fff;
  background: #d9d9d9 linear-gradient(180deg, #f2aa3c 0%, #ff7100 100%);
}
.two-bgBox .two-main-box .swiper-box {
  height: 46.3333rem;
  width: 100%;
}
.two-bgBox .two-main-box .mySwiper {
  border-bottom-left-radius: 3.3333rem;
}
.two-bgBox .two-main-box .swiper-pagination-bullet {
  display: inline-block;
  width: 0.3333rem;
  height: 0.3333rem;
  opacity: 1;
  border-radius: 0.3333rem;
  margin: 0 0.1333rem;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  background-color: #c2bdbd;
}
.two-bgBox .two-main-box .swiper-pagination-bullet-active {
  background-color: #ff800c;
  width: 0.3333rem;
}
.two-bgBox .two-main-box .swiper-button-next {
  margin-right: 2.6333rem;
}
.two-bgBox .two-main-box .swiper-button-next:after {
  font-size: 2.6rem !important;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.two-bgBox .two-main-box .swiper-button-next:hover:after {
  color: #fff;
}
.two-bgBox .two-main-box .swiper-button-prev {
  margin-left: 2.6333rem;
}
.two-bgBox .two-main-box .swiper-button-prev:after {
  font-size: 78px !important;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.two-bgBox .two-main-box .swiper-button-prev:hover:after {
  color: #fff;
}
.three-bgBox {
  z-index: 17;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -3.3333rem;
  border-bottom-right-radius: 3.3333rem;
}
.three-bgBox .three-main-box {
  padding-top: 4.6667rem;
  padding-bottom: 1.8333rem;
}
.three-bgBox .three-main-box .swiper-three-box {
  width: 100%;
}
.three-bgBox .three-main-box .swiper-three-box .swiper-slide {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
.three-bgBox .three-main-box .swiper-three-box .swiper-slide .sw-imgsbox {
  width: 80%;
  height: 26rem;
}
.three-bgBox .three-main-box .swiper-three-box .swiper-slide .sw-imgsbox .imgs {
  max-width: 100%;
  /* 设置图像的最大宽度 */
  max-height: 100%;
  /* 设置图像的最大高度 */
  display: block;
  object-fit: contain;
}
.three-bgBox .three-main-box .swiper-pagination-bullet {
  display: inline-block;
  width: 0.3333rem;
  height: 0.3333rem;
  opacity: 1;
  border-radius: 0.3333rem;
  margin: 0 0.1333rem;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  background-color: #c2bdbd;
}
.three-bgBox .three-main-box .swiper-pagination-bullet-active {
  background-color: #ff800c;
  width: 0.3333rem;
}
.three-bgBox .three-main-box .swiper-button-next {
  margin-right: 2.6333rem;
}
.three-bgBox .three-main-box .swiper-button-next:after {
  font-size: 2.6rem !important;
  color: rgba(255, 147, 0, 0.4);
  transition: all 0.3s;
}
.three-bgBox .three-main-box .swiper-button-next:hover:after {
  color: rgba(255, 147, 0, 0.8);
}
.three-bgBox .three-main-box .swiper-button-prev {
  margin-left: 2.6333rem;
}
.three-bgBox .three-main-box .swiper-button-prev:after {
  font-size: 2.6rem !important;
  color: rgba(255, 147, 0, 0.4);
  transition: all 0.3s;
}
.three-bgBox .three-main-box .swiper-button-prev:hover:after {
  color: rgba(255, 147, 0, 0.8);
}
.three-bgBox .banner-textBox {
  position: relative;
  text-align: center;
  color: #000;
  display: flex;
  margin: 0 auto;
  width: 46.6667rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.6667rem;
}
.three-bgBox .banner-textBox .product-icon {
  width: 4.2333rem;
  height: 4.5333rem;
  position: absolute;
  top: 30%;
  left: 0;
}
.three-bgBox .banner-textBox .product-icon .proIcon-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-bgBox .banner-textBox a {
  display: inline-block;
}
.three-bgBox .banner-textBox a .tags-box {
  text-align: center;
  width: fit-content;
  border-radius: 0.6667rem;
  color: #ff9201;
  padding: 0.1rem 0.8333rem;
  font-size: 0.6rem;
  background-color: #f9dfba;
}
.three-bgBox .banner-textBox .three-title {
  color: #261d1a;
  padding-top: 2rem;
  font-weight: 600;
  font-size: 2.0667rem;
  margin: 0;
}
.three-bgBox .banner-textBox .three-text {
  color: #261d1a;
  font-size: 1.2667rem;
  line-height: 1.5rem;
}
.three-bgBox .banner-textBox .three-text .red-text {
  color: #ff7100;
  font-size: 2rem;
}
.video-box {
  width: 100%;
  height: 100vh;
  position: relative;
}
.video-box .video-content-box {
  width: 73%;
  margin: 0 auto;
}
.video-box .video-content-box .video-content {
  position: absolute;
  top: 1.3333rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.video-box .video-content-box .video-content .video-title {
  font-size: 1.6667rem;
  line-height: 1.6667rem;
  color: #261d1a;
  font-weight: 600;
  text-shadow: 0.0667rem 0.0667rem 0.1rem rgba(255, 255, 255, 0.8);
}
.video-box .video-content-box .video-content .video-text {
  font-size: 1.1667rem;
  color: #261d1a;
  margin-bottom: 0.6667rem;
  text-shadow: 0.0667rem 0.0667rem 0.1rem rgba(255, 255, 255, 0.8);
}
.video-box .video-content-box .video-content .video-text .text-default {
  font-size: 1.1667rem;
  padding-bottom: 0.3333rem;
  color: #261d1a;
}
.video-box .video-content-box .video-content .video-text .text-active {
  border-bottom: 0.1rem solid #ff7f00;
}
.video-box .video-content-box .video-content .pet-hospital {
  font-size: 0.8333rem;
  line-height: 0.8333rem;
  color: #261d1a;
  text-shadow: 0.0667rem 0.0667rem 0.1rem rgba(255, 255, 255, 0.8);
  margin-bottom: 0.3125rem;
}
.video-box .play-control {
  cursor: pointer;
  position: absolute;
  right: 0.6667rem;
  bottom: 0.6667rem;
  width: 1.3333rem;
  height: 1.3333rem;
}
.video-box .play-control .play-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
  -webkit-filter: drop-shadow(0.1333rem 0.0667rem 0.3333rem rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0.1333rem 0.0667rem 0.3333rem rgba(0, 0, 0, 0.5));
}
.video-box .play-control-2 {
  cursor: pointer;
  position: absolute;
  right: 0.6667rem;
  bottom: 0.6667rem;
  width: 1.3333rem;
  height: 1.3333rem;
}
.video-box .play-control-2 .play-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
  -webkit-filter: drop-shadow(0.1333rem 0.0667rem 0.3333rem rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0.1333rem 0.0667rem 0.3333rem rgba(0, 0, 0, 0.5));
}
.video-box .video-source {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .video-source .playVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-video {
  vertical-align: baseline;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-video .mask {
  vertical-align: baseline;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
}
.popup-video .popup-video-wrap {
  vertical-align: baseline;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: #000;
  transform: translate(-50%, -50%);
}
.popup-video .popup-video-wrap .popup-video-cont {
  vertical-align: baseline;
  background: transparent;
  width: 100%;
  height: 100%;
}
.popup-video .popup-video-wrap .btn-video-close {
  vertical-align: baseline;
  background: transparent;
  position: absolute;
  right: -1.4667rem;
  top: 0.5rem;
  width: 1.1333rem;
  height: 1.0667rem;
  background-image: url("/static/images/computerClient/icon_close_white.png");
  background-size: 100%;
  transition: 0.2s all linear;
}
.popup-video .popup-video-wrap .btn-video-close:hover {
  transform: rotate(180deg);
}
.popup-video-2 {
  vertical-align: baseline;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-video-2 .mask {
  vertical-align: baseline;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
}
.popup-video-2 .popup-video-wrap {
  vertical-align: baseline;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: #000;
  transform: translate(-50%, -50%);
}
.popup-video-2 .popup-video-wrap .popup-video-cont {
  vertical-align: baseline;
  background: transparent;
  width: 100%;
  height: 100%;
}
.popup-video-2 .popup-video-wrap .btn-video-close {
  vertical-align: baseline;
  background: transparent;
  position: absolute;
  right: -1.4667rem;
  top: 0.5rem;
  width: 1.1333rem;
  height: 1.0667rem;
  background-image: url("/static/images/computerClient/icon_close_white.png");
  background-size: 100%;
  transition: 0.2s all linear;
}
.popup-video-2 .popup-video-wrap .btn-video-close:hover {
  transform: rotate(180deg);
}
.company-newsBox {
  z-index: 14;
  margin-top: -5.3333rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-bottom-right-radius: 3.3333rem;
}
.company-newsBox .company-main {
  padding-top: 5.3333rem;
  width: 73%;
  margin: 0 auto;
  padding-bottom: 3.3333rem;
}
.company-newsBox .company-main .company-info {
  padding-top: 1.3333rem;
  text-align: center;
  margin-bottom: 2.6667rem;
}
.company-newsBox .company-main .company-info .company-title {
  color: #261d1a;
  font-size: 2.0333rem;
  font-weight: 600;
}
.company-newsBox .company-main .company-info a {
  display: inline-block;
}
.company-newsBox .company-main .company-info a .seeMore {
  border-radius: 0.8rem;
  text-align: center;
  width: fit-content;
  width: 6.1667rem;
  height: 1.5667rem;
  font-size: 0.7333rem;
  line-height: 1.5667rem;
  color: #fff;
  background: #d9d9d9 linear-gradient(180deg, #f2aa3c 0%, #ff7100 100%);
}
.company-newsBox .company-main .company-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-newsBox .company-main .company-list .company-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 4rem) / 3);
  min-width: calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
  margin-bottom: 1.6667rem;
}
.company-newsBox .company-main .company-list .company-item .item-imgs {
  display: block;
  width: 100%;
  height: 9.7667rem;
  overflow: hidden;
  border-radius: 0.6667rem;
  margin-bottom: 0.5rem;
}
.company-newsBox .company-main .company-list .company-item .item-imgs .hover-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.company-newsBox .company-main .company-list .company-item .item-imgs .hover-imgs:hover {
  transform: scale(1.4);
}
.company-newsBox .company-main .company-list .company-item .item-text {
  color: #000;
  font-size: 0.6667rem;
}
.company-newsBox .company-main .company-list .company-item p {
  color: #000;
  font-size: 0.6667rem;
}
.company-newsBox .company-main .company-list .company-item .view-more {
  margin-top: 0.3333rem;
  border-radius: 0.8rem;
  text-align: center;
  width: fit-content;
  width: 5.3333rem;
  height: 1.3333rem;
  font-size: 0.6667rem;
  line-height: 1.3333rem;
  color: #fff;
  cursor: pointer;
  background: #d9d9d9 linear-gradient(180deg, #f2aa3c 0%, #ff7100 100%);
}
.company-newsBox .company-main .company-list .company-item .view-more a {
  color: #fff;
}
.brand-honorBox {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 15;
  position: relative;
  border-bottom-left-radius: 3.3333rem;
}
.brand-honorBox .brand-main {
  z-index: 20;
  position: absolute;
  width: 46.6667rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #261d1a;
  text-align: center;
}
.brand-honorBox .brand-main .brand-title {
  padding-top: 1.3333rem;
  font-size: 2.0667rem;
  line-height: 2.0667rem;
  font-weight: 600;
  margin-bottom: 0.6667rem;
}
.brand-honorBox .brand-main .brand-text {
  font-size: 1.3333rem;
}
.brand-honorBox .two-main-box .swiper-box {
  height: 100%;
  width: 100%;
}
.brand-honorBox .two-main-box .swiper-box .swiper {
  border-bottom-left-radius: 3.3333rem;
}
.brand-honorBox .two-main-box .swiper-pagination-bullet {
  display: inline-block;
  width: 0.3333rem;
  height: 0.3333rem;
  opacity: 1;
  border-radius: 0.3333rem;
  margin: 0 0.1333rem;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  background-color: #c2bdbd;
}
.brand-honorBox .two-main-box .swiper-pagination-bullet-active {
  background-color: #ff800c;
  width: 0.3333rem;
}
.brand-honorBox .two-main-box .swiper-button-next {
  margin-right: 2.6333rem;
}
.brand-honorBox .two-main-box .swiper-button-next:after {
  font-size: 2.6rem !important;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.brand-honorBox .two-main-box .swiper-button-next:hover:after {
  color: #fff;
}
.brand-honorBox .two-main-box .swiper-button-prev {
  margin-left: 2.6333rem;
}
.brand-honorBox .two-main-box .swiper-button-prev:after {
  font-size: 2.6rem !important;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.brand-honorBox .two-main-box .swiper-button-prev:hover:after {
  color: #fff;
}
.for-helpBox {
  z-index: 13;
  position: relative;
  margin-top: -3.3333rem;
  border-bottom-left-radius: 3.3333rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.for-helpBox .help-main {
  padding-top: 6rem;
  display: flex;
  margin: 0 auto;
  width: 73%;
  justify-content: space-between;
  padding-bottom: 2.6667rem;
}
.for-helpBox .help-main .help-title {
  color: #261d1a;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.6667rem;
}
.for-helpBox .help-main .help-text {
  color: #261d1a;
  font-size: 0.6333rem;
}
.for-helpBox .help-main .help-left {
  width: 50%;
}
.for-helpBox .help-main .help-left .radio-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7333rem;
  margin-top: 0.6667rem;
  margin-bottom: 0.8333rem;
}
.for-helpBox .help-main .help-left .radio-box .inputRadio {
  margin-right: 0.3333rem;
}
.for-helpBox .help-main .help-left .radio-box label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.1667rem;
}
.for-helpBox .help-main .help-left .radio-box input[type="radio"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.4em;
  border-radius: 50%;
  border: 1px solid #000;
  text-indent: 0.15em;
  line-height: 1;
  margin-right: 0.5rem;
  box-sizing: border-box;
}
.for-helpBox .help-main .help-left .radio-box input[type="radio"]:checked + label::before {
  background-color: #000;
  background-clip: content-box;
  box-sizing: border-box;
  padding: 0.2em;
  margin-right: 0.5rem;
}
.for-helpBox .help-main .help-left .radio-box input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.for-helpBox .help-main .help-left .radio-box .laberRadio {
  color: #7d7877;
  cursor: pointer;
  margin-right: 0.1667rem;
  font-weight: normal;
}
.for-helpBox .help-main .help-left .helpInput-content .input-box {
  display: flex;
  flex-wrap: wrap;
}
.for-helpBox .help-main .help-left .helpInput-content .input-box .form-item {
  display: flex;
  align-items: center;
  width: 50%;
  color: #261d1a;
  margin-bottom: 0.6667rem;
  padding-right: 0.6667rem;
}
.for-helpBox .help-main .help-left .helpInput-content .input-box .form-item:nth-child(2n) {
  padding-right: 0;
}
.for-helpBox .help-main .help-left .helpInput-content .input-box .form-item .tag-lab {
  flex-shrink: 0;
  width: 3rem;
  text-align-last: justify;
  text-align: justify;
  font-weight: normal;
  margin-right: 0.5rem;
  font-size: 0.6rem;
}
.for-helpBox .help-main .help-left .helpInput-content .input-box .form-item .val-input {
  padding: 0.1667rem 0.1667rem;
  flex: 1;
  background-color: rgba(254, 234, 199, 0.6);
  border: none;
  border-radius: 0.1667rem;
  outline-style: none;
  font-size: 0.6rem;
}
.for-helpBox .help-main .help-left .helpInput-content .textarea-box {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.8333rem;
}
.for-helpBox .help-main .help-left .helpInput-content .textarea-box .info-textArea {
  width: 100%;
  height: 6.2667rem;
  border: none;
  outline: none;
  padding: 0.3333rem 0.3333rem;
  background-color: rgba(254, 234, 199, 0.6);
  border-radius: 0.1667rem;
  font-size: 0.6rem;
}
.for-helpBox .help-main .help-left .helpInput-content .textarea-box .info-textArea::-webkit-input-placeholder {
  color: #717171;
  font-size: 0.6rem;
}
.for-helpBox .help-main .help-left .submit-button {
  float: right;
  margin-top: 1.6667rem;
}
.for-helpBox .help-main .help-left .submit-button .sub-button {
  width: fit-content;
  cursor: pointer;
  width: 6.1667rem;
  height: 1.5667rem;
  line-height: 1.5667rem;
  text-align: center;
  background: #d9d9d9 linear-gradient(180deg, #f2aa3c 0%, #ff7100 100%);
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  font-size: 0.7333rem;
}
.for-helpBox .help-main .help-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.for-helpBox .help-main .help-right .help-text {
  text-align: right;
  color: #261d1a;
  font-size: 1.0333rem;
}
.for-helpBox .help-main .help-right .learn-more-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
  margin-bottom: 3.3333rem;
}
.for-helpBox .help-main .help-right .learn-more-box .learn-more {
  font-size: 0.9rem;
  font-weight: 600;
}
.for-helpBox .help-main .help-right .learn-more-box .learn-imgs {
  width: 6.2rem;
  height: 6.2rem;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.puante-home .home-news-card__media {
  overflow: hidden;
}

.puante-home .home-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
