
@media screen and (max-width: 1024px) {
  .page .errobox, .mail_li label {
    font-size: 12px;
    color: #FF5656;
    background: url('../ghRegisterImg/error_icon.png') no-repeat;
    background-size: 10px 10px;
    background-position: 0 4px;
    padding-left: 12px;
  }
  .registerError {
    padding-left: 16px !important;
    color: #FF3333;
    font-size: 14px;
    line-height: 16px;
}
  .page .container,.page .btn {
    display: none;
  }
  .page {
    font-size: 0.26rem;
    color: #666666;
  }
  
  .page .topbar {
    display: none;
  }
  
  
  
  .page .content {
    width: 100%;
    height: 100vh;
    background: url("../ghRegisterImg/photo_seo_bg_msite-1.jpg") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  
  .page .registerForm-box {
    width: 6.36rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5rem 0.4rem 0.3rem 0.4rem; 
  }
  
  .page .msite-logo {
    width: 3.21rem;
    height: 0.57rem;
    text-align: center;
    display: none;
  }
  
  
  .page .registerForm .title {
    margin-bottom: 0.14rem;
    margin-top: 0.23rem;
    font-size: 16px;
    color: #fff;
  }
  
  /* 输入框   选择框样式 */
  .page .registerForm input {
    height: 0.81rem;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #fec550;
    color: #333333;
  }
  
  .page .registerForm select{
    height: 0.81rem;
    background: #fff;
    border:solid 1px #666666;
    color: #666666;
  }
  
  .page .matchesButton {
    width: 100%;
    height: 48px;
    background: linear-gradient(135deg, #A42323 0%, #FF5656 100%);
    border-radius: 4px;
    margin-top: 0.5rem;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
  }
  
  
  
  
  /* 移动端登录文字 */
  .page .registerForm-box .msite_login {
    margin-top: 0.49rem;
    margin-bottom: 0.51rem;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #CCCCCC;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .page .registerForm-box .msite_login a {
    text-decoration: none;
    color: #FF5656 !important;
  }
  
  .page .registerForm-box .text {
    text-align: left;
    color: #999999;
  }
  
  
  .page .Copyright {
    display: none;
  }
  
  .page .success-ico {
    width: 0.27rem;
    height: 0.27rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    background: url('../ghRegisterImg/icon_gou.png') center center no-repeat;
    background-size: 0.27rem 0.27rem;
    position: absolute;
    right: 0.2rem;
    top: 0.8rem;
    overflow: hidden;
    display: none;
  }
  
  .page .banner {
    display: none;
  }
  .page .slider-img {
    display: none;
  }
  .agreement {
    display: flex;
  }
  .agreement input {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .agreement .text {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-align: left;
  }
  
  .page .alert {
    width: 300px;
    min-height: 180px;
    position: fixed;
    background-color:#fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
  }
  .page .alert .img {
    padding: 10px;
    text-align: right;
    cursor: pointer;
  }
  .page .alert img {
    width: 16px;
    height: 16px;
  }
  .page .alert .alert_content {
    margin-top: 20px;
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
  }
  .page .alert .button {
    width: 100%;
    margin: 20px auto 30px;
  }
  .page .alert .alert_button {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    color: #fff;
    background: url('../ghRegisterImg/alert_button.png') no-repeat;
    background-size: 200px 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }
  .page .ghmask {
    left: 0;
    top: 0;
    z-index: 99999;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 120vh;
  }
  
  /* 地区选择loading样式 */
  .page .select_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .page .select_flex_item {
    position: relative;
    width: 30%;
    margin-right: 1.5%;
  }
  .page .select_flex .select_float {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0 ;
    top: 0;
    background-color: #000;
    opacity: 0.1;
  }
  .page .select_flex select {
    width: 100%;
    /* height: 39px!important; */
    outline: 0;
    border-radius: 4px;
    vertical-align: top;
    background-color: #fff;
    border: solid 1px #ddd;
    font-size: 14px;
    text-align: left;
  }
  
  .page input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
    position: relative;
  }
  .page input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -0.7px;
    left: -0.7px;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  .page input[type="checkbox"]:checked::before {
    content: "";
    background: url('../ghRegisterImg/checkout2x.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: -0.7px;
    left: -0.7px;
    width: 13px;
    height: 13px;
    border:none;
    background-color: #000;
  }
}