body {
  background: #F6F9FB;
}
body #product .tabs {
  background: #EFF1F5;
}
body #product .tabs .sub-tabs {
  max-width: 1552px;
  width: 78%;
  margin: auto;
}
body #product .product-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 73px;
}
body #product .product-list li {
  width: 23.75%;
  margin-right: 1.625%;
  margin-bottom: 43px;
}
body #product .product-list li:nth-child(4n) {
  margin-right: 0;
}
body #product .product-list li a {
  display: block;
}
body #product .product-list li a:hover .img-box .more {
  opacity: 1;
  transform: rotate(360deg);
}
body #product .product-list li a:hover .img-box .img {
  transform: scale(1.1);
}
body #product .product-list li a .img-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body #product .product-list li a .img-box .img {
  width: 100%;
  transition: all 0.5s;
}
body #product .product-list li a .img-box .more {
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
  transform: rotate(90deg);
}
body #product .product-list li a p {
  color: #606060;
  font-size: 16px;
  margin-top: 28px;
  text-align: center;
}
body #product-detail .banner-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  z-index: 990;
}
body #product-detail .main-content {
  background: #F6F9FB;
  z-index: 99;
  position: relative;
}
body #product-detail .product-banner {
  position: relative;
}
body #product-detail .product-banner > img {
  width: 100%;
}
body #product-detail .product-banner .mbimg {
  display: none;
}
body #product-detail .product-banner .class-list {
  width: 100%;
  height: calc(100% - 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
body #product-detail .product-banner .class-list a {
  display: inline-flex;
  align-items: center;
  margin-right: 3%;
  color: #fff;
}
body #product-detail .product-banner .class-list a img {
  margin-left: 8px;
}
body #product-detail .product-banner .class-list a:hover {
  color: #3497FF;
}
body #product-detail .goods {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
}
body #product-detail .goods .goods-left {
  width: 36.25%;
}
body #product-detail .goods .mySwiper2 img {
  width: 100%;
}
body #product-detail .goods .goods-right {
  width: 59.18%;
}
body #product-detail .goods .goods-right .goods-mb {
  display: none;
}
body #product-detail .goods .goods-right h3 {
  color: #232323;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
