/*登录*/
.canvas-box {
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #1266b1;*/
    background-size: 100% 100%;
}

.log-bg {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.login-box {
    position: relative;
    z-index: 11;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
}

.login-logo {
    display: block;
    /*height: 128px;*/
    margin: 8% auto 0;
    cursor: pointer;
}

.errorSpan {
    color: #ff0000;
    text-align: center;
}

.log-message {
    width: 420px;
    height: 408px;
    margin: 25px auto 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 74, 185, .15);
    overflow: hidden;
    background-color:rgba(255, 255 , 255, 0.4);
}

.log-inp {
    height: 50px;
}

.log-pad {
    padding: 28px 70px 60px;
}

.log-item {
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-top: 14px;
    background-color: #fff;
    border: 1px solid #cfdae9;
    border-radius: 5px;
}

.log-item .sysfont {
    vertical-align: middle;
    padding: 0 10px 0 13px;
    font-weight: bold;
    font-size: 22px;
    color: #3d76cb;
}

.log-btn {
    display: inline-block;
    vertical-align: top;
    /*width: 100%;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background:-moz-linear-gradient(left,#18dbbd,#06bfee);
    background:-ms-linear-gradient(left,#18dbbd,#06bfee);
    background:-o-linear-gradient(left,#18dbbd,#06bfee);
    background:-webkit-linear-gradient(left,#18dbbd,#06bfee);
    border-radius: 3px;
    cursor: pointer;
    padding: 0 30px;
}
.confirm-login-button-wrap .log-btn {
    width: 180px;
}
.log-btn-bank {
    background: #fff;
    border: 1px #20a0ff solid;
    color: #20a0ff;
}

.log-btn:hover {
    background-color: #2d76e3;
    color: #fff;
}
.log-btn-bank:hover {
    background-color: #fff;
    border-color: #2d76e3;
}

.log-rember {
    height: 18px;
    padding: 12px 0;
}

.log-rember .daq-checkbox {
    margin: 0 20px 0 0;
}

.log-error {
    display: inline-block;
    max-width: 60%;
    height: 100%;
    font-size: 12px;
    color: #ff4949;
    overflow: hidden;
}

.login-button-wrap {
    margin-top: 15px;
}

.log-inp-item {
    border: none;
    margin: 15px 0 0 25px;
}

.forget-pass {
    font-family: 'Microsoft YaHei', 'Regular';
    text-align: center;
    height: 30px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
    background: none;
    font-size: 21px;
    color: #fff;
}
.forget-pass span {
     cursor: pointer;
 }
.forget-pass span:hover {
    color: #20a0ff;
}

.log-inp .sysfont {
    color: #8590a0;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}

.daq-inp-rule:hover .sysfont {
    color: #535e6d;
}

/* 密码找回弹窗 */
.pass-container {
    display: none;
    width: 420px;
    height: 450px;
    margin: 25px auto 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 74, 185, .15);
    overflow: hidden;
}

.pass-pad {
    padding: 60px 70px 80px;
}

.pass-title {
    font-family: 'Microsoft YaHei', 'Regular';
    font-size: 18px;
    color: #1d242f;
    text-align: center;
}

/* tab页样式 */
.daq-tab-bg .daq-tab-hd {
    background: none;
}

.daq-tab-move .daq-tab-hd {
    padding: 0;
}

.daq-tab-bg .daq-tab-hd {
    border: none;
}

.daq-tab-move .daq-tab-nav-scroll {
    border-bottom: 1px solid #d2d8e3;
    overflow: inherit;
}

.daq-tab-bg .daq-tab-nav {
    padding: 0;
}

.daq-tab-nav a {
    border: none;
}

.daq-tab-bg .daq-tab-nav li a {
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
}

.daq-tab-bg .daq-tab-nav li.active a,
.daq-tab-bg .daq-tab-nav li:hover a {
    position: relative;
    bottom: -1px;
}

.daq-tab-nav a {
    color: #8590a0;
}

.code-btn {
    width: 110px;
    height: 42px;
    position: absolute;
    margin: -13px 0 0 19px;
    color: #a2aebf;
    background: #fff;
}

