body{
    font-family: "Microsoft YaHei", serif;
}

p{  margin: 0;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

#loginDiv input::-webkit-input-placeholder {  color: rgba(255,255,255,0.6);}
#registerDiv input::-webkit-input-placeholder {  color: rgba(255,255,255,0.6);}

.wholeBgDiv{
    text-align:center;
    min-height:68.38rem;
}

.centerDiv{
    width: 33.3rem;
    height: 35.8rem;
    background:#FFFFFF;
    background: rgba(255,255,255, 0.15);
    margin:0 auto;
    border-radius: 0.3rem;
    padding: 1.6rem 3.3rem;
}

.findPassDiv{
    width: 33.3rem;
    height: 35.8rem;
    background:#FFFFFF;
    margin:0 auto;
    border-radius: 0.3rem;
    display: none;
}

.findTitleDiv{
    margin-top: 1.6rem;
}

.findTabDiv{
    margin-top: 2.2rem;
    margin-left:10.8rem;
}

.findTitleDiv span{
    font-size: 1.3rem;
    color: #77778F;
}

.findTabDiv span{
    font-size: 1.2rem;
    color: #FFFFFF;
    background: #77778F;
    border-radius: 50%;
    line-height: 1.7rem;
    float: left;
    display:block;
    width: 1.7rem;
    height: 1.7rem;
}

.tabDiv{
    width:50%;
    float:left;
    text-align: center;
}

.loginStyle{
    color: #FFFFFF;
    font-size: 1.3rem;
    cursor: pointer;
}

.underlineStyle{
    background:#F6C357;
    height:0.2rem;
    width: 10rem;
    margin:0.7rem auto;
}

.registerStyle{
    color: #FFFFFF;
    font-size: 1.3rem;
    cursor: pointer;
    opacity: 0.5;
}

.loginRows{
    color: #77778f;
    width:26.7rem;
    height: 3.3rem;
    border: 1px solid #9593a0;
    border-radius: 4px;
    line-height:3.3rem;
    font-size: 1.2rem;
    margin-top: 1.4rem;
}

.loginRows input{
    float: left;
    background: none;
    border: none;
    outline:none;
    height: 3.3rem;
    font-size: 1.2rem;
    text-indent:3.5rem;
    width:100%;
    color: rgba(255,255,255,0.6);
}

.registerRows{
    color: #77778f;
    width:26.7rem;
    height: 3.3rem;
    border: 1px solid #9593a0;
    border-radius: 4px;
    margin-top: 1.7rem;
}

.registerRows input{
    background: none;
    border: none;
    outline:none;
    height: 3.3rem;
    line-height:3.3rem;
    font-size: 1.2rem;
    text-indent:1.8rem;
    width:100%;
    color: rgba(255,255,255,0.6);
}

.codeRows{
    color: #77778f;
    width:18.3rem;
    height: 3.3rem;
    border: 1px solid #9593a0;
    border-radius: 4px;
    margin-top: 1.7rem;
    float: left;
}

.codeRows input{
    background: none;
    border: none;
    outline:none;
    height: 3.3rem;
    line-height:3.3rem;
    font-size: 1.2rem;
    text-indent:1.8rem;
    width:100%;
    color: rgba(255,255,255,0.6);
}

.finRows{
    color: #77778f;
    width:26.7rem;
    height: 3.3rem;
    border: 1px solid #9593a0;
    border-radius: 4px;
    margin-top: 1.7rem;
}

.finRows input{
    background: none;
    border: none;
    outline:none;
    height: 3.3rem;
    line-height:3.3rem;
    font-size: 1.2rem;
    text-indent:1.8rem;
    width:100%;
    color: rgba(0,0,0,0.6);
}
.findCodeRows{
    color: #77778f;
    width:18.3rem;
    height: 3.3rem;
    border: 1px solid #9593a0;
    border-radius: 4px;
    margin-top: 1.7rem;
    float: left;
}

.findCodeRows input{
    background: none;
    border: none;
    outline:none;
    line-height:3.3rem;
    height: 3.3rem;
    font-size: 1.2rem;
    text-indent:1.8rem;
    width:100%;
    color: rgba(0,0,0,0.6);
}

.rememberDiv{
    float: left;
    color: rgba(255,255,255,0.6);
    font-size: 1.2rem;
    margin-top: 0.9rem;
    cursor: pointer;
    font-weight:normal
}
.rememberDiv:hover{
    color: rgba(246,195,87,0.6);
    font-size: 1.2rem;
}

.rememberDiv input{
    _vertical-align:-1px;
    vertical-align:-1px;
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

.forgetDiv{
    float: right;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    margin-top: 0.8rem;
    font-weight: normal;
}

.forgetDiv:hover{
    color: rgba(246,195,87,0.6);
    font-size: 1.2rem;
}
.loginBtn{
    width:26.7rem;
    height:3.3rem;
    background:#F6C357;
    border:1px solid #F6C357;
    text-align: center;
    color:#fff;
    line-height: 3rem;
    font-size: 1.3rem;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1.8rem;
}

.codeBtn{
    width:6.7rem;
    height:3.3rem;
    background:#F6C357;
    border:1px solid #F6C357;
    text-align: center;
    color:#fff;
    line-height: 3rem;
    font-size: 1.3rem;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1.7rem;
    float: right;
}

.stepDiv{
    padding-left: 3.3rem;
    padding-right: 3.3rem;
}
.find_text_blue{
    font-size: 1.3rem;
    color: #479EF3;
}
.errorDiv{
    width: 33.3rem;
    height: 3.3rem;
    color: #ff0035;
    font-size: 1.2rem;
    background:#FFFFFF;
    background: rgba(255,255,255, 0.15);
    text-align: center;
    margin: 0.8rem auto;
    line-height: 3.2rem;
    border-radius: 0.3rem;
}

.cbox.checked:after{background:#F6C357;}

.main_box{
    background: #F8F9FA;
    width: 100%;
    height: 100vh;
}

.main_box input{
    border: none;
    outline: none;
    height: 36px;
    font-size: 14px;
}
.main_box input::-webkit-input-placeholder{
    font-size: 14px;
    color: #B3B3B3;
}

.login_box{
}

.login_logo{
    background-image: url(../images/login/rc_bg_login_image.png);
    width: 790px;
    height: 260px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -395px;
    margin-top: -130px;
}

.login_content{
    width: 420px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 #EEEFF0;
    border-radius: 10px;
    position: absolute;
    margin-left: -210px;
    left: 50%;
    margin-top: -220px;
    top: 50%;
    z-index: 2;
}

.login_content .title_logo{
    width: 420px;
    height: 60px;
    margin-top: 30px;
}

.login_content .mobile_note{
    font-size: 16px;
    color: #4C4C4C;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 27px 0 0 60px;
}

.login_content .error_msg{
    font-size: 12px;
    color: #ED375C;
    margin: 14px 0 0 60px;
    display: none;
}

.login_content .circle_icon{
    background: #ED375C;
    color: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.login_content input{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    width: 300px;
    height: 40px;
    margin: 18px 0 0 60px;
    padding-left: 10px;
}

.login_content .login_btn{
    width: 300px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, #FA584F 0%, #FC6C2E 100%);
    border-radius: 6px;
    margin: 20px 0 0 60px;
    box-shadow:0 4px 7px rgba(250,88,79,0.4);
    cursor: pointer;
}

.login_content .login_btn:active{
    background: linear-gradient(90deg, #E04F46 0%, #E2602A 100%);
}

.login_content a{
    font-size: 14px;
    color: #B3B3B3;
    position: absolute;
    bottom: 30px;
}

.login_content a:hover{
    text-decoration:underline;
    color: #666666;
}

.login_content .register_root{
    left: 139px;
}

.login_content .find_root{
    left: 225px;
}

.register_box{
    width: 790px;
    height: 475px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 #EEEFF0;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -395px;
    margin-top: -238px;
    padding: 60px;
    display: none;
}

.left_box{
    float: left;
    width: 370px;
}

.right_box{
    float: left;
    width: 300px;
}

.title_logo{
    width: 266px;
    height: 60px;
}

.left_box .title_text{
    font-size: 14px;
    color: #4C4C4C;
    margin:24px 0 18px 0;
}

.left_box .des_text{
    font-size: 16px;
    color: #999999;
    margin-top: 197px;
}

.left_box .des_text a{
    font-size: 16px;
    color: #666666;
}

.left_box .des_text a:hover{
    text-decoration:underline;
    color: #666666;
}

.right_box .register_row{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 300px;
    height: 40px;
}

.right_box .register_row .note_text{
    font-size: 14px;
    color: #666565;
    font-weight: bold;
    line-height: 40px;
    padding: 0 24px 0 10px;
}

.right_box .code_row{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 256px;
    height: 40px;
    float: left;
}

.right_box .code_btn{
    float: left;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    font-size: 12px;
    color: #666565;
    text-align: center;
}

.right_box .code_row .note_text{
    font-size: 14px;
    color: #666565;
    font-weight: bold;
    line-height: 40px;
    padding: 0 11px 0 10px;
}

.right_box .pass_note{
    font-size: 12px;
    color: #B3B3B3;
    letter-spacing: -0.2px;
    margin: 8px 0;
}

.right_box .register_btn{
    width: 300px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, #FA584F 0%, #FC6C2E 100%);
    border-radius: 6px;
    box-shadow:0 4px 7px rgba(250,88,79,0.4);
    cursor: pointer;
}

.right_box .register_btn:active{
    background: linear-gradient(90deg, #E04F46 0%, #E2602A 100%);
}

.error_msg{
    font-size: 12px;
    color: #ED375C;
    margin: 0 0 12px 0;
    display: none;
}

.circle_icon{
    background: #ED375C;
    color: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.find_box{
    width: 790px;
    height: 475px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 #EEEFF0;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -395px;
    margin-top: -238px;
    padding: 60px;
    display: none;
}

.right_box .find_btn{
    width: 300px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, #FA584F 0%, #FC6C2E 100%);
    border-radius: 6px;
    box-shadow:0 4px 7px rgba(250,88,79,0.4);
    cursor: pointer;
    position: absolute;
    bottom: 60px;
}