@charset "utf-8";
.login-layout1 .login-layout{
    background: url("../images/login/login-bg.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.login-layout1 .login-bg {
    background: url("../images/login/login-bg.png");
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 600px;
    z-index: -10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}
/*logo*/
.login-layout1 .login-logo{
    padding: 25px 40px;
}
.login-layout1 .login-logo img{
    width: 430px;
}
/*右侧布局*/
.login-layout1 .login-right-container{
    background: rgba(0,0,0,.36);
    width: 420px;
    height: auto;
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 10px;
}
.login-layout1 .login-right-container .slogan{
    text-align: center;
    margin-bottom: 80px;
}
.login-layout1 .login-right-container .item-radiobox{
    border: none;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}
.login-layout1 .login-form{
    position: absolute;
    top: 100px;
    width: 100%;
}

.login-layout1 .login-info-container {
    width: 265px;
    margin: 0 auto;
}
/*提示文本字体颜色*/
input:-moz-placeholder {
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

input.input-inner:-ms-input-placeholder{
    color: #ddd;
}

input.input-inner::-webkit-input-placeholder{
    color: #ddd;
}

/*登录按钮*/
.login-layout1 .login-input{
    position: relative;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.login-layout1 .login-input .input-inner {
    width: 100%;
    color: #fff;
    background-color: rgba(255,255,255,0.4);
    background-image: none;
    height: 28px;
    line-height: 28px;
    float: left;
    padding: 0 15px;
    padding-left: 30px;
    border-radius: 17px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    -webkit-text-fill-color: #ffffff;
    caret-color: #fff; /* 光标颜色 */
}
.login-layout1 .login-input input.input-inner:focus { outline: none; }
.login-layout1 .login-input input.input-inner:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}
.login-layout1 .input-prefix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
    left: 8px;
    transition: all .3s;
}
.login-layout1 .input-prefix .input-icon{
    width: 25px;
    line-height: 28px;
    height: 100%;
    text-align: center;
    transition: all .3s;
}
/*登录按钮*/
.login-layout1 .login-button{
    position:relative;
}
.login-layout1 .login-button .button{
    width: 100%;
    height:36px;
    line-height: 36px;
    color:#fff;
    text-align: center;
    border-radius: 17px;
    border: none;
    background: -webkit-linear-gradient(to right,#00DAFF,#307BE8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#00DAFF,#307BE8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#00DAFF,#307BE8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#00DAFF,#307BE8); /* 标准的语法 */
    outline: none;
    z-index: 10;
    font-size: 0.8rem;
}
/*二维码切换手柄*/
.login-layout1 .handle-switch{
    background: #727720;
    width: 160px;
    height: 160px;
    transform: rotate(45deg) translateY(-70%);
    position: absolute;
    right: 0;
    cursor: pointer;
}
.login-layout1 .handle-switch img{
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate( -55px,0%);
}
/*登录二维码模式*/
.login-layout1 .QR-code{
    width: 100%;
    margin-top: 80px;
    text-align: center;
}
.login-layout1 .QR-code img{
    width: 100px;
    margin: 0 auto;
}

.login-layout1 .QR-code .title-division-line{
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.login-layout1 .QR-code .title-division-line:before,
.login-layout1 .QR-code .title-division-line:after{
    content: '';
    height: 1px;
    background: #dbdbdb;
    width: 120px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.login-layout1 .QR-code .title-division-line:before{
    left: 50px;
}
.login-layout1 .QR-code .title-division-line:after{
    right: 50px;
}
.login-layout1 .QR-code .title-division-line>span{
    padding: 0px 20px;
    background: transparent;
    color: #dbdbdb;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/*登录页改版 - 开始*/
.login-layout .head{
    height: 140px;
    text-align: center;
    position: relative;
}
.login-layout .head .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 967px;
    height: 63px;
}
.login-layout .body{
    position: relative;
    height: 600px;
    background-image: url("../../static/images/login/login_bg.png");
    background-repeat:  no-repeat;
    background-size: 100% 100%;
}
.login-layout .body .login-info-box{
    width: 350px;
    height: 360px;
    position: absolute;
    right: 400px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.login-layout .foot{
    height: 200px;
    text-align: center;
    padding-top:50px;
}
.login-layout .foot .text{
    font-size: 0.8rem;
    color:#A9A9A9;
}
.login-info-box .up-right-corner{
    position: absolute;
    right: -1px;
    top: -1px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    transition-delay: 100ms;
}
.login-info-box .up-right-corner.password{
    background: url("../images/login/zhiwen.png");
}
.login-info-box .up-right-corner.password:hover{
    background: url("../images/login/zhiwen _hover.png");
}
.login-info-box .up-right-corner.zhiwen{
    background: url("../images/login/mima.png");
}
.login-info-box .up-right-corner.zhiwen:hover{
    background: url("../images/login/mima_hover.png");
}

.login-info-box .box_head{
    height:80px;
    padding-top: 25px;
    text-align: center;
    box-sizing: border-box;
}
.login-info-box .box_head h4{
    font-weight: 400;
    color: #373737;
    font-size: 1.2rem;
    font-family: '黑体';
}
.login-info-box .box_body{
    text-align: center;
    padding: 0px 30px 10px 30px;
}
.login-input{
    position: relative;
    margin-top: 15px;
    text-align: left;
}
.login-input .input-inner{
    width: 100%;
    height: 34px;
    padding-left: 36px;
    padding-right: 20px;
    border: 1px solid #BAC3CC;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
}
.login-input .input-prefix{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 8px;
    line-height: 34px;
}
.login-input .input-prefix i{
    font-size: 1rem;
    color: #BAC3CC;
}
.remember-password{
    margin-top:30px;
}
.validateCode+.remember-password{
    margin-top: 12px;
}
.login-button{
    margin-top: 20px;
}
.validateCode+.login-input+.login-button{
    margin-top: 15px;
}
.login-button .button{
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #4D90FD;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 0.75rem;
}
.validateCode{
    display: flex;
}
.validateCode-input{
    width: 180px;
}
.validateCode-show{
    background: #f5f5f5;
    height: 40px;
    margin-left: 5px;
    width: 110px;
    overflow: hidden;
    margin-top: -3px;
}
.validateCode-show img{
    width: 122px;
    height: 54px;
    margin-top: -5px;
    margin-left: -2px;
}
.login-input .item-radiobox{
    padding-left:0;
    cursor: pointer;
}
.login-input .item-radiobox .radio-box{
    cursor: pointer;
}
/*指纹的登录*/
.login-info-box .box_body .step-block{
    width: 252px;
    height: 122px;
    margin: 0 auto;
    background: url("../../static/images/login/zhiwen_01.png") center no-repeat;
}
.login-info-box .box_body .step-block.being{
    background: url("../../static/images/login/zhiwen_02.png") center no-repeat;
}
.login-info-box .box_body .step-block.finish{
    background: url("../../static/images/login/zhiwen_03.png") center no-repeat;
}

.login-info-box .step-block .moving-line{
    width: 252px;
    height: 15px;
    background: url("../../static/images/login/move_line.png") no-repeat;
    background-size:100% 100%;
}
.login-info-box .zhiwen+.box_head+.box_body{
    padding: 55px 30px 100px 30px;
    background: url(../../static/images/login/zhiwen_bg.png) center no-repeat;
    background-size: 100% 100%;
}
/*记住密码*/
.login-info-box .radio-box input:checked:before {
    background: #F37327;
    border-color: #F37327;
    border-radius: 2px;
}

/*登录页动画-开始*/
.login-layout .body .left-part{
    position: absolute;
    width: 550px;
    height: 390px;
    right: 920px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../../static/images/login/login_img.png") no-repeat;
}
.login-layout .body .left-part .page{
    width: 191px;
    height: 247px;
    background:url("../../static/images/login/page.png") no-repeat;
    position: absolute;
    left: 95px;
    top: -55px;
    /*animation: page 100s linear infinite;*/
    animation:grow 2s 0.4s 1 ease, common-move 1s 3.3s infinite alternate ease-in-out;
}
.login-layout .body .left-part .cloud{
    width: 76px;
    height: 66px;
    background:url("../../static/images/login/cloud.png") no-repeat;
    position: absolute;
    right: 175px;
    top: -10px;
    animation:grow 0.7s 0.4s 1 ease, could-move 20s 3s infinite  ease-in-out;
}
.login-layout .body .left-part .phone{
    width: 196px;
    height: 199px;
    background:url("../../static/images/login/phone.png") no-repeat;
    position: absolute;
    right: -80px;
    bottom: 50px;
    animation: grow 1.3s 0.6s 1 ease, phone-move 10s 2s  infinite ease-in-out;
}
.login-layout .body .left-part .phone:hover{
    animation:grow 2s 0.4s 1 ease, common-move 1s infinite alternate ease-in-out;
}

@keyframes cloud {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    99.99999% {
        transform: rotateX(10deg) rotateY(60deg);
    }
}

@-webkit-keyframes grow /* Safari and Chrome */
{
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes could-move /* Safari and Chrome */
{
    0% {
        transform: translate(0px,0px);
    }
    20% {
        transform: translate(5px,0px);
    }
    40% {
        transform: translate(10px,0px);
    }
    60% {
        transform: translate(10px,0px);
    }
    80% {
        transform: translate(5px,0px);
    }
    100% {
        transform: translate(0px,0px);
    }
}
@-webkit-keyframes common-move /* Safari and Chrome */
{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    33% {
        -webkit-transform: rotate(-0.5deg);
        transform: rotate(-0.5deg);
    }
    66% {
        -webkit-transform: rotate(0.5deg);
        transform: rotate(0.5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes phone-move /* Safari and Chrome */
{
    0% {
        transform: translate(0px,0px);
    }
    25% {
        transform: translate(3px,3px);
    }
    50% {
        transform: translate(6px,6px);
    }
    75% {
        transform: translate(3px,3px);
    }
    100% {
        transform: translate(0px,0px);
    }
}
/*登录页动画-结束*/


/*媒体查询处理 小于1366屏-开始*/
@media (max-width:1440px) {
    .login-layout .body .left-part{
        right: 750px;
    }
    .login-layout .body .login-info-box{
        right: 240px;
    }
}
@media (max-width:1366px) {
    .login-layout .body .left-part{
        right: 650px;
    }
    .login-layout .body .login-info-box{
        right: 150px;
    }
}

/*媒体查询处理 小于1366屏-开始*/

/*登录页改版 - 结束*/