[v-cloak] {
  display: none;
}

#container {
  width: 1200px;
  margin: 0 auto;
}

/* 面包屑导航 start */
.page_posit {
  margin: 29px 0 20px 0;
}

.page_posit i {
  font-size: 12px;
  color: #666;
  transform: scale(.7);
  vertical-align: initial;
  display: inline-block;
  margin: 0 5px;
}

.page_posit a {
  color: #666;
}

.page_posit .posit_spro_name {
  color: #19B0B0;
  cursor: pointer;
}

/* 面包屑导航 end */

/* 产品详情信息 start */
.pro_detail {
  background-color: #fff;
  border-radius: 4px;
  width: calc(100% - 80px);
  /* height: 543.7px; */
  padding: 40px;
  clear: both;
  padding-bottom: 50px;
}

.pro_detail::after {
  content: '';
  display: block;
  clear: both;
}

.pro_detail .pro_detail_left {
  width: 430px;
  float: left;
}

.pro_detail_left .box {
  width: 430px;
}

.pro_detail_left .box .tb-booth {
  position: relative;
  z-index: 3;
  width: 430px;
  height: 430px;
  border: #ededed solid 1px;
  box-sizing: border-box;
}

.pro_detail_left .box .tb-booth .tb_img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.pro_detail_left .box .tb-booth .tb_img .searchImgIcon {
  width: 30px;
  height: 30px;
  background-color: #E5E5E5;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 56px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
}

.pro_detail_left .box .tb-booth .tb_img img {
  width: 100%;
  height: 100%;
}

.pro_detail_left .box .box_list {
  width: 400px;
  overflow: hidden;
  height: 70px;
  margin: 15px auto 0;
  position: relative;
}

.pro_detail_left .box .box_list #ibox {
  height: 100%;
  left: 0;
  position: absolute;
  width: 2550px;
}

.pro_detail_left .box .box_list #ibox .tb-thumb li {
  float: left;
  width: 70px;
  height: 70px;
  padding: 0 5px;
  position: relative;
}

.pro_detail_left .box .box_list #ibox .tb-thumb li img {
  width: 68px;
  height: 68px;
  border: 1px solid #e6e6e6;
}

.pro_detail_left .box .box_list #ibox .tb-thumb .tb-selected img {
  border: 1px solid #28CCCC;
  width: 68px;
  height: 68px;
}

.pro_detail_left .box .page_thumb {
  width: 100%;
  z-index: 1;
  position: relative;
}

.pro_detail_left .box .page_thumb a {
  width: 18px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  color: #999;
}

.pro_detail_left .box .page_thumb .disabeld {
  cursor: auto;
}

.pro_detail_left .box .page_thumb .disabeld i {
  color: #EAEAEA;
  cursor: auto;
}

.pro_detail_left .box .page_thumb a i {
  color: #999;
  font-size: 12px;
  transform: scale(.8);
}

.pro_detail_left .box .page_thumb a i:hover {
  color: #19B0B0;
}

.pro_detail_left .box .page_thumb .disabeld i:hover {
  color: #EAEAEA;
}

.pro_detail_left .box .page_thumb .pre i {
  transform: scale(.8) rotate(-180deg);
}

.pro_detail_left .box .page_thumb .pre {
  left: 0;
}

.pro_detail_left .box .page_thumb .pre:hover i {
  background-position: -37px -99px;
}

.pro_detail_left .box .page_thumb .pre i {
  background-position: -37px -83px;
}

.pro_detail_left .box .page_thumb .next {
  right: 0;
}

.pro_detail_left .box .page_thumb .next:hover i {
  background-position: -46px -99px;
}

.pro_detail_left .box .page_thumb .next i {
  background-position: -46px -83px;
}

.pro_detail_left .box .page_thumb .num {
  display: none;
}

.pro_detail_left .tb_video_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.pro_detail_left #tb_video {
  width: 99%;
  margin: 0 auto;
  outline: none;
}

.pro_detail_left .img_explain {
  color: #999;
  font-size: 14px;
  line-height: 36px;
  margin-top: 3px;
}

.pro_detail_left .video_play {
  width: 32px !important;
  height: 32px !important;
  position: absolute;
  transform: initial;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border: 0 !important;
}

.pro_detail_right {
  margin-left: 464px;
}

.pro_detail_right .detail_name {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
}

.pro_detail_right .spro_msg {
  margin-bottom: 10px;
}

.spro_msg .pro_detail_text {
  line-height: 14px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  /* align-items: center; */
  width: 100%;
  margin-top: 10px;
}

.spro_msg .pro_detail_text span:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.pro_detail_text .pro_detail_label {
  color: #999;
  font-size: 14px;
}

.pro_detail_text .pro_detail_label i {
  margin-left: 13.5px;
}

.pro_detail_text span {
  color: #333;
  font-weight: 400;
  font-size: 14px;

}

.spro_msg .sku_box {
  display: flex;
  justify-content: space-between;
}

.spro_msg .sku_box .pro_detail_text {
  flex: 1;
}

.spro_msg .sku_box .sku_btn_box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.spro_msg .sku_box .sku_btn_box a {
  border-radius: 16px;
  border: #e5e5e5 solid 1px;
  margin-left: 10px;
  width: 100px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 12px;
}

.spro_msg .sku_box .sku_btn_box a .iconfenxiang {
  font-size: 14px;
  margin-right: 8px;
}

.spro_msg .sku_box .sku_btn_box a:hover {
  border: #19B0B0 solid 1px;
  color: #19B0B0;
}

.spro_msg .sku_box .sku_btn_box a:hover i {
  color: #19B0B0;
}

.spro_msg .sku_box .sku_btn_box .iconshoucangdianji {
  color: #19B0B0;
}

.sku_btn_box .collection i {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
}

.pro_detail_right .pro_price_box {
  padding: 15px 14px 5px 14px;
  background-color: #F7FBFC;
  border-radius: 5px;
  margin-bottom: 20px;
}

.pro_price_box .pro_detail_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro_detail_list .pro_detail_text {
  flex: 1;
  margin-bottom: 11px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  width: 50%;
}