body #product-detail .goods .goods-right .class {
  font-size: 15px;
  color: #7E7E7E;
  padding-bottom: 31px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 19px;
}
body #product-detail .goods .goods-right .mySwiper3 {
  height: max-content;
  margin-bottom: 31px;
}
body #product-detail .goods .goods-right .mySwiper3 img {
  width: 100%;
}
body #product-detail .goods .goods-right .desc {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
body #product-detail .goods .goods-right .leave {
  padding: 13px 39px;
  color: #fff;
  font-size: 16px;
  background: #AC1617;
  margin-top: 15px;
  display: inline-block;
}
body #product-detail .t-title {
  color: #232323;
  font-size: 24px ;
  font-weight: bold;
  padding-bottom: 19px;
  border-bottom: 1px solid #DCDCDC;
  margin: 64px 0 48px;
}
body #product-detail .info p {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}
body #product-detail .cpSwiper {
  height: max-content;
  padding-bottom: 145px;
}
body #product-detail .cpSwiper .swiper-slide {
  position: relative;
  pointer-events: auto;
}
body #product-detail .cpSwiper .swiper-slide:hover .more {
  opacity: 1;
  transform: rotate(360deg);
}
body #product-detail .cpSwiper .swiper-slide:hover .good img {
  transform: scale(1.1);
}
body #product-detail .cpSwiper .swiper-slide .good {
  width: 100%;
  overflow: hidden;
}
body #product-detail .cpSwiper .swiper-slide .good img {
  width: 100%;
  transition: all 0.6s;
}
body #product-detail .cpSwiper .swiper-slide .more {
  width: 92px;
  height: 92px;
  position: absolute;
  top: calc(50% - 46px);
  left: calc(50% - 46px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
  transform: rotate(90deg);
}
body #product-detail .cpSwiper .swiper-slide p {
  color: #606060;
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
}
body #product-detail .cpSwiper .swiper-scrollbar {
  bottom: 66px;
  top: auto;
  width: 78px;
  height: 2px;
  left: calc(50% - 39px);
  background: #DEDEDE;
}
body #product-detail .cpSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #EC302F;
}
body #product-detail .cpSwiper .swiper-button-next,
body #product-detail .cpSwiper .swiper-button-prev {
  top: auto;
  bottom: 60px;
  width: 9px;
  height: 16px;
  color: #3D3D3D;
}
body #product-detail .cpSwiper .swiper-button-next::after,
body #product-detail .cpSwiper .swiper-button-prev::after {
  font-size: inherit;
}
body #product-detail .cpSwiper .swiper-button-next {
  right: calc(50% - 58px);
}
body #product-detail .cpSwiper .swiper-button-prev {
  left: calc(50% - 58px);
}
@media only screen and (max-width: 769px) {
  body #product .tabs .sub-tabs {
    width: 92%;
    overflow-x: scroll;
  }
  body #product .tabs .sub-tabs a {
    width: max-content;
    margin-right: 8px;
    padding: 0 12px;
    flex: none;
  }
  body #product .product-list {
    padding-top: 31px;
  }
  body #product .product-list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  body #product .product-list li:nth-child(odd) {
    margin-right: 4%;
  }
  body #product .product-list li a p {
    font-size: 13px;
    margin-top: 13px;
  }
  body .page_common {
    padding: 20px 0 35px;
  }
  body #product-detail .banner-box {
    top: 63px;
  }
  body #product-detail .product-banner .pcimg {
    display: none;
  }
  body #product-detail .product-banner .mbimg {
    display: block;
  }
  body #product-detail .product-banner .class-list {
    height: 98%;
    flex-wrap: wrap;
    padding: 0 5% 2%;
    width: 90%;
    align-content: center;
  }
  body #product-detail .product-banner .class-list a {
    font-size: 15px;
    margin-right: 0;
    margin-top: 17px;
  }
  body #product-detail .product-banner .class-list a:nth-child(odd) {
    width: 36%;
  }
  body #product-detail .product-banner .class-list a:nth-child(even) {
    width: 62%;
    margin-left: 2%;
  }
  body #product-detail .product-banner .class-list a img {
    width: 13px;
    margin-left: 6px;
  }
  body #product-detail .goods {
    display: block;
    padding-top: 35px;
  }
  body #product-detail .goods .goods-left {
    width: 100%;
  }
  body #product-detail .goods .goods-left .swiper {
    height: max-content;
  }
  body #product-detail .goods .goods-right {
    width: 100%;
  }
  body #product-detail .goods .goods-right .goods-pc {
    display: none;
  }
  body #product-detail .goods .goods-right .goods-mb {
    display: block;
  }
  body #product-detail .goods .goods-right .mySwiper3 {
    margin-top: 15px;
    margin-bottom: 23px;
  }
  body #product-detail .goods .goods-right h3 {
    font-size: 17px;
    margin-bottom: 7px;
  }
  body #product-detail .goods .goods-right .class {
    font-size: 13px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  body #product-detail .goods .goods-right .desc {
    font-size: 13px;
    line-height: 25px;
  }
  body #product-detail .goods .goods-right .leave {
    width: 100%;
    padding: 13px 0;
    font-size: 14px;
    text-align: center;
  }
  body #product-detail .t-title {
    font-size: 17px;
    margin: 26px 0 22px;
    padding-bottom: 15px;
  }
  body #product-detail .info p {
    font-size: 13px;
    line-height: 22px;
  }
  body #product-detail .cpSwiper {
    padding-bottom: 90px;
  }
  body #product-detail .cpSwiper .swiper-slide p {
    font-size: 13px;
    margin-top: 13px;
  }
  body #product-detail .cpSwiper .swiper-scrollbar {
    bottom: 50px;
  }
  body #product-detail .cpSwiper .swiper-button-next,
  body #product-detail .cpSwiper .swiper-button-prev {
    bottom: 44px;
  }
}
