@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, div, dl, dt, dd, ul, ol, li,
form, fieldset, legend, button, input, textarea, option, select, pre, tr, td, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, em {
  font-size: 12px;
  font-weight: normal
}

ul, ol {
  list-style: none;
}

img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input {
  vertical-align: middle;
  outline: none
}

body {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 14px;
  color: #666;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  color: #666;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.wrap {
  width: 1180px;
  margin: 0 auto;
}

.homWrap {
  padding: 95px 0 20px;
}

.hide {
  visibility: hidden;
}

.clear {
  clear: both;
}

body {
  min-width: 1180px;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, .95);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  box-shadow: 0 0 10px transparent;
  display: flex;
  justify-content: space-between;
}

#header.bot {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#header .wrap {
  display: flex;
  justify-content: space-between;
}

#header .logo {
  margin-left: 30px;
  margin-top: 12px;
}

#header .menu > li {
  float: left;
  height: 80px;
  line-height: 80px;
  position: relative;
  font-size: 16px;
}

#header .menu > li > a {
  padding: 0 15px;
}

#header .menu > li:hover > a {
  color: #f60;
}

#header .menu > li.on:before {
  opacity: 1;
  width: 100%
}

#header .menu > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #00CAB7;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header .menu > li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

#header .sub_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  padding: 18px 70px 18px 30px
}

#header .sub_menu.lst {
  right: 0;
  left: auto;
  padding: 18px 45px;
}

#header .sub_menu > li {
  line-height: normal;
  word-break: keep-all;
  white-space: nowrap
}

#header .sub_menu > li > a {
  display: block;
  color: #333;
  padding: 10px 0
}

#header .sub_menu > li:hover > a {
  color: #00CAB7
}

#topBanner {
  margin-top: 64px;
  width: auto;
}

#footer {
  background: #0C2034;
}

#footer .cont {
  padding: 40px;
  table-layout: fixed;
  display: table;
  width: 100%;
  border-bottom: 2px solid #2E3E4F;
}

#footer .copy {
  padding: 20px 0 30px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
}

#footer .copy a {
  color: #ccc;
  margin-left: 20px;
}

#footer ul {
  display: flex;
  justify-content: space-between;
}

#footer ul li {
  text-align: center;
}

#footer ul i {
  color: #fff;
  font-size: 60px;
}

#footer ul p {
  padding-top: 16px;
  font-size: 20px;
}


.iSearch {
  min-width: 400px;
  height: 46px;
  margin-top: 12px;
  border: 2px solid #f60;
  border-radius: 3px;
  text-align: left;
  position: relative;
}

.iSearch input {
  padding-left: 8px;
  border: 0;
  width: 80%;
  height: 100%;
  padding-right: 12px;
}

.iSearch i {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 30px;
  color: #f60;
  cursor: pointer;
}

.hmCate {
  display: flex;
  justify-content: space-between;
}

.hmCate .cateList {
  background: #fff;
}

.hmCate .cateList li {
  display: block;
  width: 285px !important;
  line-height: 36px;
}

.hmCate .cateList > li > a {
  color: #333333;
  font-size: 16px;
  padding-left: 20px;
  line-height: 32px;
  display: block;
}

.hmCate .cateList > li:hover {
  box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, .2);
}

.hmCar h2 {
  font-size: 18px;
  padding: 20px 0 10px;
  line-height: 30px;
}

.hmCar ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hmCar li {
  width: 24%;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 18px;
}

.hmCar li:hover {
  box-shadow: 0 0 25px -12px rgba(0, 0, 0, .5)
}

.hmCar li > a {
  display: block;
  text-align: center;
  padding-top: 3px
}

