.goods-read-page-wrap h1,
.goods-read-page-wrap h3,
.goods-read-page-wrap h5 {
  color: #000009;
  font-weight: normal;
  font-family: var(--font-family1);
}
.goods-read-page-wrap p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}
.goods-read-page-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.goods-read-page-wrap th,
.goods-read-page-wrap td {
  padding: 12px 18px;
  border: 1px solid #eee;
  font-size: 17px;
  color: #666;
}
.goods-read-page-wrap .sticky {
  position: fixed;
  z-index: 9;
}

.div_info input,
.div_info textarea {
  display: block;
  width: 100%;
  height: 32px;
  margin: 32px auto 0;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e1e5e7;
  outline: none
}

.div_info button {
  width: 100%;
  height: 46px;
  font-size: 15px;
  font-family: var(--font-family1);
  color: #fff;
  background: var(--btn-bg);
  margin-top: 60px;
  border: none;
  letter-spacing: 2px
}

.div_info button img {
  margin-left: 13px
}

.div_info button:hover {
  background: var(--btn-bg-hover);
  cursor: pointer
}

.div_info textarea {
  height: 82px;
  line-height: 24px
}

.main-href {
  margin-top: 40px;
}

.goods-read-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family1);
  background: var(--btn-bg);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px
}

.goods-read-page-wrap .main-href a:hover {
  background: var(--btn-bg-hover);
}

.goods-read-page-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.goods-read-page-wrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.goods-read-page-wrap .swiper-container {
  width: 100%;
  overflow: hidden
}

.goods-read-page-wrap .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform
}
.goods-read-page-wrap .swiper-slide img {
  width: 100%;
}

.goods-read-page-wrap .swiper-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1
}

.goods-read-page-wrap .swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden
}

.goods-read-page-wrap .swiper-pagination-progressbar-fill {
  background: var(--swiper-btn-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px
}

.goods-read-page-wrap .about-btn {
  margin-top: 60px;
  font-size: 0
}

.goods-read-page-wrap .about-btn a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 33px;
  margin: 0 6px 0;
  font-family: var(--font-family1);
  background: var(--btn-bg);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.goods-read-page-wrap .about-btn a:hover {
  background: var(--btn-bg-hover);
}

.goods-read-page-wrap .about-btn a::after {
  display: none;
}

.goods-read-page-wrap .about-btn a i {
  font-size: 12px;
}

.product-detail {
  margin-top: 50px
}

.product-detail .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-detailfl {
  width: 42.8%;
  height: 100%
}

.product-detailbd {
  border: 1px solid #e9e9e9;
  height: 73%;
  overflow: hidden
}

.product-detailbd li {
  overflow: hidden
}

.product-detailbd li img {
  width: 100%
}

.product-detailbd li img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.product-detailhd {
  width: 100%;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detailhd a {
  display: block;
  width: 30px;
  opacity: 0.6;
}

.product-detailhd a:hover {
  opacity: 1;
}

.product-detailhd ul {
  flex: 1;
}

.product-detailhd ul li {
  position: relative;
  float: left;
  width: 17.6%;
  margin-right: 15px;
  padding-top: 6px;
  overflow: hidden;
  cursor: pointer
}

.product-detailhd ul li.on::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-3px);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid var(--bg-color);
}

.product-detailhd ul li img {
  border: 1px solid #e9e9e9;
  box-sizing: border-box
}

.product-detailhd ul li.on img {
  border: 1px solid var(--bg-color);
}

.product-detailhd ul li img {
  width: 100%;
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
  transition: 0s all
}

.product-detailfr {
  width: 50%;
  text-align: left;
}

.product-detailfr h1 {
  font-size: 24px;
}

.product-detailfr h3 {
  padding: 0 20px 28px;
  margin-top: 25px;
  font-size: 26px;
  line-height: 40px;
  color: #212121;
  border-bottom: 1px solid #eee
}

.product-detailfr .product-summary {
  margin-top: 45px;
}
.product-detailfr p {
  padding: 0 20px;
  margin-top: 15px;
}

.detail-height {
  width: 100%;
  /* height: 97px; */
  margin-top: 70px;
  margin-bottom:50px;
}

