html,body{
    height: 100%;
}
.login-wrap .w1200{
    width: 1200px;
    margin: 0 auto;
}
.login-wrap{
    /*background: url(../images/bg/regist-bg.jpg) #395993;*/
    background:  #395993;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.logo-box a{
    background: url(../images/logo.png) no-repeat;
    height: 48px;
    display:inline-block;
    width: 367px;
    margin-top: 20px;
}
.login-dialog{
    width: 550px;
    height: 400px;
    background-color: rgba(255, 255, 255,0.95);
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 40px 45px 40px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(4,0,0,0.2);
}
.login-head{
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #3e4956;
    line-height: 1;
}

.login-dialog.second{
    height: 450px;
}
.login-dialog .inner-layer .welcome-l{
    font-size: 22px;
    color: #3e4956;
    line-height: 1;
}
.input-wrap .m-mali,.input-wrap .m-password,.input-wrap .m-code{
    font-size: 14px;
    color: #3e4956;
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 24px;
}
.input-wrap .m-password{
    margin-top: 22px;
}
.input-wrap .m-code{
    margin-top: 21px;
}
.input-wrap .m-input input{
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd4d6;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
}
.input-wrap .m-input{
    position: relative;
}
.input-wrap{
    display: none;
}
.input-wrap .m-input input:focus{
    border: 1px solid #4d7cfe;
}
.m-password .forgot-pwd{
    cursor: pointer;
    color: #4d7cfe;
}
.m-password .forgot-pwd:hover{
    text-decoration: underline;
}
.m-input.code .code-img{
    margin-left: 27px;
    display: inline-block;
    position: relative;
}
.m-btn{
    margin-top: 30px;
}
.m-btn .login-btn{
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #4d7cfe;
    background: #4d7cfe;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    padding: 0;
    -webkit-transition: border .3s, background-color .3s;
    -moz-transition: border .3s, background-color .3s;
    transition: border .3s, background-color .3s;
}
.m-btn .login-btn:hover{
    background: #3b6bf0;
}
.m-error{
    color: #ff5c5c;
    font-size: 12px;
    position: absolute;
    bottom: -17px;
    left: 0;
    line-height: 1;
}
.m-input.error input{
    border: 1px solid #ff5c5c;
}
.m-change{
    width:108px;
    height: 25px;
    line-height: 26px;
    background: #5b687e;
    color:#fff;
    border-radius: 3px;
    position: absolute;
    top: -28px;
    left: -22px;
    text-align: center;
    display: none;
}
.code-img:hover .m-change{
    display: block;
}
.m-change:after{
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    bottom: -5px;
    margin-left: 50px;
    border-top: 5px solid #5b687e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.m-input .m-del{
    position: absolute;
    right: 8px;
    top: 5px;
    padding: 5px;
    opacity: 0.5;
    visibility: hidden;
}
.m-input .m-del:hover{
    opacity: 0.9;
}
.m-input .pre-in{
    display: inline-block;
    width: 100%;
    position: relative;
}
.input-wrap .m-input.code .pre-in{
    width: 65%;
}
.account-app{
    width: 400px;
    box-sizing: border-box;
    margin:0 auto;
    padding-top: 40px;
}
.account-app .account-btn{
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #fff;
    border-color: rgba(255,255,255,0.4);
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 14px;
    line-height: 41px;
    padding: 0;
    -webkit-transition: border .3s, background-color .3s;
    -moz-transition: border .3s, background-color .3s;
    transition: border .3s, background-color .3s;
}
.account-app .account-btn:hover{
    background: rgba(0,0,0,0.4);
}
.account-app .account-btn span{
    margin-right: 11px;
    vertical-align: -1px;
}
.log-tab-btn{
    height: 38px;
    margin-top: -4px;
    margin-bottom: 5px;
    position: relative;
}
.log-tab-btn span{
    display: inline-block;
    width: 158px;
    font-size: 16px;
    color: #3e4854;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.log-tab-btn span:hover{
    color: #3487e3;
}
.log-tab-btn span.first{
    padding-left: 16px;
}
.log-tab-btn span.last{
    padding-left: 2px;
    padding-right: 19px;
}
.log-tab-btn span.active{
    color: #3487e3;
}
/*.log-tab-btn span.active:after{
	content: '';
	position: absolute;
	width: 63px;
	height: 3px;
	background-color: #3487e3;
	bottom: -8px;
	left: 57px;
}*/
.log-tab-btn span.last.active:after{
    left:39px;
}
.m-internet{
    text-align: center;
    margin-top: 16px;
    color: #666666;
}
.m-internet a{
    color: #4d7cfe;
}
.m-internet a:hover{
    text-decoration: underline;
}
.sao-code{
    text-align: center;

}
.sao-code span{
    width: 202px;
    height: 202px;
    display: block;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.code-phone{
    cursor: auto;
    margin: 51px auto;
    margin-bottom: 0;
    height: 202px;
    transition: all 0.3s ease-in-out;
}
/*.code-phone:hover .code-phone-left{
	left: 123px;
	transition: all 0.3s ease-in-out;
}
.code-phone:hover .code-phone-left.no-hover{
	left: 50%;
}*/
.code-phone.no-hover{
    cursor: auto!important;
}
.code-phone-left{
    left: 50%;
    margin-left: -101px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
/*.code-phone:hover .code-phone-img{
	opacity: 1;
	transition: all 0.4s ease-in;
}*/
.code-phone-img{
    opacity: 0;
    position: absolute;
    right:21px;
    top: 114px;

}
.sao-app{
    margin-top:11px;
    margin-bottom: 56px;
    font-size: 14px;
}
.sao-app a{
    color: #4d7cfe;
}
.sao-notice{
    color: #888888;
}
.sao-success{
    color: #333333;
    font-size: 18px;
}
.sao-code i{
    margin-top: 96px;
    margin-bottom: 21px;
    cursor: auto;
}
.sao-success{
    padding-left:3px;
}
.sao-notice{
    padding-left: 3px;
    margin-top: 11px;
    margin-bottom: 101px;
}
.sao-failure{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
}
.sao-failure label{
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    margin-top: 67px;
}
.sao-failure a{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-color: #4d7cfe;
    color: #ffffff;
    font-size: 14px;
    margin: 15px auto;
    border-radius: 3px;
    color: #ffffff;
}
.sao-failure a:hover{
    background-color: #2671c4;
}
.sao-app a:hover{
    text-decoration: underline;
}
.log-tab-btn label{
    position: absolute;
    width: 63px;
    height: 3px;
    background-color: #3487e3;
    bottom:6px;
    left: 56px;
}
