.detail-wrap {
  width: 100%;
  background-color: #ffe399;
}

.detail-container {
  width: 75%;
  margin: 0 auto;
}

.product-images-wrap {
  width: 58%;
  position: relative;
}

.detail-left {
  width: 58%;
}

#productDetail .detail-section1 {
  padding-top: 70px;
}

#productDetail .detail-section2 {
  padding-top: 70px;
}


.row.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.wrap * {
  box-sizing: border-box;
}

.wrap {
  width: 56%;
  border: 1px solid rgba(34, 175, 81, 0.425);
}

.wrap .container {
  width: 100%;
}

.swiper-container-vertical.swiper-container-thumbs.img-thumb-vertial-list {
  max-width: 72px;
}

.img-thumb-vertial-list .swiper-slide {
  max-width: 72px;
  max-height: 72px;
  border: 1px solid transparent;
  display: flex;
  width: 100%;
}

.img-thumb-vertial-list img {
  width: 100%;
  max-height: 100%;
  /* height: 100%; */
  display: block;
  margin: auto;
}

.img-thumb-horizontal-list img {
  width: 100%;
  height: auto;
}

.img-large {
  border: 1px solid rgb(221, 113, 113);
}

.img-large-vertial-wrap {
  overflow: hidden;
  position: relative;
}

.img-large-vertial-wrap img {
  /* max-width: 600px; */
  width: 100%;
  height: 100%;
}

.img-large-vertial-wrap .swiper-slide {
  height: 100%;
}

.img-thumb-vertial-list .swiper-slide.img-thumb-active {
  /* border: 2px solid rgb(35, 31, 32); */
  border-bottom: 2px solid rgb(236, 196, 192);
}

.img-thumb-horizontal-list .swiper-slide.img-thumb-active {
  border-bottom: 2px solid rgb(236, 196, 192);
}

.img-large-horizontal-wrap {
  /* max-height: 50vh; */
  overflow: hidden;
}

.img-thumb-horizontal-list .swiper-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 18px;
}

.img-thumb-horizontal-list .swiper-slide {
  padding-right: 0;
  padding-left: 0;
}

.img-large-horizontal-wrap .swiper-slide {
  width: 100%;
}

.img-large-horizontal-wrap img {
  width: 100%;
  height: auto;
}

.img-large-horizontal-wrap .swiper-slide {
  visibility: hidden;
}

.img-large-horizontal-wrap .swiper-slide-active {
  visibility: visible;
}

.blow-up-vertical-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  pointer-events: none;
}

.blow-up-vertical-wrap img {
  position: absolute;
}

.img-thumb-horizontal-list {
  position: relative;
}

.blow-up-horizontal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}


/*左侧移动详情*/
.detail-move {
  width: 25%;
  border-left: 2px solid rgb(248, 246, 237);
}

.detail-move>* {
  margin-left: 15%;
}

/*标题*/
.detail-move .detail-title {
  font-family: var(--font-family-lexend-peta-regular);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: rgb(35, 31, 32);
}

/*副标题*/
.detail-move .detail-sub-title {
  margin-bottom: 19px;
  font-family: var(--font-family-avenir-next);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(35, 31, 32);
}

/*描述信息*/
.detail-move .detail-desc {
  margin-bottom: 123px;
}

.detail-move .detail-desc span {
  display: block;
  font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: 2px;
  color: rgb(35, 31, 32);
}

/*规格*/
.detail-specifications {
  margin-bottom: 40px;
}

.detail-specifications li {
  width: 75%;
  height: 40px;
  line-height: 40px;
  border-radius: 18.5px;
  background-color: rgb(248, 246, 237);
  text-align: center;
  font-family: var(--font-family-avenir-next);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgb(35, 31, 32);
  margin-bottom: 20px;
}

.detail-specifications li:last-of-type {
  margin-bottom: 0;
}

