@charset "UTF-8";
.login_tit{
    width: 100%;
    height: 15rem;
    background: url('../images/ic_bg_login_top.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.login_tit h3{
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    margin-top: 3.5rem;
    text-align: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.login_box{
    width: 94%;
    margin: -5rem auto 0;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem 1.2rem;
    box-sizing: border-box;
}
.login_username,.login_password,.register_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 1.2rem 0  0.5rem;
}
.login_username span{
    background: url('../images/ic_account.png') no-repeat;
    background-size:100% 100%;
}
.login_password span{
    background: url('../images/ic_password.png') no-repeat;
    background-size:100% 100%;
}
.login_spa{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
}
.login_username input,.login_password input,.register_list input{
    flex-grow: 1;
    font-size: 0.8rem;
}
.login_btn{
    display: block;
    width: 100%;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    color: #fff;
    background-color: #CB0100;
    border-radius: 6px;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    margin-top: 2.4rem;
}
.find_pwd a{
    color: #8F8F8F;
    line-height: 2rem;
    font-size: 0.7rem;
}
.find_pwd .find_zhu{
    color: #B30A09;
}
.login_annotation{
    font-size: 0.7rem;
    color: #8F8F8F;
    text-align: center;
    line-height: 1.2rem;
    margin-top: 1.5rem;
}
.login_annotation a{
    font-size: 0.7rem;
    color: #B30A09;
}
/*注册账号*/
.register_tit,.register_code{
    font-size: 0.82rem;
    width: 25%;
}
.register_code{
    width: 35%;
    font-size: 16px;
}