.password_auth_item {
    display: flex;
    align-items: center;
    color: black;
}
.footer_content {
    height: 27px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    min-width: 1000px;
    /* box-shadow: 5px 0px 5px #565656; */
    position: relative;
    z-index: 10;
    line-height: 10px;
}
.footer_content a{
	text-decoration:none;
}
.footer_content a:hover{
	text-decoration: underline;
}
