﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    /*font: 12px/1.6 'FontAwesome';*/
    /* font-family: Arial, 'PingFang SC', 'Microsoft YaHei', Tahoma, 'sans-serif'; */
}
/*star reset: 重设外观 */
a {
    font-size: 16px;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    outline: none;
    color: #333;
    font-family: "微软雅黑";
    cursor: pointer;
}

body, div, q, iframe, form, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, ol {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

img, fieldset {
    border: none 0;
    vertical-align: top
}

body, input, textarea, select, button {
    margin: 0;
    outline: none;
    font-family: "微软雅黑";
}

a:focus {
    outline: none;
}

a:hover {
    color: #c80004;
}

ul, dl, li {
    list-style: none;
}

em, i, u, q, s, dl {
    text-decoration: none;
    font-family: "微软雅黑";
}

p {
    font-family: "微软雅黑";
    word-break: normal;
    margin: 0;
    padding: 0;
}

input, textarea, button, input[type=button], input[type=submit], input[type=reset] { /* appearance:none;-webkit-appearance: none; */
    outline: none;
    border: none;
}
/*end reset: 重设外观 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
}

.hide {
    display: none;
}

.textc {
    text-align: center;
}

.overflow {
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container p {
        text-align: center;
    }

.img_block img {
    display: block;
    width: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/* 登录页 */
.login_box {
    min-width: 1200px;
}

.login_bj {
    height: 490px;
    width: 100%;
    background: url(../Images/log_bj.jpg) no-repeat 50%;
}
    .login_bj img {
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -224px;
    }

.login_nr_box {
    width: 600px;
    padding: 20px 0;
    background: #fff;
    /* -moz-box-shadow: 0 10px 10px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.02);
	box-shadow: 0 10px 10px rgba(0,0,0,.02); */
    border-radius: 20px;
    margin: -330px auto 55px;
    position: relative;
}

    .login_nr_box:after {
        content: "";
        height: 0;
        display: block;
        clear: both;
    }

.login_baoming {
    position: absolute;
    left: 0;
    top: -119px;
}

.login_cd {
    position: absolute;
    right: 0;
    top: -107px;
}

    .login_cd a {
        color: #fff;
        padding: 0 10px;
    }

    .login_cd i {
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        color: #fff;
    }

.login_logo_box {
    width: 518px;
    border-right: 2px solid #e7e7e7;
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 70px;
}

.login_logo {
    width: 418px;
    height: 97px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

    .login_logo img {
        width: 418px;
        display: block;
    }

    .login_logo p {
        letter-spacing: 11px;
        padding-left: 3px;
        margin-top: 10px;
    }

.login_form {
    width: 390px;
    padding: 10px 100px 20px;
}

.logink_form {
    width: 400px;
    float: left;
}

.logink_form_tit, .logink_form_tit2 {
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
}

    .logink_form_tit ul li, .logink_form_tit2 ul li {
        line-height: 50px;
        width: 100%;
        float: left;
        border-bottom: 1px solid #e7e7e7;
        color: #999;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        cursor: pointer;
    }

        .logink_form_tit ul li.active, .logink_form_tit2 ul li.active {
            border-bottom: 1px solid #185aef;
            color: #185aef;
        }

.logink_form_nr span.logink_form_nr_success {
    text-align: center;
    margin: 15px 0;
    display: block;
}

.logink_form_ts {
    font-size: 12px;
    color: #185aef;
    line-height: 20px;
    margin-bottom: -10px;
    height: 20px;
}

.log_fo_lab {
    height: 48px;
    position: relative;
    margin-top: 15px;
}

    .log_fo_lab i {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-size: 20px;
        position: absolute;
        top: 14px;
        left: 7px;
    }

        .log_fo_lab i.i-user {
            background: url(../Images/log_icon1.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-password {
            background: url(../Images/log_icon2.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-phone {
            background: url(../Images/log_icon3.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-validation {
            background: url(../Images/log_icon4.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-unit {
            background: url(../Images/log_icon5.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-card {
            background: url(../Images/log_icon6.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-mbwt {
            background: url(../Images/log_icon7.png) no-repeat;
            margin-left: 10px;
        }

        .log_fo_lab i.i-mbda {
            background: url(../Images/log_icon8.png) no-repeat;
            margin-left: 10px;
        }

.log_fo_lab_inp {
    line-height: 48px;
    padding: 0 10px 0 33px;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding-left: 50px;
    width: 338px;
    height: 46px;
    text-align: left;
    background: #F2F3F8;
}

.log_fo_lab_inp1 {
    width: 220px;
}

.log_fo_zw {
    position: relative;
    margin: 5px 0;
}

.log_fo_zc {
    color: #333;
    font-size: 14px;
}

.log_fo_wjmm {
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

    .log_fo_zc a, .log_fo_wjmm a {
        font-size: 16px;
        color: #185aef;
    }

.log_fo_btn_box {
    padding: 40px 0 0 0;
}

    .log_fo_btn_box input, .log_fo_btn_box a {
        height: 50px;
        width:45%;
        border-radius: 10px;
        color: #fff;
        font-size: 20px;
        /* letter-spacing: 2px; */
        text-align: center;
        line-height: 50px;
        background: #185aef;
        display: block;
        font-weight: bold;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
    }

.log_fo_error {
    width:100%;
    text-align:center;
    font-size:14px;
    color:red;
    overflow-wrap:break-word;
}

.log_fo_lab .code-box {
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.code-box .code-hint {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background: #6c8ef3;
}

    .code-box .code-hint.ing {
        background: #cecfd2;
        cursor: not-allowed;
    }

    .code-box .code-hint.right {
        cursor: pointer;
        background: #185aef;
    }

/* 报名 */
.baoming_box {
    width: 800px;
    margin: 0 auto;
}

    .baoming_box h2 {
        font-size: 20px;
        color: #c80004;
        line-height: 60px;
        text-align: center;
        border-bottom: 2px solid #c80004;
    }

.search_box {
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 45px 80px;
    text-align: left;
}

.log_bq {
    padding-bottom:20px;
}
