﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑",'Microsoft YaHei', "Helvetica Neue", Arial, "Microsoft Yahei", "Lantinghei SC", "STHeiti", sans-serif;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

img {
    border: 0;
}

    img#logo-part {
        height: 28px;
        margin-right: 12px;
    }


body, html {
    height: 100% !important;
}

body {
    background: #eff4f8;
    position: relative;
}

.head_top {
    background: #0067c0;
    text-align: center;
    height: 380px;
    overflow: hidden;
}

.head_bottom {
    background: #eff4f8;
    top: 380px;
    height: calc(100% - 380pc);
    width: 100%;
    position: absolute;
}

.head {
    position: relative;
    width: 100%;
    height: 100% !important;
    /*background: url(../image/login/dl_back.png) no-repeat;*/
    background-size: 100% 100%;
    min-height: 448px;
    min-width: 640px;
    /* *zoom: 1 */
}

.main {
    width: 500px;
    position: absolute;
    top: 24%;
    left: 50%;
    margin-left: -240px;
    /*margin-top: -250px;*/
    z-index: 5;
}

.title {
    height: 70px;
    /*margin-bottom: 48px;*/
    font-size: 20px;
    /* line-height: 39px;*/
    position: absolute;
    z-index: 10;
    top: 0;
}

.titlename {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    /*max-width: 720px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 0 0 30px;
    -o-text-overflow: ellipsis;
}

.content {
    width: 500px;
    height: 480px;
    padding: 60px 90px;
    box-sizing: border-box;
    /*background: url(../image/login/tk_back.png) no-repeat;*/
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0px 25px 0px #666;
}

    .content a.ewm_link {
        display: block;
        width: 60px;
        height: 60px;
        background: url(../image/login/ewm-link.png) no-repeat;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .content p.ewm_tips {
        width: 132px;
        height: 24px;
        box-sizing: border-box;
        padding-left: 25px;
        line-height: 24px;
        font-size: 12px;
        color: #df9c1f;
        background: url(../image/login/ewm-tips.png) no-repeat;
        position: absolute;
        bottom: 56px;
        right: 30px;
    }

.ewm_window {
    display: none;
    width: 640px;
    height: 448px;
    padding: 25px 0;
    box-sizing: border-box;
    background: url(../image/login/tk_back.png) no-repeat;
    overflow: hidden;
    position: relative;
}

.ewm_title {
    font-size: 22px;
    color: #333;
    line-height: 72px;
    height: 72px;
    text-align: center;
}

.ewm_dlzc {
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 1px #ccc solid;
    padding: 9px;
    background: #f5f5f5;
    margin: 15px auto 36px;
}

    .ewm_dlzc canvas {
        display: block;
        width: 120px;
    }

    .ewm_dlzc p, .ewm_dlzc a {
        display: none;
    }

.ewm_describe {
    width: 190px;
    margin: auto;
    padding-left: 50px;
    box-sizing: border-box;
    background: url(../image/login/ewm-describe.png) no-repeat;
}

    .ewm_describe p {
        font-size: 12px;
        color: #999;
        line-height: 20px;
    }

        .ewm_describe p span {
            color: #1369d0;
            margin: 0 3px;
        }

.ewm_window a.login_link {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../image/login/login-link.png) no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ewm_window p.login_tips {
    width: 121px;
    height: 24px;
    box-sizing: border-box;
    padding-left: 25px;
    line-height: 24px;
    font-size: 12px;
    color: #df9c1f;
    background: url(../image/login/login-tips.png) no-repeat;
    position: absolute;
    bottom: 46px;
    right: 60px;
}

.content .title_show {
    /*margin-left: 100px;*/
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

    .content .title_show .span01 {
        color: #000;
        font-family: 微软雅黑;
        font-size: 22px;
        display: none;
        /* letter-spacing: 2px; */
    }

    .content .title_show .span02 {
        color: #1369d0;
        font-size: 24px;
        /*margin-left: 9px;*/
        font-weight: bold;
    }

.other_login_title {
    width: 100%;
    height: auto;
    color: #3d3d3d;
    font-size: 15px;
    font-family: 微软雅黑;
    margin-top: 100px;
    margin-left: 35px;
}

.other_login {
    height: auto;
    color: #3d3d3d;
    font-size: 13.5px;
    font-family: 微软雅黑;
}


.bottom {
    background: #0067c0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .bottom .company-right-part {
        height: 50px;
        line-height: 50px;
        color: white;
        font-size: 12px;
    }

.login-templete-box .user-login-box {
    margin-bottom: 8px;
}


.login-templete-box {
    /*margin-left: 100px;*/
}

    .login-templete-box input[type="text"], input[type="password"] {
        border: 1px solid #c8c8c8;
        font-family: 微软雅黑, 'Microsoft YaHei';
        font-size: 14px;
        width: 238px;
        margin-left: 20px;
        height: 40px;
        padding-left: 10px;
    }

    .login-templete-box input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

    .login-templete-box input[type="submit"], input[type="button"] {
        width: 260px;
        height: 40px;
        margin-top: 20px; /* border-radius: 5px; */
        background-color: #e72e3c;
        color: #fff;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        border: 1px solid #e72e3c;
        margin-left: 84px;
        font-size: 20px;
    }

    .login-templete-box input[type="radio"] {
        padding: 0px;
        margin-left: 20px;
        height: 20px;
    }

    .login-templete-box .user-login-box span {
        display: none;
    }

    .login-templete-box .user-login-box .row label {
        font-family: 微软雅黑;
        font-size: 16px;
        width: 40px;
        /* display: block; */
        float: left;
        height: 40px;
        line-height: 44px;
        color: #444;
        text-align: center;
        position: absolute;
    }

    .login-templete-box .user-login-box .row input {
        border: 1px solid #cccccc;
        font-family: 微软雅黑, 'Microsoft YaHei';
        font-size: 14px;
        width: 100%;
        margin-left: 0px;
        height: 40px;
        padding-left: 40px;
        box-sizing: border-box;
        border-radius: 5px;
        outline-color: #0067c0;
        outline: none;
    }

    .login-templete-box .user-login-box .row {
        margin-top: 10px;
        clear: both;
        position: relative;
    }

    .login-templete-box .sitetips-box {
        height: 40px;
        width: 100%;
        vertical-align: middle;
    }

        .login-templete-box .sitetips-box span {
            height: 40px;
            line-height: 40px;
            display: none;
        }

        .login-templete-box .sitetips-box img {
            height: 20px;
            vertical-align: middle;
        }

    .login-templete-box .login-link {
        margin-left: 118px;
        margin-top: 10px;
    }

        .login-templete-box .login-link #LinkMeetQuestion {
            float: right;
        }

    .login-templete-box .login-account {
    }

    .login-templete-box .login-check {
        /*margin-left: 85px;*/
        margin-top: 20px;
        height: 24px;
    }

    .login-templete-box .user-login-box :nth-child(3) {
        height: 40px;
        width: 100%;
        vertical-align: middle;
        /* margin-top: 10px; */
        /* display: none; */
        display: flex;
    }

        .login-templete-box .user-login-box :nth-child(3) input {
            height: 40px;
            width: 217px;
            /* margin-left: 40px; */
            margin-top: 0;
            /* padding-left: 12px; */
        }

        .login-templete-box .user-login-box :nth-child(3) > img {
            height: 40px;
            width: 110px;
        }

        .login-templete-box .user-login-box :nth-child(3) span {
            display: inline;
            margin-left: 2px; /* margin-top: -2px; */ /* color: aquamarine; */
            text-align: center;
            line-height: 20px; /* margin-top: 20px; */
            position: absolute;
            margin-top: 2px;
        }

    .login-templete-box .login-check span {
        font-size: 14px;
        color: #1b1b1b;
        /* width: 90px;*/
        float: left;
        margin-left: 8px;
        line-height: 25px;
    }

    .login-templete-box .login-check input {
        /* width: 16px;
        height: 16px;
        position: relative;
        float: left;
        margin: 5px 0 0 0px;
        display: inline-block;
        border: 1px solid #838588;
        box-sizing:border-box;
        border-radius:4px;
        vertical-align:top;*/
    }

a {
    cursor: pointer;
    font-size: 15px;
    color: #666666;
}

    a:hover {
        text-decoration: underline;
    }


.login-button {
    width: 100%;
    border-radius: 5px;
    height: 43px;
    margin-top: 10px;
    background-color: #1549D8;
    color: #fff;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    /*margin-left: 98px;*/
    font-size: 20px;
    border: 1px #1549D8 solid;
    background: #0067c0;
    border: 1px solid #1473c5;
    border-bottom: 1px solid #003e73;
}

    .login-button:hover {
        background: #1975c5;
        border: 1px solid #2B80CA;
        border-bottom: 1px solid #003e73;
    }

#RegistBtn:hover {
    color: #1369d0;
}

