.new-product-details {
  padding: 18px 0 36px;
}
.new-product-details .details-wrap {
  display: flex;
  margin-bottom: 36px;
}
.new-product-details .details-wrap .product-img {
  width: 383px;
  margin-right: 40px;
}
.new-product-details .details-wrap .product-details {
  width: 775px;
}
.new-product-details .details-wrap .product-details .pro-title-wrap {
  position: relative;
}
.new-product-details .details-wrap .product-details .pro-title-wrap h1 {
  font-size: 24px;
  color: #242C32;
  font-weight: 500;
}
.new-product-details .supplier-wrap {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background: #fff;
  z-index: 1;
  padding: 19px 13px;
  border-radius: 4px;
}
.new-product-details .supplier-wrap.fixed {
  position: fixed;
  right: 30px;
  top: 200px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.new-product-details .supplier-wrap.fixed .chat-btn-send {
  display: block !important;
}
.new-product-details .supplier-wrap .supplier-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.new-product-details .supplier-wrap .supplier-box .supplier-photo {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  overflow: hidden;
}
.new-product-details .supplier-wrap .supplier-box .supplier-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-product-details .supplier-wrap .supplier-box .supplier-info {
  width: 232px;
}
.new-product-details .supplier-wrap .supplier-box .supplier-info p {
  font-size: 14px;
  color: #3D3D3D;
  line-height: 22px;
}
.new-product-details .supplier-wrap .supplier-box .supplier-info p:first-child {
  margin-bottom: 6px;
}
.new-product-details .supplier-wrap .supplier-box .supplier-info p .name {
  margin-right: 1px;
}
.new-product-details .supplier-wrap .supplier-box .supplier-info p .vip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url(../../images/icon/vip_icon.png) no-repeat center;
}
.new-product-details .supplier-wrap .supplier-box .supplier-info p .online {
  display: inline-block;
  font-size: 12px;
  color: #337DB7;
}
.new-product-details .supplier-wrap .chat-btn {
  display: block;
  width: 120px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #FFC9C9;
  border-radius: 4px;
  margin: 8px auto 0;
  font-size: 12px;
  color: #E72E2E;
  text-align: center;
  line-height: 30px;
  transition: border-color 0.2s;
  cursor: pointer;
}
.new-product-details .supplier-wrap .chat-btn.chat-btn-send {
  display: none;
  border: 1px solid #E72E2E;
  background: #E72E2E;
  color: #fff;
}
.new-product-details .supplier-wrap .chat-btn:hover {
  border-color: #E72E2E;
  text-decoration: none;
}
.new-product-details .info-list > li {
  display: flex;
  margin-top: 16px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 22px;
}
.new-product-details .info-list > li .label {
  display: block;
  width: 105px;
  margin-right: 24px;
  color: #909399;
  text-align: right;
}
.new-product-details .info-list > li .value {
  flex: 1;
}
.new-product-details .info-list > li .sheet {
  font-size: 0;
  margin-right: 5px;
}
.new-product-details .info-list > li .sheet img {
  width: 24px;
}
.new-product-details .info-list > li .specs-btn {
  font-size: 0;
}
.new-product-details .info-list > li .specs-btn > div {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 8px;
  margin-right: 15px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.new-product-details .info-list > li .specs-btn > div.active {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.08);
}
.new-product-details .info-list > li .send-btn {
  display: inline-block;
  padding: 12px 16px;
  margin-top: 4px;
  border-radius: 4px;
  background-color: #E72E2E;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.new-product-details .info-list > li .send-btn:hover {
  background-color: #C82626;
}
.new-product-details .info-list .share-wrap {
  margin-top: 26px;
}
.new-product-details .info-list .share-wrap .value {
  font-size: 0;
}
.new-product-details .info-list .share-wrap .value > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}
.new-product-details .info-list .share-wrap .value .link {
  background: url(../../images/icon/icon_link.png) no-repeat center;
}
.new-product-details .info-list .share-wrap .value .facebook {
  background: url(../../images/icon/icon_facebook.png) no-repeat center;
}
.new-product-details .info-list .share-wrap .value .x {
  background: url(../../images/icon/icon_x.png) no-repeat center;
}
.new-product-details .info-list .atb-wrap {
  display: flex;
  position: relative;
}
.new-product-details .info-list .atb-wrap .atb-add-btn,
.new-product-details .info-list .atb-wrap .atb-cut-btn {
  width: 32px;
  height: 32px;
  background: #F5F7FA;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  user-select: none;
  font-size: 22px;
  color: #A8ABB2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-product-details .info-list .atb-wrap .atb-input-box {
  width: 96px;
  height: 32px;
  box-sizing: border-box;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
  background: #fff;
}
.new-product-details .info-list .atb-wrap .atb-input-box input {
  height: 30px;
  line-height: 30px;
}
.new-product-details .info-list .atb-wrap .atb-input-box input.product_num {
  width: 96px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  text-align: center;
  color: #3D3D3D;
  border: none;
  outline: none;
  font-size: 13px;
}
.new-product-details .products-block-title {
  position: relative;
  padding: 12px 10px;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 22px;
}
.new-product-details .products-block-title::after {
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 14px;
  background: #E72E2E;
  content: '';
}
.new-product-details .item-block {
  padding: 24px 0;
}
.new-product-details .similar-products {
  display: flex;
  flex-wrap: wrap;
}
.new-product-details .similar-products li {
  margin-top: 24px;
  margin-right: 74px;
}
.new-product-details .similar-products li:nth-child(3n),
.new-product-details .similar-products li:last-child {
  margin-right: 0;
}
.new-product-details .similar-products li a {
  display: flex;
  justify-content: space-between;
  width: 350px;
}
.new-product-details .similar-products li a .img-box {
  width: 50px;
  height: 50px;
}
.new-product-details .similar-products li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-product-details .similar-products li a .info {
  width: 288px;
}
.new-product-details .similar-products li a .info h3 {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #337DB7;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-product-details .similar-products li a .info p {
  width: 100%;
  font-size: 13px;
  color: #909399;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.new-product-details .similar-products li a .info p span {
  color: #3D3D3D;
}
.new-product-details .related-search .products-block-title {
  padding: 12px 0;
}
.new-product-details .related-search .products-block-title::after {
  display: none;
}
.new-product-details .related-search ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 7px;
  max-height: 95px;
  overflow: hidden;
}
.new-product-details .related-search ul li {
  margin-bottom: 15px;
  margin-right: 18px;
  font-size: 0;
}
.new-product-details .related-search ul li a {
  display: inline-block;
  height: 34px;
  padding: 0 16px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  color: #3D3D3D;
  cursor: pointer;
  transition: all 0.2s;
}
.new-product-details .related-search ul li a:hover {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.08);
}
