.hd{
    display:flex;
    align-items:center;
    padding-top: 0;
}
.hd a img {
    width: 217px;
    height: auto;
}
.welcomelogin{  
    font-size: 34px;
    font-weight: 600;
    color: #0E8EE7;
    line-height: 52px;
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 40px auto 0px auto;
    display: none;
}
.box-headers{
    display: none;
    width: 85%;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 13px;
    text-align: center;
    color: #7f7f7f;
}
.box-headers a{
    color: #0E8EE7;
    margin-left: 5px;
}
.login-bg{
    width: 85%;
    height: auto;
    margin: 20px auto 20px auto;
    overflow: hidden; 
    display:none   
}
.login-bg img{
    width: 100%;
}
@media screen and (max-width: 700px) {
    .hd{
        display: none;
    }
    .sidebar-wrap{
        display: none;
    }
    .com_footer{
        display: none;
    }
    .welcomelogin{
        display: block;
    }
    .login-bg{
        display:block;
    }
    .user-infro{
       height: auto;
       background: none;
       border: none;
    }
    .user-infro .infro-content{
        width: 100%;
        height: auto;
        margin: 0 0;
    }
    .user-infro .infro-content .infro-backimg{
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .log-left-bigimg{
        display: none;
    }
    .box-header{
        display: none;
    }
    .user-infro .infro-content .content-box .infro-box{
        width: 85%;
        float: none;
        box-shadow: none;
        padding:0 7.5% 0 7.5%;
        height: auto;
    }
    .user-infro .infro-content .content-box .infro-box .user-form{
        width: 100%;
        height: auto;
    }
    .user-infro .infro-content .content-box .infro-box .user-form1{
        width: 100%;
        height: auto; 
    }
    .user-infro .infro-content .content-box .infro-box .user-form li{
        width: 100%;
    }
    .normal-input{
        width: 94%;
        border-radius: 4px;
        padding: 0 3%;
    }
    .login-btn{
        width: 100% !important;
    }
    .box-headers{
        display: block;       
    }
    .user-infro .infro-content .content-box .infro-box .user-form li.login-btn-li{
        height: auto !important;
    }
    #meiqia-container{
        display: none;
    }
    .user-infro .infro-content .content-box .infro-box .user-form li .verify-input{
        width: 100% !important;
    }
    .user-infro .infro-content .content-box .infro-box .user-form1 li .verify-input{
        width: 100% !important;
    }
}