.hmCode li {
  width: 12%;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.bodyWrap {
  padding: 95px 0 20px;
}

.singlePage {
  background: #FAFAFA !important;
}

.singlePage.help {
  background: #fff !important;
}

.singlePage .wrap {
  padding: 90px 0 40px;
  width: 1180px;
  display: flex;
}

.loginBox {
  text-align: right;
  margin-top: 20px;
}

.singleBox {
  background: #fff;
  margin-top: 20px;
  min-height: 300px;
  padding: 20px;
  width: 100%;
}

.regForm {
  margin: 0 auto;
  width: 550px;
  padding: 40px 0;
}

.regForm em {
  color: #f60;
  font-weight: bold;
}

.regForm h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

.regForm .li {
  margin-bottom: 20px;
  position: relative;
}

.cty-selector {
  position: absolute;
  top: 36px;
  left: 105px;
  width: 280px;
  background: #fff;
  z-index: 9;
  border: 1px solid #ccc;
  height: 250px;
  overflow: auto;
  clear: both;
  display: none;
}

.cty-selector li {
  padding: 0 10px;
  line-height: 30px;
  cursor: default;
  font-size: 12px;
}

.cty-selector li:hover {
  background: #f2f2f2;
}

.cty-selector span {
  float: right;
}

.regForm label {
  display: inline-block;
  width: 200px;
  text-align: right;
  padding-right: 10px;
  line-height: 36px;
}

.regForm .ant-radio-button-wrapper {
  text-align: center;
  padding: 0;
  height: 36px;
  line-height: 36px;
}

.regForm .ant-input {
  width: 280px;
  height: 36px;
  padding-left: 15px;
  font-size: 14px;
}

.regForm .ant-btn {
  width: 280px;
}

.regForm .eCode {
  width: 138px;
}

.regForm .agree {
  padding-left: 110px;
  margin-bottom: 5px;
  margin-top: -10px;
}

.regForm .agree label {
  text-align: left;
  width: 280px;
}

.iptComp {
  display: flex;
  height: 40px;
  width: 97px;
  font-size: 14px;
}

.iptComp .dec, .iptComp .inc {
  width: 20px;
  padding: 0 15px;
  height: 100%;
  border: 1px solid #E1E1E1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #363636;
}

.iptComp .dec {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.iptComp .inc {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.iptComp .dec::before {
  content: '-';
}

.iptComp .inc::before {
  content: '+';
}

.iptComp .ipt {
  margin: 0;
  width: 52px;
  height: 100%;
  text-align: center;
  outline: 0;
  -moz-appearance: textfield;
  line-height: 25px;
  border: 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
  font-size: 14px;
  color: #363636;
  font-weight: 100;
}

#partsBox {
  min-height: 400px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

#partsBox .sideFact {
  width: 320px;
  padding-left: 20px;
}

#partsBox .sTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  border-left: 5px solid #f60;
  padding-left: 10px;
  color: #000;
}

.partsList {
  width: 860px;
  border-top: 1px solid #eaeaea;
}

.partsList .attrList {
  display: flex;
  max-width: 580px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.partsList .attr {
  width: 150px;
}

.partsList .attrK {
  color: #aaa;
  text-align: left;
  line-height: 28px;
  margin-right: 8px;
  font-size: 14px;
}

.partsList .attrV {
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.partsList li {
  margin-top: -1px;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}

.partsList li.partsNoList {
  display: block;
  padding: 50px 0 !important;
  text-align: center;
  margin-bottom: 10px;
}

.unit-price {
  color: #D9001B;
  font-size: 26px;
}

.partsList li .name {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  width: 480px;
  text-align: left;
  height: 38px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageList {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageList .total {
  margin: 21px 10px;
}

.breadcrumb .split:before {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 6px;
  color: #666;
  font-family: FontAwesome;
  padding: 0 15px;
}

.btn {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  margin: 10px 10px;
  width: 135px;
  height: 35px;
  padding: 0 8px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #fff;
  line-height: 38px;
}

.btn.btnCart {
  border: 1px solid #4B7902 !important;
  font-size: 14px;
  color: #555555;
  border-radius: 2px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn.btnBuy {
  background-color: #FF5A16;
  color: #ffffff;
  border: 0px !important;
}

#cartBox {
  padding: 0 20px;
  background: #fff;
  min-height: 400px
}

#cartBox h2 {
  padding-top: 20px;
  font-size: 30px;
}

#cartBox .cartEmpty {
  text-align: center;
  padding: 50px;
  display: none;
}

#cartBox .cartEmpty p {
  font-size: 20px;
  padding-bottom: 30px;
  color: #000;
}

#cartBox .cartBtm {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#cartBox .cartBtm .prop {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #efefef;
  padding: 3px 5px;
  min-width: 280px;
}

#cartBox .cartBtm .prop.em {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

#cartBox .cartBtm .prop span {
  display: inline-block;
  width: 120px;
  text-align: right;
}

