.main-swipe {
  /* box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  min-width: 768px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto; */
  /* border: 1px solid blue; */
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-centerbox {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1392 px */
  padding-top: 12.068965%;
  /** 80px /  1392 px */
  padding-bottom: 5.747126%;
  /* 100px / 1392 px (.img-centerbox 在内容区1400px时最大宽度)*/
  padding-left: 7.183908%;
  padding-right: 7.183908%;
  /* display: flex; */
  /* border: 1px solid darkcyan; */
}

.swiper {
  --swiper-pagination-color: #333;
  --swiper-theme-color: #333;
}

.swipe-a {
  box-sizing: border-box;
  /* margin-left: 16px;
  margin-right: 16px; */
  /* border: 1px solid red; */
}

.main-swipe .swiper-pagination-main {
  top: 85%;
  /* bottom: 85%; */
  right: 4px;
}

.swiper-button-next-a.swiper-button-next {
  right: 0;
}

.swiper-button-next-a.swiper-button-prev {
  left: 0;
}

.vedio-contain {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1392 px */
  padding-top: 12.068965%;
  /** 80px /  1392 px */
  padding-bottom: 5.747126%;
  /* 184px / 1392 px (.vedio-contain 在内容区1400px时最大宽度)*/
  padding-left: 12.218309%;
  padding-right: 12.218309%;
  /* border: 1px solid red; */
}

.preview-contain {
  box-sizing: border-box;
  /* border: 1px solid red; */
  /** 608px / 700px */
  height: 86.857142%;
  width: 100%;
  /** 14px / 1050px */
  padding-top: 1.333333%;
  /** 40px / 1050px */
  padding-bottom: 3.809523%;
  /** 22px / 1050px */
  padding-left: 2.095238%;
  padding-right: 2.095238%;
}

.thumbs-contain {
  box-sizing: border-box;
  /* border: 1px solid red; */
  /** 608px / 700px */
  height: 13.142858%;
  width: 100%;
  position: relative;
  padding-left: 2.095238%;
  padding-right: 2.095238%;
}

.thumbs-swipe .swiper-wrapper {
  box-sizing: border-box;
  /* padding-left: 2.095238%;
  padding-right: 2.095238%; */
}

.swiper-button-next-thumbs.swiper-button-next:after,
.swiper-button-prev-thumbs.swiper-button-prev:after {
  /* font-size: 12px; */
  font-size: 1.5em;
}

.swiper-button-next-thumbs.swiper-button-next {
  /* right: 0; */
  right: -2%;
}

.swiper-button-prev-thumbs.swiper-button-prev {
  /* left: 0; */
  left: -2%;
}

.product-contain {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1392 px */
  padding-top: 12.068965%;
  padding-bottom: 0;
  /* 48px / 1392 px (.vedio-contain 在内容区1400px时最大宽度)*/
  padding-left: 3.448276%;
  padding-right: 3.448276%;
}

.product-contain__body {
  box-sizing: border-box;
  /** 688px （设计稿产品面板高度） / 780px （设计稿图片到屏幕最底高度) */
  height: 88.205128%;
  display: flex;
  justify-content: space-between;
}

.product-contain__footer {
  box-sizing: border-box;
  /**  1 - 88.205128% */
  height: 11.794872%;
  /** 14px /  1392 px */
  padding-top: 1.005747%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
}

.product-box {
  display: block;
  box-sizing: border-box;
  /** 416px / 1300px */
  width: 32%;
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.product-box__body {
  box-sizing: border-box;
  /** 588px / 688px */
  height: 85%;
}

.product-box__footer {
  box-sizing: border-box;
  /** 1 - 85.465116% */
  height: 15%;
  background-color: #f5f5ef;
  padding-top: 0;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 1em;
  text-align: left;
  font-size: 12px;
}

.product-box__title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 2.5;
  color: #333;
}

.product-box__footer-body {
  /* margin-top: 0.5em; */
  line-height: 1.2;
  color: #666;
}

.product-box__desc {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  padding: 1.5em;
  color: #333;
  height: 50%;
  top: 100%;
  overflow: hidden;
  background-color: #f5f3ef;
  text-align: left;
  border: 1px solid red;
  transition: all 0.5s ease;
}

.product-box__desc-title {
  font-size: 20px;
  line-height: 2.7em;
  color: #000;
}

.product-box__desc-text {
  line-height: 1.89em;
}

.product-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-box__arrow {
  width: 16px;
  height: 16px;
}

.product-box__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

@media (min-width: 576px) {
  .product-box__footer {
    padding-bottom: 0;
    margin-top: 0.1em;
    font-size: 12px;
  }
  .product-box__title-box {
    font-size: 14px;
  }
  .product-contain__footer {
    font-size: 12px;
  }
  .product-box__arrow {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-box__footer {
    padding-bottom: 0;
    margin-top: 0.1em;
    font-size: 13px;
  }
  .product-box__title-box {
    font-size: 18px;
  }
  .product-contain__footer {
    font-size: 13px;
  }
  .product-box__arrow {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .product-box__footer {
    padding-bottom: 0;
    margin-top: 0.1em;
    font-size: 16px;
  }
  .product-box__title-box {
    font-size: 20px;
  }
  .product-contain__footer {
    font-size: 16px;
  }
  .product-box__arrow {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 1600px) {
  .product-box__footer {
    font-size: 18px;
  }
  .product-box__title-box {
    font-size: 26px;
  }
  .product-contain__footer {
    font-size: 18px;
  }
  .product-box__arrow {
    width: 28px;
    height: 28px;
  }
}

.image-text-box {
  /** 定制图文  */
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1392 px */
  padding-top: 12.068965%;
  /** 80px /  1392 px */
  padding-bottom: 5.747126%;
  /* 266px / 1392 px (.image-text-box 在内容区1400px时最大宽度)*/
  padding-left: 19.109195%;
  /* 217px / 1392 px (.image-text-box 在内容区1400px时最大宽度)*/
  padding-right: 15.589080%;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-text__img {
  box-sizing: border-box;
  display: block;
  /** 478px / 920px =  51.956522% */
  /** 478px / 932px =  51.956522% */
  width: 51.287553%;
  /* height: 100%; */
  max-height: 100%;
  object-fit: cover;
  /* border: 1px solid blue; */
  flex: 0 0 auto;
}

.image-text__text {
  box-sizing: border-box;
  padding-left: 5%;
  /* border: 1px solid blue; */
  text-align: left;
  width: 48.712447%;
  flex: 0 0 auto;
}

.image-text__text .title {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.image-text__text .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.image-text__text .section {
  font-size: 12px;
  line-height: 18px;
  color: #202020;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image-text__text .title {
    font-size: 20px;
    line-height: 28px;
  }
  .image-text__text .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .image-text__text .section {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .image-text__text .title {
    font-size: 22px;
    line-height: 36px;
  }
  .image-text__text .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .image-text__text .section {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .image-text__text .title {
    font-size: 24px;
    line-height: 38px;
  }
  .image-text__text .subtitle {
    font-size: 20px;
    line-height: 27px;
  }
  .image-text__text .section {
    font-size: 16px;
    line-height: 30px;
  }
}

.footmark-box {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1392 px */
  padding-top: 12.068965%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid red; */
  text-align: left;
}

.footmark__image-wrap {
  box-sizing: border-box;
  /** 1080px / 1920px */
  width: 56.25%;
  flex: 0 0 auto;
}

.footmark__img {
  display: block;
  width: 100%;
}

.footmark-info {
  box-sizing: border-box;
  /** 1- ((1080px+58px)/1920px) */
  width: 40.73%;
  flex: 0 0 auto;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
}

.footmark-info__title {
  font-size: 20px;
  line-height: 3;
}

.footmark-info__body {
  display: flex;
  font-size: 11px;
  line-height: 1.6;
}

.footmark-info__col {
  box-sizing: border-box;
  width: 50%;
  flex: 0 0 auto;
}

.footmark-info__fullcol {
  box-sizing: border-box;
  max-width: 100%;
  flex: 0 1 auto;
}

.footmark__item-line {
  height: 1.6em;
}

.more-btn {
  width: 50%;
  background-color: #be9469;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
}

.more-btn__icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footmark-info__title {
    font-size: 22px;
    line-height: 2.2;
  }
  .footmark-info__body {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .footmark-info__title {
    font-size: 22px;
    line-height: 2.2;
  }
  .footmark-info__body {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 1600px) {
  .footmark-info__title {
    font-size: 26px;
  }
  .footmark-info__body {
    font-size: 16px;
  }
}

.business-slide {
  background-repeat: no-repeat;
  background-image: url("https://cdn.specialhome.com.cn/resource/shop/7/5f51da70-e535-11ec-8fa2-5f69c1ffcc92.jpg");
  ;
  background-size: 100%;
  background-position: bottom;
}

.business-box {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1392 px */
  padding-top: 12.068965%;
  /** 80px /  1400 px */
  padding-bottom: 16px;
  /** 180px /  1400 px */
  padding-left: 12.157842%;
  padding-right: 12.157842%;
  /* display: flex; */
  /* border: 1px solid darkcyan; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
}

.business-main {
  display: flex;
  flex-direction: column;
}

.business-title-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1 0 auto;
}

.business-title__subtext {
  font-size: 22px;
  line-height: 1.8;
}

.business-title__bigtext {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.business-keyword {
  font-size: 12px;
  line-height: 1.778;
}

.business-footer {
  box-sizing: border-box;
  display: flex;
}

.business-qrcode-box {
  width: 11.8%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-qrcode_image-wrap {
  width: 100%;
  /* max-width: 122px;
  min-width: 48px; */
}

.business-qrcode_image {
  width: 100%;
  max-width: 100%;
}

.business-qrcode_text {
  font-size: 11px;
  line-height: 1.7;
}

.business-address-box {
  margin-left: 1.5em;
}

.business-address__kf {
  font-size: 16px;
  line-height: 2.2;
}

.business-address {
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .business-title__subtext {
    font-size: 28px;
  }
  .business-title__bigtext {
    font-size: 36px;
    margin-bottom: 0.2em;
  }
  .business-keyword {
    font-size: 14px;
  }
  .business-qrcode_text {
    font-size: 12px;
  }
  .business-address__kf {
    font-size: 18px;
  }
  .business-address {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .business-title__subtext {
    font-size: 32px;
  }
  .business-title__bigtext {
    font-size: 48px;
    margin-bottom: 0.2em;
  }
  .business-keyword {
    font-size: 16px;
  }
  .business-qrcode_text {
    font-size: 14px;
  }
  .business-address__kf {
    font-size: 22px;
  }
  .business-address {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .business-title__subtext {
    font-size: 38px;
  }
  .business-title__bigtext {
    font-size: 58px;
  }
  .business-keyword {
    font-size: 18px;
  }
  .business-qrcode_text {
    font-size: 16px;
  }
  .business-address__kf {
    font-size: 32px;
  }
  .business-address {
    font-size: 18px;
  }
}

.last-page-box {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /** 168px /  1400 px */
  padding-top: 12%;
  /** 80px /  1400 px */
  padding-bottom: 5.714285%;
  /** 98px /  1400 px */
  padding-left: 7%;
  padding-right: 7%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.qrcode-store-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vh;
  display: flex;
}

.qrcode-store-item {
  box-sizing: border-box;
  width: 180px;
  padding-left: 20px;
  padding-right: 20px;
}

.qrcode-store-item__text {
  font-size: 14px;
  line-height: 48px;
  text-decoration: underline;
  text-align: center;
}

.qrcode-store-item__image {
  width: 100%;
}

.last-page-footer {
  box-sizing: border-box;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}

.qrcode-mp-box {
  display: flex;
  flex-direction: column;
}

.qrcode-mp__text {
  font-size: 14px;
  line-height: 3;
}

.qrcode-mp__image {
  width: 100px;
  height: 100px;
}

.last-page-footer__info {
  margin-left: 3em;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .qrcode-store-box {
    margin-top: 8vh;
  }
  .qrcode-store-item {
    box-sizing: border-box;
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .qrcode-store-item__text {
    font-size: 14px;
    line-height: 48px;
  }
  .qrcode-mp__text {
    font-size: 14px;
  }
  .qrcode-mp__image {
    width: 100px;
    height: 100px;
  }
  .last-page-footer__info {
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .qrcode-store-box {
    margin-top: 10vh;
  }
  .qrcode-store-item {
    box-sizing: border-box;
    width: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .qrcode-store-item__text {
    font-size: 16px;
    line-height: 50px;
  }
  .qrcode-mp__text {
    font-size: 16px;
  }
  .qrcode-mp__image {
    width: 100px;
    height: 100px;
  }
  .last-page-footer__info {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .qrcode-store-box {
    margin-top: 15vh;
  }
  .qrcode-store-item {
    box-sizing: border-box;
    width: 220px;
    padding-left: 34px;
    padding-right: 34px;
  }
  .qrcode-store-item__text {
    font-size: 18px;
    line-height: 60px;
  }
  .qrcode-mp__text {
    font-size: 18px;
  }
  .qrcode-mp__image {
    width: 120px;
    height: 120px;
  }
  .last-page-footer__info {
    font-size: 16px;
  }
}

.main-swipe .swiper-pagination-main .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #333;
}

.main-swipe .swiper-pagination-main .swiper-pagination-bullet-active {
  background-color: #333;
}

.swiper-pagination-c {
  /* bottom: 60px !important; */
}

.swiper-pagination-c .swiper-pagination-bullet {
  height: 1.5em;
  line-height: 1.5;
  width: 42px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 12px;
}

.swiper-pagination-c .swiper-pagination-bullet-active {
  border-bottom: 1px solid #666;
}

.swipe-c {
  height: auto;
  padding-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-pagination-c .swiper-pagination-bullet {
    font-size: 12px;
  }
  .swipe-c {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .swiper-pagination-c .swiper-pagination-bullet {
    font-size: 14px;
  }
  .swipe-c {
    padding-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .swiper-pagination-c .swiper-pagination-bullet {
    font-size: 18px;
  }
  .swipe-c {
    padding-bottom: 60px;
  }
}

.product-contain-noppt {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 16px 8px;
}

.product-contain-noppt .product-contain__footer {
  margin-bottom: 16px;
}

.vedio-contain-noppt {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 16px 8px;
}

.thumbs-contain-noppt {
  box-sizing: border-box;
  /* border: 1px solid red; */
  /** 608px / 700px */
  height: 13.142858%;
  width: 100%;
  position: relative;
  padding-left: 2.095238%;
  padding-right: 2.095238%;
  font-size: 16px;
  --swiper-pagination-color: #333;
  --swiper-theme-color: #333;
}

.thumbs-swipe-noppt .swiper-wrapper {
  box-sizing: border-box;
  /* padding-left: 2.095238%;
  padding-right: 2.095238%; */
}

.swiper-button-next-thumbs-noppt.swiper-button-next:after,
.swiper-button-prev-thumbs-noppt.swiper-button-prev:after {
  /* font-size: 12px; */
  font-size: .5em;
}

.swiper-button-next-thumbs-noppt.swiper-button-next {
  /* right: 0; */
  right: -10px;
}

.swiper-button-prev-thumbs-noppt.swiper-button-prev {
  /* left: 0; */
  left: -10px
}

.thumbs-swipe-noppt .swiper-slide {
  height: 32px;
}

@media (min-width: 576px) {
  .thumbs-swipe-noppt .swiper-slide {
    height: 48px;
  }
}

@media (min-width: 768px) {
  .thumbs-swipe-noppt .swiper-slide {
    height: 52px;
  }
}

@media (min-width: 992px) {
  .thumbs-swipe-noppt .swiper-slide {
    height: 56px;
  }
}

.noppt-image-text-box {
  padding: .5em;
}

.noppt-image-text-box .image-text__img {
  float: left;
  width: 40%;
  margin-right: .5em;
}

.noppt-image-text-box .title,
.noppt-image-text-box .subtitle,
.noppt-image-text-box .section {
  display: inline;
}

.noppt-image-text-box .title {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.noppt-image-text-box .subtitle {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.noppt-image-text-box .section {
  font-size: 11px;
  line-height: 18px;
  color: #202020;
}

@media (min-width: 576px) {
  .noppt-image-text-box .image-text__img {
    width: 50%;
  }
  .noppt-image-text-box .title {
    font-size: 16px;
    line-height: 22px;
  }
  .noppt-image-text-box .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .noppt-image-text-box .section {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .noppt-image-text-box .image-text__img {
    width: 52%;
  }
  .noppt-image-text-box .title {
    font-size: 20px;
    line-height: 28px;
  }
  .noppt-image-text-box .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .noppt-image-text-box .section {
    font-size: 14px;
    line-height: 18px;
  }
}

.footmark-box-noppt {
  padding-top: .1em;
}

.footmark-box-noppt .footmark-info {
  flex: 1;
  padding: .5em;
}

.business-box-noppt {
  padding-top: 1em;
  padding-left: 1.5em;
  padding-bottom: 3em;
  padding-right: .5em;
}

.business-box-noppt .business-footer {
  margin-top: 1em;
}

.business-box-noppt .business-qrcode-box {
  /* flex: 1; */
  width: auto;
}

.business-box-noppt .business-qrcode_image-wrap {
  min-width: 90px;
  max-width: 150px;
}

.business-box-noppt .business-address-box {
  margin-left: .5em;
  flex: 1;
}

.last-page-box-noppt {
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 5em;
}

.last-page-box-noppt .qrcode-store-box {
  margin-top: 0;
}

.last-page-box-noppt .last-page-footer {
  margin-top: 3em;
}

.last-page {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}

.last-page__space {
  width: 100%;
  flex: 1;
}

.last-page__info {
  width: 100%;
  flex: 0 0 auto;
}


.preview-box {
  width: 100%;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.preview-box img {
  display: block;
  width: 100%;
  height: auto;
  flex: 1 0 auto;
}

.preview-box vue-plyr{
  display: block;
  width: 100%;
  flex: 1 0 auto;
}