.pro_detail_list .pro_price {
  font-size: 20px;
  font-weight: bold;
  color: #E94637;
}

.pro_detail_list .pro_detail_price {
  display: inline-flex;
  flex: 1;
  line-height: 20px;
  height: 20px;
  /* overflow: hidden; */
}

.pro_detail_price .pro_price_brand {
  /* max-width: calc((100% - 18px) / 2); */
  color: #19B0B0;
  /* overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; */
  /* min-width: 42px; */
}

.pro_detail_price .icontuodonghuakuaiyanzheng {
  font-size: 12px;
  color: #666;
  transform: scale(.7) translateX(1.8px) translateY(-1px);
  vertical-align: initial;
  display: inline-block;
  margin-right: 2px;
}

.pro_detail_price .pro_price_sprop {
  /* max-width: calc((100% - 18px) / 2); */
  color: #19B0B0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.pro_detail_right .pro_spec {
  margin-bottom: 15px;
  height: 225px;
  overflow: auto;
}

.pro_detail_right .pro_spec::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.pro_detail_right .pro_spec::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #e5e5e5;
}

.pro_detail_right .pro_spec::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;

}

.pro_detail_right .pro_spec .pro_detail_text {
  width: 50%;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 14px;
}

.pro_detail_right .pro_detail_btn {
  margin-bottom: 16px;
}

.pro_detail_btn .pro_detail_num_box {
  width: 134px;
  height: 30px;
  border: #e5e5e5 solid 1px;
  border-radius: 4px;
  display: inline-flex;
  flex-wrap: wrap;
}

.pro_detail_btn .placeBtn,
.other_btn_box .placeBtn {
  color: #fff;
  background-image: linear-gradient(to right bottom, #73e2e2, #28cccc 100%);
}

.z-btn.z-btn-important.placeBtn:hover {
  color: #fff !important;
}

.pro_detail_btn button {
  background-color: #fff;
  margin: 0;
}

.pro_detail_btn .attachBtn.active::before {
  width: calc(100% + 10px);
  padding-top: calc(100% + 10px);
}

.pro_detail_btn .attachBtn.active .inner {
  color: #fff;
}

.pro_detail_num_box button {
  color: #28CCCC;
  width: 36px;
  height: 30px;
  text-align: center;
}

.pro_detail_num_box button i {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.pro_detail_num_box button:disabled {
  color: #e5e5e5;
}

.pro_detail_num_box .pro_num_reduce {
  border-radius: 4px 0 0 4px;
}

.pro_detail_num_box .pro_num_reduce:disabled,
.pro_detail_num_box .pro_num_plus:disabled {
  cursor: auto;
}

.pro_detail_num_box .pro_num_plus {
  border-radius: 0 4px 4px 0;
}

.pro_detail_num_box .pro_num {
  width: calc(134px - 74px);
  border: 0;
  border-right: #e5e5e5 solid 1px !important;
  border-left: #e5e5e5 solid 1px !important;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 12px;
}

.pro_detail_btn .z-btn {
  margin-left: 15px;
}

.pro_detail_btn .z-btn .inner i {
  margin-right: 5px;
}

.pro_detail_btn .pro_sample .inner {
  padding-right: 15px;
}

.pro_detail_btn .pro_sample i:nth-last-of-type(1) {
  display: inline-block;
  transform: rotate(90deg) scale(.6);
  font-size: 12px;
  position: absolute;
  right: -7px;
  transition: all .3s ease;
}

.pro_detail_btn .pro_sample .iconjinrupinpaizhan.active {
  transform: rotate(-90deg) scale(.6);
  color: #19B0B0;
}

.pro_detail_right .pro_delivery_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pro_delivery_box .pro_detail_text {
  width: 134px;
  color: #19B0B0;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
}

.pro_delivery_box .pro_delivery {
  flex: 1;
  margin-left: 21px;
  display: flex;
  align-items: center;
}

.pro_delivery_box .pro_delivery .pro_delivery_list {
  display: inline-block;
  margin-right: 10px;
}

/* 产品详情信息 end */

/* 产品其它型号 start */
.other_model_box {
  overflow: hidden;
  margin-bottom: 28px;
}

.other_model_box .other_model {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  height: 52px;
}

.other_model .other_spro_name {
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
}

.other_model .other_spro_name::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #28CCCC;
  position: absolute;
  left: 0;
}

.other_model .other_spro_name span {
  color: #19B0B0;
  margin: 0 10px;
}

.other_model .other_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other_btn_box .other_num {
  font-size: 14px;
  margin-right: 8px;
}

.other_btn_box .other_num span {
  color: #28CCCC;
  font-size: 14px;
  margin: 0 5px;
}

.other_btn_box .iconbutton_zcgm {
  margin-right: 5px;
}

.pro_model {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  clear: both;
}

.pro_model .pro_model_left {
  width: 350px;
  max-height: 835px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.pro_model_left .parameter_header {
  border-bottom: solid #e5e5e5 1px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.parameter_header .parameter_header_title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 46px;
  position: relative;
}

.parameter_header .parameter_header_title::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(-20deg, rgba(40, 204, 204, 1) 0%, rgba(115, 226, 226, 1) 100%);
  ;
}

.parameter_header .parameter_header_reset {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.parameter_header .parameter_header_reset:hover {
  color: #19B0B0;
}

.parameter_header_reset i {
  margin-right: 10px;
}

.pro_model_left .parameter_count {
  height: calc(100% - 46px);
  margin: 2px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}

.pro_model_left .parameter_count .parameter_list {
  margin-bottom: 5px;

}

.parameter_list .parameter_list_title {
  border-bottom: dashed #e5e5e5 1px;
  padding-bottom: 7px;
  color: #999;
  font-size: 14px;
}

.parameter_list .parameter_list_option {
  padding: 15px 10px 0;
  overflow: hidden;
}

.parameter_list .parameter_list_option li {
  display: inline-block;
  min-width: 35px;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.parameter_list .parameter_list_option li.active {
  color: #19B0B0;
  font-weight: bold;
}

.parameter_list .parameter_list_option li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 302px;
  display: inline-block;
}

.pro_model .pro_model_right {
  flex: 1;
  width: 790px;
  max-height: calc(835px - 40px);
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
}

.pro_model_right .pro_table_header {
  background-color: #f2f2f2;
  border: #ededed solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}

.pro_model_right .pro_table_header p {
  line-height: 46px;
  font-size: 14px;
  color: #999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_model_right .pro_table_header p:nth-of-type(1),
.pro_table_count .pro_table_list .pro_table_name {
  width: 24%;
}

.pro_model_right .pro_table_header p:nth-of-type(2),
.pro_model_right .pro_table_header p:nth-of-type(3),
.pro_model_right .pro_table_header p:nth-of-type(4),
.pro_table_count .pro_table_list .pro_table_nprice,
.pro_table_count .pro_table_list .pro_table_price,
.pro_table_count .pro_table_list .pro_table_sku {
  width: 12%;
}

.pro_model_right .pro_table_header p:nth-of-type(5),
.pro_model_right .pro_table_header p:nth-of-type(6),
.pro_table_count .pro_table_list .pro_table_delivery,
.pro_table_count .pro_table_list .pro_table_btn_box {
  width: 20%;
}

.pro_table_header p .iconSort {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  height: 46px;
  width: 10px;
}

.pro_table_header p .iconSort i:nth-of-type(1) {
  transform: rotate(-90deg) scale(.6);
  position: absolute;
  left: -1px;
  top: -5px;
  font-size: 12px;
  cursor: pointer;
}

.pro_table_header p .iconSort i:nth-of-type(2) {
  transform: rotate(90deg) scale(.6);
  position: absolute;
  font-size: 12px;
  left: -2px;
  bottom: -5px;
  cursor: pointer;
}

.pro_table_header p .iconSort i.active {
  color: #19B0B0;
  font-weight: bold;
}

.pro_model_right .pro_table_count {
  max-height: calc(100% - 2px - 46px - 48px);
  overflow: hidden;
  overflow-y: auto;
}

.pro_table_count .pro_table_list {
  border: #ededed solid 1px;
  border-top: 0;
  background-color: #fff;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 60px;
}

.pro_table_count .pro_table_list:nth-of-type(2n) {
  background-color: #F7FBFC;
}

.pro_table_list .pro_table_name {
  position: relative;
}

.pro_table_list .pro_table_name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #999;
  cursor: pointer;
}

.pro_table_list .pro_table_name p a.active,
.pro_table_list .pro_table_name p span.active {
  color: #19B0B0;
}

.pro_table_list .pro_table_name p:nth-of-type(1) {
  color: #333;
}

/* .pro_table_list .pro_table_name p:nth-of-type(1):hover {
  color: #19B0B0;
} */
.pro_table_list .pro_table_name p:hover {
  color: #19B0B0;
}

.pro_table_list .pro_table_nprice,
.pro_table_list .pro_table_sku {
  color: #999;
  text-align: center;
}

.pro_table_list .pro_table_price {
  color: #E94637;
  text-align: center;
  position: relative;
}

.pro_table_list .pro_table_price .del-discount {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  transform: translateY(100%);
  color: #999;
  text-decoration: line-through;
}

.pro_table_list .card-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-100% - 5px));
  white-space: nowrap;
  margin-top: 0;
}

