

@media(max-width:600px){
    .public_login{
        width: 100%!important;
        justify-content: center;
        margin-top: 0.15rem;
    }
    .content_top >img{
        margin: 0 auto;
    }
} 


.login{
    background-image: url('../img/login/background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 1080px;
}
.content_top{
    width: 12rem;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 1.5rem;
}
.content_top >img{
    width: 6.96rem;
    max-width: 100%;
}

.public_login{
    display: flex;
}
.public_login span{
    display: flex;
    align-items: center;
}
.public_login P{
    font-size: 0.14rem;
    color: white;
    margin-left: 0.15rem;
    cursor: pointer;
}



.content_tail{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.content_tail p{
    font-size: 0.14rem;
    color: white;
    text-align: center;
    line-height: 15px;
    margin-bottom: 20px;
}