.relative {
  position: relative;
}
.absolute {
  position: absolute;
  z-index: 10;
}
.text-center {
  text-align: center;
}
.color-white {
  color: #fff;
}
.g-path {
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
}
.feature-box {
  padding: 40px 0;
  background: #fff;
  /*下拉框开始*/
}
.feature-boxbefore,
.feature-box:after {
  content: " ";
  display: table;
  zoom: 1;
}
.feature-box:after {
  clear: both;
}
.feature-box .zoom-box {
  float: left;
  width: 50%;
}
.feature-box .zoom-box .spec-scroll .prev {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #333;
}
.feature-box .zoom-box .spec-scroll .next {
  background: #1D428A;
  border-color: #1D428A;
  color: #fff;
}
.feature-box .des {
  float: left;
  width: 50%;
}
.feature-box .des h1 {
  padding: 20px 0 0 20px;
  line-height: 1.2;
}
.feature-box .des p {
  padding: 0 20px;
}
.feature-box .des .title {
  font-size: 18px;
}
.feature-box .des .mode {
  padding: 0 20px;
  font-size: 14px;
  color: #1D428A;
  border-bottom: 1px solid #eaeaea;
}
.feature-box .des .feature {
  margin: 20px 0 0 20px;
}
.feature-box .des .feature li {
  padding: 2px 0;
}
.feature-box .des .store {
  margin: 20px 4px;
}
.feature-box .des .store span {
  display: inline-block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  margin: 0 18px 18px 0;
  text-align: center;
  border: 1px solid #1D428A;
}
.feature-box .des .store span a {
  display: block;
  color: #333;
}
.feature-box .des .store span a:hover {
  background: #1D428A;
  color: #fff;
}
.feature-box .shopping-buy {
  display: flex;
  flex-direction: column;
}
.feature-box .shopping-buy h4 {
  margin: 5px 0;
}
.feature-box .selectBox h4 {
  margin: 2% 0;
}
.feature-box .selectBox {
  width: 390px;
  height: 75px;
  background: #fff;
}
.feature-box .selectBox h4 {
  margin: 2% 0;
}
.feature-box .inputCase {
  box-sizing: border-box;
}
.feature-box .inputCase input.imitationSelect {
  box-sizing: border-box;
  color: #fff;
  background: #1d428a;
  border-radius: 15px;
  display: block;
  text-indent: 20px;
  cursor: pointer;
  width: 370px;
  height: 37px;
}
.feature-box .inputCase i.fa {
  width: 37px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding-top: 6px;
  margin-top: 5px;
  border-left: 1px solid;
}
.feature-box .selectUl {
  display: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 2px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.feature-box .selectUl li {
  height: 36px;
  line-height: 36px;
  list-style: none;
  text-indent: 20px;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s ease 0s;
  color: #000;
}
.feature-box .inputCase input:hover {
  background: #2653ab;
  border-radius: 14px;
}
.feature-box .selectUl li:hover {
  background: #ddd;
}
.feature-box .selectUl li:last-child {
  border-bottom: 0 none;
}
.feature-box .container {
  width: 83.33%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .feature-box .container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-box .container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .feature-box .zoom-box {
    width: 80%;
    margin: 0 10% 40px;
  }
  .feature-box .des {
    width: 80%;
    margin: 0 10%;
    padding-left: 0;
  }
}
.poster-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.nav-table {
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.nav-table ul {
  margin: 0 auto;
  padding: 5px 20px;
}
.nav-table ulbefore,
.nav-table ul:after {
  content: " ";
  display: table;
  zoom: 1;
}
.nav-table ul:after {
  clear: both;
}
.nav-table ul li {
  float: left;
  cursor: pointer;
}
.nav-table ul li:nth-of-type(1),
.nav-table ul li:nth-of-type(2) {
  padding: 10px 20px;
}
.nav-table ul li a {
  display: block;
  padding: 10px 20px;
  color: #1D428A;
}
.nav-table ul li:hover {
  color: #1D428A;
}
.nav-table ul li:hover a {
  color: #1D428A;
}
.nav-table ul .active {
  color: #fff;
  background: #1D428A;
}
.nav-table ul .active:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .nav-table ul {
    width: 83.333%;
  }
}
@media screen and (max-width: 1199px) {
  .nav-table ul {
    width: 100%;
  }
}
#detail .offset-boxbefore,
#detail .offset-box:after {
  content: " ";
  display: table;
  zoom: 1;
}
#detail .offset-box:after {
  clear: both;
}
#detail {
  max-width: 83.33%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #detail div[class^="detail_page"] strong {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #detail div[class^="detail_page"] p {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #detail div[class^="detail_page"] strong {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #detail div[class^="detail_page"] p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  #detail div[class^="detail_page"] strong {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #detail div[class^="detail_page"] p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1367px) {
  #detail div[class^="detail_page"] strong {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  #detail div[class^="detail_page"] p {
    font-size: 20px;
  }
}
#detail div[class^="detail_page"] strong {
  display: inline-block;
}
#specification {
  padding: 4% 0;
  background: #fff;
}
#specification ul > li {
  min-height: 50px;
  height: auto !important;
  _height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}
#specification ul > li.li_title > strong {
  color: #333;
  line-height: 20px;
  vertical-align: middle;
}
#specification ul > li:first-child > strong {
  font-size: 15px;
}
#specification ul > li > strong {
  padding: 0 15px !important;
  color: #666;
}
#specification ul > li > div > p {
  line-height: 24px;
  color: #666;
  font-size: 12px;
}
#specification ul > li > div {
  padding: 15px !important;
  border-left: 1px solid #eaeaea;
}
#go-top {
  display: none;
  position: fixed;
  top: 60%;
  left: 10px;
  z-index: 999;
  width: auto;
  margin-top: -50px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#go-top p {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #eaeaea;
  color: #fff;
  background: #1D428A;
  cursor: pointer;
}
#go-top ul li {
  width: 110px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
#go-top ul li:nth-last-of-type(1) {
  border-bottom: none;
}
#go-top ul li:hover {
  color: #1D428A;
}
#go-top ul li:hover a {
  color: #1D428A;
}
#go-top ul li a {
  display: block;
  color: #333;
}
.offset-box-faq {
  width: 67%;
  margin: 0 auto;
}
.offset-box-faq .product-faq-title {
  color: #1d428a;
  margin: 30px 0;
  font-size: 35px;
  width: 80px;
  border-bottom: 2px solid #1d428a;
}
.offset-box-faq .faq-box {
  cursor: pointer;
  background: #183876;
  border-bottom: 1px solid #fff;
}
.offset-box-faq .faq-box h3 {
  color: #fff;
  padding: 10px 20px;
}
.offset-box-faq .faq-box .answer:nth-child(1) {
  display: block;
}
.offset-box-faq .faq-box .answer {
  display: none;
  color: #000;
  background: #fff;
  padding: 10px 20px 40px;
  line-height: 25px;
  border: 1px solid #eaeaea;
}
.offset-box-faq .faq-box .answer p img {
  height: auto;
  display: block;
  max-width: 100%;
}
.h4,
h4 {
  font-size: 14px;
}
/*# sourceMappingURL=product-detail-cn.css.map */