.daq-tab-nav .active,
.daq-tab-bg .daq-tab-nav li.active,
.daq-tab-bg .daq-tab-nav li:hover{
    border: none;
}

/* 重置密码弹窗 */
.reset-pass-container {
    display: none;
    width: 420px;
    height: 373px;
    margin: 25px auto 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 74, 185, .15);
    overflow: hidden;
}

.daq-remark {
    font-size: 12px;
    color: #ff4949;
}

.daq-remark i {
    font-size: 14px;
}

.percent50 {
    width: 50% !important;
}

.percent100 {
    width: 100% !important;
}

.mt-10 {
    margin-top: 10px !important;
}

/* 密码修改成功弹窗 */
.update-success-container {
    display: none;
    width: 420px;
    height: 374px;
    margin: 25px auto 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 74, 185, .15);
    overflow: hidden;
}

.update-success-container .pass-pad {
    padding: 112px 70px;
    text-align: center;
}

.success-icon .sysfont {
    font-size: 80px;
    color: #13ce66;
}

.success-text {
    color: #1d242f;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.success-close {
    color: #8590a0;
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'Regular';
}

.return-login {
    cursor: pointer;
    color: #20a0ff;
}

/*滑动解锁*/
.slider {
    margin-top: 14px;
}

.ui-slider-wrap {
    position: relative;
    background-color: #eff6ff;
    border: 1px solid #afc6e4;
    border-radius: 5px;
    overflow: hidden;
}

.ui-slider-wrap .ui-slider-bg {
    width: 0;
}

.ui-slider-wrap .ui-slider-btn {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    text-align: center;
    color: #afc6e4;
    border: 1px solid #cfdae9;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn.success {
    color: #4488ee;
}

.ui-slider-wrap .ui-slider-text {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
}

.ui-slider-wrap .ui-slider-no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.captcha {
    width: 110px;
    height: 50px;
    position: absolute;
    margin: -16px 0 0 15px;
    cursor: pointer;
    border: 1px solid #d2d8e3;
    border-radius: 3px;
}
.fgt-pwd {
    text-align: right;

}
.password-link {
    color: #292929;
}

.wid-138 {
    width: 138px;
}


#modify-content-box ,#output{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 100%;
    /*background: url("/images/login/modifly-pwd.jpg") center center no-repeat;*/
    background-size: cover;
}
#modify-content-box .modify-logo {
    margin: 0 auto 0;
    height: 145px;
    text-align: center;
}
#modify-content-box .modify-logo img {
    height: 100%;
}
#modify-content-box .modify-handle-box {
    background: #fff;
    padding: 40px 24px;
    min-height: 480px;
    margin: 45px auto 0;
    width: 460px;
    box-sizing: border-box;
    overflow: auto;
}
#modify-content-box .confirm-handle-box {
    padding: 40px;
    height: 540px;
}
#modify-content-box .modify-handle-title {
    color: #1d242f;
    text-align: center;
    font-weight: bold;
}
#modify-content-box .modify-handle-text {
    color: #999999;
    line-height: 24px;
}
#modify-content-box .modify-handle-brief {
    text-indent: 24px;
}
#modify-content-box .modify-handle-form {
    padding: 14px 48px 34px;
}
#modify-content-box .login-button-wrap {
    margin-top: 40px;
}

