.containToCenter{
    width: 800px;
    padding: 0;
}
/* .background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("https://sjhome-public-new.oss-cn-shenzhen.aliyuncs.com/music/login/musicbg1.png");
} */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset !important;
}

.content{
    width: 100%;
    background-color: white;
    margin-top: 142px;
    border-radius: 4px;
    font-size: 14px;

}

.register_top_tab{
    width: 100%;
    height: 70px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    background-color: #FFD200;
    position: relative;
}

.logo{
    background: url("https://sjhome-public-new.oss-cn-shenzhen.aliyuncs.com/design/login/%E8%AE%BE%E8%AE%A1%E5%B8%88%E4%B9%8B%E5%AE%B6LOGO%E6%95%B0%E5%AD%97%E5%9B%BE%E4%B9%A6%E9%A6%86-02.png");
    float: left;
    width: 169px;
    margin-top: 12px;
    height: 46px;
    margin-left: 20px;
}

.musicLogo{
    background: url("https://sjhome-public-new.oss-cn-shenzhen.aliyuncs.com/music/login/register.png");
    float: left;
    width: 169px;
    margin-top: 12px;
    height: 46px;
    margin-left: 20px;
}

.login_div{
    float: right;
    margin-top: 28px;
    margin-right: 20px;
}
.login_btn_span{
    color: red;
}

.error_hint{
    font-size: 12px;
    color: #F42414;
    padding-top: 5px;
}

#check_code_img{
    width: 96px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 3px;
}
.loginFrom-div{
    margin-top: 20px;
}

.send_sms_code_btn{
    float: right;
    width: 96px;
    height: 40px;
    background: #FFD200;
    color: #000000;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    user-select: none;
}

.send_sms_code_btn_gray{
    background: #EEEEEE;
    color: #BBBBBB;
}

.title{
    width: 100%;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    margin: 41px 0 9px 0;
}

.agreement-text{
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 15px;
    height: 15px;
    position: relative;
}

.register-form{
    width: 370px;
    margin: 0 auto;
}


.register-form .login-modal_input{
    width: 370px;
}

.agreement-hint-text{
    float: left;
    margin-left: 5px;
}

#agreement_check + label{
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #eee;
    border-radius: 2px;
    position: relative;
}

.btn_margin{
    margin-top: 35px;
}

.loginFrom2{
    padding-bottom: 40px;
}

#agreement_check:checked +label::before{
    content: "\2713";
    color: #0a0a0a;
    text-align: center;
    font-size: 15px;
    color: #ffab42;
    position: absolute;
    left: 2px;
}