@charset "utf-8";
html,body{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
body{
    padding:0;
    width: 100%;
    height: 100%;
    background: #5aaefe;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 620px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login-form-container{
    width: 300px;
    background-color:#fff;
    padding:20px;
    height:520px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    position:relative;
}
.l-input{
    height: 48px;
    width:100%;
    background:#F5F7FA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.l-input.error{
    border:solid 1px red;
}
.l-input > * {
    float:left;
}
.l-input > .ico{
    width: 30px;
    height:30px;
    display: inline-block;
    background:url(../../images/l-mobile.png) center no-repeat;
    background-size:contain;
    margin-top:10px;
    margin-left:10px;
}
.l-input > .ico.lock{
    background:url(../../images/l-lock.png) center no-repeat;
    background-size:contain;
}
.l-input > .ico.code{
    background:url(../../images/l-code.png) center no-repeat;
    background-size:contain;
}
.l-input > input{
    width: 200px;
    display: inline-block;
    margin-top:16px;
    margin-left:10px;
    border:0;
    background-color:transparent;
    outline: none;
}
.l-input.code input{
    width:126px;
}
.l-input.code .code-wrap{
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    margin-top: 7px;
    margin-left: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}
.l-remember,.goto-registe{
    font-size:12px;
}
.l-remember td:last-of-type *,.goto-registe *{
    color:#4C8EFF;
}
.login-form-container .blue-btn{
    color:#fff;
    background-color:#4C8EFF;
    width:100%;
    border:0;
    padding:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a{
    text-decoration: none;
}
.l-copy-right{
    font-size:12px;
    color:rgba(255,255,255,.7);
    position:absolute;
    width:500px;
    bottom:10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.goto-home{
    position:fixed;
    top:10px;
    left:10px;
    padding:8px 16px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color:#388AE5;
    color:#fff;
    font-size:12px;
    display: block;
}
.goto-home .ico{
    width: 24px;
    height:24px;
    display: inline-block;
    background:url(../../images/goto-home-ico.png) center no-repeat;
    background-size:contain;
}
.goto-home > *{
    float:left;
}
.goto-home > span{
    margin-top:4px;
}
.account-type-tab{
    list-style: none;
    margin:0;
    padding:0;
}
.account-type-tab > li{
    list-style: none;
    text-align: center;
    color:#666666;
    font-size: 16px;
    float:left;
    width:50%;
    height: 36px;
    border-bottom:solid 1px #E6E6E6;
    cursor: pointer;
}
.account-type-tab > li.active{
    border-bottom:solid 2px #4C8EFF;
    color:#4C8EFF;
}
.login-form-wrap{
    width:1000px;
    height:auto;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.login-form-wrap > *{
    float:right;
}
.login-form-wrap .left-banner{
    width:50%;
    height:480px;
    float:left;
    padding-top:20px;
}
.form-error-tips{
    padding-left: 20px;
    background: url(../images/danger_tips.png) no-repeat left center;
    line-height: 20px;
    color: #dc0a08;
    font-size: 12px;
    opacity: 0;
    height:0;
    /*margin-top:5px;
    margin-bottom:10px;*/
}
.form-error-tips.active{
    opacity: 1;
    height:20px;
}
@media (max-width: 1366px){
    .l-input > .ico{
        margin-top: 6px;
    }
    .login-form-container{
        height: 460px;
    }
    .login-form-wrap {
        width: 1000px;
        height:500px;
    }
    .left-banner{
        width:477px;
    }
    .l-input{
        height: 42px;
    }
    .l-input > input{
        height:25px;
        margin-top:8px;
    }
    .l-input > .ico.lock{
        margin-top: 6px;
    }
    .l-input.code .code-wrap{
        height: 34px;
        margin-top: 4px;
        margin-left: 14px;
    }
    .form-error-tips{
        margin-top:0;
        margin-bottom:0;
    }
}
.hide{
    display: none;
}
.l-input.code .dynamic-pass{
    background-color: #4C8EFF;
    color:#fff;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size:14px;
}
.l-input.code .dynamic-pass.active{
    background-color: #B8BFCC;
}
.login-way-ico{
    width:40px;
    height:40px;
    position:absolute;
    top: 5px;
    right: 5px;
    background: url(../images/login-code-ico.png) center center;
    background-size: contain;
    cursor: pointer;
}
.login-way-ico > div{
    width:128px;
    height:30px;
    background:url(../images/login-code-txt.png) center center;
    background-size: contain;
    position:absolute;
    right: 40px;
    bottom: 4px;
    display: none;
}
.login-way-ico:hover > div{
    display: block;
}
.login-way-ico[data-w-t="1"]{
    background: url(../images/login-pass-ico.png) center center;
    background-size: contain;
}
.login-way-ico[data-w-t="1"] > div{
    background:url(../images/login-pass-txt.png) center center;
    background-size: contain;
}
.code-way-form-container{
    text-align: center;
}
.code-way-form-container{
    margin-top:70px;
}
.code-way-form-container .code-wrap{
    width: 160px;
    height: 160px;
    background-color: rgba(0,0,0,.2);
    display: inline-block;
    margin-top: 30px;
    position: relative;
 }
.code-way-form-container .code-wrap .code-invalid-container{
    display: none;
    opacity: 0;
}
.code-way-form-container .code-wrap.code-invalid .code-invalid-container{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    display: block;
    opacity: 1;
}
.code-way-form-container .code-wrap.code-invalid .code-invalid-container .blue-btn {
    width:70%;
}
.code-way-form-container .code-wrap.code-invalid .code-invalid-container .blue-btn img{
    width: 13px;
    position: relative;
    top: 1px;
    margin-right: 6px;
}