
.mobile_errorPromt,.mobile_logo{
    display: none;
}
.reg_content .active{
    cursor: no-drop;
    color: #999;
}
.rpd_submit {
    margin-top: 15px;
    width: 400px;
}
.register_win{
    margin-top: 100px;
}
@media (max-width: 768px) {
    #header{
        display: none;
    }
    .account_main{
        position: unset;
        margin: 0;
        margin-top: 2rem;
    }
    .mobile_errorPromt{
        line-height: 1.6rem;
        font-size: 1.6rem!important;
    }
    .reg_reset_main{
        padding: 0;
        height: auto;
    }
    .reg_reset_layer{
        position: unset;
        background: transparent;
    }
    .register_win{
        width: 100%;
        margin-top: 30px;
        position: unset;
        padding: 0;
        height: auto;
        box-shadow: none;
    }
    .register_win > p{
        display: none;
    }
    .reg_content{
        margin-top: 20px;
    }
    .form-group {
        margin-bottom: 0;
    }
    .reg_content input,.reg_content input:focus{
        width: 100%;
        padding: 10px;
        border-radius: 0;
        line-height:42px;
        border-top: none;
        border-color: #fff;
        box-shadow: none;
        border-bottom: 1px solid #e3e3e3;
        font-size: 1.6rem;
        color: #666;
    }
    .reg_content .glyphicon{
        display: none;
    }
    .shortinput{
        width: 70%!important;
        margin: 0!important;
    }
    .sendOut{
        font-size: 1.6rem;
        /* left: 71%; */
        border: none;
        background-color: #fff;
        /*border-left: 1px solid #e6e6e6;*/
        border-radius: 0;
        color: #666;
    }
    .rpd_submit{
        width: 100%;
        background-color: #cf1132;
        border-radius: 5px;
        margin-top: 20px;
    }
    .mobile_logo{
        display: block;
    }
}
@media (max-width: 320px){
    .sendOut{
        left: 66%;
    }
}
