@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
  }

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

  .regForm {
    width: auto;
  }

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