@charset "utf-8";
img, video {
    max-width: 100%;
    vertical-align: middle;
}
.login-header {
    padding-right: 50px;
    transition: all 0.36s;
    background: #fff;
    line-height: 80px;
    border-bottom: 2px solid #E9F0F5;
}
.he_hd_close {
    display: none;
    width: 20px;
    height: 20px;
}
.he_hd_lo {
    width: 158px;
}

.he_hd_lan {
    position: relative;
}
.he_hd_te {
    padding-left: 10px;
    color: rgb(0, 104, 183);
    font-size: 16px;
}

.he_hd_lo a {
    width: 100%;
    display: inline-block;
}
.he_hd_lxa {
    position: absolute;
    top: 80px;
    left: 50%;
    font-size: 16px;
    width: 120px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    display: none;
    transform: translateX(-50%);
}
.he_hd_lj a:hover,
.he_hd_lj span:hover {
    color: rgb(0, 104, 183);
}

.he_hd_lj {
    margin: 5px 0;
}

.he_hd_lj a {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.36s;
    display: block;
}

@media screen and (max-width: 1440px) {
    .he_hd_lo {
        width: 136px;
        line-height: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .login-header {
        padding: 0 20px;
        line-height: 64px;
    }
    .he_hd_lxa {
        top: 64px;
    }
    .he_hd_close {
        display: block;
    }
    .he_hd_lo {
        width: 136px;
    }
}
