.headernav{
    background: #2c3e50!important;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.brand-logo,.brand-logo img{
    height: 100%;
}
.headernav .left{
    margin-left: 155px;
}
.indexmsg .material-icons,.headernav .material-icons{
    display: inline-block!important;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: text-bottom;
}
.page-footer *{
    color:#666!important;
}
footer.page-footer{
    padding-top: 0;
}
html,body{
    height: 100%;
    overflow-y: auto;
}
body{
    padding: 64px 0 70px;
}
footer{
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.rotate{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}

.memberbox{
    position: relative;
}
.navothers{
    position: absolute;
    top:64px;
    width: 100%;
    color:#666;
    display: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow:hidden;
}
.navothers li{
    color:#fff;
    background:#fff;
    width: 100%;
    background:#2c3e50!important
}
.animate__bounceIn{
    display: block!important;
}

.side-nav h3,.navothers h3{
    font-size: 15px;
    font-weight: normal;
    margin:0;
    line-height: 2;
}
.side-nav p,.navothers p{
    font-size: 30px;
    font-weight: bold;
    margin:0;
    line-height: 2;
}
.step2{
    display: none;
    margin:1em 0;
    height: 200px;
}
.step2 .title{
    font-size:30px;
    text-align: center;
    color:#3498db;
    line-height: 30px;
}
.step2 .title .btn{
    position: absolute;
    left:0;
    font-size: 12px;
    background:#95a5a6;
}
.preloader-wrapper{
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}
@media only screen and (max-width: 601px){
    .step2 .title{
        text-align:right;
        font-size: 23px;
    }
}

@media only screen and (min-width: 992px){
    nav .brand-logo{
        left: 0;
    }
}