@charset "utf-8";
html,
body {
    font-size: 14px;
    font-family: "微软雅黑", Arial, sans-serif, Helvetica, Tahoma;
    color: #888888;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    position: relative;
}
.toper,
.header,
.footer,
.header-box {
    display: none;
}

/*----共用头脚样式---*/
.container {
    width: 990px;
    padding-left: 540px;
    min-height: 480px;
    margin: 25px auto;
    background: url(../images/login-bg.png) left 20% center no-repeat;
    background-size: 30%;
    background-color: #ffffff;
}
.base_box {
    padding: 100px 0 0px;
    margin: 0 auto;
    width: 100%;
    width: 990px;
    text-align: right;
}
.base_box p,
.base_box a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #666666;
}
.footer_box {
    text-align: center;
    padding: 0px 0 15px;
}
.footer_box p,
.footer_box a {
    color: #9b9b9b;
    margin: 0;
}

/*----共用头脚样式结束---*/
.main-wrapper {
    min-height: 500px;
}

.json_msg {
    color: #f00;
}

.json_msg.success {
    color: #2ac25f;
}

.json_btn .in {
    display: none;
}

.json_btn.log-in .in {
    display: inline-block;
}

.json_btn.log-in .on {
    display: none;
}

.verify_btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    background: #f8f8f8;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    color: #666;
    border: #ccc solid 1px;
    border-radius: 2px;
}

.verify_btn:disabled {
    border: #ddd solid 1px;
    color: #999;
    background: #fafafa;
}

.form-group {
    clear: both;
    width: 100%;
    margin-bottom: 12px;
    display: block;
    float: left;
    position: relative;
}

.icon-loading {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../images/loading_icon.gif) no-repeat 0 0;
}

.footbd {
    border-top: #ddd solid 1px;
    padding-top: 20px;
}

/* input共用样式 */
.form-control,
.form-control:focus {
    background-color: #f7f7f7;
    border: none;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    color: #262626;
    border-radius: 5px;
    display: inherit;
}

/* 提交按钮共用样式 */
.btn-login {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: #ff6f0d solid 1px;
    background-color: #ff6f0d;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

.btn-login:disabled,
.verify-btn:disabled {
    color: #fff !important;
    border: #ff6f0d solid 1px;
    background-color: #ff6f0d !important;
}

/* 提示跳转共用样式 */
.Jump a {
    color: rgba(0, 0, 0, 0.6);
}

.Jump a:hover {
    color: rgba(0, 0, 0, 0.4);
}

.Jump a.on {
    color: #2ac25f;
}

/* 登录栏式 */
.login-body {
    width: 450px;
    min-height: 472px;
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 0px auto;
    position: relative;
}

.login-main {
    padding: 0px 30px;
    min-height: 286px;
}

.login-head {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 22px;
    font-size: 22px;
    color: #000000;
}

.login-head li {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.login-head li.active {
    border-bottom: #f60 solid 2px;
}

.login-code {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.login-code img {
    width: 123px;
    height: 45px;
}

.login-form {
    width: 320px;
    margin: 20px auto;
}

.login-form .form-group i {
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 100;
    font-size: 18px;
    color: #c3c3c3;
}

.login-tip {
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.verify_btn ,.verify_btn:focus{
    height: 40px;
    line-height:40px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    overflow: hidden;
    color: #262626;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

/* =========================================================
				注册样式
========================================================= */
.resetpwd-head{
    margin-top: 50px;
}

/* =========================================================
				findpwd找回密码
========================================================= */
.find-head{
    margin-top: 120px;
}

.findpwd-head {
    width: 320px;
    overflow: hidden;
    padding: 0pxpx;
    margin: 0px auto 20px;
}

.findpwd-head li {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.findpwd-head li a {
    color: rgba(0, 0, 0, 0.4);
}

.findpwd-head li:first-child::after {
    content: "";
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.findpwd-head li.active {
    color: #262626;
    border-bottom: #ff6f0d solid 2px;
}

.findpwd-box {
    width: 450px;
    margin: 30px auto;
    padding: 60px 30px 40px;
    overflow: hidden;
    background-color: #ffffff;
}

.findpwd-box .findpwd-main {
    overflow: hidden;
}

.findpwd-box .title {
    font-size: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    font-weight: normal;
}

.findpwd-box .findpwd-main .findpwd-form {
    width: 320px;
    margin: 0 auto;
}

.findpwd-box .findpwd-main .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    border: 0;
}

.findpwd-box .findpwd-main .form-group .form-control {
    z-index: 3;
    position: relative;
    width: 100%;
}

.findpwd-box .findpwd-main .form-group .verifyCode {
    width: 155px;
}

.findpwd-box .findpwd-main .form-group .verifyimg {
    cursor: pointer;
    height: 40px;
    width: 155px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 3;
}

.findpwd-box .findpwd-main .form-group .btn-findpwd {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ff6f0d;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

.findpwd-box .findpwd-main .form-group .btn-findpwd .in {
    display: none;
}

.findpwd-box .findpwd-main .form-group .verify-btn {
    width: 155px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    overflow: hidden;
    color: #262626;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
}

@media (max-width:1080px) {
    html,
    body {
        background-color: #fff;
    }
    .base_box {
        width: 100%;
        padding:20px 15px 0;
    }
    .container {
        width: 100%;
        padding: 0 15px;
        min-height:auto;
        margin:3% auto;
        background: inherit;
    }
    .login-body ,.findpwd-box{
        width: 100%;
        max-width:450px;
        height:auto;
        padding: 0;
    }
    .login-main{
        min-height: auto;
    }
    .login-main ,.login-form ,.findpwd-box .findpwd-main .findpwd-form{
        width: 100%;
        padding: 0;
    }
    .login-head{
        margin-top: 10%;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer_box p, .footer_box a{
        font-size: 13px;
        display: inline;
        line-height: 1.7;
    }
}
