
.uimax-login-footer-fixed{
    width: 100%;
    position: absolute;
    bottom: 0.24rem;
    left: 0;
}
.uimax-login-footer-fixed .footer-nav {
    width: 13.66rem;
    margin: 0 auto ;
    text-align: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    line-height: 16px;
}
.uimax-login-footer-fixed .footer-nav span {
    cursor: pointer;
    padding-right: 0.24rem;
    border-right: 1px solid #6B6B6B;
    margin-right: 0.24rem;
    height: 0.12rem;
    display: inline-block;
    line-height: 0.12rem;
}
.uimax-login-footer-fixed .footer-nav span:last-child {
    border-right: none;
    margin-right: 0;
}
.uimax-login-footer-fixed .present-footer{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.19rem;
    text-align: center;
    margin-top: 0.2rem;
    color: #999;
}
.uimax-login-footer-fixed .present-footer a {
    color: #999;
}
.uimax-login-footer-fixed .footer-nav a{

    color: #6B6B6B;
}
.uimax-login-footer-fixed .footer-nav a:hover{
    color: #0068E8;
}
@media (max-width: 1500px) {
    .uimax-login-footer-fixed{
        bottom: 0.14rem;
    }
    .uimax-login-footer-fixed .present-footer{
        margin-top: 0.1rem;
    }
}

