﻿
/*渐变文字*/
.gradient-text {
  display: inline-block;
  width: auto;
  color: #ff316c;
  background-image: linear-gradient(-90deg, #ff316c 0%, #44D7F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*盒子布局*/
/*单行省略*/
/*多行省略*/
/*产品页*/
.pro-page .page-list-box .page-list-content {
  width: 990px;
}

.pro-page .pro-list {
  border-left: 1px solid #A2A2A2;
}

.pro-page .pro-list::after {
  width: 33.33% !important;
}

.pro-page .pro-list .item-wrap {
  width: 33.33% !important;
  height: 490px;
  border-bottom: 1px solid #A2A2A2;
  border-right: 1px solid #A2A2A2;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  position: relative;
}

.pro-page .pro-list .item-wrap .btn-box {
  position: absolute;
  top: 35px;
  right: 18px;
}

.pro-page .pro-list .item-wrap .btn-box a {
  display: block;
  width: 100px;
  height: 26px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
}

.pro-page .pro-list .item-wrap .btn-box a:not(:first-child) {
  margin-top: 10px;
}

.pro-page .pro-list .item-wrap .btn-box a.jd-btn {
  background-color: #e73867;
  color: #fff;
}

.pro-page .pro-list .item-wrap .btn-box a.tm-btn {
  border: 1px solid #e73867;
  color: #e73867;
}

.pro-page .pro-list .item-wrap .btn-box a:hover {
  border: none;
  color: #e73867;
  background-color: #000000;
}

.pro-page .pro-list .item-wrap .img-box {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: flex-end;
  -ms-align-items: flex-end;
  /* IE 9 */
  -moz-align-items: flex-end;
  /* Firefox */
  -webkit-align-items: flex-end;
  /* Safari  Chrome */
  -o-align-items: flex-end;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
}

.pro-page .pro-list .item-wrap .img-box img {
  width: 82% !important;
}

.pro-page .pro-list .item-wrap .pro-info {
  height: calc(100% - 320px);
  font-size: 20px;
  color: #595757;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
}

/*产品详情*/
.pro-detail-page .page-list-box .page-list-content {
  width: 990px;
}

.pro-detail-page .right-content {
  border-left: 1px solid #A2A2A2;
  border-right: 1px solid #A2A2A2;
}

.pro-detail-page .pro-info-new {
  width: 100%;
  height: 640px;
  padding-bottom: 80px;
}

.pro-detail-page .pro-info-new .intro-box {
  height: 100px;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.pro-detail-page .pro-info-new .intro-box .tit-box {
  font-size: 27px;
  font-weight: bold;
}

.pro-detail-page .pro-info-new .intro-box .pay-btn-box a {
  display: inline-block;
  width: 130px;
  height: 35px;
  font-size: 17px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}

.pro-detail-page .pro-info-new .intro-box .pay-btn-box a:hover {
  opacity: 0.8;
}

.pro-detail-page .pro-info-new .intro-box .pay-btn-box a.jd-btn {
  color: #fff;
  background-color: #FF316C;
}

.pro-detail-page .pro-info-new .intro-box .pay-btn-box a.tmall-btn {
  color: #FF316C;
  background-color: #000000;
}

.pro-detail-page .pro-info-new .img-box {
  width: 100%;
  height: 540px;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.pro-detail-page .pro-info-new .img-box .preview-img-box {
  height: 100%;
  flex: 1;
  padding-left: 60px;
  box-sizing: border-box;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  /* IE 9 */
  -moz-justify-content: flex-start;
  /* Firefox */
  -webkit-justify-content: flex-start;
  /* Safari  Chrome */
  -o-justify-content: flex-start;
  /* Opera */
}

.pro-detail-page .pro-info-new .img-box .preview-img-box img {
  display: block;
  width: 500px;
}

.pro-detail-page .pro-info-new .img-box .preview-video-box {
  width: 540px;
  height: 500px;
  background-color: #000000;
  display: none;
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list {
  width: 120px;
  height: 100%;
  flex-direction: column;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li {
  width: 120px;
  height: 120px;
  position: relative;
  box-sizing: border-box;
  background-color: #EEEEEE;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li:not(:first-child) {
  margin-top: 20px;
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li.active {
  background: transparent;
  border: 1px solid #EEEEEE;
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li.video-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li.video-item .play-icon-box {
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari  Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li.video-item .play-icon-box i {
  font-size: 12px;
  color: #fff;
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li.video-item .play-icon-box i.icon-bofang {
  margin-left: 3px;
}

.pro-detail-page .pro-info-new .img-box .thumb-img-list li img {
  display: block;
  width: 80%;
}

.pro-detail-page .pro-info {
  width: 100%;
  height: 620px;
  border-bottom: 1px solid #A2A2A2;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.pro-detail-page .pro-info .intro-box {
  width: 375px;
  height: 100%;
  color: #595757;
  padding: 110px 20px 30px 20px;
  box-sizing: border-box;
}

.pro-detail-page .pro-info .intro-box .intro-box-content {
  width: 100%;
  height: 480px;
  flex-direction: column;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: flex-start;
  -ms-align-items: flex-start;
  /* IE 9 */
  -moz-align-items: flex-start;
  /* Firefox */
  -webkit-align-items: flex-start;
  /* Safari  Chrome */
  -o-align-items: flex-start;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.pro-detail-page .pro-info .intro-box .intro-box-content .color-list {
  padding: 20px 10px;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  /* IE 9 */
  -moz-justify-content: flex-start;
  /* Firefox */
  -webkit-justify-content: flex-start;
  /* Safari  Chrome */
  -o-justify-content: flex-start;
  /* Opera */
}

.pro-detail-page .pro-info .intro-box .intro-box-content .color-list li {
  width: 30px;
  height: 30px;
  position: relative;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .color-list li .color-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .color-list li:not(:last-child) {
  margin-right: 20px;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .color-list li .tooltips-box {
  display: none;
  font-size: 13px;
  color: #fff;
  width: auto;
  white-space: nowrap;
  padding: 5px 10px;
  background-color: #2B2B2B;
  border-radius: 5px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari  Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
}

.pro-detail-page .pro-info .intro-box .intro-box-content .color-list li .tooltips-box::before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #2B2B2B transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari  Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
}

.pro-detail-page .pro-info .intro-box .intro-box-content .describe {
  width: 100%;
  font-size: 17px;
  line-height: 1.8;
  padding: 0 10px;
  box-sizing: border-box;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .describe dl {
  width: 100%;
  font-size: 15px;
  padding: 10px 0;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.pro-detail-page .pro-info .intro-box .intro-box-content .describe dl dt {
  color: #989898;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .describe dl dd {
  flex: 1;
  text-align: right;
  padding-left: 10px;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .tit {
  width: 100%;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px;
  box-sizing: border-box;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box {
  width: 100%;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .amount {
  vertical-align: sub;
  text-align: center;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .amount .unit {
  font-size: 16px;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .amount .num {
  font-size: 60px;
  font-weight: bold;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .pay-btn-box {
  height: 35px;
  text-align: center;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .pay-btn-box a {
  display: block;
  width: 48%;
  height: 100%;
  font-size: 17px;
  line-height: 35px;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .pay-btn-box a:hover {
  opacity: 0.8;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .pay-btn-box a.jd-btn {
  color: #fff;
  background-color: #FF316C;
}

.pro-detail-page .pro-info .intro-box .intro-box-content .pay-box .pay-btn-box a.tmall-btn {
  color: #FF316C;
  background-color: #000000;
}

.pro-detail-page .pro-info .img-box {
  width: 670px;
  height: 100%;
  /*产品缩略图*/
}

.pro-detail-page .pro-info .img-box .preview-img-box {
  width: 100%;
  height: 470px;
  overflow: hidden;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
}

.pro-detail-page .pro-info .img-box .preview-img-box img {
  display: block;
  width: 65%;
}

.pro-detail-page .pro-info .img-box .preview-img-box .preview-video-box {
  width: 550px;
  height: 340px;
  background-color: #000000;
  display: none;
}

.pro-detail-page .pro-info .img-box .thumb-img-list {
  padding: 0 10px;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  /* IE 9 */
  -moz-justify-content: flex-start;
  /* Firefox */
  -webkit-justify-content: flex-start;
  /* Safari  Chrome */
  -o-justify-content: flex-start;
  /* Opera */
  box-sizing: border-box;
}

.pro-detail-page .pro-info .img-box .thumb-img-list li {
  width: 120px;
  height: 120px;
  background-color: #EEEEEE;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
}

.pro-detail-page .pro-info .img-box .thumb-img-list li img {
  width: 118px;
}

.pro-detail-page .pro-info .img-box .thumb-img-list li:not(:last-child) {
  margin-right: 15px;
}

.pro-detail-page .pro-info .img-box .thumb-img-list li.active {
  background: none;
  border: 1px solid #EEEEEE;
}

.pro-detail-page .pro-info .img-box .thumb-img-list li.video-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pro-detail-page .pro-info .img-box .thumb-img-list li.video-item .play-icon-box {
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari  Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
}

.pro-detail-page .pro-info .img-box .thumb-img-list li.video-item .play-icon-box i {
  font-size: 12px;
  color: #fff;
}

.pro-detail-page .pro-info .img-box .thumb-img-list li.video-item .play-icon-box i.icon-bofang {
  margin-left: 3px;
}

.pro-detail-page .pro-describe {
  width: 100%;
}

.pro-detail-page .pro-describe img {
  width: 100%;
  display: block;
}
