@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.OTF') format('opentype');
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li, ol, ul {
    list-style: none
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: SourceHanSansCN-Medium;
    position: relative;
    background: url('../image/loginbg.png') no-repeat;
    background-size: cover;
}

.center {
    width: 724px;
    text-align: center;
    margin: 100px auto 0;
    height: 484px;
    background: url(../image/lg02.png) no-repeat;
    display: none;
}

.center_companylogin {
    width: 724px;
    text-align: center;
    margin: 100px auto 0;
    height: 484px;
    background: url(../image/companylogin.png) no-repeat;
}

.login {
    width: 220px;
    height: 250px;
    margin-top: 30px;
    float: right;
    margin-right: 65px;
}

.footer {
    width: 360px;
    text-align: center;
    color: #e8e8e8;
    font-size: 11px;
    line-height: 180%;
    float: left;
    padding-top: 380px;
    margin-left: 20px;
}

.tit {
    margin: 0 auto;
    width: 580px;
    height: 60px;
    padding-top: 12px
}

.title {
    padding-top: 20px;
    color: #666;
    font-size: 12px;
    float: right;
    margin-right: 30px
}

.tit h1 {
    background: url(img/logo.png) no-repeat left center;
    font-family: "ºÚÌå";
    font-size: 22px;
    font-weight: 700;
    padding-left: 35px;
    float: left;
    padding-left: 35px
}

.center h3 {
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    height: 60px;
    display: block;
    color: #0A2F53;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(rgba(2,27,121,1)),to(rgba(5,117,230,1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.center_companylogin h3 {
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    height: 60px;
    display: block;
    color: #0A2F53;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(rgba(2,27,121,1)),to(rgba(5,117,230,1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.name li {
    height: 34px;
    text-align: left;
    list-style: none;
    line-height: 34px;
    color: #666
}

    .name li input {
        border: 1px #f2f2f2 solid;
        height: 34px;
        width: 100%;
        border-radius: 3px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        line-height: 34px;
        padding: 0 6px;
        background: #f2f2f2;
        margin-bottom: 10px;
    }

    .name li span.title {
        /*display: contents;*/
    }

.name input:outline {
    border: none;
    background: 0 0
}

.button {
    margin: 15px 0 15px;
}

    .button input {
        background: #0366d6;
        border: none;
        color: #fff;
        height: 36px;
        line-height: 36px;
        width: 220px;
        border-radius: 4px;
        text-align: center
    }

        .button button:hover, .button input:hover {
            opacity: .85;
            filter: Alpha(opacity=85);
            cursor: pointer
        }

    .button button {
        color: #555;
        margin-left: 15px;
        cursor: pointer
    }

.error {
    text-align: center;
    font-weight: 700;
    color: #b20
}

.warn {
    width: 700px;
    margin: 10px auto 0;
    background: #FFDC73;
    border: 1px #F49A40 dashed;
    color: #c96338;
    height: 40px;
    line-height: 40px
}

.loaddown {
    clear: both;
    width: 600px;
    text-align: center;
    margin: 10px auto 0;
}

.verification {
    height: auto !important;
}

    .verification img {
        vertical-align: middle;
    }

.loaginLeft {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(0%, -50%);
    width: 571px;
}

.loginRight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(30%, -50%);
    width: 487px;
    height: 634px;
    background-color: #ffffff;
    border-radius: 16px;
}

.logoContent {
    border-bottom: 1px solid #c9cacb;
    display: flex;
    padding-bottom: 31px;
}

    .logoContent .logo {
        width: 102px;
        height: 102px;
        background-image: linear-gradient(-62deg, rgba(49, 186, 254, 0.91) 0%, rgba(9, 116, 254, 0.91) 100%), linear-gradient( #2f333f, #2f333f);
        background-blend-mode: normal, normal;
        border-radius: 24px;
        margin-right: 23px;
    }

.logoText b {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
}

.logoText p {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
    opacity: 0.42;
}

.logobg {
    margin-top: 58px;
    margin-left: 57px;
}

.logofooter {
    font-family: SourceHanSansCN-Medium;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #888888;
    text-align: center;
    margin-top: 32px;
}

.loginRight {
    padding: 41px 77px 84px;
    box-sizing: border-box;
}

.rightHeader {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #282828;
    text-align: center;
}

.rightTab {
    display: flex;
    margin-top: 32px;
}

    .rightTab span {
        font-family: SourceHanSansCN-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #16193b;
        cursor: pointer;
        padding: 10px 0;
        text-align: center;
        width: 50%;
        border-bottom: 1px solid #f2f2f2;
        transition: all .3s;
    }

        .rightTab span.active {
            border-bottom: 1px solid #2468f2;
            color: #1860f1;
        }

.rightTabContent {
    padding-top: 44px;
    text-align: center;
    position: relative;
    display: none;
}

    .rightTabContent.active {
        display: block;
    }

    .rightTabContent b {
        font-family: SourceHanSansCN-Medium;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #1f1f1f;
        display: inline-block;
        width: 100%;
    }

    .rightTabContent p {
        font-family: SourceHanSansCN-Medium;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #1f1f1f;
        padding-top: 14px;
        padding-bottom: 16px;
    }

        .rightTabContent p span {
            font-family: SourceHanSansCN-Bold;
            font-size: 14px;
            letter-spacing: 0px;
            color: #2468f2;
            font-weight: bold;
            position: relative;
            top: -1px;
            cursor: pointer;
        }

    .rightTabContent .switchType {
        position: absolute;
        top: 18px;
        right: 0;
        cursor: pointer;
    }

    .rightTabContent input {
        width: 240px;
        height: 42px;
        background-image: linear-gradient(-90deg, rgba(20, 173, 216, 0.91) 0%, rgba(26, 108, 229, 0.91) 100%), linear-gradient( #f7f8fb, #f7f8fb);
        background-blend-mode: normal, normal;
        border-radius: 4px;
    }

.userLogin li {
    margin-bottom: 34px;
    padding: 0 15px;
}

    .userLogin li input {
        width: 230px;
        height: 42px;
        background-color: #f7f8fb;
        border-radius: 4px;
        border-width: 2px;
        border-style: solid;
        border-color: #f2f2f2;
    }
        .userLogin li input::-webkit-input-placeholder {
            color: #d0d0d0;
        } 
        .userLogin li input:focus {
            outline: none;
            border-width: 2px;
            border-style: solid;
            border-color: #1b86e0;
            color: #2f333f;
        }
            
            .refresh {
                font-family: SourceHanSansCN-Medium;
                font-size: 12px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 14px;
                letter-spacing: 0px;
                color: #888888;
                float: right;
            }

#PassWord, #UserName, #CheckCode {
    margin-left: 23px;
}
.userLogo {
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url('../image/loginSprite.png') no-repeat 0 0;
    position: relative;
    top: 4px;
}
.passwordLogo {
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url('../image/loginSprite.png') no-repeat -50px -76px;
    position: relative;
    top: 4px;
}
.verificationLogo {
    width: 20px;
    height: 22px;
    display: inline-block;
    background: url(../image/verification.png) no-repeat;
    position: relative;
    top: 4px;
    margin-left: -4px;
    background-size: cover;
}