body {
    overflow: hidden;
}

.loginHtml, .loginBody {
    height: 100%;
}

.loginBody {
    background: url("../images/login_bg.jpg") no-repeat center center;
}

.imgCode {
    position: relative;
}

#imgCode img {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

.video-player {
    background-color: transparent;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}

.video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.5);
}

.login-title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 5px;
}

.login {
    height: 360px;
    width: 450px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    left: 46%;
    top: 44%;
    margin: -150px 0 0 -150px;
    z-index: 99;
    font-family: 微软雅黑;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* IE8 及其更早版本 */
}

.login-title-li {
    font-size: 28px;
    margin-top: 10px
}

body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    zoom: 1;
    background: url(../images/lg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

html{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto;
}


/*响应式*/
@media screen and (max-width: 650px) {
    .login {
        height: 340px;
        width: 90%;
        position: static ;
        margin: 40% 0 0 0;
    }

    .login-title {
        font-size: 24px;
        font-weight: bold;
    }

    .login-title-li {
        font-size: 20px;
        margin-top: 10px
    }
}


.login .login-form {
    padding: 20px 20px;
    text-align: center;
}

.form_code {
    position: relative;
}

.form_code .code {
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.login_btn {
    width: 100%;
}

/*footer部分*/
.footer[pc] {
    width: 100%;
    background-image: none;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #4E68A1;
    position: fixed;
    bottom: 0;
    height: 80px;
    line-height: 25px;
}

.footer_content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_content p {
    font-family: 微软雅黑;
    font-size: 13px;
    color: #000000;
}