.panel-login {
    max-width: 100%;
}

.panel-login .title {
    border-bottom: 1px solid #ccc;
}

.panel-login .title .inner {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 0;
}

.panel-login .title .inner b {
    padding-bottom: 4px;
    border-bottom: 3px solid #009edf;
    font-size: 18px;
    font-size: 1.8rem;
}

.panel-login .title .inner a {
    font-size: 14px;
    font-size: 1.4rem;
}

.panel-login .panel-body {
    padding-top: 20px;
}

.panel-login .panel-body .form-group {
    position: relative;
}

.panel-login .panel-body .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.panel-login .panel-body .form-group .fa{
    vertical-align: middle;
}

.panel-login .panel-body .form-group label span {
    font-weight: normal;
    font-size: 20px;
    color: #ccc;
}

.panel-login .panel-body .form-group select {
    height: 50px;
    line-height: 50px;
}

.panel-login .panel-body .form-group input {
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
}

.panel-login .panel-body .form-group input.captcha {
    float: left;
    width: 64%;
}

.panel-login .panel-body .form-group input::-webkit-input-placeholder {
    color: #ccc;
}

.panel-login .panel-body .form-group input:-moz-placeholder {
    color: #ccc;
}

.panel-login .panel-body .form-group input::-moz-placeholder {
    color: #ccc;
}

.panel-login .panel-body .form-group input:-ms-input-placeholder {
    color: #ccc;
}

.panel-login .panel-body .form-group input::-ms-input-placeholder {
    color: #ccc;
}

.panel-login .panel-body .form-group input::placeholder {
    color: #ccc;
}

.panel-login .panel-body .form-group .captcha-send {
    float: right;
    width: 30%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #31609f;
    background: none;
    border-color: #31609f;
}

.panel-login .panel-body .form-group .captcha-send:hover,
.panel-login .panel-body .form-group .captcha-send:focus {
    color: #31609f;
    background: none;
    border-color: #31609f;
}

.panel-login .panel-body .form-group .forget {
    color: #666;
}

.panel-login .panel-body .form-group .submit {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0;
    color: #fff;
    background: #31609f;
    margin-top: 30px;
}

.login-m {
    position: relative;
    padding-top: 60px;
}

.login-m .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-login.jpg) no-repeat top center;
}

.login-m .panel {
    float: right;
    width: 376px;
}

.login-m .panel-footer {
    padding-top: 16px;
    border: none;
    background: #f3f7fb;
}

.login-m .panel-footer .cont {
    margin: 30px 36px;
    text-align: center;
}

.login-m .panel-footer .cont li {
    float: left;
    width: 33.33%;
}

.login-m .panel-footer .cont li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 42px;
    border: 2px solid #009edf;
    border-radius: 50%;
    color: #009edf;
}

.login-m .panel-footer .cont li a:hover {
    text-decoration: none;
}

.login-m .panel-footer .cont li .iconfont {
    font-size: 26px;
}

.register-m {
    padding: 60px 0;
    background: #fcfcfc;
}

.register-m .panel-body {
    width: 332px;
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 200px;
    margin: auto;
}

.register-m .panel-body .reg-success {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.register-m .panel-body .reg-success .iconfont {
    font-size: 66px;
    color: #009edf;
}

.register-m .panel-body .reg-success .tip {
    display: block;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
}

.register-m .panel-body .tip.tip1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
}

.register-m .panel-body .tip.tip2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
}

.register-m .panel-body .tip.tip3 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #009edf;
    line-height: 24px;
}

