﻿* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration-line: none;
}

.none {
    display: none;
}

.contain {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.left {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
    min-height: 600px;
    background-image: url('../../../images/img1920.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .left .img-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .left .img-wa {
        position: absolute;
        width: 472px;
        height: 49px;
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
    }

h1 {
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #E4E8FF;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.right {
    width: 60%;
    height: 100%;
    float: right;
    min-height: 600px;
    position: relative;
}

.logo {
    width: 302px;
    height: 70px;
    margin-bottom: 45px;
}

.main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 576px;
    top: 50%;
    margin-top: -320px;
}

.name {
    font-size: 16px;
    color: #202020;
    margin-bottom: 12px;
}

.input-style {
    width: 534px;
    height: 56px;
    padding-left: 66px;
    border: 1px solid #DDE1ED;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #A7B1BF;
    font-size: 16px;
}

input:-moz-placeholder {
    color: #A7B1BF;
    font-size: 16px;
}

input::-moz-placeholder {
    color: #A7B1BF;
    font-size: 16px;
}

input:-ms-input-placeholder {
    color: #A7B1BF;
    font-size: 16px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.input-bottom {
    margin-bottom: 30px;
}

.space-bottom {
    margin-bottom: 30px;
}

.input_wrapper {
    position: relative;
}

.input_icon {
}

.user_icon {
    width: 21px;
    height: 27px;
    display: inline-block;
    position: absolute;
    background-image: url('../../../images/icon_zhanghao.png');
    left: 22px;
    top: 16px;
}

.pwd_icon {
    width: 21px;
    height: 27px;
    display: inline-block;
    position: absolute;
    background-image: url('../../../images/icon_mima.png');
    left: 22px;
    top: 17px;
}

.yzm_icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    background-image: url('../../../images/icon_yzm.png');
    left: 25px;
    top: 18px;
}

.login-btn {
    /*background-image: url('../../../images/button_max-denglu.png');*/
    background-repeat: no-repeat;
    margin-left: -9px;
}

    .login-btn a {
        font-size: 18px;
        color: #fff;
        display: inline-block;
        width: 328px;
        height: 68px;
        text-align: center;
        line-height: 68px;
        border-radius: 4px;
        margin-bottom: 64px;
        width: 260px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        text-align: center;
        background: #2C64FF;
        box-shadow: 2px 8px 10px #d6e1ff; /*蓝色*/
        /*background: #ae2326;box-shadow: 2px 8px 10px #eed0d1; 红色*/
        margin-bottom: 60px;
        margin-left: 10px;
    }

.footer {
    margin-bottom: 40px;
}

    .footer a {
        font-size: 16px;
        color: #A6B0BF;
        vertical-align: middle;
    }

.footer-code {
    vertical-align: middle;
}

.bottom {
    font-size: 12px;
    color: #B0BBC3;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 5%;
    min-width: 576px;
    margin-left: -12px;
}

.login-box {
    font-size: 20px;
    color: #202020;
    margin-bottom: 27px;
}

    .login-box img {
        vertical-align: bottom;
    }

.login-left {
    margin-right: 50px;
}

.qrcode-box {
    height: 304px;
}

.bg-img {
    width: 304px;
    height: 304px;
    background-image: url('../../../images/img_erewimatouyin.png');
    background-repeat: no-repeat;
}

    .bg-img img {
        width: 246px;
        height: 246px;
    }

.text {
    margin-bottom: 22px;
}

    .text p {
        font-size: 16px;
        color: #A6B0BF;
    }

.support-style {
    margin-bottom: 50px;
}

    .support-style p {
        margin-bottom: 26px;
        font-size: 16px;
        color: #A6B0BF;
    }

    .support-style img {
        vertical-align: middle;
    }

.wx-left {
    margin-right: 52px;
}

#zh-login {
    cursor: pointer;
}

.code-bottom {
    font-size: 12px;
    color: #B0BBC3;
    margin-top: 20%;
}

.inp_yzm .input-style {
    width: 364px;
    margin-right: 20px;
}

.inp_yzm .yzm-a {
    width: 150px;
    height: 58px;
    line-height: 58px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #2c64ff;
    vertical-align: baseline;
}


    .inp_yzm .yzm-a.disable {
        background-color: #CACED9;
    }

