@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: 45px;
    background: rgba(255, 255, 255, .95);
  }

  .logo {
    margin-left: 10px;
    font-size: 28px;
    line-height: 45px;
  }

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

  .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;
  }

  .contBox {
    padding-top: 45px;
  }

  .homeAd {
    padding: 20px 0 0;
  }

  .homeAd .des {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 1.48;
  }

  .homeAd .nums em {
    font-size: 36px;
  }

  .homeAd .nums p {
    font-size: 12px;
  }

  .homePlate .card .one {
    width: 95%;
    margin: 0 10px 10px;
  }

  .modLst .head {
    padding: 10px 10px 0;
    top: 40px;
    width: 100%;
    background: #fff;
  }

  .modLst .items {
    padding-top: 20px;
  }

  .modLst .items .one {
    width: 95%;
    margin: 0 auto;
  }

  .docBox .side {
    display: none;
  }

  .docBox .article{
    padding: 0 15px;
  }

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

  .regForm {
    width: auto;
  }

  .regForm .ant-input, .regForm .ant-btn, .cty-selector {
    width: 200px;
  }
}