body {
    background: unset;
}
.main_item {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
}
.top_bg{
    margin: 0 auto;
    width: 100%;
    height: 2.38rem;
}
.main_title{
    margin-top: 1.1rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #194D89;
    line-height: 0.9rem;
    width: 100%;
    text-align: center;
}
.login_item{
    margin: 0.25rem 1.15rem;

}
.input_item{
    height: 1rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #E6EDEA;
    display: flex;
    align-items: center;
}
.input_icon{
    padding-left: 0.24rem;
    width: 0.32rem;
    line-height: 1rem;
    text-align: center;
}
.input_icon img{
    height: 0.32rem;
    width: 0.32rem;
}
.input_item input {
    padding-left: 0.23rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #666666;
}
.input_item .input_pwd{
    flex: 1;
}
.input_txt{
    flex-grow: 1;
}
.input_des{width: 0.6rem;}
.icon-yy{font-size: 0.3rem;}
.submit_button{
    margin-top: 0.32rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    background: #086880;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
}
.automatic_login{
    display: flex;
    align-items: center;
    height: 0.26rem;
    padding: 0.2rem 0;
}
.automatic_login .label{padding-left: 0.1rem;}
.radio_button{
    height: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
}
.radio_button span{
    font-weight: 400;
    color: #086880;
    height: 0.26rem;
}
.customer_service a {
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
    color: #666666;
}
.footer {
    margin: 3.6rem 1rem 0 1rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;
}