@media (max-width: 991px) {
    .panel-login {
        margin: auto;
    }

    .login-m {
        overflow: hidden;
        padding: 80px 0;
        margin-bottom: 10px;
    }

    .login-m .bg {
        -webkit-filter: blur(6px);
        filter: blur(6px);
    }

    .login-m .panel {
        float: none;
        margin: auto;
    }

    .register-m .panel-body {
        padding-bottom: 100px;
    }

    .register-m .panel-body .reg-success {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 639px) {
    .login-m {
        padding: 60px 0;
        margin-bottom: 6px;
    }
}

@media (max-width: 425px) {
    .panel-login .panel-body .form-group label {
        line-height: 40px;
    }

    .panel-login .panel-body .form-group input,
    .panel-login .panel-body .form-group select,
    .panel-login .panel-body .form-group .captcha-send {
        height: 40px;
        line-height: 40px;
    }

    .panel-login .panel-body .reg-success .iconfont {
        font-size: 40px;
    }

    .panel-login .panel-body .reg-success .tip {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .login-m {
        padding: 40px 0;
    }

    .login-m .panel-footer .cont {
        margin: 20px;
    }

    .register-m {
        padding: 40px 0;
    }

    .register-m .panel-body {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
  
.nbackdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #000000;
    background: rgba(0, 0, 0, 0.4);
}

.nbackdrop .close {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/nclose1.png) no-repeat center;
    position: absolute;
    top: 16px;
    right: 15px;
}

.nbackdrop .close:hover {
    background: url(../images/nclose2.png) no-repeat center;
}

.nbackdrop .item-btn {
    display: block;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #31609f;
    background-color: RGBA(40, 173, 250, 0.3);
    cursor: pointer;
}


/* 注册 */
.clickyz {
    width: 100%;
    display: block;
    cursor: pointer;
}

.ngologin {
    color: #31609f;
    cursor: pointer;
}

.login-tabs .nav li {
    width: 50%;
    border: 0;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
}

.login-tabs .nav li:first-child:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-color: #ddd;
}

.login-tabs .nav-tabs {
    background-color: transparent;
    margin-bottom: 20px;
}

.login-tabs .nav {
    border: 0;
}

.login-tabs .nav-tabs>li.active>a,
.login-tabs .nav-tabs>li.active>a:focus,
.login-tabs .nav-tabs>li.active>a:hover {
    border: 0;
    font-weight: bold;
    color: #333333;
}

.login-tabs .nav-tabs>li>a {
    border: 0;
    background-color: transparent;
    color: #999999;
}

.register-m .panel-backdrop,
.login-m .panel-backdrop {
    width: 95%;
    max-width: 420px;
    padding: 0;
    border: 0;
    margin: 0 auto;
}

.register-m .panel-body,
.login-m .panel-body {
    width: 100%;
    max-width: 420px;
    padding: 40px;
    position: relative;
}

.register-m .panel-body .form-group {
    margin-bottom: 20px;
}

.nchange-btn .panel-body .form-group .submit,
.nchange-btn .panel-body .form-group .submit {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0;
    color: #fff;
    border: none;
    background-color: #31609f;
    background-size: 100% 100%;
    margin-top: 30px;
}

/* 登陆 */
.login-m .panel {
    float: none;
    margin: 0 auto;
    width: 376px;
}

.login-m .nlogin-word a {
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.login-m .nlogin-word .pull-left {
    color: #999;
}

.login-m .nlogin-word .pull-right {
    color: #31609f;
}

.login-m .panel-footer {
    background-color: transparent;
}

.login-m .panel-footer .cont li a {
    width: 30px;
    height: 30px;
    border: solid 1px #999;
    color: #999;
    line-height: 28px;
}

.login-m .panel-footer .cont li .iconfont {
    font-size: 18px;
}

.login-m .panel-footer .cont li {
    float: none;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0 15px;
}

.login-m .panel-footer .cont {
    margin: 10px 0 0;
}



/* 重置密码 */
.forget-tabs .nav li {
    float: left;
    width: 50%;
    border: 0;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    font-size: 1.6rem;
}

.forget-tabs .nav-tabs {
    background-color: transparent;
    margin-bottom: 30px;
}

.forget-tabs .nav {
    border: 0;
}

.forget-tabs .nav-tabs>li.active>a,
.forget-tabs .nav-tabs>li.active>a:focus,
.forget-tabs .nav-tabs>li.active>a:hover {
    border: 0;
    font-weight: bold;
    color: #333333;
    background-color: #F7F7F7;
    border-top: solid 4px #31609f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.forget-tabs .nav-tabs>li>a {
    border: 0;
    background-color: #F1F1F1;
    color: #999999;
    border-radius: 0px;
    height: 50px;
}

/* 密码修改成功 */
@media screen and (max-width:420px) {
    .reg-success-box {
        padding: 20px !important;
    }
}

/*  */
.clearinput {
    display: none;
    position: absolute;
    top: 15px;
    right: 11px;
    color: #999999;
    cursor: pointer;
}

.passwordyan {
    display: none;
    position: absolute;
    top: 15px;
    right: 11px;
    color: #999999;
    cursor: pointer;
}

/* 验证码 */

.hi_slider .ani {
    transition: all .3s;
}

.hi_slider {
    position: relative;
    background-color: #e8e8e8;
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-align: center;
}

.hi_slider .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 37px;
    border: 1px solid #ccc;
    cursor: move;
}

.hi_slider .handler_bg {
    background: #fff url(../images/bg-handler_bg.png) no-repeat center;
}

.hi_slider .handler_ok_bg {
    background: #fff url(../images/bg-slide_ok.png) no-repeat center;
}

.hi_slider .drag_bg {
    background-color: #7ac23c;
    height: 39px;
    width: 0px;
}

.hi_slider .drag_text {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #797979;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.hi_slider .unselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.hi_slider.slide_ok .drag_text {
    color: #fff;
}

.hi_slider.slide_ok .handler {
    cursor: auto;
}

/*back-top*/
.back-top {
    width: 60px;
    height: 60px;
    background: #F5F5F5 url(../images/back-top.png) no-repeat center 5px;
    position: fixed;
    right: 0;
    bottom: -100px;
    transition: 1s;
    cursor: pointer;
    z-index: 998;
    padding-top: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.back-top p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 0;
}

.back-top:hover {
    background: #31609f url(../images/back-top1.png) no-repeat center 5px;
}

.back-top:hover p {
    color: #fff;
}

@media only screen and (max-width:767px) {
    .back-top {
        width: 50px;
        height: 50px;
    }
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #DF0000 !Important;
    text-align: left;
}

.verify-info{
    color: #DF0000 !Important;
    text-align: left;
    display: none;
    margin: 5px 0;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
}