.pro_table_list .pro_table_delivery {
  text-align: center;
}

.pro_table_list .pro_table_delivery .pro_delivery_list_box {
  text-align: left;
  display: inline-block;
}

.pro_table_list .pro_table_delivery .no_delivery {
  text-align: center;
  line-height: 20px;
}

.pro_table_list .pro_table_btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pro_table_btn_box .quota-box {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% - 14px), calc(-100% - 4px));
}

.pro_table_btn_box .pro_table_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_table_btn_box .pro_table_btn .pro_table_reduce,
.pro_table_btn_box .pro_table_btn .pro_table_plus {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #28CCCC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_table_btn_box .pro_table_btn .pro_table_reduce:disabled,
.pro_table_btn_box .pro_table_btn .pro_table_plus:disabled {
  background-color: #999;
  cursor: auto;
}

.pro_table_btn_box .pro_table_btn .pro_table_reduce {
  margin-right: -10px;
  z-index: 1;
}

.pro_table_btn_box .pro_table_btn .pro_table_plus {
  margin-left: -10px;
}

.pro_table_btn_box .pro_table_btn .pro_table_reduce i,
.pro_table_btn_box .pro_table_btn .pro_table_plus i {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
}

.pro_table_btn_box .pro_table_btn .pro_table_num {
  width: 74px;
  height: 30px;
  background-color: #eaeaea;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
}

.pro_table_list .pro_table_btn_box .pro_table_clear {
  margin-left: 5px;
  cursor: auto;
}

.pro_table_list .pro_table_btn_box .pro_table_clear i {
  font-size: 20px;
  color: #999;
}

.pro_table_list .pro_table_btn_box .pro_table_clear.active i {
  color: #28CCCC;
}

.pro_table_list .pro_table_btn_box .pro_table_clear.active {
  cursor: pointer;
}

.pro_model_right .pro_table_fotter {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_table_fotter .pro_table_page {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_table_page .pro_table_page_prev,
.pro_table_page .pro_table_page_next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F5F5F5;
  text-align: center;
  line-height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666;
}

.pro_table_page .pro_table_page_prev i,
.pro_table_page .pro_table_page_next i {
  font-size: 12px;
  transform: scale(.8);
}

.pro_table_page .pro_table_page_prev i {
  transform: scale(.8) rotate(-180deg);
}

.pro_table_page .pro_table_page_prev:hover,
.pro_table_page .pro_table_page_next:hover {
  background-color: #28CCCC;
  color: #fff;
}

.pro_table_page .pro_table_page_prev.disabled,
.pro_table_page .pro_table_page_prev.disabled i,
.pro_table_page .pro_table_page_next.disabled,
.pro_table_page .pro_table_page_next.disabled i {
  opacity: .4;
  cursor: auto;
}

.pro_table_page .pro_table_page_prev.disabled:hover,
.pro_table_page .pro_table_page_next.disabled:hover {
  background-color: #F5F5F5;
  color: #666;
}

.pro_table_page .pro_table_page_list {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin: 0 10px;
  overflow: hidden;
  clear: both;
}

.pro_table_page .pro_table_page_list li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #666;
  float: left;
}

.pro_table_page .pro_table_page_list .active {
  background-color: #28CCCC;
  color: #fff;
}

.pro_table_page .pro_table_page_list .active a:hover {
  color: #fff !important;
}

.pro_table_fotter .pro_table_page_num {
  color: #999;
  margin-left: 5px;
}

/* 产品其它型号 end */

/* 产品介绍 start */
.pro_info_box {
  width: 100%;
  padding-top: 45px;
  border: #e5e5e5 solid 1px;
  position: relative;
}

.pro_info_box .pro_info_nav_box {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: #f2f2f2;
}

.pro_info_box .pro_info_nav {
  width: 1200px;
  margin: 0 auto;
}

.pro_info_box .pro_info_nav a {
  width: 124px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #999;
  display: inline-block;
  font-size: 16px;
  border-right: solid #e5e5e5 1px;
  border-bottom: #e8ebee solid 1px;
}

.pro_info_box .pro_info_nav a.active {
  background-color: #fff;
  position: relative;
  border-bottom: #fff solid 1px;
}

.pro_info_box .pro_info_nav a.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(-20deg, rgba(40, 204, 204, 1) 0%, rgba(115, 226, 226, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.pro_info_box .pro_info_count {
  padding: 10px 30px;
  background-color: #fff;
}

.pro_info_box .pro_info_count .pro_info {
  width: 900px;
  margin: 0 auto;
}

.pro_info_box .pro_info_count .pro_info table {
  margin-bottom: 20px;
}

.pro_info_box .pro_info_count .pro_info table:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* 产品介绍 end */

/* 期货 start */
.pro_delivery_list {
  line-height: 20px;
  margin-bottom: 3px;
}

.pro_delivery_list .dekuvery_ide {
  border-radius: 2px;
  border: #19B0B0 solid 1px;
  width: 30px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}

.pro_delivery_list a {
  color: #19B0B0;
}

.pro_delivery_list .xh {
  border: solid #19B0B0 1px;
  color: #19B0B0;
}

.pro_delivery_list .dh {
  border: solid #E94637 1px;
  color: #E94637;
}

.pro_delivery_list .tc {
  border: solid #E48B00 1px;
  color: #E48B00;
}

/* 期货 end */

/* 自定义滚动条 start */
.pro_table_count::-webkit-scrollbar,
.parameter_count::-webkit-scrollbar {
  width: 4px;
}

.pro_table_count::-webkit-scrollbar-thumb,
.parameter_count::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e5e5e5;
}

.pro_table_count::-webkit-scrollbar-track,
.parameter_count::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #fff;
}

/* 自定义滚动条 end */

/* 产品样本弹窗 start */
.z-sample-box {
  display: inline-block;
  position: relative;
}

.sampleBox {
  width: 325px;
  max-height: 349px;
  position: absolute;
  padding-top: 10px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.sampleBox .sample_div {
  border: 5px;
  max-height: 312px;
  border: #28cccc solid 1px;
  box-shadow: 0px 4px 7px 0px rgba(222, 222, 222, 0.55);
  padding: 14px 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  overflow-y: auto;
}

.sampleBox .sampleBox_content {
  margin: 0 2px;
  padding: 0 10px 0 13px;
  height: 100%;
  overflow: hidden;

}

.sampleBox .sampleBox_content::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.sampleBox .sampleBox_content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e5e5e5;
}

.sampleBox .sampleBox_content::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #fff;
}

