﻿.main {
    width: 450px;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
body {
    font-family: "Microsoft YaHei"; 
}
.loginChange span, .footer a, .logincorr li {
    cursor: pointer;
}
h1, h2, h3, h4, h5, div, body, a, ul, li, form, p, input, table, tr, th, td, span, img, button, label, select, option, input, textarea {
    margin: 0;
    padding: 0;
    outline: none !important;
}
.npr2 {
    background-color: #ffe9e7;
    color: #c05f55;
    border: 1px solid #efb3ad;
    border-radius: 3px;
}
.main > h1 {
    font-size: 0;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.main > h2 {
    font-size: 30px;
    color: #444444;
    letter-spacing: 0px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    margin-top: 40px;
}

.main > h3 {
    margin-top: 10px;
    color: #666;
}

.loginChange > li:first-child + li {
    padding-left: 22px;
    border-left: 1px solid #cac9cc;
}

.loginChange {
    width: 390px;
    margin: 50px auto 30px;
    border-bottom: 1px solid #eae9ed;
    padding-bottom: 28px;
}

    .loginChange > li {
        width: 50%;
        float: left;
        font-size: 18px;
    }

    .loginChange span {
        display: block;
        color: #6f6e6b;
        opacity: 0.5;
    }

        .loginChange span:hover {
            opacity: 1;
        }

.loginChange_sty {
    opacity: 1 !important;
}

.login {
    float: right;
    padding-right: 22px;
    border-right: 1px solid #9c9c9c;
}

.weixin {
    float: left;
    padding-left: 30px;
    background: url(../img/web_login1-1.png) no-repeat left center;
}

.logininput > input {
    width: 390px;
    margin: 0 auto 17px;
    border-color: #d2d2d2;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 40px;
}

    .logininput > input:first-child {
        background-image: url(../img/web_login3.jpg);
    }

        .logininput > input:first-child + input {
            background-image: url(../img/web_login4.jpg);
        }

.logininput .btn {
    outline: none;
    background-color: #4cc6cb;
    color: #fff;
    font-size: 18px;
    padding-left: 12px;
}

    .logininput .btn:hover {
        background-color: #1eaab0;
    }

    .logininput .btn:active {
        background-color: #1eaab0;
    }

#loginwarning {
    width: 390px;
    margin: 0 auto 33px;
    background-color: #f2f1f7;
    color: red;
    height: 40px;
    border: 1px solid #f2f1f7;
    border-radius: 4px;
}

.loginwarning {
    width: 390px;
    margin: 0 auto 17px;
    line-height: 40px;
    display: none;
}

.logincorr {
    width: 390px;
    margin: 0 auto;
    font-size: 14px;
}

    .logincorr li:first-child {
        color: #636363;
    }

        .logincorr li:first-child + li {
            color: #4cc6cb;
        }

.footer {
    width: 100%;
    font-size: 12px;
    margin-top: 75px;
    color: #6f6e70;
}

    .footer a {
        color: #6f6e70;
        text-decoration: none;
    }

.layui-layer-loading .layui-layer-loading2 {
    background-size: 60px 60px !important;
}

.cgLogin a {
    font-size: 14px;
    line-height: 20px;
    color: #4cc6cb;
    text-decoration: none;
}

.logininput > .login_sj {
    background-image: url(../img/shouji.png) !important;
    padding-left: 32px !important;
}

.has-button > .login_yzm {
    background-image: url(../img/yanzhengma.png);
    padding-left: 32px;
    padding-right: 106px;
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 40px;
}

.has-button {
    width: 390px;
    margin: 0 auto 17px;
    position: relative;
}

    .has-button .getCode {
        position: absolute;
        right: 18px;
        top: 50%;
        font-size: 14px;
        font-weight: 500;
        color: #4cc6cb !important;
        box-shadow: none !important;
        line-height: 20px;
        cursor: pointer;
        background: #fff !important;
        border: none !important;
        transform: translateY(-50%);
        opacity: 1 !important;
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .has-button .getCode:before {
            content: '';
            width: 1px;
            height: 13px;
            background-color: #F7EFEF;
            position: absolute;
            left: -18px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }
