﻿html {
    height: 100%;
}

body {
    /*background: url("../images/bg-login.jpg");*/
    background: linear-gradient(to bottom right, #2653ff, #c69fd7);
    width: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
}

dl, dd {
    padding: 0;
    margin: 0;
}

#LoginForm {
    width: 320px;
}

    #LoginForm li {
        width: 320px;
        height: 56px;
    }

#login {
    width: 160px;
    height: 36px;
    background-color: #028d30;
    color: #fff;
    font-size: 14px;
    border: 1px solid #027f2c;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

    #login:hover {
        background-color: #02832d;
    }

.m-width a {
    display: none !important;
}

.Tc_login .Tc_nr .login1, .Tc_login .Tc_nr .login3 {
    width: 1000px;
    margin: 0 auto;
    display: none !important;
}

.Tc_login .Tc_nr {
    overflow: initial;
    margin-top: 0;
    top: 0;
}

.banner-box, .banner-box ul, .banner-box .bd li {
    height: auto;
}

.Tc_login .Tc_nr .login2 .ddsj {
    float: none;
    width: 330px;
    height: 400px;
    margin: 0;
    /* left: 50%; */
    /* margin-left: 175px; */
    top: 0;
    position: inherit;
    background: url(../login_v2.png) no-repeat;
}

.banner-area {
    width: 500px;
    height: 516px;
    background: white;
    /*border-radius: 12px;
    margin-right: 26px;*/
    display: block !important;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

    .banner-area img {
        width: 100%;
    }

.banner-box {
    display: none;
}

.login2 {
    display: flex;
    justify-content: center;
}

#title {
    color: #222431;
    padding-top: 55px;
    font-size: 24px;
    text-align: center;
    height: 60px;
    width: 395px;
}

#tc_body {
    font-size: 18px;
    color: #82828D;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 320px;
    height: 120px;
}

.ddsj {
    width: 380px !important;
    height: 516px !important;
    background: white !important;
    /*border-radius: 12px;*/
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 0 40px;
    box-sizing: border-box;
    color: #222;
}

.Tc_login .Tc_nr .login2 .ddsj ul a.this li {
    background: none;
}

.Tc_login .Tc_nr .login2 .ddsj .ddsj_up {
    font-weight: 700;
    margin-top: 45px;
}

    .Tc_login .Tc_nr .login2 .ddsj .ddsj_up > div:first-child {
        font-size: 24px;
    }

    .Tc_login .Tc_nr .login2 .ddsj .ddsj_up > div:last-child {
        font-size: 18px;
    }

#LoginForm {
    width: 100%;
}

    #LoginForm li {
        height: 50px !important;
        line-height: 50px !important;
        width: auto;
        margin: 0 auto 10px;
        font-weight: 700;
    }

#login {
    background: #004FBE;
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}

    #login:hover {
        background-color: #004FBE;
    }

.Tc_login .Tc_nr {
    transform: translateY(-50%);
    top: 50%;
}




.inputDiv {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #eee;
    height: 50px;
    line-height: 50px;
}

    .inputDiv img {
        width: 24px;
        margin-right: 10px;
    }

    .inputDiv input {
        width: 100%;
        border: 0;
        outline: none;
        color: inherit;
        height: inherit;
        font-weight: inherit;
        font-family: 'Microsoft YaHei';
    }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

input::input-placeholder {
    color: #999;
    font-family:inherit;
}

input::-webkit-input-placeholder {
    color: #999;
    font-family:inherit;
}

input::-moz-placeholder {
    color: #999;
    font-family:inherit;
}

input::-moz-placeholder {
    color: #999;
    font-family:inherit;
}

input::-ms-input-placeholder {
    color: #999;
    font-family:inherit;
}