/*立即购买*/
.detail-buy {
  width: 63.5%;
  height: 48px;
  background-color: rgb(35, 31, 32);
  outline: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.detail-buy strong {
  font-family: var(--font-family-noto-sans-hans);
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: rgb(255, 255, 255);
}

.detail-buy span {
  width: 20%;
  font-family: var(--font-family-noto-sans-hans);
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: rgb(255, 255, 255);

}

.detail-buy span:first-of-type {
  margin-left: 10%;
}

.detail-buy span:last-of-type {
  margin-right: 10%;
}

/*====详情类型=====*/
.desc-type {
  padding: 60px 0 67px 0;

}

.desc-type p {
  font-size: 0;
  margin-bottom: 26px;
}

.desc-type p:last-of-type {
  margin-bottom: 0;
}

.desc-type p strong {
  display: inline-block;
  width: 24.5%;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid rgb(236, 196, 192);
  font-family: var(--font-family-noto-sans-hans);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: rgb(35, 31, 32);

}

.desc-type p span {
  display: inline-block;
  width: 41.36%;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid rgb(236, 196, 192);
  font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: rgb(35, 31, 32);
}

/*三张图片*/
.desc-images {
  width: 100%;
  /*display: flex;*/
  /*justify-content: space-between;*/
  padding-bottom: 16px;
  /* overflow: hidden; */
}

.product-item .img {
  transition: transform .3s;
  transform-origin: bottom;
}

.product-item:hover .img {
  transform: scale(1.05);
}

.product-item:hover .product-name-zh {
  text-decoration: underline !important;
}

.desc-images .img:hover {
  transform: scale(1.05);
}

.desc-images .img {
  width: 32%;
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2%;
  transition: transform .3s;
  transform-origin: bottom;

}

.desc-images .img:last-of-type {
  margin-right: 0%;
}

.desc-images .img img {
  width: 100%;
  height: auto;
}

.desc-images .img span {
  position: absolute;
  font-family: var(--font-family-noto-sans-hans);
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.63px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  bottom: 6%;
  max-width: 90%;
  left: 0;
  overflow: hidden;
  text-shadow: 2px 2px 10px #191919;
}

/*配方及功效*/
.desc-efficacy {
  width: 100%;
  background-color: #f8f6ed;
  padding: 60px 0;
}

.desc-efficacy h4 {
  margin-left: 10.5%;
  margin-bottom: 49px;
  height: 33px;
  font-family: var(--font-family-ping-fang-sc);
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
}

.desc-efficacy .efficacy-item {
  margin-left: 9.7%;
  margin-bottom: 50px;
  padding-left: 6px;
}

.desc-efficacy .efficacy-item:last-of-type {
  margin-bottom: 0;
}

.desc-efficacy .desc-left {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
}

.desc-efficacy .desc-left i {
  display: block;
  width: 13px;
  text-align: center;
  margin: 0 auto 6px;
}

.desc-efficacy .desc-left i img {
  width: 100%;
}

.desc-efficacy .desc-left span {
  display: block;
  text-align: center;
  min-height: 30px;
  font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: rgb(236, 196, 192);
}

.desc-efficacy .desc-right {
  display: inline-block;
  max-width: 374px;
  vertical-align: middle;
  border-left: 2px solid rgb(236, 196, 192);
  padding: 10px 0 10px 10%;
  margin-left: 1%;
  width: 68%;
}

.desc-efficacy .desc-right p {
  font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: rgb(35, 31, 32);
}

/*人气星品*/
.desc-hot {
  margin-bottom: 0;
}

.desc-hot-itme {
  width: 100%;
}

.desc-hot-itme .img {
  width: 100%;
  /* height: 388px; */
  /* background-color: #e35b5b; */
}

.desc-hot-itme .img img {
  width: 100%;
  height: auto;
}

.desc-hot-itme .video {
  width: 100%;
  font-size: 0;
}

.desc-hot-itme .video video {
  width: 100%;
  outline: none;
}

.desc-hot-itme .video .video-item {
  width: 100%;
  height: auto;
}

.others-hot-itme .img {
  width: 100%;
  /* height: 455px;
    background-color: #e35b5b; */
}

.others-hot-itme .img img {
  width: 100%;
  height: auto;
}

.others-hot-itme .video {
  width: 100%;
  font-size: 0;
}

.others-hot-itme .video video {
  width: 100%;
  outline: none;
}

.others-hot-itme .video .video-item {
  width: 100%;
  height: auto;
}

.big-pic-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.big-pic-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}


/*PC样式*/
@media screen and (min-width: 992px) {}

