.product-wrap {
  padding-top: 0;
}
.product-wrap .product-header {
  height: 470px;
  width: 100%;
  background: url('../../../../img/png/product-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.product-wrap .product-header .product-header-content {
  position: absolute;
  left: 15px;
  bottom: 20px;
  min-width: 450px;
  background-color: rgba(28, 113, 192, 0.5);
  color: #fff;
  padding: 16px 24px;
}
.product-wrap .product-header .product-header-content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 993px) {
  .product-wrap .product-header .product-header-content {
    min-width: auto;
    width: calc(100% - 30px);
  }
  .product-wrap .big-img-wrap {
    display: none;
  }
}
.border {
  border: 1px solid #ccc;
}
#product-detail-body {
  padding: 50px 0;
}
#product-detail-body .title {
  color: #000;
}
#product-detail-body .part-of-main-wrap img {
  width: 100%;
  height: auto;
}
#product-detail-body .part-of-main-wrap img:hover {
  cursor: pointer;
}
#product-detail-body .part-of-main-wrap .imgs-wrap {
  padding-right: 50px;
}
#product-detail-body .part-of-main-wrap .params-wrap {
  padding-right: 50px;
}
#product-detail-body .part-of-main-wrap .big-img-wrap {
  border: 1px solid #ccc;
  margin-bottom: 27px;
}
#product-detail-body .part-of-main-wrap .small-img-wrap {
  flex-direction: column;
  justify-content: space-between;
}
#product-detail-body .part-of-main-wrap .small-img-wrap > div {
  width: 100%;
  margin-bottom: 27px;
  border: 1px solid #ccc;
}
#product-detail-body .part-of-main-wrap .product-name {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
#product-detail-body .part-of-main-wrap table {
  font-size: 12px;
}
#product-detail-body .part-of-main-wrap table > tbody > tr > td {
  padding: 6px 2px;
}
#product-detail-body .part-of-main-wrap .product-function-item {
  font-size: 12px;
  display: flex;
  margin-bottom: 35px;
}
#product-detail-body .part-of-main-wrap .product-function-item .icon {
  color: #EE4E5D;
}
#product-detail-body .part-of-main-wrap .product-function-item > div {
  flex: 1;
}
#product-detail-body .part-of-main-wrap .product-function-item > div .title {
  font-family: 'Open Sans Italic';
  font-size: 14px;
  color: #333;
}
#product-detail-body .part-of-main-wrap .product-function-item > div .item-content {
  color: #666;
}
#product-detail-body .part-of-main-wrap .conditions-list {
  position: relative;
}
#product-detail-body .part-of-main-wrap .conditions-list::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 95%;
  width: 0;
  border-left: 1px solid #ccc;
}
#product-detail-body .part-of-main-wrap .conditions-list p {
  font-size: 12px;
}
#product-detail-body .part-of-video-wrap {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #F9FAFB;
}
#product-detail-body .part-of-video-wrap .video {
  margin: auto;
  height: auto;
  width: 100%;
  max-height: 530px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
#product-detail-body .part-of-appearance .row > div {
  padding-top: 40px;
}
#product-detail-body .part-of-appearance .title {
  padding-bottom: 40px;
}
#product-detail-body .part-of-appearance .img-wrap {
  border: 1px solid #ccc;
}
#product-detail-body .part-of-appearance .img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 9930px) {
  #product-detail-body .part-of-main-wrap .imgs-wrap {
    padding-right: 15px;
  }
  #product-detail-body .part-of-main-wrap .params-wrap {
    padding-right: 15px;
  }
}
