@font-face {
    font-family: 'iconfont';  /* project id 714880 */
    src: url('../font/font_714880_s338sy3q5x8.eot');
    src: url('../font/font_714880_s338sy3q5x8.eot') format('embedded-opentype'),
    url('../font/font_714880_s338sy3q5x8.woff2') format('woff2'),
    url('../font/font_714880_s338sy3q5x8.woff') format('woff'),
    url('../font/font_714880_s338sy3q5x8.ttf') format('truetype'),
    url('../font/font_714880_s338sy3q5x8.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
}

body {
    min-width: 1200px;
    background: #6919bc;
}

.pay_page {
    background: url("../images/pay_bg.png");
    background-size: 100% 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay_content {
    width: 600px;
    background: url("../images/pay_img.png");
    background-size: 100% 100%;
    text-align: center;
    padding: 80px 20px 80px 0;
}

.pay_content h1 {
    height: 28px;
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 0, 0, 1);
    line-height: 25px;
    margin-top: 50px;
}

.pay_content h5 {
    font-size: 12px;
    color: grey;
    margin-bottom: 30px;
}

.pay_content h2 {
    height: 19px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pay_content h3 {
    font-size: 12px;
    margin-bottom: 30px;
}

.pay_page .remark {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 30px;
}

.pay_page .remark p {
    margin: 0px;
}

#admin_body {
    background: #d9b8f5;
}

.admin_login_content {
    width: 1000px;
    display: flex;
    margin-bottom: 100px;
}

.admin_login_page {
    background: url("../images/login2_bg.png");
    background-size: 100% 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin_login_img {
    width: 50%;
    background: url("../images/login2_img.png");
    background-size: 100% 100%;
    height: auto;
}

.admin_login_img h1 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    text-align: center;
    padding-top: 15px;
}

.admin_login_form {
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    border-radius: 0 16px 16px 0;
    background: white;
    width: 50%;
    padding: 20px 40px;
}

.admin_login_form h1 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.admin_login_form .input {
    height: 50px;
    background: rgba(233, 220, 243, 1);
    border-radius: 25px;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 15px;
    padding-left: 50px;
    border: 2px solid #E0E0E0;
}

.admin_login_form .code input {
    width: calc(100% - 130px);
}

.admin_login_form .code img {
    float: right;
    width: 120px;
    height: 50px;
    border-radius: 25px;
    margin-top: 30px;
}

.admin_login_form .username {
    background: url(../images/username.png) no-repeat 15px 7px;
    background-size: 30px 30px;
}

.admin_login_form .password {
    background: url(../images/password.png) no-repeat 15px 7px;
    background-size: 30px 30px;
}

.admin_login_form .power {
    background: url(../images/user_power.png) no-repeat 15px 7px;
    background-size: 30px 30px;
    padding: 0 0 0 50px;
}

.admin_login_form .hr {
    position: absolute;
    top: -10px;
    background: white;
    padding: 0 15px;
    left: calc(50% - 50px);
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: rgba(153, 153, 153, 1);
}

.admin_login_form .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;
}

.admin_login_form .login_btn {
    margin-top: 30px;
    height: 50px;
    background: linear-gradient(45deg, rgba(69, 30, 160, 1), rgba(123, 31, 199, 1));
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 50px;
}

.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: 570px;
    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: calc(50% - 50px);
    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);
    }

    .admin_login_form {
        width: 100%;
        margin: 5px;
        border-radius: 16px;
    }

    .admin_login_form h1 {
        text-align: center;
    }

    .pay_footer {
        margin-top: 0px;
        padding: 15px;
    }

    .pay_content {
        width: 100%;
        padding: 80px 0;
        background: url(../images/pay_img.png) -120px;
        background-size: 170% 100%;
    }
}