#modify-content-box .modify-content-main {
    z-index: 10;
    padding-bottom: 6%;
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}
#modify-content-box .modify-content-main-info {
    display: table-cell;
    vertical-align: middle;
}
#modify-content-box .confirm-inp-rule {
    border:1px #d2d8e3 solid;
    border-radius: 3px;
    background: #fff;
    padding: 3px 12px;
    line-height: 34px;
    color: #666666;
    font-size: 14px;
}
.confirm-red {
    color: #ef4040;
}
#modify-content-box .responsible-inp-rule {
    position: relative;
    padding: 4px 0 3px 46px;
}
#modify-content-box  .responsible-inp-rule-head {
    position: absolute;
    left: 0;
    top: 4px;
}
#modify-copyright {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 14px;
    bottom: 10px;
    line-height: 30px;
}

 .pro-modify-logo {
    background: #20a0ff;
    padding: 10px 15px;
}
.pro-modify-logo img {
    height: 60px;
}
#pro-modify-content-box .pro-modify-content-mid {
    display: table;
    position: fixed;
    top: 80px;
    height: calc(100% - 180px);
    width: 640px;
    left: 50%;
    margin-left: -320px;
}
#pro-modify-content-box .pro-modify-content-mid-info {
    display: table-cell;
    vertical-align: middle;
}
#pro-modify-content-box .pro-modify-mid-h5 {
    margin-top: 40px;
    padding-left: 55px;
    line-height: 24px;
    text-indent: 2em;
}
#pro-modify-content-box .pro-modify-form {
    margin-top: 30px;
}
#pro-modify-content-box  .pro-modify-input {
    position: relative;
    padding-left: 145px;
    margin-left: 80px;
    margin-bottom: 20px;
    line-height: 35px;
}
#pro-modify-content-box .pro-modify-input-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    text-align: right;
    line-height: 35px;
}
#pro-modify-content-box .daq-inp-rule{
    height: 35px;
    width: 250px;
}
#pro-modify-content-box .daq-inp-rule input {
    color: #000;
}
#pro-modify-content-box .pro-modify-tip {
    background: rgba(228, 228, 228, 1);
    padding: 15px;
    line-height: 24px;
    margin-top: 10px;
    width: 480px;
    margin-left: 55px;
}
#pro-modify-content-box .pro-modify-btn {
    margin-top: 50px;
    text-align: center;
    border-top: 1px #cfdae9 solid;
    padding-top: 50px;
}
#pro-modify-content-box .pro-modify-btn button {
    width: 150px;
    height: 40px;
}
.pro-modify-copy {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #20a0ff;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
#pro-modify-content-box .confirm-px {
    padding-left: 78px;
}
#pro-modify-content-box  .pro-confirm-content-mid .pro-modify-input-text,
#pro-modify-content-box  .pro-confirm-content-mid .pro-modify-input{
    margin-bottom: 0;
}
#pro-modify-content-box  .pro-confirm-content-mid .pro-modify-input {
    margin-left: 0;
}

#pro-modify-content-box .pro-confirm-content-mid  .pro-modify-mid-h5 {
    text-indent: 0;
}
#pro-modify-content-box .pro-confirm-content-mid {
    width: 560px;
    margin-left: -280px;
}

#pro-login {
    background: #fff;
    background: rgba(0,0,0,0.7);
    width: 358px;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 340px;
}
#pro-login .login-button-wrap {
    margin-top: 30px;
}


@media screen and (max-height: 800px) {
    .login-logo {
        /*margin: 3% auto 0;*/
    }

    #modify-content-box .modify-handle-box {
        padding: 30px 24px;
        height: 400px;
    }
    #modify-content-box .confirm-handle-box {
        padding: 30px 40px;
        height: 460px;
    }
    #modify-content-box .confirm-inp-rule {
        line-height: 28px;
    }
    #modify-content-box .login-button-wrap {
        margin-top: 30px;
    }

}
/*@media screen and (max-height: 700px) {*/
/*    .login-logo {*/
/*        height: 100px;*/
/*    }*/
/*    #modify-content-box .modify-logo {*/
/*        height: 110px;*/
/*    }*/
/*    #modify-content-box .confirm-handle-box {*/
/*        margin-top: 30px;*/
/*    }*/
/*    #modify-content-box .modify-logo {*/
/*        margin-top: 30px;*/
/*    }*/
/*    #modify-content-box .modify-content-main {*/
/*        height: 110%;*/
/*    }*/
/*    #modify-copyright {*/
/*        position: relative;*/
/*    }*/

/*    #pro-modify-content-box .pro-modify-content-mid {*/
/*        position: static;*/
/*        margin: 60px auto 0;*/
/*        display: block;*/
/*        height: auto;*/
/*        padding-bottom: 140px;*/
/*    }*/
/*}*/

