.nav-tlt-content {
  background: #fff;
}
.container-fuild,
.ofweek-zoomnav {
  background: #f5f5f5;
}
.ofweek-nav-content {
  background: #fff;
  padding: 40px 45px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.buy-detail-left {
  width: 580px;
}
.buy-detail-left .ofzoom {
  background: #F2F2F2;
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 10px;
}
.buy-detail-left .ofzoom a {
  border: none;
}
.buy-detail-left .ofzoom .collect-wrapper {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 4px 0px #00000026;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.buy-detail-left .ofzoom .collect-wrapper .collect-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy-detail-left .ofzoom-list {
  margin: 0 25px;
  margin-top: 21px;
  height: 65px;
}
.buy-detail-left .ofzoom-list .ofzoom-list-content {
  height: 65px;
}
.buy-detail-left .ofzoom-list .ofzoom-list-content ul li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  border: none;
}
.buy-detail-left .ofzoom-list .ofzoom-list-content ul li .active {
  border: 2px solid #252525;
}
.buy-detail-left .ofzoom-list .ofzoom-list-content ul li div {
  width: 65px;
  height: 65px;
  border: 1px solid #EAEAEA;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
}
.buy-detail-left .ofzoom-list .ofzoom-list-content ul li div img {
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}
.buy-detail-left .ofzoom-list .ofzoom-control .l-mall-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
}
.buy-detail-left .ofzoom-list .ofzoom-control a {
  margin-top: -21px;
}
.buy-detail-content {
  width: 478px;
  margin-left: 50px;
}
.buy-detail-content .product-name {
  padding-top: 0;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
.buy-detail-content .product-attribute-wrapper {
  display: flex;
  flex-direction: column;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item {
  display: flex;
  margin-bottom: 20px;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-name {
  width: 50px;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc {
  flex: 1;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .quantity-wrapper {
  display: flex;
  align-items: center;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .quantity-wrapper .minimum {
  margin-left: 20px;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .file-wrapper {
  display: block;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .file-wrapper .file-name {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #009DFF;
  max-width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .price {
  font-weight: 400;
  font-size: 14px;
  color: #EC4034;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .pack-content .active {
  border: 1px solid #EC40344D;
  background: #FFF5F4;
  color: #EC4034;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .pack-content span {
  background: #F5F5F5;
  color: #888A88;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .quantity .less {
  border: 1px solid #D1D5DB;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .quantity .add {
  border: 1px solid #D1D5DB;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item .attribute-item-desc .quantity .click {
  border-radius: 50%;
  font-size: 17px;
  font-weight: 400;
  color: #252525;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item:nth-child(1) .attribute-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
}
.buy-detail-content .product-attribute-wrapper .product-attribute-item:nth-child(1),
.buy-detail-content .product-attribute-wrapper .product-attribute-item:nth-child(4),
.buy-detail-content .product-attribute-wrapper .product-attribute-item:nth-child(5) {
  display: flex;
  align-items: center;
}
.buy-detail-content .product-buttons {
  display: flex;
  margin-bottom: 40px;
}
.buy-detail-content .product-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 48px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
.buy-detail-content .product-buttons a:nth-child(1) {
  background: #EC4034;
  color: #fff;
}
.buy-detail-content .product-buttons a:nth-child(2) {
  border: 1px solid #252525;
  color: #252525;
  margin-left: 20px;
}
.buy-detail-content .line {
  width: 100%;
  height: 1px;
  background: #E6E7EB;
  margin-bottom: 20px;
}
.buy-detail-content .feature-wrapper {
  display: flex;
  justify-content: space-between;
}
.buy-detail-content .feature-wrapper .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 78px;
  border-radius: 10px;
  background: #F5F5F5;
}
.buy-detail-content .feature-wrapper .feature-item .top {
  display: flex;
  align-items: center;
}
.buy-detail-content .feature-wrapper .feature-item .top span {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  margin-left: 5px;
}
.buy-detail-content .feature-wrapper .feature-item .bottom {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #7F7F7F;
}
.buy-detail-content .feature-wrapper .feature-item:last-child .bottom div {
  display: block;
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.share-wrapper {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.share-wrapper .share-img-box {
  display: flex;
  align-items: center;
}
.bottom-container {
  background: #fff;
  padding: 20px 45px 45px 45px;
  box-sizing: border-box;
}
.related-products {
  background: #fff;
}
.related-products .l_bottom_img_map {
  margin-top: 0;
  border: none;
}
.related-products .l_bottom_img_map .title {
  background: #fff;
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}
.related-products .l_bottom_img_map .content .Box {
  margin-top: 15px;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox {
  width: 1120px;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li {
  width: 200px;
  margin-left: 30px;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content {
  display: flex;
  flex-direction: column;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content .content_img {
  height: 200px;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content .footer {
  margin-top: 10px;
  padding-bottom: 0;
  min-height: 42px;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content .footer a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content .bottom .price {
  font-weight: 400;
  font-size: 14px;
  color: #EC4034;
}
.related-products .l_bottom_img_map .content .Box .Box_con .conbox ul li .content .bottom .quantity {
  font-weight: 400;
  font-size: 14px;
  color: #888A88;
}
.company-info-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  background: #F5F5F5;
  margin-top: 30px;
}
.company-info-wrapper .company-left {
  width: 510px;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.company-info-wrapper .company-left .company-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  background: #fff;
}
.company-info-wrapper .company-left .company-logo-wrapper img {
  max-height: 100%;
  max-width: 100%;
}
.company-info-wrapper .company-left .company-info .company-name {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
}
.company-info-wrapper .company-left .company-info .company-name .arrow {
  margin-left: 40px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-info-wrapper .company-left .company-info .address {
  font-weight: 400;
  font-size: 14px;
  color: #7F7F7F;
  margin: 10px 0 ;
}
.company-info-wrapper .company-left .company-info .company-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.company-info-wrapper .company-left .company-info .company-tags .company-tag {
  padding: 2px 10px;
  box-sizing: border-box;
  border: 1px solid #AFE0FF;
  font-weight: 400;
  font-size: 12px;
  color: #009DFF;
  border-radius: 4px;
}
.company-info-wrapper .company-line {
  width: 1px;
  height: 100px;
  border-left: 1px dashed #DBDBDB;
  border-right: 1px dashed transparent;
  box-sizing: border-box;
}
.company-info-wrapper .company-right {
  flex: 1;
  padding-left: 60px;
  box-sizing: border-box;
}
.company-info-wrapper .company-right .contact-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.company-info-wrapper .company-right .contact-wrapper .icon-box {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-info-wrapper .company-right .contact-wrapper .contact-name {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
  margin-left: 10px;
  margin-right: 10px;
}
.company-info-wrapper .company-right .contact-wrapper .contact-status {
  border-radius: 4px;
  background: #E8F1EB;
  padding: 5px 15px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #3C8450;
}
.company-info-wrapper .company-right .contact-method {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.company-info-wrapper .company-right .contact-method .contact-method-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
.company-info-wrapper .company-right .contact-method .contact-method-item .icon-box {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-info-wrapper .company-right .contact-method .contact-method-item:nth-child(1),
.company-info-wrapper .company-right .contact-method .contact-method-item:nth-child(2) {
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 100px;
}
.company-info-wrapper .company-right .contact-method .contact-method-item:nth-child(1) span,
.company-info-wrapper .company-right .contact-method .contact-method-item:nth-child(2) span {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  padding-left: 5px;
  box-sizing: border-box;
}
.company-info-wrapper .company-right .contact-method .contact-method-item:last-child .phone {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  margin-left: 5px;
  margin-right: 5px;
}
.company-detail-form-wrapper {
  width: 100%;
}
.company-detail-form-wrapper .company-detail-form-title {
  font-weight: 500;
  font-size: 18px;
  color: #252525;
  margin-top: 50px;
  margin-bottom: 15px;
}
.company-detail-form-wrapper .company-detail-form-table {
  width: 100%;
  border: 1px solid #EAEAEA;
}
.company-detail-form-wrapper .company-detail-form-table tr td {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  box-sizing: border-box;
  padding: 10px;
}
.company-detail-form-wrapper .company-detail-form-table tr td:last-child {
  border-right: none;
}
.company-detail-form-wrapper .company-detail-form-table tr td:nth-child(1),
.company-detail-form-wrapper .company-detail-form-table tr td:nth-child(3) {
  width: 228px;
  color: #888A88;
  background: #F5F5F5;
}
.company-detail-form-wrapper .company-detail-form-table tr:last-child td {
  border-bottom: none;
}
.product-features .product-features-title {
  font-weight: 500;
  font-size: 18px;
  color: #252525;
  margin-top: 30px;
}
.product-features .del_tb {
  margin-top: 20px;
  padding: 0;
}
.product-features .del_tb img {
  max-width: 100%;
  height: auto;
}
.social-share .social-share-icon {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  font-size: 12px !important;
}
.wechat-qrcode .help {
  display: none;
}
/*# sourceMappingURL=product_detail.css.map */