.sampleBox .sampleBox_content .sampleBox_row {
  padding: 8px 0;
  border-bottom: #E5E5E5 dashed 1px;
}

.sampleBox .sampleBox_content .sampleBox_row a {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.sampleBox .sampleBox_content .sampleBox_row:nth-of-type(1) {
  padding-top: 0;
}

.sampleBox .sampleBox_content .sampleBox_row:nth-last-of-type(1) {
  border-bottom: 0;
  padding-bottom: 0;
}

.sampleBox .sampleBox_content .sampleBox_row .sampleBox_rowimg {
  width: 35px;
  height: 50px;
  background-color: #eee;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sampleBox .sampleBox_content .sampleBox_row .sampleBox_rowimg img {
  width: calc(100% - 4px);
}

.sampleBox .sampleBox_content .sampleBox_row .sampleBox_rowmain {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 11px;
  line-height: 50px;
}

.sampleBox .sampleBox_content .sampleBox_row .sampleBox_rowmain:hover {
  color: #19B0B0 !important;
}

/* 产品样本弹窗 end */

/* 20200407 新附件样式 start*/
.titanmatrixmarkBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10001;
}

.titanmatrixmark {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.titanmatrixBox {
  width: 405px;
  height: 548px;
  border-radius: 6px;
  border: #28cccc solid 1px;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  z-index: 101;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.titanmatrixBox::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgb(220, 224, 228);
  position: absolute;
  left: 383px;
}

.titanmatrixClose {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #ccc;
  font-size: 13px;
}

.titanmatrixBox .Combloading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  z-index: 10;
}

.Combloading .ui_loading {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.titanmatrix {
  width: 100%;
  height: 528px;
  overflow-y: auto;
  border-radius: 6px;
}

.titanmatrix ::-webkit-scrollbar {
  width: 6px;
}

.titanmatrix ::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #ebebeb;
}

.titanmatrix ::-webkit-scrollbar-track {
  border-radius: 100px;
  background: transparent;
}

.cpq-top-comb-header,
.cpq-top-main-header {
  padding: 17px 21px 5px !important;
}

.cpq-comb-check,
.cpq-itself {
  padding: 0 9px !important;
}

.cpq-comb-wrap:nth-of-type(1) .cpq-comb-hd,
.cpq-props-wrap:nth-of-type(1) .cpq-prop-hd {
  padding-top: 0;
}

.cpq-comb-info {
  background: #f7fbfc !important;
  padding: 13px 20px 24px !important;
  position: relative;
  overflow: hidden;
}