#RegistBtn {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    position: absolute;
    bottom: 32px;
    right: 90px;
    z-index: 1;
    text-decoration: underline;
}

.client-regist-btn {
}

.clear {
    clear: both
}

.float_l {
    float: left;
}

.login-account {
    padding: 58px 140px 0 86px;
}

.qq-login, .weixin-login, .phone-login {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.nby_style_checkbox {
    float: left;
    margin-right: 32px;
    margin-bottom: 0;
    height: 32px;
    line-height: 32px;
    position: relative;
    font-size: 14px;
}

.chk {
    width: 16px;
    height: 16px;
    display: none;
}

.nby_style_checkbox .chk + label {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #838588;
    box-sizing: border-box;
    border-radius: 4px;
    vertical-align: top;
    float: left;
}

.nby_style_checkbox .chk:checked + label:after {
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    background-image: url(../image/login/all.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.nby_style_checkbox .chk:disabled + label:after {
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    background-image: url(../image/login/all.png);
    background-position: -34px 0;
    width: 16px;
    height: 16px;
}

.login-templete-box .user-login-box .row input:focus {
    border-color: #0067c0;
    border-width: 1px;
    border-style: solid;
}

@media screen and (max-height:1080px) {
    .main {
        top: 24%;
    }
}

@media screen and (min-height:1080px) {
    .main {
        top: 260px;
    }
}

.autologin_box #next_step {
    margin: 0;
}
