
/*登入界面样式*/
html{
    height:100%;
}

body {
    font-size: 12px;
    background: url("../images/NewStyle/login.png") no-repeat;
    height: 80%;
    z-index: 9999;
    background-size: cover;
    /*background-color: #0182cb;*/
}

form{
    height:100%;
}

.f14, .f15, .f16, .f18, .f20, .f22 {
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑", Tahoma, Arial, STHeiti, sans-serif;
}

input[type='text'], input[type='password'] {
    outline: none;
}

    input[type='text']:focus, input[type='password']:focus {
        box-shadow: 0 0px 10px rgb(82, 193, 255);
    }

.content {
    width: 1024px;
    margin: 0 auto;
    height: 95%;
}

.h-c-logo {
    float: left;
    width: 200px;
    height: 32px;
}

.h-c-menu {
    float: right;
    list-style: none;
}

    .h-c-menu a {
        color: #333;
        text-decoration: none;
    }

        .h-c-menu a:hover, .h-c-menu a.selected {
            color: #4773B2;
        }

    .h-c-menu li {
        float: left;
        padding: 0 10px;
    }

.c-form {
    width: 320px;
    float: right;
    margin-top: -600px;
    margin-left: 700px;
    position: absolute;
    height: 368px;
}

    .c-form div.form {
    }

.loginForm, .registerForm {
    background: #fff;
    border-radius: 20px;
    width: 520px;
    height: 520px;
    position: absolute;
    left: 0;
    top: -80px;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}

.registerForm {
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden; /*抖动*/
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 1;
}

.loginForm {
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    z-index: 2;
}

    .loginForm h2 {
        height: 130px;
        line-height: 66px;
        padding-left: 35px;
        font-size: 18px;
        color: #2984D5;
    }

        .loginForm h2 img {
            position: absolute;
            left: 117px;
            top: 70px;
        }

.lf-un, .rf-email {
    margin-top: 32px;
    margin-left: 40px;
    width: 240px;
    position: relative;
    height: 80px;
}

.lf-input input, .hasValidateCode .lf-vc input {
    width: 330px;
    height: 48px;
    border: 1px solid #b9afaf4a;
    border-radius: 8px;
    padding-left: 60px;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 0;
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 15px;
}

.lf-input label {
    position: absolute;
    left: 82px;
    color: #999;
    line-height: 50px;
    top: 8px;
    font-size: 14px;
    cursor: text;
}

.lf-un span.error {
    line-height: 26px;
    height: 26px;
    color: red;
    top: 50px;
    position: absolute;
    left: 5px;
}

.lf-pw, .rf-un, .rf-pw, .lf-vc {
    margin-left: 40px;
    width: 240px;
    position: relative;
    height: 50px;
    margin-top:20px;
}

.rf-un, .rf-email, .rf-pw {
    height: 70px;
}

.lf-checkbox {
    line-height: 60px;
    color: #656565;
    position: relative;
}

    .lf-checkbox input {
        position: relative;
        left: 2px;
        top: 2px;
        margin-right: 3px;
    }

.lf-op {
    margin-top: 30px;
    margin-left: 60px;
    margin-bottom: 30px;
    position: relative;
}

    .lf-op .buttoncss {
        padding: 0 15px;
        height: 50px;
        background: #0D54DA;
        border: none;
        text-align: center;
        line-height: 42px;
        color: #fff;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
        float: left;
        width: 395px;
        letter-spacing: 7px;
        font-weight: 600;
    }

.buttoncss2 {
    padding: 0 15px;
    height: 42px;
    background: #409DE3;
    border: none;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    margin-left: 50px;
    margin-top: 70px;
    position: relative;
}

.lf-link {
    float: left;
    line-height: 42px;
    color: #9A9A9A;
}

    .lf-link a {
        line-height: 42px;
        font-size: 14px;
        padding: 0 20px;
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }


.footer {
    text-align: center;
    line-height: 55px;
    height: 55px;
    font-size: 15px;
    color: #ffffff;
}

    .footer a {
        color: #878787;
    }

.lf-link a:hover {
    text-decoration: underline;
}

.c-leftPic {
    width: 900px;
    height: 100%;
    margin-top: 150px;
    position: relative;
}

    .c-leftPic img {
        width: 1050px;
        position: absolute;
        left: -38%;
        top: 0;
    }

.hasValidateCode .lf-un, .hasValidateCode .lf-pw {
    height: 60px;
}

.hasValidateCode .lf-vc {
    height: 40px;
}

.hasValidateCode .lf-input input {
    height: 50px;
}

.hasValidateCode .lf-vc input {
    width: 115px;
    height: 32px;
    line-height: 32px;
}

.hasValidateCode .lf-input label {
    line-height: 37px;
}

.hasValidateCode .lf-un span.error {
    top: 35px;
}

.hasValidateCode .lf-checkbox {
    line-height: 40px;
}

.lf-op button.loading {
    background: #ccc;
}

input:-internal-autofill-selected {
    background-image: url(../images/NewStyle/password.png) !important;
    background-color: none !important;
}

.user_img {
    background-image: url(../images/NewStyle/username.png) !important;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 43px;
    margin-top: 17px;
    z-index: 9999;
}

.password_img {
    background-image: url(../images/NewStyle/password.png) !important;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 43px;
    margin-top: 17px;
    z-index: 9999;
}