.cpq-comb-item>div:hover .cpq-checkbox-inner {
  border: #19B0B0 solid 1px;
}

.cpq-comb-item>div:hover .cpq-comb-item-label {
  color: #19B0B0;
  /* font-weight: bold; */
}

.cpq-comb-item .cpq-comb-item-label.active {
  color: #19B0B0 !important;
  /* font-weight: bold; */
}

.cpq-prop .cpq-prop-bd .cpq-prop-item.active,
.cpq-prop .cpq-prop-bd .cpq-prop-item:hover {
  color: #19B0B0 !important;
  /* font-weight: bold; */
}

.EnclosureMsg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.EnclosureMsg .EnclosureImg {
  width: 52px;
  height: 52px;
  border: #eeeeee solid 1px;
}

.EnclosureImg img {
  width: 100%;
  height: 100%;
}

.EnclosureMsg .EnclosureTitle {
  flex: 1;
  margin-left: 10px;
}

.EnclosureTitle .EnclosureName {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.EnclosureTitle .EnclosureName:hover a {
  color: #333;
}

.EnclosureTitle .EnclosureSku:hover a {
  color: #666;
}

.noShelves .EnclosureName:hover a,
.noShelves .EnclosureSku:hover,
.noShelves .EnclosureSku:hover .EnclosureLabel,
.noShelves .EnclosureSku:hover a {
  color: #28cccc;
}

.EnclosureTitle .EnclosureText {
  line-height: 20px;
  color: #666;
}

.EnclosureTitle .EnclosureSku {
  cursor: pointer;
}

.EnclosureText .EnclosureLabel {
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

.EnclosureText .EnclosurePrice {
  color: #e94637;
  font-weight: bold;
  font-size: 12px;
}

.EnclosureText .EnclosureRebate {
  color: #999;
  margin-left: 12px;
}

/* 数量选择，加入购物车按钮 */
.cpq-comb-check .cpq-comb-hd,
.cpq-prop-hd {
  color: #999 !important;
}

.comb-btn-active {
  background: linear-gradient(-22deg, #28cccc 0%, #73e2e2 100%);
  color: #fff;
}

.operationBox {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.operationBox .operation {
  position: relative;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.operationBox.disabled {
  opacity: 0.5;
}

.operation .operationBtn {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #28cccc;
  position: relative;
  z-index: 2;
}

.operationBtn i {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.operation .operationBtn.disabled {
  background: #999;
  cursor: default;
}

.operation .operationInput {
  width: 70px;
  border-radius: 20px !important;
  background: #eaeaea;
  text-align: center;
  color: #333;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-left: -7px;
  margin-right: -7px;
  -moz-appearance: textfield;
}

.operation .operationInput::-webkit-inner-spin-button,
.operation .operationInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.operationBox .operationAdd {
  width: 95px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  /* background-color: #28cccc; */
}

.operationAdd i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

.operationBox .operationAdd.disabled {
  opacity: 0.5;
}

.shelves {
  padding: 2px 5px;
  font-size: 12px;
  color: #ee8c83;
  border: #ee8c83 solid 1px;
  border-radius: 3px;
  position: absolute;
  left: -9px;
  top: 3px;
  transform: rotate(-45deg);
}

.cpq-checkbox {
  position: relative;
}

.cpq-checkbox input[type='checkbox'] {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.cpq-itself::-webkit-scrollbar,
.cpq-comb-check::-webkit-scrollbar,
.cpq-bottom::-webkit-scrollbar {
  width: 7px !important;

}

.cpq-itself::-webkit-scrollbar-thumb,
.cpq-comb-check::-webkit-scrollbar-thumb,
.cpq-bottom::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border-style: dashed;
  background-color: #e5e5e5;
  border-color: transparent;
  border-width: 2px;
  background-clip: padding-box;
}

.cpq-itself::-webkit-scrollbar-thumb:hover,
.cpq-comb-check::-webkit-scrollbar-thumb:hover,
.cpq-bottom::-webkit-scrollbar-thumb:hover {
  background: #e5e5e5
}

.cpq-top-main-header,
.cpq-tabs-content.cpq-wide-width>.cpq-itself {
  flex-basis: 384px !important;
}

.cpq-top-comb-header,
.cpq-tabs-content.cpq-wide-width>.cpq-comb-check,
.cpq-tabs-content.cpq-wide-width>.cpq-no-res {
  flex-basis: 405px !important;
}

.cpq-checkbox.checked .cpq-checkbox-inner {
  background-color: #28cccc !important;
}

.cpq-comb-check .cpq-comb-hd {
  margin: 0 11px;
}

/* 20200407 新附件样式 end*/

/* 显示型号 | 订货号 start */
.pro_table_name_modal {
  padding: 6px 15px;
  background-color: rgba(85, 85, 85, .9);
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.6);
  border-radius: 2px;
  position: absolute;
  /* transition: all .3s ease; */
  color: #fff;
  top: -30px;
  z-index: 2;
  max-width: 760px;
  /* opacity: 0; */
}

.pro_table_name_modal::after {
  content: "";
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 20%;
  transform: translateX(-50%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid rgba(85, 85, 85, .9);
}

/* 显示型号 | 订货号 end */

/* 详询客服弹窗 start */
.detail_delivery_modal {
  padding: 6px 15px;
  background-color: rgba(85, 85, 85, .9);
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.6);
  border-radius: 2px;
  position: absolute;
  /* transition: all .3s ease; */
  color: #fff;
  top: -30px;
  z-index: 2;
}

.detail_delivery_modal p {
  line-height: 20px;
  color: #fff;
}

.detail_delivery_modal::after {
  content: "";
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid rgba(85, 85, 85, .9);
}

/* 详询客服弹窗 end */

/* 商品详情 3D图 start */
.threeds_box {
  width: 100%;
  margin: 0 0 20px;
}

.threeds_box ul {
  margin-bottom: 20px;
  align-items: center;
}

.threeds_box ul li {
  width: 168px !important;
  height: 52px !important;
  float: left;
  position: relative;
  margin-right: 14px;
  margin-bottom: 14px;
}

.threeds_box ul li:nth-child(5n) {
  margin-right: 0;
}

.threeds_box ul li .z-btn {
  width: 168px !important;
  height: 52px !important;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.threeds_box ul li:after {
  border: 1px solid #E5E5E5;
}

.threeds_box ul li .z-btn.active::before {
  width: calc(100% + 10px);
  padding-top: calc(100% + 10px);
}

.threeds_box ul li .z-btn.active .inner {
  color: #fff;
}

.threeds_box .z-btn .inner {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  line-height: 1.3em;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.threeds_box ul li:hover .detail_threeds_modal {
  display: block;
}

.detail_threeds_modal {
  padding: 6px 15px;
  background-color: rgba(85, 85, 85, .9);
  box-shadow: 0px 2px 10px 0px rgb(153 153 153 / 60%);
  border-radius: 2px;
  position: absolute;
  color: #fff;
  left: 50%;
  top: -6px;
  transform: translate(-50%, -100%);
  display: none;
  z-index: 2;
  white-space: nowrap;
  word-break: break-all;
}

.detail_threeds_modal.max {
  width: 400px;
  white-space: unset;
}

.detail_threeds_modal::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid rgba(85, 85, 85, .9);
}

/* 商品详情 3D图 end */

/* 旧版 产品介绍样式 start */
.m-tab-3d {
  margin: 0 30px 12px;
}

.m-tab-3d .hd {
  overflow: hidden;
}

.m-tab-3d .hd li {
  cursor: pointer;
  float: left;
  min-width: 74px;
  height: 45px;
  line-height: 40px;
  box-sizing: border-box;
  color: #999;
  font-size: 25px;
  border: 3px solid #e6e6e6;
  border-radius: 10px;
  text-align: center;
  margin: 0 5px 20px;
  padding: 0 8px;
  background: #f5f5f5;
  font-family: Arial;
}

.m-tab-3d .hd .active {
  color: #fff;
  border-color: #02b4b6;
  box-shadow: 3px 3px 13px rgba(86, 195, 196, 0.75);
  background: #02b4b6;
}

.m-tab-3d .bd {
  position: relative;
  height: 600px;
}

.m-tab-3d .bd .mod {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.m-tab-3d .bd .mod .modelFrame-wrap,
.m-tab-3d .bd .mod .modelFrame-wrap iframe {
  width: 100%;
}

.m-tab-3d .bd .active {
  z-index: 1;
}

.m-tab-3d .bd .active.J-cnt {
  opacity: 1;
}

.m-tab-3d .bd .J-cnt {
  display: block;
  opacity: 0;
}

.pro_detail_txt img {
  vertical-align: middle;
}

.pro_detail_txt img[name='产品系列图'],
.pro_detail_txt img[name='系列概述'],
.pro_detail_txt img[name='特性描述'],
.pro_detail_txt img[name='选型指南'],
.pro_detail_txt img[name='产品尺寸图'] {
  width: 100%;
}

.pro_detail_txt .modelFrame-wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.pro_detail_txt .modelFrame-wrap iframe {
  margin: 0 !important;
  vertical-align: middle;
}

.pro_detail_txt .modelFrame-wrap .i-full {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/product/i-fullscreen.png) no-repeat center center;
  background-size: 20px;
}

.pro_detail_txt .modelFrame-wrap.active {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}

.pro_detail_txt .modelFrame-wrap.active iframe {
  width: 100%;
  height: 100%;
}

#prod_spec_table {
  border-collapse: collapse;
}

#prod_spec_table tr:first-child td {
  padding: 6px;
  background-color: #82dddd;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: "微软雅黑";
}

#prod_spec_table td {
  padding: 2px 0 2px 6px;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 24px;
  color: #5A5A5C;
  border: 1px solid #C3C3C3;
}

.container .pro_title {
  height: 38px;
  line-height: 38px;
  background: #f8f8f8;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.container .pro_title span {
  padding-left: 18px;
}

.container .pro_title a {
  -webkit-transition: all 0;
  -moz-transition: all 0s;
  transition: all 0s;
  width: 138px;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  height: 38px;
  text-align: center;
  color: #333;
  margin-top: -2px;
}

.container .pro_title a:hover {
  color: #02b4b6;
}

.container .pro_title .crently {
  background: #fff;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #02b4b6;
  top: 1px;
  position: relative;
  z-index: 1;
  color: #02b4b6;
  font-weight: bold;
}

/* 旧版 产品介绍样式 end */
/*最小起订量*/
.min-num {
  display: inline-block;
  margin-left: 15px;
  /* height: 32px;
    line-height: 32px; */
  font-size: 14px;
  color: #666;
  width: 136px;
  text-align: center;
}

/* .min-num span{
    color: #E94637;
  } */
/*end 最小起订量*/
.pro_detail_right .product-title {
  display: flex;
  align-items: center;
  margin-top: -4px;
}

.pro_detail_right .product-title .promotion-title {
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 4px;
  background-image: linear-gradient(159deg,
      #eb5a77 0%,
      #ee814c 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 6px;
}

.pro_detail_list .pro_detail_text.promotion {
  align-items: flex-start;
}

.promotion-tag-box {
  flex: 1;
}

.promotion-tag-box .promotion-type {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.promotion-tag {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 56px;
  margin-bottom: 0;
}

.promotion-tag.title1 {
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/product/detail/label1.png?v=1);
  background-size: 100% 100%;
}

.promotion-tag.title2 {
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/product/detail/label2.png);
  background-size: 100% 100%;
}

.promotion-tag.title3 {
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/product/detail/label3.png);
  background-size: 100% 100%;
}

.promotion-tag.title4 {
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/product/detail/label4.png);
  background-size: 100% 100%;
}

.promotion-tag .promotion-left {
  padding-left: 30px;
  font-size: 30px;
  font-weight: bold;
}

.promotion-tag .promotion-left span {
  font-size: 20px;
}

.promotion-tag .promotion-right {
  font-size: 40px;
  width: 65px;
  color: #E94637;
  margin-right: 38px;
}

.promotion-tag .promotion-center {
  font-size: 30px;
}

.promotion-tag .promotion-center span {
  font-size: 24px;
}

.pro_detail_list .promotion-type.new {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}

.pro_detail_list .quota-box {
  position: static;
  transform: translateX(0);
  margin-right: 4px;
}

.card-bg.new-color::after,
.card-bg.new-color::before {
  background: #F7FBFC;
}

.countdown-box {
  height: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(159deg,
      #eb5a77 0%,
      #ee814c 100%);
  padding: 0 14px;
  border-radius: 5px 5px 0 0;
}

.countdown-title {
  display: flex;
  align-items: center;
}

.countdown-title img {
  width: 20px;
  margin-right: 6px;
}

.countdown-box .countdown-txt {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.countdown-box .countdown-txt2 {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}

.countdown-box .countdown-txt2 span {
  display: flex;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  background: #333333;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 4px;
}

.pro_table_btn_box .is-bottom {
  padding-bottom: 0 !important;
}

.price-tag {
  height: 18px;
  margin-left: 10px;
  display: inline-block;
}

.price-tag.new {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-100% - 5px));
  margin-left: 0;
}


/* 改版样式 */
.pro_detail {
  width: calc(100% - 60px);
  padding: 30px;
}

.pro_detail .pro_detail_left,
.pro_detail_left .box {
  width: 330px;
}

.pro_detail_left .box .tb-booth {
  width: 330px;
  height: 330px;
}

.pro_detail_left .box .box_list #ibox .tb-thumb li {
  width: 60px;
  height: 60px;
  padding-right: 5px;
}

