html, body {
    height: 100%;
}

body {
    min-width: 1200px;
}

.login_page {
    background: url("../images/login_bg.png");
    background-size: 100% auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_content {
    background: url("../images/login_con_bg.png");
    width: 1000px;
    margin: 0 auto;
    height: 600px;
    background-size: 100% 100%;
    padding-left: 110px;
    display: flex;
    padding-right: 120px;
    padding-top: 50px;
}

.login_img {
    background: url("../images/login_img.png");
    background-size: 100% 100%;
    height: 320px;
    width: 470px;
}

.login_content .web_name {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
    margin-bottom: 20px;
    text-align: center;
    width: 470px;
}

.limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.login_content .login_name {
    font-size: 24px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 25px;
    margin-bottom: 20px;
}

.login_content .input {
    outline: none;
    border: 0px;
    border-bottom: 2px solid #E0E0E0;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    font-size: 14px;
    margin-top: 10px;
}

.login_content .username {
    background: url(../images/username.png) no-repeat 5px 6px;
    background-size: 25px 25px;
}

.login_content .password {
    background: url(../images/password.png) no-repeat 5px 6px;
    background-size: 25px 25px;
}

.login_content .qq {
    background: url(../images/qqicon.png) no-repeat 5px 6px;
    background-size: 25px 25px;
}

.login_content .code {
    width: calc(100% - 100px) !important;
}

.mt30 {
    margin-top: 30px !important;
}

.login_content .login_btn {
    height: 50px;
    background: rgba(156, 50, 246, 1);
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    text-align: center;
}

.login_content .hr {
    position: absolute;
    top: -10px;
    background: white;
    padding: 0 15px;
    left: 100px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: rgba(153, 153, 153, 1);
}

.login_content .third_btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 50%;
    background: url("../images/qq.png");
    background-size: 100% 100%;
    display: block;
}

.error-xs {
    width: 100%;
    height: 100%;
    background: url(../images/500.png) 62% 0 no-repeat;
    background-size: 160%;
}

.error {
    display: flex;
    height: 100%;
}

.error .error_info {
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error .error_info h3 {
    font-size: 52px;
    font-weight: bold;
    color: rgba(1, 1, 1, 1);
    line-height: 37px;
}

.error .error_info h4 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
    margin: 30px auto;
    padding-left: 15px;
}

.error .error_img {
    display: flex;
    flex: auto;
    height: 100%;
    background: url("../images/500.png");
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
}

.error .error_img .error_msg {
    width: 100%;
    text-align: center;
    padding-right: 80px;
}

.error .error_img .error_msg h1 {
    font-size: 120px;
    font-weight: 900;
    color: rgba(132, 80, 251, 1);
    line-height: 200px;
}

.error .error_img .error_msg h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(132, 80, 251, 1);
    line-height: 30px;
    margin-top: 20px;
}

.error .btn {
    width: 100px;
    height: 48px;
    background: rgba(132, 80, 251, 1);
    border-radius: 24px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.footer {
    margin-top: -50px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(188, 188, 188, 1);
    line-height: 22px;
    text-align: center;
}

.show-xs {
    display: none;
}

@media screen and (max-width: 480px) {
    body {
        min-width: auto !important;
    }

    .hidden-xs {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .login_content {
        height: auto !important;
        width: 100%;
        padding: 30px 70px;
    }

    .login_content .login_name {
        text-align: center;
    }

    .web_name {
        display: block;
        position: absolute;
        top: 20px;
        text-align: center;
        width: 100%;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .bg-error {
        background: #d5cdff;
    }

    .error-xs .error_info {
        width: 72%;
        text-align: center;
        padding: 0 4%;
        padding-top: 44%;
    }

    .error-xs .error_info h3 {
        font-size: 20px;
        font-weight: bold;
        color: rgba(1, 1, 1, 1);
    }

    .error-xs .error_info h4 {
        font-size: 16px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        margin: 15px auto;
    }

    .error-xs .btn {
        background: rgba(132, 80, 251, 1);
        border-radius: 24px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

}