.container-wrap {
  background-color: #fff;
  overflow: hidden;
}

.product-info {
  margin-bottom: 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.product-info-left {
  position: relative;
  width: 400px;
}

.product-info-big {
  margin-bottom: 16px;
  width: 100%;
  height: 400px;
}

.product-info-video, .product-info-img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-info-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.product-info-img {
  width: 100%;
  height: 100%;
}
.product-info-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-info-thumb {
  position: relative;
  padding: 0 40px;
  height: 65px;
}
.product-info-thumb .swiper {
  height: 100%;
}
.product-info-thumb .swiper-slide {
  position: relative;
  padding: 5px 0;
  box-shadow: inset 0 0 0 2px #C9C7C7;
  cursor: pointer;
}
.product-info-thumb .swiper-slide.active {
  box-shadow: inset 0 0 0 2px #222c3c;
}
.product-info-thumb .swiper-slide::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/play.png") no-repeat center;
  background-size: 24px;
  background-color: rgba(0, 0, 0, 0.3);
}
.product-info-thumb .swiper-slide.video::before {
  display: block;
}

.product-info-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-info-thumb .swiper-button-prev,
.product-info-thumb .swiper-button-next {
  transform: none;
  top: 0;
  margin: 0;
  background-color: #E6E6E6;
  border-radius: 0;
  width: 30px;
  height: 65px;
}

.product-info-thumb .swiper-button-prev::after,
.product-info-thumb .swiper-button-next::after {
  font-size: 14px;
  color: #11192d;
}

.product-info-thumb .swiper-button-prev {
  left: 0;
}

.product-info-thumb .swiper-button-next {
  right: 0;
}

.product-info-right {
  padding-left:40px;
  flex: 1;
  min-width: 0;
}

.product-info-title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #11192d;
}

.product-info-price {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: bold;
  color: #FF1863;
}

.product-info-spec {
  margin-bottom: 32px;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
}

.product-info-spec-item {
  margin-bottom: 8px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  max-width: 100%;
  font-size: 14px;
  color: #11192d;
  border: 1px solid #dadde0;
  border-radius: 4px;
  cursor: pointer;
}

.product-info-spec-item:last-child {
  margin-bottom: 0;
}

.product-info-spec-item.active {
  border-color: #222c3c;
  color: #222c3c;
}

.product-info-spec-item img {
  display: block;
  margin-right: 10px;
  width: 28px;
}