#cartBox .cartBtm .go {
  padding: 20px 0;
  text-align: right
}

.cartRow {
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  display: flex
}

.cartDT {
  line-height: 60px;
  font-weight: bold;
}

.cartRow .tc {
  text-align: center;
}

.cartRow .name {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cartRow a {
  color: #409eff;
}

.cartRow .uni {
  width: 120px;
  padding-left: 10px;
}

.cartRow .iptComp {
  display: flex;
  height: 30px;
  width: 70px;
  font-size: 14px;
  margin-top: 8px;
}

.cartRow .iptComp .ipt {
  width: 40px;
}

.cartRow .iptComp .dec, .cartRow .iptComp .inc {
  width: 14px;
  padding: 0 10px;
  height: 100%;
  border: 1px solid #E1E1E1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #363636;
}

#cartBox .addList {
  display: flex
}

#cartBox .addBox {
  border: 1px solid #efefef;
  width: 300px;
  margin: 10px 20px 20px 0;
}

#cartBox .addBox .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  height: 40px;
}

#cartBox .addBox .h2 {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

#cartBox .addBox .a {
  padding: 3px 5px;
}

#cartBox .addBox .cont {
  padding: 10px;
}

#cartBox .addBox label {
  padding-right: 8px;
  line-height: 20px;
}

#cartBox .addBox p {
  line-height: 16px;
  padding-bottom: 6px;
}

#cartBox .addBox p i {
  font-size: 12px;
  padding-right: 6px;
}

#partInfo {
  margin-top: 15px;
  background: #fff
}

#partInfo .dInfo {
  display: flex;
  margin-bottom: 10px;
}

#bigImg img {
  width: 600px;
}

#partInfo .dMenu {
  border-bottom: 1px solid #e1e1e1;
  padding-left: 20px;
}

#partInfo .dMenu .li {
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #062f7b;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #fff;
  border-top: 5px solid #062f7b;
  border-radius: 9px 9px 0 0;
  padding-top: 0;
}

#partInfo .mainInfo {
  padding-left: 30px;
  padding-top: 15px;
}

#partInfo .btn {
  height: 40px;
  width: 200px;
  line-height: 37px;
  font-size: 16px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

#partInfo .cart {
  border: 1px solid #FF5A16;
  color: #FF5A16;
}

#partInfo .cart2 {
  margin-left: 20px;
  background: #FF5A16;
  border: 1px solid #FF5A16;
  color: #fff;
}

#partInfo .pickBox {
  border-radius: 25px;
  position: absolute;
  text-align: center;
  color: #333;
  background: #F2F3F7;
  line-height: 25px;
  cursor: pointer;
  z-index: 1;
}

#partInfo .pickBox.cur {
  background: pink;
  z-index: 2;
}

#partInfo .pickBox.rc {
  background: #1E9FFF;
  color: #fff;
  z-index: 3;
}


#partInfo .img {
  width: 600px;
  height: 500px;
  overflow: hidden;
  border-right: 1px solid #F2F3F7;
  border-bottom: 1px solid #F2F3F7;
  position: relative;
}

#partInfo .resize {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#partInfo .resize a {
  font-size: 20px;
  color: #f60;
  cursor: pointer;
  margin-right: 10px;
}

#partInfo .reParts {
  border: 1px solid #F2F3F7;
  padding: 5px;
  max-height: 200px;
  overflow-y: scroll;
}

#partInfo .reParts a {
  color: #062f7b;
}

#partInfo .reParts p {
  border-bottom: 1px solid #F2F3F7;
  line-height: 30px;
  cursor: pointer;
}

#partInfo .reParts p.cur {
  background: #F2F3F7;
}

#partInfo h3 {
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold;
}

.sidePop {
  position: fixed;
  right: 0;
  z-index: 40;
  bottom: 45%;
  box-shadow: -2px 0 30px 2px rgba(97, 105, 119, .18);
  border-radius: 18px 0 0 18px;
  background: #fff;
  text-align: center;
}

.sidePop li {
  padding: 10px;
}

.sidePop a {
  font-size: 12px;
  color: #666;
}