.geetest_holder.geetest_wind {
    margin-bottom: 25px;
}

@media screen and (max-width:1366px) {
    .logo {
        width: 201px;
        height: 48px;
        margin-bottom: 50px;
    }

        .logo img {
            height: 48px;
        }

    .left {
        background-image: url('../../../images/img_img1366.png');
    }

    .main {
        width: 62%;
        left: 59%;
    }

    .login-box {
        font-size: 14px;
    }

        .login-box img {
            width: 16px;
        }

    .qrcode-box {
        height: 204px;
        margin-bottom: 20px;
    }

    .input-style {
        width: 62%;
        height: 46px;
        font-size: 14px;
        padding-left: 40px;
    }

    .user_icon {
        left: 10px;
        top: 10px;
    }

    .pwd_icon {
        left: 10px;
        top: 11px;
    }

    .inp_yzm .input-style {
        width: 230px;
        margin-right: 12px;
    }

    .yzm_icon {
        left: 10px;
        top: 13px;
    }

    .inp_yzm .yzm-a {
        width: 116px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }

    .login-btn a {
        width: 188px;
        height: 48px;
        line-height: 48px;
        margin-bottom: 46px;
        font-size: 14px;
    }

    .login-btn {
        /*background-image: url('../../../images/button_min-denglu.png');*/
        background-repeat: no-repeat;
        margin-left: -9px;
    }

    .bg-img {
        width: 195px;
        height: 194px;
        background-image: url('../../../images/img_code-new-erewimatouyin.png');
    }

        .bg-img img {
            width: 156px;
            height: 156px;
        }

    .qrcode-box {
        margin-bottom: 12px;
    }

    .text {
        margin-bottom: 14px;
    }

        .text p {
            font-size: 12px;
        }

    .input-bottom {
        margin-bottom: 24px;
    }

    .space-bottom {
        margin-bottom: 28px;
    }

    .support-style {
        margin-bottom: 10px;
    }

        .support-style p {
            margin-bottom: 16px;
            font-size: 12px;
        }

    .bottom {
        left: 59%;
    }
    /* .code-bottom {
        margin-top: 5%;
    }*/
    h1 {
        top: 3%;
    }

    .wx-left {
        font-size: 14px;
    }

    .dd-left {
        font-size: 14px;
    }

    .footer a {
        font-size: 14px;
    }

    input::-webkit-input-placeholder {
        color: #A7B1BF;
        font-size: 14px;
    }

    input:-moz-placeholder {
        color: #A7B1BF;
        font-size: 14px;
    }

    input::-moz-placeholder {
        color: #A7B1BF;
        font-size: 14px;
    }

    input:-ms-input-placeholder {
        color: #A7B1BF;
        font-size: 14px;
    }

    .name {
        font-size: 14px;
    }

    .geetest_holder.geetest_wind .geetest_btn {
        width: 69%;
    }
}

@media screen and (min-width:1367px) and (max-width:1919px) {
    .logo {
        height: 60px;
        margin-bottom: 76px;
    }

        .logo img {
            height: 60px;
        }

    .left {
        background-image: url('../../../images/img_img1600.png');
    }

    .bottom {
        min-width: 522px;
    }
    /*.code-bottom {
        margin-top: 11%;
    }*/
    .input-style {
        width: 90%;
        height: 48px;
    }

    .main {
        min-width: 522px;
    }

    .qrcode-box {
        height: 260px;
    }

    .bg-img {
        width: 260px;
        height: 260px;
        background-image: url('../../../images/img_new-erewimatouyin.png');
    }

        .bg-img img {
            width: 214px;
            height: 214px;
        }

    .user_icon {
        top: 10px;
    }

    .pwd_icon {
        top: 12px;
    }

    .yzm_icon {
        left: 25px;
        top: 14px;
    }

    .inp_yzm {
        margin-right: -18px;
    }

        .inp_yzm .input-style {
            width: 300px;
            margin-right: 20px;
        }

        .inp_yzm .yzm-a {
            width: 150px;
            height: 50px;
            line-height: 50px;
        }

    .login-btn {
        /*background-image: url('../../../images/button_middle-denglu.png');*/
        background-repeat: no-repeat;
        margin-left: -9px;
    }

        .login-btn a {
            width: 288px;
            height: 60px;
            line-height: 60px;
        }
}
