﻿/**登录**/
body {
    font-family: "微软雅黑","宋体";
}

.login_top {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.login_logo {
    float: left;
}

.login_bg {
    float: left;
    width: 100%;
    background: #3b72f3 url(../images/login/login_bg.jpg) no-repeat center center;
    height: 730px;
    min-width: 1024px;
    position: relative;
}

.login_block {
    float: right;
    width: 395px;
    margin-top: 90px;
}

.login_box {
    width: 390px;
    padding: 25px;
    height: 448px;
    background: #fdfdfe url(../images/login/login_boxbg.gif) no-repeat right bottom;
    box-shadow: 0px 1px 14px #555;
}

.login_wenzi {
    float: left;
    width: 100%;
    text-align: center;
    color: #888;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
}

.login_box_tit {
    height: 40px;
}

    .login_box_tit h2 {
        float: left;
        font-size: 22px;
        font-weight: 500;
    }

    .login_box_tit img {
        float: right;
        margin-top: 10px;
    }

.login_kuang {
    border: 1px solid #aeafb1;
    border-radius: 2px;
    margin-top: 35px;
    height: 125px;
    position: relative;
}

.usr_dic {
    width: 20px;
    height: 20px;
    background: url(../images/login/login_dic.png) no-repeat 0px 0px;
    position: absolute;
    z-index: 3;
    left: 22px;
    top: 20px;
}

.usr_input, .pass_input {
    margin-left: 15px;
    padding: 20px 0px;
    padding-left: 35px;
    border: 0 none;
    font-size: 14px;
    width: 302px;
    border-bottom: 1px solid #d2d3d4;
    outline: none;
}

input.usr_input:focus {
    border: none;
    border-bottom: 1px solid #d2d3d4;
    outline: none;
}

.pass_dic {
    width: 20px;
    height: 20px;
    background: url(../images/login/login_dic.png) no-repeat -25px 0px;
    position: absolute;
    z-index: 3;
    left: 22px;
    top: 80px;
}

.pass_input {
    border: none;
}

input.pass_input:focus {
    border: none;
    outline: none;
}

.auto_check {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 25px;
}

    .auto_check span {
        margin-left: 3px;
        vertical-align: middle;
    }

a.for_mi {
    color: #2d87e4;
    line-height: 25px;
    font-size: 12px;
}

    a.for_mi:hover {
        color: #2d87e4;
        text-decoration: underline;
        opacity: 1;
    }

.login_btn {
    width: 100%;
    margin-top: 15px;
    background: #2d87e4;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .login_btn:hover {
        opacity: 0.8;
    }

.wrong {
    margin-top: 40px;
    text-align: center;
    color: #ec5252;
    line-height: 25px;
    vertical-align: middle;
}

.wrong_dic {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/login/login_dic.png) no-repeat 0px -23px;
    vertical-align: middle;
    margin-right: 5px;
}

.login_indexbtn {
    position: absolute;
    z-index: 34;
    bottom: 275px;
    right: 15px;
    width: 440px;
}

.login_fish {
    width: 100%;
    height: 730px;
    position: relative;
}

    .login_fish a {
        margin-top: 30px;
    }

a.houtai_link {
    display: block;
    width: 322px;
    height: 70px;
    background: url(../images/login/login_finish.png) no-repeat 0px -160px;
    float: left;
    margin-left: 100px;
}

a.yiyuan_link {
    width: 322px;
    height: 70px;
    background: url(../images/login/login_finish.png) no-repeat 0px -77px;
    float: left;
    margin-left: 50px;
    display: inline-block;
}

a.zhi_link {
    width: 322px;
    height: 70px;
    background: url(../images/login/login_finish.png) no-repeat 0px 0px;
    float: left;
}

a.houtai_link:hover {
    opacity: 0.9;
}

.login_ri {
    float: right;
    margin-top: 25px;
    height: 32px;
}

    .login_ri a {
        margin-right: 20px;
        display: inline-block;
        height: 32px;
        line-height: 26px;
        color: #666;
        font-size: 18px;
    }

