@charset "utf-8";
.phone {
  display: none;
}

.pcno {
  display: none;
}

@media screen and (max-width: 960px) {
  .moNone {
    display: none !important;
  }

  .phone {
    display: block !important;
  }

  html, body {
    overflow-y: auto !important;
    min-width: 320px
  }

  .moHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    height: 90px;
    background: rgba(255, 255, 255, .95);
  }

  .moHeader.moHome {
    height: 45px;
  }

  .hmSwipe {
    clear: both;
    width: 100%;
  }

  .hmCate {
    display: block;
  }

  .hmCate .cateList li {
    width: 98% !important;
  }

  .hmCar li {
    width: 33%;
    margin-bottom: 2px;
  }

  .hmCar li img {
    width: 80%;
  }

  #topBanner {
    margin-top: 45px !important
  }

  .moHeader .logo img {
    height: 42px;
    padding: 8px 5px;
  }

  .iSearch {
    width: 94%;
    min-width: 200px;
    margin: 10px;
    height: 32px;
    background: #fff;
  }

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

  .iSearch i {
    right: 8px;
    font-size: 20px;
  }

  #homeSo .iSearch i {
    right: 8px;
    top: 18px;
    font-size: 25px;
  }

  .moNav {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    background: url(../images/mo_nav.png) no-repeat center center #2E3E4F;
    background-size: 20px auto
  }

  .wrap {
    width: 96%
  }

  .hide {
    visibility: visible
  }

  .moClose {
    background-image: url(../images/mo_close.png)
  }

  .moMenu {
    background: #2E3E4F;
    padding: 15px 35px 70px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 45px;
    height: 100%;
    z-index: 10000;
    position: fixed;
    overflow: auto
  }

  .moMenu li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
  }

  .moMenu h2, a.lnk {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    width: 100%
  }

  .moMenu .sub {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin-top: 5px;
  }

  .moMenu .sub a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    background: url(../images/mo_arr.png) no-repeat right center;
    background-size: 5px auto;
    color: #fff;
  }

  #footer {
    height: auto
  }

  #footer .cont {
    padding: 10px 0;
  }

  #footer ul i {
    font-size: 36px;
  }

  #footer ul p {
    padding-top: 10px;
    font-size: 14px;
  }

  .bodyWrap {
    padding-top: 100px;
  }

  #partsBox {
    display: block;
  }

  #partsBox .sideFact {
    padding-left: 0;
    width: auto;
  }

  #factSide .full {
    width: 100%;
  }

  .partsList {
    width: auto;
  }

  .partsList li .name {
    width: auto;
    white-space: normal;
    height: auto;
    padding-bottom: 5px;
  }

  .pageList .total {
    display: none;
  }

  #partsListArea li .name {
    height: auto;
    width: 100%;
  }

  #partsListArea li .attrList {
    display: block;
  }

  .partsList .btnBuy {
    display: inline-block !important;
    background-color: #FF5A16;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
  }

  #partInfo .dInfo {
    display: block;
  }

  #partInfo .img {
    width: 100%;
    height: auto;
    text-align: center;
  }

  #bigImg img {
    width: auto;
    max-height: 350px;
  }

  #partInfo .btn {
    width: 40%;
    font-size: 14px;
  }

  #partInfo .mainInfo {
    padding: 10px 5px;
  }

  .singlePage .wrap {
    padding: 40px 0;
    width: 100%;
  }

  .regForm {
    width: auto;
  }

  .regForm .ant-input, .regForm .ant-btn, .cty-selector {
    width: 90%;
  }

  .regForm .eCode {
    width: 99px;
  }

  .regForm .li {
    margin-bottom: 5px;
  }

  .regForm .agree {
    padding-left: 0;
  }

  .regForm label {
    width: 100%;
    text-align: left;
  }

  .cartRow {
    line-height: 26px;
  }

  .cartRow .name {
    width: 200px;
    white-space: normal;
  }

  .cartRow .price {
    text-align: right;
    line-height: 40px;
    font-size: 12px;
  }

  #cartBox .cartBtm, #cartBox .addList {
    display: block;
    margin-top: 0;
  }

  #cartBox .addBox {
    width: 100%;
  }

  #cartBox h2 {
    margin-bottom: 20px;
  }

  .docWap {
    width: 96%;
    padding-top: 60px !important;
  }

  .docCont img {
    width: 100% !important;
  }

  #homeSo {
    width: 90%;
  }


  #homeSo .iSearch {
    width: 100%;
    min-width: 200px;
  }

  .lang p {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .lang a {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 8px;
  }

  #factList .btn {
    display: none!important;
  }
}

