#detailBox .productDetail {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
#detailBox .productDetail .mainbox {
  margin: 40px auto;
  width: 50%;
  float: left;
}
#detailBox .productDetail .mainbox .gallery-top {
  max-height: 750px;
}
#detailBox .productDetail .mainbox .gallery-top img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: contain;
}
#detailBox .productDetail .mainbox .gallery-top .swiper-slide a {
  height: 100%;
}
#detailBox .productDetail .mainbox .gallery-thumbs {
  max-height: 165px;
  height: 20vw;
}
#detailBox .productDetail .mainbox .gallery-thumbs .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.6s;
}
#detailBox .productDetail .mainbox .gallery-thumbs .swiper-slide:hover {
  transform: scale(1.1);
  opacity: 1;
}
#detailBox .productDetail .mainbox .gallery-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#detailBox .productDetail .mainbox .gallery-thumbs .swiper-slide.sure {
  opacity: 1;
}
#detailBox .productDetail .maintxt {
  padding-top: 106px;
  width: 50%;
  float: left;
}
#detailBox .productDetail .maintxt .tit {
  margin-left: 30px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  line-height: 41px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 30px;
}
#detailBox .productDetail .maintxt .desc {
  padding: 23px 30px;
  background: #f4f4f4;
  box-shadow: 0px 0px 4px #CCC;
  border-radius: 4px 4px 4px 4px;
}
#detailBox .productDetail .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#detailBox .detail {
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
#detailBox .detail .item.sure a {
  background-color: #A73723;
  color: #fff;
  font-size: 28px;
  box-shadow: 0px 3px 3px #ccc;
}
#detailBox .detail .item {
  border-top: 1px solid #A73723;
}
#detailBox .detail .item a {
  transition: all 0.6s;
  height: 78px;
  display: block;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 28px;
  width: 245px;
  color: #000000;
  line-height: 78px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#detailBox .detail .item:hover a {
  background-color: #A73723;
  color: #fff;
  font-size: 28px;
  box-shadow: 0px 3px 3px #ccc;
}
.zc-detail-text {
  padding: 30px 0;
  max-width: 1200px;
  margin: auto;
}
.zc-detail-text p,
.zc-detail-text img {
  display: block;
  text-align: left;
}