.sidePop i {
  color: #00CAB7;
  font-size: 24px;
  display: block;
  margin-bottom: 3px;
}

.sidePop .sideTip {
  position: fixed;
  right: 53px;
  bottom: 47%;
  padding: 20px;
  line-height: 30px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .07);
  -webkit-transform-origin: 90% 90%;
  -ms-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

.sidePop .sideTip:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -7px;
  bottom: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-style: solid;
  border-color: rgba(0, 0, 0, .03);
  border-width: 1px 1px 0 0;
}

.contUs {
  padding: 10px 0;
}

.contUs .p {
  padding: 8px;
  font-size: 16px;
  border: 3px solid #c2e7b0;
  border-radius: 20px;
}

.contUs i {
  color: #f60;
}

#factBox {
  padding: 0 20px;
  background: #fff;
}

#factBox h2 {
  padding-top: 20px;
  font-size: 30px;
  color: red;
}


#factSide {
}

#factSide .no {
  text-align: center;
  padding: 20px;
}

#factSide .full {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 12px;
  width: 300px;
}


#factSide .full:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s
}

#factSide .full:hover h2 {
  color: #2875e8
}

#factSide .cont p {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

#factSide .cont i {
  background: #eff3f9;
  border-radius: 2px;
  color: #4373b9;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  margin-right: 6px;
  margin-top: 0;
  padding: 2px 10px
}

#factSide h2 {
  font-size: 18px;
  font-weight: 600;
}

#factSide .tag {
  color: #999;
  font-size: 12px;
  margin: 10px 0
}

#factSide .tag span {
  border-right: 1px solid #efefef;
  display: inline-block;
  padding: 0 10px
}

#factSide .tag span:first-child {
  padding-left: 0
}

#factSide .tag span:last-child {
  border: none
}

.language {
  position: absolute;
  top: 6px;
  right: 20px;
  background: url(/static/images/lang.png) no-repeat;
  background-size: 100%;
}

.language a {
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-right: 5px;
}

.language a:last-child {
  margin-right: 0;
}

#homeSo {
  width: 750px;
  text-align: center;
  margin: 60px auto 0;
}

#homeSo .iSearch {
  height: 60px;
  border: 2px solid #f60;
  border-radius: 15px;
  padding: 8px;
  background: #fff;
  margin-bottom: 50px;
}

#homeSo .iSearch i {
  top: 12px;
}

#homeSo h2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

#homeSo h3 {
  margin-bottom: 30px;
  font-size: 14px;
}

.hmSwipe {
  position: relative;
  margin-bottom: 50px;
}

.hmSwipe img {
  width: 100%;
  border-radius: 20px;
}

.docCont {
  background-color: #FFFFFF;
  padding: 24px;
  width: 100%;
}

.docCont .hTitle {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.docCont .hCont {
  border: 1px dashed #E1E1E1;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 20px;
}

.docCont .imgInfo {
  height: 5px;
  overflow: hidden
}

.docCont .iTable td, .iTable th {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

.sideTree {
  width: 250px;
  margin-right: 12px;
  background-color: #fff;
  padding: 24px 0;
}

.sideTree dl {
  padding: 0 24px;
}

.sideTree dt {
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 20px;
}

.sideTree dt::before {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: #00CAB7;
  border-radius: 25%;
}

.sideTree dd {
  font-size: 14px;
  margin-bottom: 24px;
  padding-left: 16px;
}

.sideTree a {
  color: #363636;
  transition: 0.15s ease-out;
}

.sideTree a:hover {
  color: #00CAB7;
}

.sideTree dd a.active {
  color: #00CAB7;
}

.rtCont {
  background-color: #FFFFFF;
  padding: 24px;
  width: 1018px;
}

.rtCont .hTitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.rtCont .pageList {
  text-align: center
}

.rtCont .helpCont {
  border: 1px dashed #E1E1E1;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 20px;
}

.help-idx {
  background: url(/static/images/hlp_bg.png) 500px 50px no-repeat;
  min-height: 300px;
}

.help-idx h2 {
  font-size: 32px;
  padding: 30px 0;
  color: #00CAB7;
}

.help-idx h3 {
  padding: 150px 0 20px;
  font-size: 14px;
  color: #00CAB7;
}