.pro_detail_left .box .box_list #ibox .tb-thumb li:first-of-type {
  padding-left: 5px;
}

.pro_detail_left .box .box_list #ibox .tb-thumb .tb-selected img,
.pro_detail_left .box .box_list #ibox .tb-thumb li img {
  width: 58px;
  height: 58px;
}

.pro_detail_left .box .page_thumb a {
  width: 15px;
  height: 60px;
  background-color: #EDEDED;
}

.pro_detail_left .box .box_list {
  width: 330px;
  height: 60px;
  margin-top: 10px;
}

.pro_detail_left .box .box_list .tb-thumb {
  padding: 0 20px;
}

.pro_detail_left .box .page_thumb .disabeld i,
.pro_detail_left .box .page_thumb .disabeld i:hover {
  color: #999999;
}

.pro_detail_left .img_explain {
  font-size: 12px;
  line-height: 12px;
  color: #C7C7C7;
  padding: 14px 0 12px 0;
}

.sku_btn_box .collection {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}

.sku_btn_box .collection .iconshoucangdianji {
  color: #19B0B0;
}

.sku_btn_box .shaer {
  font-size: 14px;
  color: #666;
}

.pro_detail_left .box .tb-booth .tb_img .searchImgIcon {
  bottom: 0;
}

.pro_detail_right {
  margin-left: 350px;
}

