html, body {
    height: 100%;
    min-height: 760px;
    margin: 0;
    /*background: url("../images/newLogin/login-bg-repeat.jpg") repeat-x scroll center top;*/
    background-color: #f4f5fc;
    background-image: linear-gradient(to bottom, #fdfeff , #dcdff6);
    background-size: contain;
    overflow: auto;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1600px;
    height: 100%;
    overflow: hidden;
}

.login-body .login-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 60%;
}

.login-body .login-banner img {
    width: 100%;
    max-width: 950px;
}

.login-main {
    display: flex;
    align-items: center;
    position: relative;
    width: 40%;
    min-width: 460px;
    max-width: 640px;
    height: 100%;
    padding: 75px 120px 75px 100px;
    background: #fff;
}


.login-main .footer {
    color: #bbbbbb;
    font-size: 12px;
    text-align: center;
}

.footer span {
    padding-right: 6px;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    vertical-align: -1px;
}

.footer #version {
    display: inline-block;
}

.footer #version em {
    font-style: normal;
    font-family: Verdana, sans-serif;
}

.footer a {
    color: #bbbbbb;
}

.footer a:hover {
    color: #3051ff;
    text-decoration: underline;
}

.login-main .login-switch {
    position: absolute;
    right: 120px;
    top: 75px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.login-main .login-switch span {
    position: absolute;
    right: 66px;
    top: 0;
    display: block;
    height: 36px;
    padding: 0 20px 0 42px;
    border-radius: 5px;
    background-color: #f4f5f9;
    line-height: 36px;
    font-size: 13px;
    white-space: nowrap;
    color: #61667c;
}

.login-main .login-switch span:before {
    position: absolute;
    left: 16px;
    top: 11px;
    display: block;
    width: 18px;
    height: 15px;
    background: url("../images/newLogin/login-icon-wechat.png") no-repeat scroll 0 0;
    background-size: contain;
    content: "";
}

.login-main .login-switch span:after {
    position: absolute;
    left: 100%;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: transparent solid 5px;
    border-left-color: #f4f5f9;
    content: "";
}

.login-switch a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 51px;
    height: 51px;
}

.login-switch a.login-password {
    display: none;
}

.login-main h2 {
    margin-bottom: 30px;
}

.login-qrform {
    display: none;
    width: 240px;
    margin: 100px auto 0;
}

.login-qrform iframe {
    width: 240px;
}

.login-form {
    width: 100%;
    margin-top: 30px;
}

.login-form .login-label {
    position: relative;
    margin-bottom: 30px;
}

.login-form .login-label:before {
    position: absolute;
    left: 18px;
    top: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../images/newLogin/login_icon.png") no-repeat scroll 0 0;
    content: "";
}

.login-form .login-label.password:before {
    background-position: 0 -24px;
}

.login-form .login-label.password + .login-label:before {
    background-position: 0 -48px;
}

.login-label.password > a.mdi {
    position: absolute;
    right: 24px;
    top: 50%;
    font-size: 20px;
    line-height: 24px;
    color: #aeb9cd;
    transform: translateY(-50%);
}

.login-label.password > a.mdi:hover {
    color: #6b84ff;
}

.login-form input {
    display: block;
    height: 56px;
    padding: 15px 20px 15px 52px;
    border: #f3f5f9 solid 2px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #f3f5f9;
    font-size: 15px;
    font-weight: bold;
}

.login-form input::placeholder {
    font-weight: normal;
}

.login-form .login-label > img {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}

.login-form .btn-box {
    margin: 70px 0 70px;
}

.login-form .btn-box button {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 8px;
    background: #5e61e6;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.login-form .btn-box button:not([disabled]):hover {
    box-shadow: rgba(46, 80, 250, .33) 0 10px 30px;
}

.pwd-eye {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 3;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.reset_password {
    display: block;
    height: 42px;
    padding: 10px 16px;
    background-color: #f5f5fe;
    border: #f5f5fe solid 2px;
    border-radius: 6px;
    font-size: 13px;
    transition: .2s;
}


.login-form .lyear-checkbox {
    padding-left: 26px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #5d6072;
}

.login-form .lyear-checkbox input {
    margin: 0 5px 0 8px;
    vertical-align: -1px;
}



.jconfirm.jconfirm-white .jconfirm-scrollpane .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-scrollpane .jconfirm-box {
    border-radius: 12px;
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
    .login-body {
        zoom: 0.9;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .login-body {
        zoom: 0.8;
    }
}

@media screen and (max-width: 1279px) {
    .login-body {
        zoom: 0.7;
    }
}

/* =============================================== 春节 =============================================== */
body.new-year-body {
    background: url("../images/skinFestival/newYear/login-bg-newYear.jpg") no-repeat center center;
    background-size: cover;
}

.new-year-main {
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.new-year-main .login-main {
    position: relative;
    width: 440px;
    height: 590px;
    min-width: auto;
    padding: 0 36px;
    margin: 0 80px;
    border-radius: 18px;
}

.new-year-main .login-main:before {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 100%;
    z-index: -1;
    display: block;
    height: 30px;
    margin-top: -10px;
    border-radius: 100px;
    background-color: #a10d00;
    background-color: transparent\9;
    filter: blur(20px);
    content: "";
}

.new-year-main .login-main h2 {
    margin-bottom: 30px;
}

.new-year-main .login-form {
    margin-top: 40px;
}

.new-year-main .login-form .login-label {
    margin-bottom: 26px;
}

.new-year-main .login-form .login-label > img,
.new-year-main .login-form input {
    border-radius: 30px;
}

.new-year-main .login-form .btn-box {
    margin: 36px 0 26px;
}

.new-year-main .login-form .btn-box button {
    border-radius: 30px;
    background-color: #f6603f;
    background-image: linear-gradient(to bottom, #ff987a , #ed2806);
}

.new-year-main .login-form .btn-box button:hover {
    box-shadow: rgba(237, 40, 6, 0.3) 0 10px 30px;
}

.new-year-main .login-main .login-switch {
    right: 20px;
    top: 20px;
}

.new-year-main .login-form .login-label:before {
    background-image: url("../images/skinFestival/newYear/login_icon.png");
}

.new-year-main .form-control:focus {
    border-color: #ffbe00;
    box-shadow: rgba(255, 191, 0, .14) 0 0 0 2px;
    background-color: #fff;
}

.new-year-main .login-label.password > a.mdi:hover {
    color: #ffbe00;
}

.new-year-main .login-main .footer {
    height: 20px;
    transform: scale(0.9);
}

.new-year-main .login-main .footer a:hover {
    color: #ed2806;
}

@media screen and (min-width: 1921px) {
    .new-year-main {
        zoom: 1.06;
    }
    .new-year-main .login-main {
        margin-right: 6%;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .new-year-main {
        zoom: 1.06;
    }
}

