.detail-maodian {
  width: 100%;
  /* height: 97px; */
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  font-size: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box
}

.detail-maodian li {
  display: inline-block;
  margin: 0 25px
}

.detail-maodian li a {
  display: block;
  padding: 0 10px;
  line-height: 80px;
  color: #737373;
  font-size: 15px;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  transition: 0.1s all
}

.detail-maodian li.current a,
.detail-maodian li a:hover {
  border-bottom: 2px solid --link-color-hover;
  color: var(--link-color-hover)
}

.detail-maodian li:last-child a {
  margin-right: 0
}

.detail-title {
  padding-top: 50px;
  padding-bottom: 30px
}

.detail-title h3 {
  font-size: 24px;
  color: #212121
}

.detail-title p {
  padding-top: 20px
}

.description-table th,
.description-table td {
  padding: 13px 10px;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  text-align: center
}

.description-table th {
  color: #212121;
  font-family: montserrat-medium
}

.description-table tfoot td {
  width: 33.333%
}

.description-table table:nth-child(2) {
  margin-top: -1px
}

.description-table table:nth-child(2) td {
  height: 90px
}

.product-pack {
  width: 100%
}

.packcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 86px 0;
  background: url('../images/bg11.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
}

.packcon div {
  width: 50%;
  padding: 0 10%
}

.packcon span {
  display: inline-block;
  width: 77px;
  height: 66px;
  margin-top: 10px;
  line-height: 66px;
  background: rgba(255, 255, 255, 0.11);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all
}

.packcon div:hover span {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH
}

.packcon h5 {
  margin-bottom: 10px;
  margin-top: 35px;
  font-family: var(--font-family2);
  font-size: 20px;
  color: #fff
}

.packcon p {
  color: #fff
}

.packcon div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4)
}

.our-servicecon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-servicecon div {
  width: 24%;
  padding: 35px 30px;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.our-servicecon div span {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 20px;
  background: url('../images/ico25.png') no-repeat
}

.our-servicecon div:hover {
  background: var(--bg-color);
}

.our-servicecon div:hover span {
  background: url('../images/ico25s.png') no-repeat
}

.our-servicecon div:hover p {
  color: #fff
}

.detail-certificationlist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #f0f0f0
}

.detail-certification .swiper-container {
  width: 48.6%;
  padding: 18px;
  background: #ebebeb;
  text-align: center
}
.detail-certification .swiper-container img {
  max-width: 100%;
  height: 380px;
  width: auto;
}

.detail-certification .swiper-slide {
  visibility: hidden;
}
.detail-certification .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.servive-certificationstxt {
  width: 51.4%;
  padding: 60px 80px
}

.servive-title h3 {
  font-size: 20px;
  color: #1d1d1f;
  font-family: montserrat-medium;
  margin-bottom: 35px;
}
.servive-title h3 b {
  display: none;
}

.servive-title span {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #666;
  font-size: 14px
}

.servive-title p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden
}

.servive-certificationstxt .about-btn a {
  padding: 15px 20px
}

.servive-certificationstxt .about-btn a i {
  margin: 0;
}

.detail-faq {
  overflow: hidden
}

.detail-recom .goods-listfr {
  width: 100%
}

.detail-recom .goods-listfr li {
  width: 24% !important;
  margin-bottom: 40px;
  text-align: center;
}

.detail-recom .goods-listfr li p {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}

.detail-recom .list-link {
  margin-top: 10px;
}

.detail-recom .list-link a {
  padding: 5px 10px;
  font-size: 15px;
  color: var(--text-color-active);
  font-family: var(--font-family2);
}
.detail-recom .list-link a:hover {
  border-bottom: 1px solid var(--text-color-active);
}

.detail-incoterm .incorterm-txt {
  width: 100%;
  padding: 35px 0 30px;
  background: var(--bg-color);
  text-align: center
}

.detail-incoterm .incorterm-txt p {
  font-size: 24px;
  color: #fff
}

