
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

img {
    border: none;
}

html, body {
    min-width: 1200px;
}

/*--------------------导航开始----------------------*/

.top_con {
    width: 100%;
    background: #FFFFFF;
}

.top_container {
    z-index: 99999;
    position: fixed;
    box-shadow: 0px 2px 10px #CCCCCC;
    width: 100%;
    background: #FFFFFF;
    behavior: url(pie.htc);
}

.top {
    width: 1024px;
    height: 80px;
    margin: auto;
}

.logo {
    margin-top: 15px;
    float: left;
    width: 184px;
}

    .logo img {
        float: left;
    }

    .logo .logo_n {
        font-size: 17px;
        margin-top: 20px;
        letter-spacing: 4px;
        color: #4a4a4a;
    }

html,
body {
    position: relative;
    height: 100%;
}

.top_con {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.bot_mask {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F2F2F2;
    margin: auto;
    z-index: -1;
}

.zx_kf {
    display: block;
    width: 140px;
    height: 40px;
    background: #FF6600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 70px;
}

    .zx_kf img {
        float: left;
        width: 30px;
        margin: 5px 0 0 10px;
    }

    .zx_kf p {
        display: block;
        float: left;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        margin-left: 10px;
    }

.center_container {
    width: 500px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.cont_c {
    background: #fff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #e5e5e5;
}

    .cont_c li {
        margin-bottom: 50px;
        width: 100%;
        position: relative;
    }

.correct {
    position: absolute;
    left: 58px;
    color: #ff0000;
    font-size: 12px;
    top: 50px;
}

.inp {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
}

    .inp img {
        width: 30px;
        margin-top: 4px;
        float: left;
        margin-left: 6px;
    }

.in_s {
    float: left;
    display: block;
    border: 1px solid #e5e5e5;
    height: 40px;
    outline: none;
    padding-left: 4px;
    color: #333;
    margin-left: 10px;
    line-height: 30px;
    width: 354px;
    font-size: 14px;
}

.trial {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    background: #FF6600;
    text-align: center;
    line-height: 40px;
}

.t_z {
    width: 100%;
    text-align: center;
    margin-top: 120px;
}

    .t_z p {
        font-size: 16px;
        color: #666;
        letter-spacing: 1px;
        margin-top: 10px;
    }

#s_f {
    font-size: 16px;
    color: #ff6600;
    margin-right: 1px;
}
/*验证码样式开始*/
.yzm {
    float: left;
    color: #666;
}

.inpyzm {
    float: left;
    margin-left: 10px;
    height: 40px;
    font-size: 14px;
    outline: none;
    border: 1px solid #e5e5e5;
    padding-left: 4px;
    width: 180px;
    color: #666;
}

.getyzm {
    float: right;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    background: none;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 14px;
}

    .getyzm.actgetyzm {
        border: 1px solid #ff6600;
        color: #ff6600;
    }

.point_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: rgba(0,0,0,0.2);
    display: none;
}

.popup {
    display: none;
    position: fixed;
    width: 400px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    margin: auto;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    z-index: 2;
}

.point_out {
    margin-top: 40px;
    margin-left: 40px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
}

.close_point {
    height: 40px;
    width: 100%;
    background: #f2f2f2;
}

    .close_point p {
        font-size: 20px;
        color: #666;
        cursor: pointer;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        float: right;
        background: #e5e5e5;
        color: #666;
    }

        .close_point p:hover {
            color: #999;
        }
/*验证码样式结束*/