.pro-modify-pwd-error {
    position: absolute;
    left: 430px;
    top: 0;
    width: 300px;
}
.pro-modify-error {
    color: #ff0000;
    display: none;
}

/*@media screen and (max-height: 600px) {*/
/*    .login-logo {*/
/*        height: 90px;*/
/*    }*/
/*    #modify-content-box .modify-content-main {*/
/*        height: 120%;*/
/*    }*/

/*}*/

/*登录新版样式*/
.canvas-box {
    /*background: url('/images/login/logo-bg1.png') no-repeat top center #1266b1;*/
    /*transition: ease-out 4s;*/
    /*background-size: cover;*/
}
.bg-one {
    width: 100%;
    height: 100%;
    background: url('/images/login/login-new.jpg') no-repeat top center #1266b1;
    transition: ease-out 5s;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-two {
    width: 100%;
    height: 100%;
    background: url('/images/login/login-bg-two.jpg') no-repeat top center #1266b1;
    transition: ease-out 5s;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.login-box {
    width: 1024px;
    /*position: absolute;
    right: 318px;*/
    top: 50px;
}
.login-box .log-message {
    width: 100%;
    height: 160px;
    position: relative;
}
.login-box .tabs-content {
    background: none;
    display: block;
}
.login-box .type-title {
    font-size: 22px;
    text-align: center;
    font-family: 'Microsoft YaHei', 'Regular';
}
.log-pad {
    /*width: 320px;*/
    padding-left: 55px;
}
.login-box .forget-pass {
    /*color: #F9FAFC;*/
}
.pass-container {
    width: 400px;
    height: auto;
}
.pass-pad {
    padding: 40px 40px 30px 40px;
}
.pass-title {
    font-family: 'Microsoft YaHei', 'Regular';
    font-size: 22px;
    color: #333;
    text-align: center;
}
.copy-right {
    font-family: 'Microsoft YaHei', 'Regular';
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 1.5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.code-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    background: url('/images/login/code-icon.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.pc {
    background: url('/images/login/pc.png') no-repeat;
}
.code-icon:hover {
    transform: scale(1.1);

}
.code-box {
    text-align: center;
    padding: 40px 40px 50px 40px;
    /*display: none;*/
}
.app-font {
    font-size: 16px;
    color: #666;
}

@media screen and (max-width: 1366px) {
    .login-box {
        /*right: 118px;*/
        top: 50px;
    }
    .pass-pad {
        padding: 20px 40px 20px 40px;
    }
}
@media screen and (min-width:1367px) and (max-width:1600px){
    .login-box {
        right: 118px;
        top: 200px;
    }
}
.daq-inp-rule {
    border: 1px solid #e4e4e4;
}
.daq-inp-rule:hover {
    border: 1px solid #23a1ee;
}
.code-btn {
    color: #23a1ee;
    border: 1px solid #23a1ee;
}
.btn-disable {
    color: #b6c0cf;
    border-color: #e9ecf3;
    background-color: #f9fafc;
    cursor: not-allowed;
}
/*#code-box {*/
/*    position: relative;*/
/*    left: 50%;*/
/*    margin-left: -100px;*/
/*}*/
.code-login-box {
    width: 100px;
    height: 100px;
    position: relative;
    /*left: 55%;*/
    margin-left: 50px;
}
.code-mask {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    background: #333;
    opacity: 0.8;
    z-index: 9;
    display: none;
}
.code-font {
    position: absolute;
    top: 15px;
    color: #fff;
    z-index: 10;
    font-size: 15px;
    left: 5px;
    display: none;
}
  .flash-code {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff;
    background: #58b7ff;
    padding: 5px 10px;
    font-size: 16px;
    left: 25px;
    border-radius: 3px;
      cursor: pointer;
    display: none;
}
  .code-logo {
      width: 40px;
      height: 40px;
      background: url('/images/login/code-logo.png') no-repeat #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .finance{
      width: 100px;
      height: 100px;
      margin-left: 20px;
  }