header{
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
.header{
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  border-bottom: 3px solid #a4ce51;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header.blue-border{
  border-color: #004f94;
}
.hd-left{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hd-left h1{
  padding: 6px 20px;
}
.hd-left h1 a{display: block;}
.hd-left h1 a img{max-width: 187px;}
.hd-right{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hd-right>div{
  padding: 0 20px;
}
.hd-search{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd-search input{
  letter-spacing: inherit;
  text-transform: inherit;
  width: 12em;
  max-width: 100%;
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid;
  padding-bottom: .5em;
  border-color: #bbb;
}
.hd-search span{
  color: #bfbfbf;
  margin-left: 15px;
  font-size: 20px;
}
.hd-search span:hover{
  cursor: pointer;
}
.hd-sign{
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1em;
}
.hd-sign .sign-btn{
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1em;
  outline: 0;
  background: transparent;
  border: 0;
  padding: 0;
  white-space: nowrap;
  color: #bbb;
}
.nav{
  background: #ffffff;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-inner{
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0em;
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.nav-inner li{
  margin: 0 1.68em;
  padding: .618em 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.nav-inner li a{
  color: #194e8f;
}
.nav-inner li .sub-nav{
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: -99999px;
  z-index: 1002;
  margin-left: -1em;
  padding: 1em;
  opacity: 0;
  white-space: nowrap;
  text-align: left;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  -webkit-transition: left 0s .2s linear,opacity .2s ease-out,-webkit-transform 0s .2s linear;
  transition: left 0s .2s linear,opacity .2s ease-out,-webkit-transform 0s .2s linear;
  transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out,-webkit-transform 0s .2s linear
}
.nav-inner li .sub-nav a{
  display: block;
  padding: .382em;
  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  color: rgba(0,0,0,.4);
}
.nav-inner li .sub-nav a:hover{
  color: #000000;
}
.nav-inner li:hover .sub-nav{
  left: 0;
  opacity: 1;
  left: 0;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  -webkit-transition: left 0s linear,opacity .2s ease-out,-webkit-transform .2s ease-out;
  transition: left 0s linear,opacity .2s ease-out,-webkit-transform .2s ease-out;
  transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out
}
.nav-inner:hover li a{
  color: rgba(25, 78, 143,.5)
}
.nav-inner li:hover>a{
  color: rgba(25, 78, 143)
}
.nav-inner li:hover a:hover{
  color: rgba(25, 78, 143)
}
.banner-wrap{
  position: relative;
  overflow: hidden;
  min-height: 230px;
}
.banner{
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%) */
}
.banner img{
  /* margin-top: -57px; */
  width: 100%;
}
.main{
  width: 1263px;;
  background: #ffffff;
  padding:  30px 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.display h2,.introduction h2{
  margin: 0 auto;
  padding: 17px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0em;
  text-transform: none;
  font-family: din-condensed-web;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  letter-spacing: .075em;
  line-height: 1em;
  text-transform: uppercase;
  color: #d8e6b3;
  text-align: center;
}
.display .products{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.display .products li{
  width: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
}
.display .products .img{
  width: 100%;
  height: 147px;
  overflow: hidden;
}
.display .products .img img{
  width: 100%;
  height: auto;
}
.display .products a{
  display: block;
}
.display .products .img a{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.display .products .name-link{
  text-align: center;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.6em;
  text-transform: uppercase;
  padding-top: 34px;
}
.display .products .name-link a{
  color: #194e8f;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,78,143,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}
.display .products .name-link a:hover{
  color: rgba(25,78,143,.6);
  border-color: rgba(25,78,143,.15);
}
.introduction,.display {
  padding-bottom: 60px;
}
.introduction p a{
  color: #194e8f;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,78,143,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.introduction .line{
  height: 68px;
  width: 33.33%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction .line hr{
  border: none;
  color: rgba(222,222,222,.83);
  background-color: rgba(222,222,222,.83);
  height: 1px;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.intros{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intros li{
  width: 16.666%;
  padding: 17px;
}
.intros li a{
  display: block;
}
.intros li a img{
  width: 100%;
}
footer{
  background-color: #1a4e8e;
  -webkit-font-smoothing: antialiased;
  padding: 80px 95px;
}
.footer-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
}
.link-item{
  width: 33.33%;
  padding: 17px;
}
.link-item .link-item-title{
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: .075em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.link-item a{
  color: #ffffff;
}
.link-item .link-item-links{
  margin: 15px 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.link-item .link-item-links:last-child{
  margin-bottom: 0;
}
.link-item .link-item-links a,.link-item .link-item-title a{
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,255,255,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
  color: #ffffff;
}
.link-item .link-item-links span{
  padding-bottom: .05em;
  color: #ffffff;
}
.link-item .link-item-links strong{
  font-weight: bold;
}
.link-item .link-item-links a:hover{
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.15);
}
.share-icons{
  width: 100%;
  padding: 17px;
  text-align: center;
}
.links{
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.links a{
  margin: 0 4px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  background: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: opacity 170ms ease-in-out;
  transition: opacity 170ms ease-in-out;
}
.links a span{
  color: #194e8e;
  display: inline-block;
  font-size: 22px;
}
.links.green a{
  background: #d8e6b3;
}
.links.green a span{
  color: #ffffff;
}
.links:hover a{
  opacity: 0.5;
}
.links:hover a:hover{
  opacity: 1;
}
/* 列表页 */
.main-list,.main-faqs{
  padding: 16px 96px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.main-list .block-content{
  padding: 17px;
}
.nav-row{
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-row .row-item{
  width: 16.6667%;
  display: block;
  text-align: center;
}
.nav-row .row-item a{
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,78,143,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
  color: #194e8f;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.list-item h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-item h2 .title-l{
  width: 33.3333%;
  height: 86px;
  line-height: 86px;
  color: #194e8f;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
} 
.list-item h2 .title-r{
  width: 66.6666%;
  padding-top: 17px;
} 
.list-item h2 .title-r hr{
  border: none;
  color: rgba(222,222,222,.83);
  background-color: rgba(222,222,222,.83);
  height: 1px;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.pics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pics-list li{
  width: 16.6667%;
  padding: 17px;
  text-align: center;
}
.pics-list li a{
  display: block;
}
.pics-list li a:hover{
  cursor: pointer;
}
.pics-list li .img{
  position: relative;
}
.pics-list li .img img{
  width: 100%;
}
.pics-list li .img .btn{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  z-index: auto;
  pointer-events: none;
}
.pics-list li .img .btn span{
  opacity: 0;
  display: inline-block;
  position: relative;
  z-index: 6;
  width: auto;
  height: auto;
  padding: 1.1em;
  color: #1d1d1d;
  background-color: #fff;
  border-width: 0;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
.pics-list li .img:hover .btn span{
  opacity: 1;
}
.pics-list li .img .sold-out-mark{
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  min-width: 3em;
  min-height: 3em;
  padding: .5em;
  background: #eb0000;
  color: #1d1d1d;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  opacity:1;
}
.pics-list li .img:hover .sold-out-mark{
  opacity:0;
}
.pics-list li .detail .pro-name{
  font-size: 1.3em;
  line-height: 1em;
  margin: 1em 0 .2em 0;
  display: block;
  color: #000;
}
.pics-list li .detail .price{
  font-size: 18px;
  margin: 0 0 1em 0;
  display: block;
}
.pics-list li .detail .price:before {
  content: '$';
}
.pics-list li .detail .quantity input{
  background-color: #fff;
  color: #222;
}
.pics-list li .detail .add-to-cart{
  margin: 20px 0;
  display: block;
} 
.pics-list li .detail .add-to-cart span{
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  border-radius: 3px;
  color: #fff;
  background-color: #0b3899;
  border-color: #0b3899;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 12px 30px;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pics-list li .detail .add-to-cart span:hover{
  opacity: .8;
}
.products-list .back-to-top{
  padding: 17px;
  text-align: right;
}
.products-list .back-to-top a{
  color: #194e8f;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,78,143,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.products-list .back-to-top a:hover{
  color: rgba(25,78,143,.6);
    border-color: rgba(25,78,143,.15);
}
/* 产品详情 */
.product-breadcrumb{
  display: block;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1em;
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 10px;
  width: 100%;
}
.product-breadcrumb .pagination-link {
  color: rgba(82,82,82,.7) !important;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
  font-size: 12px;
}
.product-breadcrumb .pre:before{
  content: '\2039\0020';
}
.product-breadcrumb .next:after{
  content: '\0020\203A';
}
.product-breadcrumb .pagination-separator{
  display: inline-block;
  margin: 0 5px;
  color: rgba(82,82,82,.7);
}
.product-breadcrumb .pagination-separator:after {
  content: '\002F';
}
.main-detail .product-summary{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-detail .product-details{
  width: 40%;
  overflow: hidden;
  padding-right: 50px;
  text-align-last: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-detail .product-details h1{
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 25px 0;
  font-family: proxima-nova;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  color: #222;
}
.main-detail .product-gallery{
  width: 60%;
  overflow: hidden;
}
.main-detail .product-details .product-price{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 25px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: none;
  line-height: 1em;
  color: rgba(34,34,34,.5);
}
.main-detail .product-details .product-price .sqs-money-native:before {
  content: '$';
}
.main-detail .product-details .product-excerpt{
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 2.2em;
  text-transform: none;
  color: rgba(82,82,82,.6);
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
.main-detail .product-details .product-quantity-input {
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
}
.main-detail .product-details .product-quantity-input .quantity-label {
  margin-bottom: .5em;
  font-family: Helvetica,Arial,sans-serif;
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1em;
  color: rgba(82,82,82,.7);
}
.main-detail .product-details .product-quantity-input input{
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1em;
  color: rgba(82,82,82,.7);
  padding: .75em 1.25em;
  background-color: #f6f6f6;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  border: 2px solid rgba(238,238,238,0)
}
.main-detail .product-details .cart-button{
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
  margin-bottom: 25px;
}
.main-detail .product-details .cart-button span{
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  border-color: #222;
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  padding: 25px 46px;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  color: #222;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  border-radius: 3px;
}
.main-detail .product-details .cart-button span:hover {
  background-color: #222;
  color: #fff;
}
.main-detail .product-gallery{
  overflow: hidden;
}
.main-detail .product-gallery .img-wrap {
  width: 100%;
  overflow: hidden;
}
.main-detail .product-gallery .img-wrap img{
  width: 100%;
}
/* 问题页面 */
.select-questions{
  padding-top: 50px;
}
.select-questions .title{
  padding: 17px;
  font-family: din-condensed-web;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  color: #d8e6b3;
}
.select-questions .ques-type-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ques-type-list li{
  width: 25%;
  overflow: hidden;
  padding: 17px;
}
.ques-type-list li .ques-pic a{
  display: block;
  cursor: pointer;
}
.ques-type-list li .ques-pic a img{
  width: 100%;
}
.ques-type-list li .ques-type{
  padding-top: 34px;
  text-align: center;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.ques-type-list li .ques-type a{
  color: #194e8f;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,78,143,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.ques-type-list li .ques-type a:hover{
  color: rgba(25,78,143,.6);
  border-color: rgba(25,78,143,.15);
}
.main-faqs .separator{
  padding: 17px;
}
.main-faqs .separator hr{
  border: none;
  height: 1px;
  color: rgba(222,222,222,.83);
  background-color: rgba(222,222,222,.83);
}
.ques-item{
  padding: 17px;
}
.ques-item h2{
  text-align: center;
  font-family: omnes-pro;
  font-weight: 400;
  font-style: normal;
  font-size: 59px;
  letter-spacing: .075em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #194e8f;
}
.ques-item .ques-item-list{
  padding: 17px;
}
.ques-item .ques-item-list h3{
  margin-bottom: 16px;
  font-weight: 600;
}
.ques-item .ques-item-list p{
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.1em;
  text-transform: none;
  color: #000;
  margin-left:40px;
  white-space:pre-wrap;
}
.ques-item .ques-item-list p a{
  color: #194e8f;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,78,143,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.ques-item .ques-item-list p a:hover{
  color: rgba(25,78,143,.6);
  border-color: rgba(25,78,143,.15);
}
.main-product{
  width: 100%;
}
.img-wrap {
  width: 55%;
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider{
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.img-wrap .thumbs{
  max-width: 115px;
  margin: 0px 10px;
  width: 18%;
  height: 500px;
} 
.img-wrap .thumbs .swiper-slide{
  border: 1px solid #bfbfbf;
}
.img-wrap .thumbs .swiper-slide img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-wrap .gallery{
  width: 80%;
  max-width: 502px;
  height: 500px;
  overflow: hidden;
  border: 1px solid #bfbfbf;
}
.img-wrap .gallery img{
  width: 100%;
  height: auto;
}
.product-items .container{
  margin: 0 auto;
  position: relative;
  max-width: 1220px;
  padding: 40px 20px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text-wrap{
  width: 40%;
  max-width: 4720px;
  margin-right: 2%;
}
.text-wrap h4 {
  font-size: 48px;
  color: #000;
  font-family: interface,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
.text-wrap p {
  font-size: 18px;
  color: #666;
  font-family: effra,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0 0 15px;
  line-height: 1.5;
}
.text-list ul li {
  font-size: 18px;
  color: #666;
  font-family: effra,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  position: relative;
  padding: 10px 0 0 25px;
  line-height: 25px;
}
.text-list ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00a576;
  border: 5px solid #99dbc8;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.rel-pro {
  position: relative;
}
.rel-pro:before {
  content: '';
  display: block;
  width: 100%;
  height: 510px;
  background-color: #effcff;
  position: absolute;
  top: 0;
}
.rel-pro .container{
  margin: 0 auto;
  position: relative;
  max-width: 1220px;
  padding: 80px 20px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rel-pro h2{
  text-align: center;
  font-size: 48px;
  color: #000;
  font-family: interface,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.2;
}
.multiple-items{
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 13px 15px 80px 0px rgba(10,93,128,.19);
          box-shadow: 13px 15px 80px 0px rgba(10,93,128,.19);
}
.multiple-items .swiper-slide a{
  cursor: pointer;
}
.multiple-items .swiper-slide img{
  width: 90%;
  max-width: 380px;
  display: block;
  margin: 0 auto;
  height: 354px;
}
.multiple-items .swiper-slide h3{
  margin-bottom: 0;
  font-size: 18px;
  color: #666;
  font-family: effra,sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.2;
}
.button-arrow{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  outline: none;
  background-color: #00a576;
  opacity: .5;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  cursor: pointer;
}
.button-arrow:hover {
  opacity: 1;
}
.button-arrow span{
  font-size: 30px;
}
.button-prev{
  left: 20px;
}
.button-next{
  right: 12px;
}
.product-list {
  line-height: 1.2;
}
.product-list .list-wrap .container{
  padding: 80px 20px 120px;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-list .page-title{
  text-align: center;
}
.product-list .page-title h2{
  font-size: 48px;
  color: #000;
  font-family: interface,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.product-list .page-title .line{
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #00a576;
  margin: 20px 0;
}
.product-list .page-title p{
  font-size: 18px;
  color: #666;
  font-family: effra,sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 599px;
  margin: 0 auto;
  line-height: 1.5;
}
.product-list .offer-list ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product-list .offer-list ul li{
  width: 24%;
  margin-right: 1%;
  max-width: 280px;
  text-align: center;
  margin-top: 30px;
}
.product-list .offer-list ul li img{
  width: 100%;
  display: block;
      height: 280px;
}
.product-list .offer-list ul li h4{
  margin-bottom: 0;
  font-size: 18px;
  color: #666;
  font-family: effra,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  padding: 15px 10px 0;
}
.product-list .tab-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
.product-list .tab-nav a.btns {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #00a576;
  -webkit-transition: all .6s;
  transition: all .6s;
  margin: 0 13px;
  opacity: .3
}
.product-list .tab-nav a.btns span{
  font-size: 24px;
  color: #ffffff;
}
.product-list .tab-nav a.btns:hover {
  opacity: 1
}

.product-list .tab-nav a.btns i {
  color: #fff !important;
  font-size: 14px
}

.product-list .tab-nav ul li {
  display: inline-block;
  padding: 0 13px
}

.product-list .tab-nav ul li:hover a {
  color: #00a576
}

.product-list .tab-nav ul li.act a {
  color: #00a576
}

.product-list .tab-nav ul li a {
  font-size: 20px;
  color: #666;
  font-family: effra,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all .6s;
  transition: all .6s
}
.banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.banner .swiper-pagination-bullet-active{
  background: #a4ce51;
}