a.np-btn-upvote {
    background-image: url(../images/login/login_dic.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px -49px;
    display: inline-block;
}

    a.np-btn-upvote:hover {
        background-image: url(../images/login/login_dic.png);
        background-repeat: no-repeat;
        background-position: 0px -81px;
        display: inline-block;
        color: #1b66c7;
        opacity: 1;
    }

a.np-btn-reply {
    padding-left: 30px;
    background-position: 0px -113px;
    display: inline-block;
    background-image: url(../images/login/login_dic.png);
    background-repeat: no-repeat;
}

    a.np-btn-reply:hover {
        background-image: url(../images/login/login_dic.png);
        background-repeat: no-repeat;
        background-position: 0px -145px;
        display: inline-block;
        color: #1b66c7;
        opacity: 1;
    }


/**忘记密码**/
.forgot_bg {
    float: left;
    width: 100%;
    height: 687px;
    background: url(../images/login/forgot_bg.jpg) no-repeat center center;
    min-width: 1024px;
}

.forgot_main {
    width: 1000px;
    margin: 0px auto;
}

.forgot_logo {
    float: left;
    margin-top: 25px;
}

.forgot_body {
    float: left;
    width: 100%;
    background: #fafafa;
    border-top: 2px solid #eb7350;
    /*height: 490px;*/
    /*margin-top: 20px;*/
}

.forgot_top {
    width: 100%;
    background: #fff;
    padding: 18px 0px 30px 0px;
    border-bottom: 1px solid #f2f2f5;
}

    .forgot_top h3 {
        text-align: center;
        font-weight: 400;
    }

.forgot_liu {
    width: 390px;
    height: 45px;
    margin-left: 305px;
    margin-top: 10px;
}

.forgot_liu_1 {
    background: url(../images/login/forgot_dic.png) no-repeat 0px 0px;
}

.forgot_liu_2 {
    background: url(../images/login/forgot_dic.png) no-repeat 0px -52px;
}

.forgot_liu_3 {
    background: url(../images/login/forgot_dic.png) no-repeat 0px -101px;
}

.forgot_wenzi {
    width: 390px;
    margin-left: 305px;
    color: #555;
}

.wenzi_1 {
    margin-left: 10px;
}

.wenzi_2 {
    margin-left: 110px;
}

.wenzi_3 {
    margin-left: 120px;
}

.forgot_table {
    width: 600px;
    margin: 0px auto;
    margin-top: 30px;
}

.forgot_table_main {
    min-height: 300px;
}

.forgot_table table tr td {
    padding: 8px 3px;
}

input.forgot_input {
    width: 224px;
    padding: 6px;
    outline: none;
    border: 1px solid #ccc;
}

    input.forgot_input:focus {
        border: none;
        border: 1px solid #5fa6d4;
        outline: none;
    }

input.input_width_110 {
    width: 110px;
}

.huan_dic {
    vertical-align: middle;
    margin: 0px 10px;
}

.forgot_btn {
    width: 236px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: none;
    box-shadow: 0px 1px 1px #ddd;
    background: #2d87e4;
    outline: none;
    margin-top: 10px;
}

.forgot_compli {
    width: 45px;
    height: 45px;
    background: url(../images/login/forgot_dic.png) no-repeat 0px -162px;
    margin-left: 277px;
}

.forgot_sucess {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}

.forgot_auto {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

    .forgot_auto span {
        color: #ff8140;
    }

.forgot_login {
    margin-top: 18px;
    text-align: center;
}

.index_main {
    width: 1200px;
    margin: 0px auto;
}

input[disabled] {
    background: #efeeee;
}

@media only screen and (max-width:1280px) {
    .index_main {
        width: 1000px;
        margin: 0px auto;
    }

    .login_block {
        float: none;
        position: absolute;
        z-index: 3;
        right: 10px;
        width: 395px;
        margin-top: 90px;
    }
}

.tan_xiu {
    width: 600px;
    margin: 0px auto;
}

.border_topnone {
    border-top: none;
}

.zhc {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}

a.forget_link {
    margin-top: 13px;
    font-size: 12px;
    color: #333;
    float: right;
}

    a.forget_link:hover {
        color: #2d87e4;
        text-decoration: none;
        opacity: 1;
    }
