.login-bg{
    width: 100%;
    height: 100%;
    background-image: url(../res/images/01.jpg);
/*    background-image: url(../res/images/02.jpg);*/
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.login-content{
    background-color: #fff;
    height: 100%;
    width: 480px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: auto;
    scrollbar-width: thin;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/* 设置滚动条宽度8px */
.login-content::-webkit-scrollbar {
    width: 8px;
}
/* 设置滚动条轨道的高亮颜色 */
.login-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.login-tab{
    position: absolute;
    padding: 25px 25px 0 0;
    right: 0;
    top: 0;
    cursor: pointer;
}
.login-content .loginIcon-code{
    display: none;
}
.login-content.act .loginIcon-computer{
    display: none;
}
.login-content.act .loginIcon-code{
    display: block;
}
.login-tab:hover .loginIcon-code{
    background-position: -404px -60px;
}
.login-tab:hover .loginIcon-computer{
    background-position: -350px -59px;
}
.login-logo{
    padding-top: 113px;
    width: 100%;
    padding-left: 14px;
    box-sizing: border-box;
    text-align: center;
}
.logon-content-tab{
    width: 100%;
    box-sizing: border-box;
    padding-left: 158px;
    padding-top: 33px;
    position: relative;
}
.logon-content-tab span{
    float: left;
    margin-right: 50px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    padding-bottom: 5px;
}
.logon-content-tab span.act{
    color: #3e83f3;
}
.logon-content-tab span:hover{
    color: #3e83f3;
}
.logon-content-tab label {
    position: absolute;
    width: 56px;
    height: 3px;
    background-color: #3e83f3;
    bottom: -3px;
    left: 159px;
}
.login-content-list{
    padding-top: 33px;
    width: 310px;
    margin: 0 auto;
}
.login-content-list input:focus {
    border: 1px solid #138ff4 !important;
}
.login-input-wrap {
    position: relative;
    width: 100%;
    height: 42px;
    text-align: left;
    line-height: 41px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.login-icon-wrap {
    display: inline-block;
    width: 48px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #cfd4d6;
    border-right: 0;
    box-sizing: border-box;
    background-color: #f6f9fc;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.login-input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    text-indent: 8px;
    border: 1px solid #cfd4d6;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    flex: 1;
    font-size: 13px;
    font-family: auto;
    padding-right: 30px;
}
.login-input-wrap.error .login-input {
    border: 1px solid #f96868;
}
.login-error-word{
    display: none;
    color: #ff5c5c;
    position: absolute;
    bottom: -30px;
    left: 57px;
    font-size: 13px;
}
.login-input-wrap.error .login-error-word{
    display: block;
}
.login-button{
    width: 100%;
    height: 44px;
    background-color: #3e83f3;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    margin-top: 26px;
}
.login-button:hover{
    background-color: #3879e3;
}
.login-rember{
    width: 100%;
    text-align: right;
    color: #3e83f3;
    margin-top: 17px;
   /* margin-left: 5px;*/
    font-size: 13px;

}
.login-rember span:hover{
    cursor: pointer;
    text-decoration: underline;
}
.reg-button{
    width: 100%;
    height: 44px;
    background-color: #f6f9fc;
    border-radius: 3px;
    border: 1px solid #3e83f3;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    color: #3e83f3;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
}
.reg-button:hover{
    background-color: #3e83f3;
    color: #fff;
}
.login-bottom{
    width: 100%;
    padding: 0 74px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.login-bottom-title{
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.login-bottom-title:before{
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: #cccccc;
    left: 0;
    top: calc(50% - 1px);
}
.login-bottom-title:after{
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: #cccccc;
    right: 0;
    top: calc(50% - 1px);
}
.login-bottom-list{
    padding:  0 0 0 26px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 16px;
}
.login-bottom-list a{
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #d6d8dd;
    border-radius: 50%;
    margin:  0 18px;
}
.login-bottom-list a:hover{
    background-color: #f5f8f5;
}
.login-bottom-copy{
    text-align: center;
    color: #999999;
    margin-top: 27px;
    font-size: 12px;
}
.login-bottom-word{
    text-align: center;
    color: #999999;
    margin-top: 3px;
    font-size: 12px;
}
.login-content-phone{
    display: none;
}
.login-content-list.act .login-content-account{
    display: none;
}
.login-content-list.act .login-content-phone{
    display: block;
}
.login-input-wrap.small-input .login-input {
    width: 137px;
}
.sendCode {
    width: 110px;
    height: 42px;
    border-radius: 3px;
    background-color: #EFF5FA;
    color: #848994;
    text-align: center;
    margin-left: 14px;
    line-height: 42px;
    font-size: 13px;
}
.login-item-phone,
.login-item-code{
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.login-item-code{
    display: none;
}
.login-content.act .login-item-phone{
    display: none;
}
.login-content.act .login-item-code{
    display: block;
}
.login-phone-tip{
    color: #666666;
    font-size: 14px;
    margin-top: 33px;
    text-align: center;
}
.login-qrcode-iframe {
    border: 0px none;
    width: 300px;
    height: 300px;
}
.login-other-cur{
    cursor: pointer;
    margin-right: 4px;
    margin-left: 8px;
}
.loginIcon-email{
    background-position: -87px -25px;
    width: 14px;
    height: 12px;
    margin-right: 5px;
    vertical-align: -3px;
}
.login-phone-ecode{
    position: relative;
    border: 1px solid #dddddd;
    width: 310px;
    height: 300px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.login-ecode-failure{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    text-align: center;
    line-height: normal;
    padding-top: 70px;
    box-sizing: border-box;
}
.login-failure-word{
    font-size: 16px;
    color: #333333;
    display: block;
    height: 17px;
    margin-bottom: 18px;
}
.login-failure-refersh:hover{
    text-decoration: underline;
}
.login-failure-refersh{
    color: #3e83f3;
    font-size: 14px;
    cursor: pointer;
}


/*系统切换*/
.system-bg{
    width: 100%;
    height: 100%;
    background-image: url(../res/images/sys01.jpg);
    /*    background-image: url(../res/images/02.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.system-content{
    width: 1000px;
    height: 410px;
    top: 50%;
    margin-top: -205px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}
.system-content-title{
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    width: 100%;
}
.system-content-title span{
    position: relative;
}
.system-content-title span:before{
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: #fff;
    left: -17px;
}
.system-content-title span:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: #fff;
    right: -17px;
}
.system-content-word{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
}
.system-content-list{
    margin-top: 41px;
    font-size: 0;
}
.system-content-item{
  /*  float: left;*/
    width: 320px;
    height: 144px;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-top: 40px;
    padding-left: 38px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    transition: margin-top .3s ease-in-out;
    display: inline-block;
    vertical-align: top;
}
.system-content-item:hover{
    margin-top: 10px;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
}
.system-content-list .system-content-item:nth-child(3n){
    margin-right: 0;
}
.system-content-icon{
    width: 70px;
    height: 66px;
}
.system-content-detail{
    margin-left: 16px;
}
.system-detail-title{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
}
.system-detail-word{
    font-size: 14px;
    color: #333333;
    margin-top: 7px;
}
.login-word{
    top: 36%;
    left: 5.9%;
    position: absolute;
}
.login-word-title{
    font-size: 48px;
    color: #fff;
}
.login-word-small{
    font-size: 24px;
    color: #fff;
    margin-top: 39px;
}

@media screen and (max-width: 1367px) {
    .login-logo {
        padding-top: 25px;
    }
    .login-word{
        top: 30%;
        left: 4.9%;
        position: absolute;
    }
    .login-word-title{
        font-size: 44px;
    }
    .login-word-small{
        font-size: 22px;
    }
}

@media screen and (max-width: 1400px) {
    .login-logo {
        padding-top: 25px;
    }
    .login-word{
        top: 30%;
        left: 4.9%;
        position: absolute;
    }
    .login-word-title{
        font-size: 44px;
    }
    .login-word-small{
        font-size: 22px;
    }
    /*.login-content{
        width: 370px;
    }*/
    /*.logon-content-tab{
        padding-left: 100px;
    }*/
    /*.logon-content-tab label{
        left: 100px;
    }*/
    /*.login-bottom{
        padding: 0 45px;
    }
    .login-bottom-list a{
        margin: 0 10px;
    }*/
    /*.login-bottom-title:before, .login-bottom-title:after{
        width: 85px;
    }*/
    .login-rember{
        margin-top: 10px;
    }
    .login-input-wrap.small-input .login-input{
        width: 90px;
        padding-right: 12px;
    }
    /*.login-bottom-title:before{
        left: 10px;
    }
    .login-bottom-title:before{
        right: 10px;
    }*/
}

.sendCode.gray-bg {
    cursor: not-allowed;
}
.sendCode.gray-bg:hover {
    color: #848994;
}

.login-input::placeholder{
    color: #aeb1b8;
}

.login-input-wrap .ui-slidecontainer{
    height: 40px;
}
.login-input-wrap .ui-slideverify{
    height: 40px;
}
.login-input-wrap .ui-slidebar{
    height: 35px;
}
.login-input-wrap .ui-slideverify .ui-slidebar .ui-slideicon{
    height: 35px;
    width: 45px;
}
.login-input-wrap .ui-slideverify .ui-slidebar .ui-slidetips{
    line-height: 40px;
}
.login-input-wrap .ui-slideverify .reset-authcode{
    top: 12px;
}