.product-info-spec-item p {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-number {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  width: 104px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #dadde0;
  border-radius: 4px;
}

.product-number a {
  display: block;
  text-align: center;
  width: 32px;
  height: 100%;
}

.product-number input {
  display: block;
  flex: 1;
  min-width: 0;
  height: 100%;
  text-align: center;
  border-left: 1px solid #dadde0;
  border-right: 1px solid #dadde0;
}

.product-info-button-pay {
  background-image: url('../images/showbuy.png') !important;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 48px;
  width: 220px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}

.product-info-button-pay:hover {
  color: #fff;
}

.product-info-share {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.product-info-button-copy {
  margin-right: 10px;
  background-color: #FEF0F0;
  color: #F66F80;
  padding: 0 15px;
  border-radius: 8px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.product-info-button-copy img {
  margin-right: 10px;
  display: block;
  width: 24px;
}

.product-info-button-copy:hover {
  color: #F66F80;
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomDiv img {
  max-width: none;
}

.zoomMask {
  position: absolute;
  background: url("/static/images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

.wui-flex > .wui-flex-auto {
  flex: 1;
  min-width: 0;
}

.video-buyers-show {
  width: 100%;
  overflow: hidden;
}
.video-buyers-show .swiper-slide {
  position: relative;
  height: 206px;
  cursor: pointer;
}
.video-buyers-show .swiper-slide::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/play.png") no-repeat center;
  background-size: 48px;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-buyers-show .swiper-slide.video::before {
  display: block;
}
.video-buyers-show .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-video {
  position: relative;
  margin: 30px 0;
}
.product-video .pay-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.product-video .pay-btn svg {
  width: 64px;
  height: 64px;
}
.product-video video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
}

.product-tabs ul {
  display: flex;
  align-items: center;
  height: 64px;
  border-bottom: 2px solid #B1B1B1;
}
.product-tabs li {
  position: relative;
  padding-right: 32px;
  color: #666;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.product-tabs li.active {
  color: #222c3c;
  font-weight: bold;
}
.product-tabs li.active::before {
  display: block;
}
.product-tabs li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 3px;
  background-color: #BC4700;
}
.product-tabs li:nth-child(2)::before{
  background-color: #1634CF;
}
.tabs-content {
  padding: 20px 0;
}
.tabs-content h3 {
  margin-bottom: 20px;
}
.tabs-content p {
  padding: 5px 0;
  line-height: 1.6;
}
.tabs-content .item {
  margin-bottom: 15px;
}
.tabs-content .item .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tabs-content .item .content table{
	width: 70%;
	border-collapse:collapse; table-layout: fixed; 
}
.tabs-content .item .content table,.tabs-content .item .content td { border: 1px solid #B1B1B1;}
.tabs-content .item .content td{padding: 10px;}
.tabs-content .item .tit {
  margin-bottom: 15px;
  display: inline-block;
  padding: 8px 15px;
  color: #222c3c;
  background-color: #F7F7F7;
}
.tabs-content .item p {
  width: 50%;
}

.tabs-content-item {
  display: none;
}
.tabs-content-item:nth-child(1) {
  display: block;
}

.dialog-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
  overflow: hidden;
}
.dialog-wrap .close-button {
  position: absolute;
  top: 48px;
  right: 48px;
  background-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 48px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  z-index: 9;
}
.dialog-wrap .close-button img {
  display: block;
  width: 100%;
  height: 100%;
}
.dialog-wrap .swiper {
  width: 100%;
  height: 100%;
}
.dialog-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dialog-wrap .swiper-button-prev,
.dialog-wrap .swiper-button-next {
  background-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 48px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  top: calc(50% - 22px);
}
.dialog-wrap .swiper-button-prev::after,
.dialog-wrap .swiper-button-next::after {
  font-size: 12px;
  color: #fff;
}
.dialog-wrap img {
  max-width: 800px;
}
.dialog-wrap .video-box {
  margin: 0 auto;
  max-width: 600px;
}
.dialog-wrap .video-box video {
  display: block;
  height:100vh;
}
.sticky{
  position: sticky;
  top: 80px;
}
.product-consult{
  position: fixed;
  top: 50%;
  right:60px;
  width: 230px;
  background-color: #F8F8F8;
  padding: 20px 15px 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2; 
}
.product-consult-title{
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  border-left: 4px solid #E83220;
}

.product-consult-list{ 
  border-top: 1px solid #B1B1B1;
  padding: 10px 0 15px;
}
.product-consult-link{
  display: block;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-consult-link:hover{
  color: #E83220;
}
@media screen and (max-width: 800px) {
  .wui-p-v-32{
    padding: 16px 0;
  }
  .wui-crumb{
    color: #000;
  }
  .product-consult{
    display: none;
  }
  .product-info {
    padding-top: 0;
    display: block;
  }
  .product-info-left {
    width: 100%;
  }
  .product-info-big {
    height: 340px;
  }
  .product-info-right {
    padding-left: 0;
    margin-top: 20px;
  }
  .video-buyers-show .swiper-slide {
    height: 108px;
  }
  .video-buyers-show .swiper-slide::before {
    background-size: 32px;
  }
  .product-video .pay-btn svg {
    width: 40px;
    height: 40px;
  }
  .product-video video {
    height: 200px;
  }
  .tabs-content .item .content {
    width: 100%;
  }
  .formbox h3 {
    padding: 15px;
    line-height: 1.2;
  }
  .formcon {
    padding: 16px;
    flex-wrap: wrap;
  }
  .formcon .left {
    width: 100%;
  }
  .formcon .right {
    width: 100%;
  }
  .dialog-wrap .close-button {
    top: 24px;
    right: 24px;
    padding: 10px;
    width: 36px;
    height: 36px;
  }
  .dialog-wrap .video-box {
    padding: 0 15px;
    width: 100%;
  }
  .dialog-wrap .swiper img {
    padding: 0 15px;
    display: block;
    width: 100%;
  }
}