/*平板样式*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .detail-container {
    width: 79%;
    margin: 0 auto;
  }

  .detail-move .detail-title {
    font-size: 18px;
  }

  .detail-move .detail-sub-title {
    font-size: 12px;
    line-height: 1.33;
  }

  #productDetail .detail-section1 {
    padding-top: 45px;
    padding-bottom: 16px;
  }

  .detail-move .detail-desc {
    margin-bottom: 50px;
  }

  .l992 {
    display: flex;
    justify-content: center;
  }

  .l992 .product-images-wrap {
    float: left;
    width: 48%;
  }

  .l992 .detail-move {
    margin-left: 2%;
    width: 52%;
  }

  .detail-move .detail-desc span {
    font-size: 12px;
  }

  .detail-move>* {
    margin-left: 5%;
  }

  .detail-specifications li {
    width: 75%;
    font-size: 12.8px;
  }

  .detail-buy {
    width: 72%;
    display: flex;
    justify-content: center;
  }

  .detail-buy span {
    width: 14%;
    font-size: 12px;
  }

  .detail-left {
    width: 100%;

  }

  .desc-type {
    width: 49%;
    padding: 60px 0 67px 0;
    margin: 0 auto;
  }

  .desc-efficacy .desc-left i {
    width: 10px;
  }

  .desc-efficacy .desc-left span {
    font-size: 12.8px;
  }

  .desc-type p strong {
    width: 37%;
    font-size: 12px;
    height: 32px;
  }

  .desc-type p span {
    width: 63%;
    font-size: 12px;
    height: 31px;
  }

  .desc-efficacy h4 {
    font-size: 18px;
  }

  .desc-efficacy .desc-right p {
    font-size: 12px;
    line-height: 2;

  }

  .desc-efficacy .desc-right {
    margin-left: 3%;
    padding: 10px 0 10px 6%;
  }

  .detail-gallery-top {
    width: 100%;
  }

  .detail-gallery-thumbs {
    position: absolute;
    width: 100%;
  }

  .img-large-horizontal-wrap {
    /* max-height: 50vh; */
    margin-bottom: 5vh;
  }
}

/*平板和PC共用的样式*/
@media screen and (min-width: 768px) {}

/*手机样式*/
@media screen and (max-width: 767px) {
  .detail-container {
    width: 100%;
  }

  #productDetail .detail-section1 {
    padding-top: 26px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .nav-bars div a {
    font-size: 14px;
  }

  #productDetail .detail-section2 {
    padding-top: 16px;
  }

  .product-images-wrap {
    width: 100%;
  }

  .detail-move {
    width: 100%;
    border-left: none;
    padding: 0 5%;
    margin-top: 45px;
  }

  .detail-move>* {
    margin-left: 0;
  }

  .image-large {
    width: 100%;
    background-color: #00a0d2;
    margin-left: 0;
  }

  .image-list-wrap {
    width: 95%;
    overflow: scroll;
    float: left;
    margin-left: 5%;
  }

  .image-list-wrap {
    width: 100%;
    overflow-x: scroll;
    height: auto;
  }

  .image-list {
    display: flex;
    width: auto;
  }

  .image-list .image-item {
    float: left;
    min-width: 18vw;
    margin-right: 2%;
  }

  .image-list .image-item:last-of-type {
    margin-right: 0;
  }

  .detail-move .detail-title {
    line-height: 33px;
    font-size: 18px;
  }

  .detail-move .detail-sub-title {
    margin-bottom: 16px;
    font-family: var(--font-family-avenir-next);
    font-size: 16px;
  }

  .detail-move .detail-desc span {
    font-size: 16px;
    letter-spacing: 1.5px;
    color: rgb(35, 31, 32);
  }

  .detail-move .detail-desc {
    margin-bottom: 43px;
  }

  .detail-specifications li {
    width: 70%;
    height: 32px;
    line-height: 32px;
    border-radius: 14.8px;
    background-color: rgb(248, 246, 237);
    text-align: center;
    font-family: var(--font-family-avenir-next);
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgb(35, 31, 32);
    margin: 0 auto 16px;
  }

  .detail-specifications {
    margin-bottom: 34px;
  }

  .detail-buy {
    margin: 0 auto;
    width: 70%;
    height: 38px;
    justify-content: center;
  }

  .detail-buy span {
    width: 12%;
    font-family: var(--font-family-noto-sans-hans);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: rgb(255, 255, 255);
  }

  .detail-left {
    width: 100%;
  }

  .desc-efficacy {
    padding-top: 45px;
  }

  .desc-efficacy h4 {
    margin-left: 7.5%;
    font-size: 18px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .desc-efficacy .desc-left i {
    width: 10px;
    margin: 0 auto;
  }

  .desc-efficacy .desc-left span,
  .desc-efficacy .desc-right p {
    font-size: 16px;
  }

  .desc-efficacy .efficacy-item {
    margin-left: 0;
    margin-bottom: 50px;
    padding-left: 6px;
  }

  .detail-gallery-top {
    width: 100%;
  }

  .detail-gallery-thumbs {
    position: absolute;
    width: 100%;
  }

  .desc-type {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .desc-type p {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .desc-type p strong {
    font-size: 16px;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 5%;
  }

  .desc-type p span {
    font-size: 16px;
    width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 39px;
  }

  .desc-images .img span {
    font-size: 16px;
    left: 0;
  }
}