﻿@charset "utf-8";
/* CSS Document */

/*登陆页*/
#login {
    width: 100%;
    border-top: #eee solid 20px;
    border-bottom: #eee solid 20px;
}

.login {
    width: 500px;
    background-color: #FFF;
    margin: 0 auto;
    /*min-height: 400px;*/
    /*_height: 400px;*/
    padding-bottom: 10px;
}

    .login div.leftBody {
        width: auto;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        margin: 30px 50px;
    }

        .login div.leftBody h2 {
            display: block;
            width: 100%;
            height: auto;
            color: #666;
            font-weight: normal;
            border-bottom: 1px solid #e1e1e1;
            margin: 10px 0 20px 0;
            font-family: Microsoft YaHei, '微软雅黑', Arial;
            display: inline-block;
            padding: 10px 0px;
            font-size: 24px;
            font-family: Microsoft YaHei, '微软雅黑', Arial;
            margin-right: 5px;
            background: #fff;
            height: 30px;
            line-height: 30px;
        }

/*注册类型选择*/
.regTypeSelectBody {
    display: block;
    width: 100%;
    height: auto;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    margin: 10px 0 20px 0;
}

    .regTypeSelectBody span, .regTypeSelectBody a {
        display: inline-block;
        padding: 8px 15px;
        font-size: 16px;
        font-family: Microsoft YaHei, '微软雅黑', Arial;
        margin-right: 5px;
        height: 22px;
        line-height: 22px;
        color: #333;
        cursor: pointer;
        background: var(--tipcolor);
    }

        .regTypeSelectBody span.hover, .regTypeSelectBody a.hover {
            background: var(--tiponcolor);
            color: #ffffff;
        }




.login div ul, .login div ul li, .login div ul li dl {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .login div ul li dl {
        height: 55px;
        line-height: 55px;
    }

        .login div ul li dl dt {
            width: 110px;
            float: left;
            color: #666666;
            font-size: 14px;
        }

        .login div ul li dl dd {
            width: 280px;
            float: left;
            color: #666666;
            font-size: 12px;
        }

        .login div ul li dl dt em {
            color: #e76726;
            padding-right: 5px;
        }

.login div.leftBody input.textput {
    width: 280px !important;
}

.login ul li.yanzheng input.textput {
    width: 80px !important;
}

.login ul li.yanzheng dd {
    width: auto !important;
}

    .login ul li.yanzheng dd img {
        margin-top: 10px;
        margin-left: 10px;
        height: 34px;
        width: 80px;
    }

    .login ul li.yanzheng dd a {
        margin-left: 10px;
        color: #4f668d;
        text-decoration: underline;
        line-height: 50px;
    }

        .login ul li.yanzheng dd a:hover {
            color: #e76726;
        }

.login ul li.xieyi {
    margin: 10px 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

    .login ul li.xieyi label {
        width: 15px;
        height: 15px;
        margin-top: 9px;
        float: left;
    }

    .login ul li.xieyi span {
        color: #4f668d;
    }

    .login ul li.xieyi a {
        color: #4f668d;
        text-decoration: underline;
    }

        .login ul li.xieyi a:hover {
            color: #e76726;
            text-decoration: underline;
        }

    .login ul li.xieyi span small {
        color: #b9c0cc;
        font-size: 12px;
    }

.login p {
    margin-top: 20px;
    width: 100%;
}

.login input.textput, .login select {
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 12px;
    border: #e3e3e3 solid 1px;
    text-indent: 10px;
    background: linear-gradient(top, rgb(244, 244, 244) 3%, rgb(255, 255, 255) 30%);
    background: -o-linear-gradient(top, rgb(244, 244, 244) 3%, rgb(255, 255, 255) 30%);
    background: -ms-linear-gradient(top, rgb(244, 244, 244) 3%, rgb(255, 255, 255) 30%);
    background: -moz-linear-gradient(top, rgb(244, 244, 244) 3%, rgb(255, 255, 255) 30%);
    background: -webkit-linear-gradient(top, rgb(244, 244, 244) 3%, rgb(255, 255, 255) 30%);
    margin-top: 10px;
}

    .login input.textput:focus {
        border: #68afe7 solid 1px;
        -moz-box-shadow: 0px 0px 10px 1px #67afe9;
        -webkit-box-shadow: 0px 0px 10px 1px #67afe9;
        box-shadow: 0px 0px 10px 1px #67afe9;
    }

.getMobileKey {
    width: auto !important;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    background-color: #8a8a8a;
    color: #FFF;
    display: block;
    text-align: center;
    margin-top: 10px;
}

    .getMobileKey input[type="button"] {
        color: #ffffff;
        background: #8a8a8a;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
    }

.input02 {
    height: 55px;
    line-height: 55px;
    font-size: 15pt;
    color: #FFF;
    background-color: #004c97;
    text-align: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    font-family: Microsoft YaHei, '微软雅黑', Arial;
}

    .input02:hover {
        background-color: #0066cb;
    }

.login div.leftBody .input02 {
    width: 100% !important;
}

.loginRemark {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
}

    .loginRemark a {
        display: inline-block;
        padding: 0 10px;
        background: #0066cb;
        color: #ffffff;
        line-height: 26px;
        font-size: 14px;
    }

.loginsns {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    margin: 20px 0;
}

    .loginsns span {
        position: relative;
        margin: 0 0 10px;
        font-size: 12px;
        color: #b5b5b5;
        box-sizing: border-box;
        display: block;
        height: 30px;
        font-size: 9pt;
        color: #999;
    }

        .loginsns span:before, .loginsns span:after {
            content: "";
            border-top: 1px solid #b5b5b5;
            display: block;
            position: absolute;
            width: 60px;
            top: 5px;
            box-sizing: border-box;
        }

        .loginsns span:before {
            left: 50px;
        }

        .loginsns span:after {
            right: 50px;
        }

@media screen and (max-width:980px) {
    #login {
        border-top: 10px;
    }

    .login {
        width: auto;
    }

        .login div.leftBody {
            margin: 20px;
        }

        .login div ul li dl {
            height: auto;
            line-height: 30px;
            margin-bottom: 10px;
        }

            .login div ul li dl dt {
                width: 100%;
            }

            .login div ul li dl dd {
                width: 100%;
            }
}
