html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a:hover, a:visited, a:active, a:link {
    text-decoration: none;
}

.clearinput {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: -25px;
    top: 3px;
    z-index: 3;
    color: gray;
    text-decoration: none;
    font-size: 20px;
    display: none;
}

.clearinput:before {
    content: "\e62f";
}

.clearinput:hover {
    color: #656565;
}

#login_wrapper {
    width: 100%;
    height: 100%;
    background: #373737 url(../img/SidebarBg.png) repeat;
    overflow: hidden;
}

#login_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.p_login {
    font-size: 20px;
    float: left;
    color: #8C8C8C;
    cursor: pointer;
}

#login_main .login_active {
    color: #5F6C74;
}

.coopeLoginH_title {
    font-size: 18px;
    float: left;
    color: #8C8C8C;
}

.coopeLoginH_switchBtn {
    float: right;
    color: #3586C1;
}

.coopeLogin_guide {
    margin-top: 20px;
    color: #555;
    font-size: 14px;
}

.login_logo {
    width: 290px;
    height: 112px;
    background: url(../img/LoginLogo.png) 0 0 no-repeat;
    margin-right: 20px;
}

.login_form_header {
    background: #F5F5F5;
    height: 50px;
    border-bottom: 1px solid #DDDDDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 28px;
    color: #5F6C74;
    line-height: 50px;
}

.login_form {
    width: 374px;
    padding-bottom: 20px;
    border-radius: 5px;
    background: white;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.copyright {
    text-align: center;
    position: fixed;
    bottom: 10px;
    width: 100%;
    color: #a3a3a3;
}

.login_items {
    padding: 10px 30px;
}

.line {
    margin-top: 20px;
    background: #ffffff;
    font-size: 14px;
}

.msg {
    margin-top: 10px;
    height: 20px;
}

.msg > div {
    display: none;
}

.msg i, .msg span {
    vertical-align: middle;
}

.checkcode {
    padding: 0;
    overflow: hidden;
    height: 34px;
}

.checkcode img {
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

/*低分辨率下*/
@media screen and (max-width: 1023px) {
    #login_wrapper {
        overflow: auto;
    }

    #login_main {
        width: 90%;
        background: none;
        height: auto;
    }

    .login_logo {
        width: 200px;
        left: auto;
        background-position-y: 30px;
        height: 80px;
        position: static;
        margin: 0 auto;
        background-size: 200px;
    }

    .login_items {
        margin: 0 auto;
    }

    .login_error {
        width: 240px;
        margin: 0 auto;
    }

    .login_form {
        position: static;
        width: 100%;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 60px;
        padding-bottom: 35px;
    }

    .input_val .input {
        width: 83%;
    }

    .input_val span {
        width: 60px;
    }

    .login_btn {
        width: 250px;
        background-size: 250px 40px;
        margin: 20px auto;
    }

    .contactUs {
        position: static;
    }

    /* 原始滚动条 */
    ::-webkit-scrollbar {
        width: 0;
    }
}

.error-link {
    color: #FFA300;
}