/* @import widget module */
/*common module */
@font-face {
  font-family: 'iconfont';
  src: url('/Mobile/fonts/iconfont.eot');
  /* IE9*/
  src: url('/Mobile/fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/Mobile/fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('/Mobile/fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('/Mobile/fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.whiteSpace {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.maxValue {
  max-height: 100%;
  max-width: 100%;
}
.fullValue {
  height: 100%;
  width: 100%;
  display: block;
}
.boxSizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.justifyCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appTitle {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  padding-top: 0.4rem;
  padding-bottom: 20px;
  padding-left: 2%;
}
.appTitle span {
  border-left: solid 3px #fc4327;
  padding-left: 10px;
  display: inline-block;
}
.placeholder {
  margin-top: 0.26666667rem;
  width: 100%;
  float: left;
  overflow-x: auto;
}
.placeholder.second {
  margin-bottom: 0.26666667rem;
  width: 100%;
  float: left;
}
.placeholder.three {
  margin-top: 0rem;
  margin-bottom: 0.26666667rem;
  width: 100%;
  float: left;
}
/* header module */
.header {
  width: 100%;
  float: left;
  background-color: #fc4327;
  padding-bottom: 0.32rem;
}
.header .top {
  text-align: center;
  padding-bottom: 0.4rem;
}
.header .top .logo {
  width: 240px;
  margin-top: 0.26666667rem;
}
.header .search {
  width: 94%;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
}
.header .search .search_text {
  width: 80%;
  margin-left: 20px;
  border: none;
  font-size: 14px;
  float: left;
  margin-top: 8px;
  color: #333;
}
.header .search .search_btn {
  width: 20px;
  height: 20px;
  border: none;
  float: right;
  margin-right: 20px;
  margin-top: 3px;
  cursor: pointer;
  color: #999;
}
.header .search .search_btn .iconfont {
  color: #777;
  font-size: 20px;
}
.header .top_nav {
  display: none;
  width: 160px;
  position: absolute;
  right: 10px;
  margin-top: 14px;
  z-index: 991;
  font-size: 18px;
  background: #3a3a3a;
  border-radius: 5px;
}
.header .top_nav .arrow {
  position: absolute;
  top: -10px;
  right: 20px;
  height: 0px;
  width: 0px;
  border-bottom: solid 10px #3a3a3a;
  border-left: solid 10px rgba(0, 0, 0, 0);
  border-right: solid 10px rgba(0, 0, 0, 0);
}
.header .top_nav ul {
  width: 80%;
  padding-left: 10%;
}
.header .top_nav ul li {
  margin: 0 auto;
  height: 50px;
  border-bottom: dashed 1px #5d5d5d;
  line-height: 50px;
  text-align: left;
}
.header .top_nav ul li a {
  color: #fff;
  text-decoration: none;
}
.header .top_nav ul li a:hover {
  color: #fc4327;
}
.header .top_nav ul li .iconfont {
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
  margin-left: 5px;
  float: left;
}
.header .top_nav ul li:last-child {
  border: none;
}
.header .top_nav.active {
  display: block;
}
.header .navOpen {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 991;
  right: 15px;
  top: 0.33333333rem;
}
.header .navOpen i {
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  -webkit-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
}
.header .navOpen:after {
  height: 2px;
  display: block;
  position: absolute;
  left: 6px;
  right: 6px;
  margin-top: 7px;
  content: '';
  background: #fff;
  top: 50%;
  -webkit-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
}
.header .navOpen:before {
  height: 2px;
  display: block;
  position: absolute;
  left: 6px;
  right: 6px;
  margin-top: -10px;
  content: '';
  background: #fff;
  top: 50%;
  -webkit-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
}
.header .navOpen.active i {
  opacity: 0;
}
.header .navOpen.active:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 0 0;
}
.header .navOpen.active:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 0;
}
.header.catalog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 0;
}
.header.catalog .top-return {
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  color: #fff;
}
.header.catalog .top-name {
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 80px 0 40px;
}
.header.catalog .top-search {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}
.header.catalog .top-search .iconfont {
  color: #fff;
  font-size: 18px;
}
.header.catalog .search {
  display: none;
  position: absolute;
  width: 90%;
  left: 50%;
  margin-left: -49%;
  top: 7px;
}
.header.catalog .search .search_close_btn {
  width: 24px;
  height: 24px;
  background: url('../../images/icon-search-close.png') no-repeat center center;
  position: absolute;
  right: -30px;
  top: 5px;
}
.header.catalog .search_tip {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  background: #fff;
  display: none;
}
.header.catalog .search_tip li {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: solid 1px #d1d1d1;
}
.header.catalog .search_tip li a {
  font-size: 14px;
  color: #272727;
  display: block;
}
.header.catalog .search_tip li a:hover {
  text-decoration: none;
  color: #fc4327;
}
.header.catalog .search_tip li a span {
  padding-right: 10px;
}
.header.product .navOpen {
  right: 20px;
  top: 5px;
}
.header.product .top_nav {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .header .search_text {
    width: 70%!important;
  }
}
@media (max-width: 320px) {
  .header .top .logo {
    width: 200px;
  }
}
/* footer module */
.footer {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background-color: #f6f6f6;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
  text-align: center;
  line-height: 30px;
  padding: 15px;
}
.footer a {
  color: #666;
}
.footer .search {
  width: 94%;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  border: solid 1px #ddd;
}
.footer .search .search_text {
  width: 70%;
  margin-left: 20px;
  border: none;
  font-size: 14px;
  float: left;
  margin-top: 8px;
  color: #3333;
}
.footer .search .search_btn {
  width: 24px;
  height: 24px;
  border: none;
  float: right;
  margin-right: 20px;
  margin-top: 2px;
  cursor: pointer;
  color: #999;
}
.footer .search .search_btn .iconfont {
  color: #777;
  font-size: 20px;
}
.footer .device-link {
  color: #7c7c7c;
  font-size: 14px;
  padding-top: 0.4rem;
}
.footer .device-link a {
  color: #7c7c7c;
  margin: 0 10px;
}
.footer .device-link a:hover {
  color: #fc4327;
}
.footer .copyright {
  color: #7b7b7b;
  font-size: 14px;
}
.footer-operate {
  z-index: 999999;
  position: fixed;
  bottom: 15px;
  right: 15px;
  line-height: 40px;
  text-align: center;
}
.footer-operate .iconfont {
  font-size: 18px;
}
.footer-operate .gotop {
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
  background-size: 100% 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.footer-operate .gohome {
  height: 40px;
  width: 40px;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.search-record {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.search-record .search-main {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fc4327;
}
.search-record .search-main .search {
  display: block;
  position: absolute;
  width: 90%;
  left: 50%;
  margin-left: -49%;
  top: 7px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 50px;
}
.search-record .search-main .search .search_text {
  width: 70%;
  margin-left: 20px;
  border: none;
  font-size: 14px;
  float: left;
  margin-top: 8px;
  color: #3333;
}
.search-record .search-main .search .search_btn {
  width: 24px;
  height: 24px;
  border: none;
  float: right;
  margin-right: 20px;
  margin-top: 2px;
  cursor: pointer;
  color: #999;
}
.search-record .search-main .search .search_btn .iconfont {
  color: #777;
  font-size: 20px;
}
.search-record .search-main .search .search_close_btn {
  width: 24px;
  height: 24px;
  background: url('../../images/icon-search-close.png') no-repeat center center;
  position: absolute;
  right: -30px;
  top: 5px;
}
.search-record .search_tip {
  width: 100%;
  position: absolute;
  z-index: 9998;
  top: 50px;
  left: 0;
  background: #fff;
  display: none;
  overflow-y: auto;
  height: 88%;
}
.search-record .search_tip li {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: solid 1px #d1d1d1;
}
.search-record .search_tip li a {
  font-size: 14px;
  color: #272727;
  display: block;
}
.search-record .search_tip li a:hover {
  text-decoration: none;
  color: #fc4327;
}
.search-record .search_tip li a span {
  padding-right: 10px;
}
@media (min-width: 767px) {
  .footer .search_text {
    width: 70%!important;
  }
}
@media (min-width: 480px) {
  .footer p {
    display: inline-block;
  }
}
/* quick-nav module */
.quick-nav {
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.26666667rem;
}
.quick-nav ul {
  width: 100%;
  float: left;
}
.quick-nav ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.quick-nav ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.quick-nav ul li a span {
  font-size: 14px;
  color: #333333;
  padding-top: 0.13333333rem;
  display: block;
}
.quick-nav ul li:nth-child(1) a:hover span {
  color: #70c921;
}
.quick-nav ul li:nth-child(2) a:hover span {
  color: #ff8f17;
}
.quick-nav ul li:nth-child(3) a:hover span {
  color: #f26a53;
}
.quick-nav ul li:nth-child(4) a:hover span {
  color: #f26a53;
}
.quick-nav ul li:nth-child(5) a:hover span {
  color: #f26a53;
}
/* product module */
.product-pose-1 {
  width: 100%;
  float: left;
  background: #fff;
}
.product-pose-1 .appRow .appPatch {
  margin: 0;
}
.product-pose-1 .latticePad {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.53333333rem;
  padding-left: 0.06666667rem;
  padding-right: 0.06666667rem;
}
.product-pose-1 .latticePad .tb {
  width: 100%;
  max-width: 180px;
  height: 180px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 5px;
}
.product-pose-1 .latticePad .tb a {
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #efefef;
}
.product-pose-1 .latticePad .tb a img {
  max-height: 100%;
  max-width: 100%;
}
.product-pose-1 .latticePad .article_title {
  font-size: 14px;
  line-height: 28px;
  padding-top: 10px;
}
.product-pose-1 .latticePad .article_title a {
  color: #4c4c4c;
}
.product-pose-1 .latticePad .article_title a:hover {
  color: #fc4327;
}
.product-pose-1 .latticePad .article_title a span {
  color: #fd3b20;
}
.product-pose-2 {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #acacac;
  background: #fff;
}
.product-pose-2 li {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-bottom: solid 1px #e9e9e9;
}
.product-pose-2 li .pic-warp {
  width: 110px;
  height: 110px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  border: solid 1px #efefef;
}
.product-pose-2 li .pic-warp a {
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-pose-2 li .pic-warp a img {
  max-height: 100%;
  max-width: 100%;
}
.product-pose-2 li .text-warp .title a {
  font-size: 14px;
  font-weight: bold;
  color: #232323;
}
.product-pose-2 li .text-warp .title a:hover {
  color: #fc4327;
}
.product-pose-2 li .text-warp .price {
  padding: 10px 0;
}
.product-pose-2 li .text-warp .price span {
  color: #f33e29;
  font-size: 14px;
  padding-right: 5px;
}
.product-pose-2 li .text-warp .info {
  line-height: 14px;
}
.product-pose-2 li .text-warp .info .trustlogo-v {
  width: 14px;
  height: 14px;
  background: url('../../images/icon-company-label.png') no-repeat center center;
  display: inline-block;
}
.product-pose-2 li .text-warp .info .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  width: 3.33333333rem;
}
.product-pose-2 li .text-warp .info .ads {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  float: right;
  height: 14px;
  width: 2rem;
  text-align: right;
  padding-right: 10px;
}
/* product-detail module */
.load-main {
  width: 100%;
  float: left;
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #b6b6b6;
}
.load-main a {
  color: #7d7d7e;
  margin: 0 10px;
}
.load-main a:hover {
  color: #fc4327;
}
.product-info {
  width: 100%;
  float: left;
  padding: 15px 0;
  background: #fff;
  border-bottom: solid 1px #efefef;
  margin-bottom: 0.26666667rem;
}
.product-info .p-banner {
  padding: 0 15px;
}
.product-info .title {
  padding: 10px 15px;
  line-height: 14px;
  font-weight: bold;
}
.product-info .title a {
  font-size: 14px;
  line-height: 24px;
  color: #232323;
}
.product-info .title a:hover {
  color: #fc4327;
}
.product-info .price {
  font-size: 14px;
  padding: 5px 15px;
}
.product-info .price span {
  color: #f33e29;
  font-size: 14px;
  padding-right: 5px;
}
.product-company-info {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  border-bottom: solid 1px #efefef;
  border-top: solid 1px #efefef;
  margin-bottom: 0.26666667rem;
  font-size: 12px;
  color: #7e7e7e;
  padding: 0 15px;
}
.product-company-info .main {
  width: 100%;
  float: left;
  line-height: 28px;
  padding: 10px 0;
  border-bottom: solid 1px #f5f5f5;
}
.product-company-info .main .w-12-6 {
  width: 100%;
  float: left;
}
.product-company-info .main .orange {
  color: #fc4327;
}
.product-company-info .main .tel {
  color: #fc4327;
}
.product-company-info .second {
  line-height: 28px;
  padding: 8px 0;
}
.product-company-info .main:last-child {
  border: none;
}
.product-company-name {
  width: 100%;
  float: left;
  background: #fff;
  border-bottom: solid 1px #efefef;
  border-top: solid 1px #efefef;
  margin-bottom: 0.26666667rem;
  line-height: 50px;
}
.product-company-name a {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 40px;
  color: #363636;
  font-size: 16px;
  position: relative;
}
.product-company-name a span {
  margin-left: 15px;
  width: 23px;
  height: 23px;
  margin-top: 13px;
  margin-right: 5px;
  float: left;
  display: inline-block;
  background: url('../../images/icon-qiye-label.png') no-repeat center center;
}
.product-company-name a:hover {
  color: #fc4327;
}
.product-company-name .iconfont {
  display: inline-block;
  right: 25px;
  height: 16px;
  position: absolute;
  width: 10px;
  top: 0px;
  color: #999;
  font-size: 30px;
}
.product-detail {
  overflow: hidden;
  width: 100%;
  float: left;
  background: #fff;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  font-size: 12px;
  margin-bottom: 0.26666667rem;
}
.product-detail .detail {
  padding: 0 15px 20px;
  line-height: 28px;
  color: #7c7c7c;
  overflow-x: auto;
}
.product-otherlist {
  width: 100%;
  float: left;
  background: #fff;
  border-top: solid 1px #efefef;
  font-size: 12px;
  padding: 15px 0;
}
.product-otherlist .title {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
.product-otherlist ul {
  width: 100%;
  float: left;
}
.product-otherlist ul li {
  padding-left: 15px;
  height: 34px;
  line-height: 34px;
}
.product-otherlist ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #6a6a6a;
  display: inline-block;
  width: 90%;
}
.product-otherlist ul li a:hover {
  color: #fc4327;
}
.product-contact {
  width: 100%;
  height: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: solid 1px #dcdcdc;
  background: #fff;
  box-shadow: 2px 0px 3px #ccc;
  z-index: 9998;
  text-align: center;
}
.product-contact a {
  width: 130px;
  height: 30px;
  line-height: 30px;
  margin-top: 8px;
  display: inline-block;
  background: #ff3f22;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
}
.product-contact a:hover {
  opacity: 0.7;
}
.product-contact a.tel {
  background: #126bf3;
  margin-right: 0.4rem;
}
.product-inquiry {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: solid 1px #dcdcdc;
  background: #fff;
  box-shadow: 2px 0px 3px #ccc;
  z-index: 9999999;
  font-size: 14px;
}
.product-inquiry .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.product-inquiry .title span {
  float: left;
  font-size: 16px;
  color: #8b8b8b;
}
.product-inquiry .title .i-close {
  float: right;
  width: 20px;
  height: 20px;
}
.product-inquiry .title .i-close .iconfont {
  color: #999;
  font-size: 22px;
}
.product-inquiry .i-form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
}
.product-inquiry .i-form .i-list {
  width: 100%;
  float: left;
  border-top: dotted 1px #dfdfdf;
  color: #505050;
}
.product-inquiry .i-form .i-list li {
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  margin: 7px 0;
}
.product-inquiry .i-form .i-list li .name {
  color: #505050;
}
.product-inquiry .i-form .i-list li .name:hover {
  color: #fc4327;
}
.product-inquiry .i-form .i-list li .inline-block {
  display: inline-block;
  float: left;
}
.product-inquiry .i-form .i-list li .minus {
  width: 24px;
  height: 34px;
  display: inline-block;
  float: left;
  color: #d9d9d9;
  text-align: center;
}
.product-inquiry .i-form .i-list li .minus .iconfont {
  font-size: 24px;
}
.product-inquiry .i-form .i-list li .minus .iconfont:hover {
  opacity: 0.6;
}
.product-inquiry .i-form .i-list li .inquiry-num {
  width: 80px;
  height: 34px;
  line-height: 34px;
  border: solid 1px #ececec;
  text-align: center;
  float: left;
  margin: 0 5px;
}
.product-inquiry .i-form .i-list li .add {
  width: 22px;
  height: 34px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 10px;
  color: #d9d9d9;
  margin-top: -3px;
}
.product-inquiry .i-form .i-list li .add .iconfont {
  font-size: 24px;
}
.product-inquiry .i-form .i-list li .add .iconfont:hover {
  opacity: 0.6;
}
.product-inquiry .i-form .i-list li .inquiry-text {
  width: auto;
  display: inline-block;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  border: solid 1px #ececec;
  text-align: left;
  margin-left: 5px;
}
.product-inquiry .i-btn {
  width: 100%;
  float: left;
  border-top: solid 1px #efefef;
  text-align: center;
  background: #f5f5f5;
  height: 70px;
}
.product-inquiry .i-btn .inquiry-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  display: inline-block;
  background-color: #ff3f22;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  border: none;
}
.product-inquiry .i-btn .inquiry-btn:hover {
  opacity: 0.7;
}
/* banner */
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fc4327;
  opacity: 1;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .w-12-6 {
    width: 50%!important;
  }
}
@media screen and (orientation: portrait) {
  .p-banner {
    height: 300px;
  }
  .p-banner .swiper-container {
    height: 100%;
  }
  .swiper-slide {
    color: #fff;
    font-size: 36px;
    text-align: center;
  }
}
@media screen and (orientation: landscape) {
  .p-banner {
    height: 400px;
  }
  .p-banner .swiper-container {
    height: 100%;
  }
  .swiper-slide {
    color: #fff;
    font-size: 36px;
    text-align: center;
  }
}
/*news module */
.news-pose-1 {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 0.26666667rem;
}
.news-pose-1 .news-list {
  width: 94%;
  margin: 0 auto;
  clear: both;
}
.news-pose-1 .news-list li {
  width: 100%;
  line-height: 24px;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
  background: url('../../images/news-arrow.png') no-repeat right center;
  border-bottom: dotted 1px #ccc;
}
.news-pose-1 .news-list li .title {
  font-size: 14px;
  width: 100%;
  color: #323232;
  display: block;
}
.news-pose-1 .news-list li .title:hover {
  color: #fc4327;
}
.news-pose-1 .news-list li span {
  font-size: 12px;
  color: #666;
}
.news-pose-1 .news-list li:last-child {
  border: none;
}
.news-pose-2 {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #acacac;
  background: #fff;
}
.news-pose-2 li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 15px;
  border-bottom: solid 1px #e9e9e9;
}
.news-pose-2 li .pic-warp {
  width: 110px;
  height: 110px;
  float: left;
  margin-right: 10px;
  border: solid 1px #efefef;
}
.news-pose-2 li .pic-warp a {
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-pose-2 li .pic-warp a img {
  max-height: 100%;
  max-width: 100%;
}
.news-pose-2 li .text-warp .title a {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: bold;
}
.news-pose-2 li .text-warp .title a:hover {
  color: #fc4327;
}
.news-pose-2 li .text-warp .time {
  line-height: 14px;
  padding-top: 10px;
}
.news-detail {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  padding: 15px;
  border-bottom: solid 1px #efefef;
  color: #424242;
}
.news-detail .title {
  width: 100%;
  float: left;
  border-bottom: solid 1px #efefef;
  padding: 5px 0 15px;
  margin-bottom: 15px;
}
.news-detail .title .name {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.news-detail .title .time {
  float: left;
  color: #979798;
  font-size: 12px;
}
.news-detail .title .browse {
  float: right;
  font-size: 12px;
  color: #979798;
}
.news-detail .detail {
  line-height: 30px;
  font-size: 14px;
}
.news-otherlist {
  margin-top: 0.26666667rem;
  width: 100%;
  float: left;
  background: #fff;
  border-top: solid 1px #efefef;
  font-size: 12px;
  padding: 15px 0;
}
.news-otherlist .title {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
.news-otherlist ul {
  width: 100%;
  float: left;
}
.news-otherlist ul li {
  padding-left: 15px;
  height: 34px;
  line-height: 34px;
}
.news-otherlist ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #6a6a6a;
  display: inline-block;
  width: 90%;
  font-size: 14px;
}
.news-otherlist ul li a:hover {
  color: #fc4327;
}
.news-classify-fixed {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
}
.news-classify {
  background: #eeeeee;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  clear: both;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.news-classify .n-menu {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  height: 70px;
  padding-right: 15px;
}
.news-classify .n-menu a {
  padding-left: 15px;
  display: inline-block;
  white-space: nowrap;
  color: #585858;
}
.news-classify .n-menu a:hover {
  color: #fc4327;
}
.news-classify .n-menu .active {
  color: #fc4327;
}
/* classify module */
.classify {
  width: 100%;
  float: left;
  background-color: #fff;
  margin-bottom: 0.26666667rem;
}
.classify .appRow {
  width: 94%;
  padding-bottom: 20px;
  margin: 0 3%;
}
.classify .appRow .appPatch {
  margin: 0;
}
.classify .latticePad {
  width: 100%;
  margin: 0 auto;
  border-right: dotted 1px #ccc;
}
.classify .latticePad .article_title {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 0.13333333rem;
  margin-bottom: 0.13333333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.classify .latticePad .article_title a {
  color: #4c4c4c;
}
.classify .latticePad .article_title a:hover {
  color: #fc4327;
}
.classify.hot {
  margin-top: 0.26666667rem;
}
@media (min-width: 1200px) {
  .classify .appColumn:nth-child(6n+6) .latticePad {
    border-right: none;
  }
}
@media (min-width: 961px) and (max-width: 1199px) {
  .classify .appColumn:nth-child(6n+6) .latticePad {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .classify .appColumn:nth-child(4n+4) .latticePad {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .classify .appColumn:nth-child(4n+4) .latticePad {
    border-right: none;
  }
}
@media (max-width: 479px) {
  .classify .appColumn:nth-child(3n+3) .latticePad {
    border-right: none;
  }
}
/* quick-nav module */
.friendLink {
  width: 100%;
  float: left;
  background: #fff;
}
.friendLink .main {
  width: 94%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
  padding-bottom: 0.4rem;
}
.friendLink .main a {
  color: #666;
}
.friendLink .main .line {
  margin-left: 0.26666667rem;
  margin-right: 0.26666667rem;
}
/* catalog module */
.catalog-pose-1 {
  width: 100%;
  float: left;
  background: #d52a0e;
  padding: 15px 0 10px;
}
.catalog-pose-1 .title {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.catalog-pose-1 .title .left {
  color: #f9efed;
  padding-left: 10px;
  border-left: solid 2px #fff;
  height: 14px;
  line-height: 14px;
  font-size: 16px;
  float: left;
  margin-left: 15px;
}
.catalog-pose-1 .title .right {
  width: 24px;
  height: 12px;
  float: right;
  margin-right: 28px;
  margin-top: -9px;
}
.catalog-pose-1 .title .right .iconfont {
  font-size: 28px;
  color: #fff;
}
.catalog-pose-1 .title .right .up {
  display: none;
}
.catalog-pose-1 .title .right .down {
  display: block;
}
.catalog-pose-1 .title .right.cur .down {
  display: none;
}
.catalog-pose-1 .title .right.cur .up {
  display: block;
}
.catalog-pose-1 .list {
  padding: 0 15px;
  line-height: 24px;
  float: left;
  padding-bottom: 10px;
}
.catalog-pose-1 .list a {
  color: #f9efed;
  margin-right: 20px;
  display: inline-block;
  font-size: 14px;
}
.catalog-pose-1 .list .nextEve {
  display: none;
}
/* screen module */
.screen {
  width: 100%;
  float: left;
  overflow: hidden;
}
.screen li {
  margin-left: -1px;
  width: 50%;
  float: left;
  border-right: solid 1px #e6e6e6;
  background: #eeeeee;
  text-align: center;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}
.screen li.active {
  background: #fff;
  color: #f5250a;
}
.screen li:last-child {
  border: none;
}
.screen li.multiple i {
  width: 13px;
  height: 9px;
  display: inline-block;
  background: url('../../images/screen-multiple-off.png') no-repeat bottom center;
  background-size: auto 80%;
  margin-left: 3px;
}
.screen li.multiple.active i {
  background: url('../../images/screen-multiple-on.png') no-repeat bottom center;
  background-size: auto 80%;
}
.screen li.price i {
  width: 9px;
  height: 15px;
  display: inline-block;
  background: url('../../images/screen-price-default.png') no-repeat bottom center;
  background-size: auto 80%;
  margin-left: 5px;
}
.screen li.price.active.up i {
  background: url('../../images/screen-price-up.png') no-repeat bottom center;
  background-size: auto 80%;
}
.screen li.price.active.down i {
  background: url('../../images/screen-price-down.png') no-repeat bottom center;
  background-size: auto 80%;
}
.screen.purchase {
  overflow: hidden;
}
.screen.purchase li {
  margin-left: -1px;
  width: 50%;
}
.screen-alert {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  font-size: 14px;
  display: none;
}
.screen-alert .s-back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 270px;
}
.screen-alert .s-inner {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 270px;
  background: #fff;
  -webkit-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  -o-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform .3s;
}
.screen-alert .s-inner .s-main {
  width: 100%;
  float: left;
  height: 100%;
  padding-top: 50px;
}
.screen-alert .s-inner .title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-indent: 20px;
  background: #f7f7f7;
  color: #8f8f8f;
  border-bottom: solid 1px #ededed;
}
.screen-alert .s-inner .title .s-return {
  float: right;
  padding-right: 20px;
}
.screen-alert .s-inner .select-ul {
  width: 100%;
  float: left;
  height: 85%;
  padding-bottom: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
.screen-alert .s-inner .select-ul li {
  width: 230px;
  margin-left: 20px;
  height: 44px;
  line-height: 44px;
  border: solid 1px #f4f4f4;
  margin-top: 20px;
  border-radius: 2px;
}
.screen-alert .s-inner .select-ul li dl {
  width: 100%;
  float: left;
}
.screen-alert .s-inner .select-ul li dl dd:nth-child(odd) {
  float: left;
  color: #434343;
  margin-left: 15px;
  min-width: 100px;
}
.screen-alert .s-inner .select-ul li dl dd:nth-child(even) {
  float: right;
  color: #aeaeae;
  width: 36%;
  text-align: right;
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.screen-alert .s-inner .select-ul li dl dd:nth-child(even):after {
  display: inline-block;
  right: 12px;
  height: 16px;
  position: absolute;
  width: 8px;
  content: "";
  top: 14px;
  vertical-align: middle;
  background: url('../../images/screen-arrow.png') no-repeat center center;
}
.screen-alert .s-inner .citys {
  display: none;
}
.screen-alert .s-inner .city {
  margin-left: 20px;
  padding-top: 15px;
  color: #666;
  font-size: 14px;
  display: inline-block;
}
.screen-alert .s-inner .city:hover {
  color: #fc4327;
}
.screen-alert .s-inner .screen-btn {
  width: 100%;
  float: left;
}
.screen-alert .s-inner .screen-btn input {
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  border: none;
  float: left;
}
.screen-alert .s-inner .screen-btn input:hover {
  opacity: 0.7;
}
.screen-alert .s-inner .screen-btn .reset {
  background: #c5c5c5;
  margin-left: 35px;
}
.screen-alert .s-inner .screen-btn .submit {
  margin-left: 25px;
  background: #fc4327;
}
.tr-down {
  height: 44px;
  cursor: pointer;
}
/* pages module */
.m_page {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  background: #fff;
  padding: 20px 0;
}
.m_page a {
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  background: #fc4327;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.m_page .disabled {
  background: #ececec;
  color: #cbcbcb;
}
.m_page .num {
  padding: 0 10px;
  display: inline-block;
  color: #363636;
}
/* search-result module */
.search-result {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  padding: 30px 0 0;
  background: #fff;
}
.search-result span {
  color: #fc4327;
  padding: 0 3px;
}
/* purchase module */
.purchase-pose-1 {
  width: 100%;
  float: left;
  background: #fff;
}
.purchase-pose-1 li {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 5px 15px 15px;
  border-bottom: solid 1px #ececec;
  line-height: 26px;
  color: #acacac;
}
.purchase-pose-1 li .productname {
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
}
.purchase-pose-1 li .productname a {
  color: #666666;
}
.purchase-pose-1 li .productname a:hover {
  color: #fc4327;
}
.purchase-pose-1 li .contactname {
  float: left;
  width: 35%;
}
.purchase-pose-1 li .contactname span {
  color: #fc4327;
}
.purchase-pose-1 li .overtime {
  float: left;
  width: 41%;
}
.purchase-pose-1 li .overtime span {
  color: #fc4327;
}
.purchase-pose-1 li .releasetime {
  float: left;
  width: 24%;
  text-align: right;
  color: #fc4327;
}
.purchase-detail {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  padding: 15px;
  border-bottom: solid 1px #efefef;
  color: #424242;
}
.purchase-detail .title {
  width: 100%;
  float: left;
  border-bottom: solid 1px #efefef;
  padding: 5px 0 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #979798;
  line-height: 24px;
}
.purchase-detail .title .name {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #1f1f1f;
}
.purchase-detail .title .overtime {
  float: left;
  width: 50%;
}
.purchase-detail .title .overtime span {
  color: #fc4327;
}
.purchase-detail .title .releasetime {
  float: left;
  width: 50%;
  text-align: right;
}
.purchase-detail .title .releasetime span {
  color: #fc4327;
}
.purchase-detail .title .bower {
  float: left;
  width: 50%;
}
.purchase-detail .detail {
  line-height: 30px;
}
.purchase-detail .detail .d-title {
  font-size: 16px;
  font-weight: bold;
}
.purchase-company {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  padding: 15px;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  color: #424242;
  margin-top: 0.26666667rem;
}
.purchase-company .name {
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}
.purchase-company .main {
  width: 100%;
  float: left;
}
.purchase-company .main .w-12-6 {
  width: 50%;
  float: left;
  line-height: 24px;
  font-size: 12px;
}
.purchase-company .main .tel {
  color: #fc4327;
}
.purchase-otherlist {
  margin-top: 0.26666667rem;
  width: 100%;
  float: left;
  background: #fff;
  border-top: solid 1px #efefef;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 15px;
}
.purchase-otherlist .title {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 10px;
}
.purchase-otherlist ul li {
  padding-left: 0;
  padding-right: 0;
  border-bottom: dotted 1px #f0f0f0;
}
.purchase-otherlist ul li .number {
  width: 40%;
}
.purchase-otherlist ul li .overtime {
  width: 50%;
}
.purchase-otherlist ul li:last-child {
  border: none;
}
@media (max-width: 320px) {
  .purchase-pose-1 li .number {
    width: 50%;
  }
  .purchase-pose-1 li .overtime {
    width: 50%;
  }
  .purchase-pose-1 li .releasetime {
    width: 50%;
    text-align: left;
  }
  .purchase-pose-1 li .contactname {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .purchase-company .main .w-12-6 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .purchase-detail .title .overtime {
    width: 33%;
  }
  .purchase-detail .title .releasetime {
    width: 33%;
    text-align: left;
  }
  .purchase-detail .title .bower {
    width: 33%;
  }
}
/*  less 公用方法 */
body {
  background: #f6f6f6;
}
/* theme Variables */
/* catalog.less Variables */
/* footer.less Variables */
.H_menu {
  display: table;
  width: 100%;
  background: url('/images/hangyezhuantibanner.jpg') no-repeat center;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
}
.text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 50px 20px;
}
@media (min-width: 480px) and (max-width: 750px) {
  .H_menu {
    display: table;
    width: 100%;
    background: url('/images/hangyezhuantibanner.jpg') no-repeat center;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .H_menu {
    display: table;
    width: 100%;
    background: url('/images/hangyezhuantibanner.jpg') no-repeat center;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
  }
}
@media (min-width: 300px) and (max-width: 320px) {
  .H_menu {
    display: table;
    width: 100%;
    background: url('/images/hangyezhuantibanner.jpg') no-repeat center;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
  }
}