.pro_detail_right .detail_name {
  margin-bottom: 8px;
}

.price-box {
  width: 100%;
  margin-bottom: 6px;
}

.price-box .pro_detail_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.price-box .pro_detail_list .pro_detail_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.price-box .pro_detail_text {
  margin-bottom: 0;
}

.price-box .label-price {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 78px;
  height: 18px;
  margin-left: 10px;
}

.pro_detail_list .pro_price {
  font-size: 20px;
  font-weight: bold;
  color: #E94637;
}

.product-info-box {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}

.product-info-box .product-info-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

.product-info-box .product-info-bg img {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.product-info-box .product-info-bd {
  width: 100%;
  position: relative;
  z-index: 1;
}

.product-info-box .product-info-bd .product-info-con {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
}

.product-info-box .product-info-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product-info-box .product-info-item .product-info-label {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.product-info-box .pro_detail_price {
  display: inline-flex;
  line-height: 20px;
  height: 20px;
}

.pro_detail_price .pro_price_brand,
.pro_detail_price .pro_price_sprop {
  color: #3DCD58;
}

.product-info-item .badge {
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  /* margin-right: 40px; */
  margin-left: 3px;
}
.product-info-box .product-info-item .product-info-label.ml-40 {
  margin-left: 40px;
}

.product-info-box .product-info-item .product-info-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  display: flex;
  align-items: center;
}

.product-info-box .z-btn-s {
  height: 22px;
  font-size: 12px;
  line-height: 12px;
  padding: 0 4px;
  margin-left: 6px;
}

.product-info-box .z-btn-s img {
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-left: 2px;
}

.product-info-box .product-info-bd .product-info-table {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 16px 3px 16px;
  background-color: #F7FBFC;
  margin-top: -55px;
}

.product-info-box .product-info-bd .product-info-table .info-table {
  width: 100%;
  border: 1px solid #EAEAEA;
}

.product-info-box .product-info-bd .product-info-table .info-table tr td {
  border: 1px solid #EAEAEA;
  padding: 6px 12px
}

.product-info-box .product-info-bd .product-info-table .info-table tr td:nth-child(odd) {
  background-color: #F7F7F7;
}

.product-info-box .product-info-bd .product-info-table .info-table tr td:nth-child(even) {
  background-color: #ffffff;
}

.product-info-box .product-info-bd .product-info-table .info-table tr td .table-label {
  width: 126px;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  white-space: normal;
  word-break: break-all;
}

.product-info-box .product-info-bd .product-info-table .info-table tr td .table-val {
  width: 202px;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  white-space: normal;
  word-break: break-all;
}

.product-info-box .product-info-bd .product-info-table .more {
  width: 100%;
  text-align: center;
  margin-top: 3px;
}

.product-info-box .product-info-bd .product-info-table .more img {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.product-info-box .product-info-bd .product-info-table .more-empty {
  width: 100%;
  height: 10px;
  position: relative;
}

.product-info-box .product-info-bd .product-info-table.table-all-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 168px;
  padding: 0px 16px 3px 16px;
  z-index: 1;
}

.product-info-box .product-file-box {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  cursor: pointer;
}

.product-info-box .file-box {
  display: flex;
  align-items: center;
}

.product-info-box .file-box img {
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-right: 2px;
}

.product-info-box .file-box span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.product-info-box .file-box i {
  font-size: 10px;
  color: #666;
  transform: rotate(-90deg);
  margin-left: 4px;
  transition: all .4s ease;
}

.product-info-box .file-box i.active {
  transform: rotate(90deg);
  transition: all .4s ease;
}

.product-info-box .sampleBox {
  right: 0;
  left: auto;
  transform: translateX(0);
}

.product-pay-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product-pay-box .pay-label {
  width: 70px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.product-pay-box .pay-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.product-pay-box .pay-item img {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-right: 4px;
}

.product-pay-box .pay-item img {
  width: 16px;
  height: 16px;
}

.product-pay-box .pay-item span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.product-serve-box {
  margin-bottom: 30px;
}

.pro_price_box {
  background-color: transparent !important;
}

.product-buy-box {
  margin-bottom: 10px;
}

.product-buy-box .pro_detail_btn {
  margin-bottom: 0;
}

.product-buy-box .pro_detail_btn .pro_detail_num_box {
  width: 152px;
  height: 42px;
}

.product-buy-box .pro_detail_num_box button {
  width: 42px;
  height: 42px;
}

.product-buy-box .pro_detail_num_box .pro_num {
  width: calc(152px - 86px);
}

.product-buy-box .pro_detail_num_box button i {
  font-weight: 400;
}

.product-buy-box .z-btn {
  width: 126px;
  height: 42px;
  font-size: 16px;
}

.product-buy-box .btn-inquiry {
  width: 126px;
  height: 42px;
  border-radius: 4px;
  background: linear-gradient(115.91deg, #FFD25F -0.82%, #FF8A00 100.82%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  top: 5px;
  margin-left: 15px;
}

.product-buy-box .btn-top {
  top: 2px;
}

.product-buy-box .btn-inquiry::before {
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-size: 100% 100%;
  transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}

.product-buy-box .btn-inquiry:hover::before {
  width: 120%;
  padding-top: 120%;
}

.product-buy-box .btn-inquiry img {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.product-buy-box .btn-inquiry span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.product-buy-box .min-num {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-left: 5px;
}

.product-buy-box .min-num span {
  color: #E94637;
}

.delivery-info-box .pro_delivery_box .pro_delivery {
  margin-left: 0;
  font-size: 14px;
}

.delivery-info-box .pro_delivery_list .dekuvery_ide {
  width: 44px;
  height: 22px;
  line-height: 22px;
  margin-right: 8px;
}

.delivery-info-box .consult {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #19B0B0;
  margin-left: 3px;
  cursor: pointer;
}
.pro_detail_right .detail_name {
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  word-break: break-all;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.promotion-title {
  white-space: nowrap;
}
.product-info-box .product-info-item .product-info-label {
  white-space: nowrap;
}
.product-info-box .product-info-item .product-info-text span {
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-info-box {
  z-index: 2;
}
.product-info-box .z-btn-s {
  min-width: 56px;
}
.product-info-box .z-btn-s img {
  position: relative;
  top: -2px;
}
.procudt-info-table-container {
  position: relative;
}
.product-info-box .product-info-bd {
  padding-top: 16px;
}
.product-info-box .product-info-bd .product-info-con {
  position: relative;
  padding: 6px 0 0 0;
}
.product-info-box .product-info-item {
  position: relative;
  z-index: 1;
  transform: translateY(-6px);
}
.product-info-box .product-info-bd .product-info-con .product-info-con-bg {
  padding: 0 16px;
  background-color: #F7FBFC;
}
.product-info-box .product-info-bd .product-info-table {
  border-radius: 0 0 4px 4px;
}
.product-info-box .product-info-bd .product-info-table.table-all-item {
  top: 95px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.pro_detail_list .pro_detail_text, .product-info-box .product-info-item {
  align-items: flex-start;
}
.pro_detail_list .pro_detail_text del, .product-info-box .pro_detail_price {
  line-height: 22px;
  font-size: 14px;
}
.price-box .label-price {
  width: 84px;
  height: 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(48.63% 130.54% at 51.37% 54.17%, #F54B05 0%, #F54B05 100%);
  position: relative;
  overflow: hidden;
}
.price-box .label-price span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.page_posit {
  margin: 20px 0;
}
.pro_detail {
  padding: 30px 30px 21px 30px;
}
.pro_detail_num_box button:disabled {
  color: #28CCCC;
  background-color: #f8f8f8;
}
.delivery-info-box .consult {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}
.sku_btn_box {
  font-size: 14px;
  line-height: 22px;
}
.sku_btn_box i {
  color: #999;
  margin-right: 4px;
}
.product-serve-box {
  margin-bottom: 25px;
}
.pro_delivery_list .xh {
  border: solid rgba(40, 204, 204, 0.5) 1px;
}

.pro_delivery_list .dh {
  border: solid rgba(233, 70, 55, 0.5) 1px;
}

.pro_delivery_list .tc {
  border: solid rgba(255, 138, 0, 0.5) 1px;
}

.delivery-info-box .pro_delivery_list .dekuvery_ide {
  box-sizing: border-box;
}
.product-info-item .badge {
  position: relative;
  top: 3px;
}
.product-buy-box .pro_detail_btn .pro_detail_num_box {
  box-sizing: border-box;
}
.product-buy-box .pro_detail_num_box button {
  height: 40px;
}
.product-buy-box .pro_detail_num_box .pro_num {
  width: calc(152px - 88px);
}

/* 代客分享按钮 */
.pro_detail_right .product-title {
  justify-content: space-between;
}

.pro_detail_right .product-title .share-page-btn {
  flex-shrink: 0;
  width: 82px;
  height: 32px;
  background-image: url('https://zydmall-files.oss-cn-shenzhen.aliyuncs.com/zydmall/images/20260514/pcShareBtn-3.png');
  background-size: 82px 32px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: ease .3s;
}

.pro_detail_right .product-title .share-page-btn::before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5);
  transition: width .3s ease 0s, padding .3s ease 0s, transform .3s ease 0s, opacity .3s ease 0s;
}

.pro_detail_right .product-title .share-page-btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