.detail-recom .goods-listfr ul {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.detail-recom .about-btn {
  margin-top: 0;
  text-align: center
}

.detail-recom .about-btn a {
  padding: 15px 20px
}

.detail-recom .about-btn a i {
  margin: 0;
}

.detail-recom .container {
  padding-bottom: 52px;
  border-bottom: 1px solid #ddd
}


.detail-inquiry .div_info {
  width: 100%;
  padding: 0
}

.detail-inquiry .div_info button {
  width: 147px;
  margin-top: 40px
}

.detail-inquiry .input-position {
}

.detail-inquiry .input-position div.b-t {
  position: relative;
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-top: 30px
}

.detail-inquiry .input-position div.b-t input {
  margin-top: 0
}

.detail-inquiry .input-position div.b-t:nth-child(2n + 1) {
  margin-left: 0
}

.detail-inquiry {
  padding-bottom: 100px
}

@media screen and (max-width: 1580px) {
  .product-detailhd ul li {
    margin-right: 9px
  }

  .detail-maodian li {
    margin: 0 10px
  }
}

@media screen and (max-width: 1400px) {

  .goods-read-page-wrap .main-href a {
    padding: 15px 50px
  }
  .detail-maodian li {
    margin: 0 5px;
  }

  .product-detailhd ul li {
    margin-right: 2px
  }

  .product-detailfr h3 {
    margin-top: 0
  }

  .product-detailfr h3 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px
  }

  .servive-certificationstxt {
    padding: 50px
  }

  .servive-title span {
    margin-bottom: 20px
  }

  .goods-read-page-wrap .about-btn {
    margin-top: 40px
  }

  .goods-read-page-wrap .main-href a {
    font-size: 14px
  }
}

@media screen and (max-width: 1200px) {
  .detail-maodian li a {
    padding: 0 7px;
    line-height: 60px;
  }
  .our-servicecon div {
    width: 49%;
  }
  .our-servicecon div:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 960px) {
  .div_info {
    padding: 30px
  }
  .div_info button {
    margin-top: 28px
  }

  .goods-read-page-wrap p,
  .goods-read-page-wrap td {
    font-size: 15px;
  }

  .goods-read-page-wrap .swiper-pagination-progress {
    width: 110px
  }

  .goods-read-page-wrap .swiper-pagination {
    margin-top: 40px
  }

  .product-detail {
    margin-top: 30px
  }

  .detail-maodian li a {
    font-size: 13px;
    line-height: 50px;
  }

  .detail-maodian li {
    margin: 0 5px
  }

  .description-table th,
  .description-table td {
    width: 100%;
    display: block;
    margin-top: 2px
  }

  .packcon,
  .our-servicecon,
  .detail-certificationlist{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .packcon div,
  .our-servicecon div,
  .detail-certification .swiper-container,
  .servive-certificationstxt,
  .faq-list,
  .blogfl,
  .blogfr {
    width: 100%
  }

  .packcon div:first-child {
    border-right: none;
    margin-bottom: 30px
  }

  .our-servicecon div {
    margin-top: 5px !important;
  }

  .detail-inquiry .input-position div.b-t {
    float: none;
    width: 100%;
    margin-left: 0
  }

  .detail-inquiry {
    padding-bottom: 60px
  }
}

@media screen and (max-width: 768px) {
  .product-detailfr,
  .product-detailfl {
    width: 100%;
    text-align: center;
  }
  .product-detailfr {
    margin-top: 40px;
  }
  .product-detailfr .product-summary {
    margin-top: 25px;
  }
  .goods-read-page-wrap .about-btn{
  margin-top:0
  }
}
  
  
  
  
  
  @media screen and (max-width:480px){
  .goods-read-page-wrap p, .goods-read-page-wrap td{
  font-size:12px;
  }
    .detail-title {
    padding-top: 20px;
    padding-bottom: 10px;
}
    
    
  }
  
  
  
  
  
  body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .richtext-detail img{
    width: 100%;
  }
  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:auto !important;margin: 0 !important;}
  table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  #detail_decorate_root [class*="magic-"] p{
    font-size:12px;
    line-height:1.4
  }
}
.ife-detail-decorate-table{
  overflow-x: auto;
  
  }

  .table-wrapper{

    overflow-x: auto;
  }
  .table-response{
    overflow-x: auto;
  }
