* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
html {
    height: 100%;
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
	background: url(login_bg.jpg?20210105) no-repeat;
    background-size: 100% 100%;
    -moz-user-select: none;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    -khtml-user-select: none;
    user-select: none;
	position: relative;
}
.login_bg{
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login_form {
    width: 412px;
    height: 500px;
    position: absolute;
    bottom: 45%;
    left: 50%;
    margin-left: -50%;
    margin-bottom: -50%;
}
img.right-bg {
    position: absolute;
    top: 0;
    width: 400px;
    right: -400px;
}
.compony {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 55px;
    color: #fff;
}
.tdxk {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 100px;
}
.logo {
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 1;
}
.logo-icon{
    margin: 0 auto;
    display: block;
    margin-left: 10%;
    margin-top: 20px;
}
.logo-new-year{
    width: 300px;
    display: block;
    margin: 0 auto 25px;
}
.lower-tip{
	display: block;
	padding:10px;
	font-size:14px;
	color: #fff;
}
.logo-newyear{
	width: 100%;
}
.msg{
    color:#fff;
    margin: 10px 0;
}
.msg a{
    color:#7c5929;
}
.msg a:hover{
    color: #0078f6;
}
#center{
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#tip {
    padding: 0 20px;
    background: #ffe5e5;
    color: #aa0000;
    height: 26px;
    line-height: 26px;
    visibility: hidden;
    font-size: 12px;
    border-radius: 12px;
    margin: 8px auto 0;
    max-width: 60%;
}
div#passWordLogin {
    padding: 0 25px;
}
.input-wrap {
    height: 40px;
    color: #666;
    margin: 30px auto;
	border-bottom: 1px solid #ddd;
    text-align: left;
    padding-left: 15px;
}
.input-wrap:hover{
	border-bottom: 1px solid #0078f6;
}
span.login-title-separator {
    margin-left: 10px;
}
.input-wrap:hover .login-title-separator{
	color: #0078f6;
}
.input-wrap.password{
}
.input-wrap input{
    border: none;
    width: 220px;
    height: 30px;
    line-height: 30px;
    outline: none;
    font-size: 14px;
    background: transparent;
}
.input-wrap label{
    width: 70px;
    text-align: right;
    display: inline-block;
}
.login_btn{
    margin-top: 5px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight: bold;
    background: url(login_btn.png) no-repeat center center;
    background-size: 280px 40px;
	/*针对IE8的hack，目的是除掉之前background*/
	background: none\9;
}
#center i{
    position: relative;
}
#center i img{
    width: 12px;
    position: relative;
    top: 2px;
}
#changeLogin{
    overflow: hidden;
    width: 390px;
    min-height: 300px;
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    -moz-box-shadow: 2px -2px 26px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px -2px 26px rgba(0,0,0,.2);
    box-shadow: 2px -2px 26px rgba(0,0,0,.2);
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    background: #fff;
}
.changeLogin-bg{
	width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
	background:#fff;
}
#changeWay{
    width: 100%;
    height: 60px;
    line-height: 50px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
#numSpan,#imgSpan{
    display: block;
    width: 49%;
    float: left;
    color: #333;
    cursor: pointer;
}
.waySpan{
    display:inline-block;
    height:40px;

}
.selectedSpan{
	color: #0078f6;
}
.boxShow{
    display:block;
}
.boxHidden{
    display:none;
}
.company{
	text-align:center;
	font-size: 13px;
    line-height: 40px;
	margin-top: 15px;
}
#changeWay-split {
    height: 20px;
    width: 1px;
    background: #eee;
    float: left;
    margin-top: 10px;
}
.input-wrap span.split {
    height: 20px;
    width: 1px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.input-wrap:hover span.split{
	background: #0078f6;
}
.input-wrap.captcha{
	text-align:left;
    margin-left: 0 !important;
}
#captcha{
	width: 90px;
}
#captchaImg{
	height: 29px;
	width: 110px;
	vertical-align: middle;
}
img.captchaStatus {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
#erweima{
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
#userImg{
    overflow:hidden;
    width:364px;
    height:322px;
    margin:0 auto;
    margin-top:52px;
    background:rgba(241, 240, 240, 0.466);
    border-radius:10px;
}
#headIcon{
    width:160px;
    height:160px;
    margin:0 auto;
    margin-top:50px;
    background:#fff;
}
.mobileCue{
    display:block;
    width:200px;
    height:20px;
    line-height:20px;
    margin:0 auto;
    margin-top:10px;
    font-size:13px;
}
#nickName{
    display:block;
    width:200px;
    height:20px;
    line-height:20px;
    margin:0 auto;
    margin-top:20px;
    font-size:13px;
}
.backLogin{
    display:block;
    width:200px;
    height:20px;
    line-height:20px;
    font-weight:bold;
    margin:0 auto;
    margin-top:20px;
    color:#666;
    font-size:13px;
    cursor: pointer;
}
#overTime{
    width:100%;
    text-align: center;
    overflow:hidden;
}
#invalidImg{
    width:160px;
    height:160px;
    display:block;
    margin:0 auto;
    margin-top:40px;
    cursor: pointer;
    background:#fff;
}
.overTimeSpan{
    display:block;
    margin-top:18px;
    color:#666;
    font-size:16px;
}
.erweimaSpan{
    display:block;
    margin-top:30px;
    color:#666;
    font-size:14px;
}
.app-link{
    display: block;
    margin-top: 10px;
    font-size: 12px;
	color: #666;
}
.app-link>a{
    color:#666;
    text-decoration:none;
}
.footer{
    text-align: center;
     position: fixed;
     bottom: 20px;
     width: 100%;
     left: 0;
 }
 .footer a{
      color: #fff;
      text-decoration: none;
      font-size: 14px;
 }
 .footer a:hover {
     color: #0078f6;
 }
@media (max-width: 1600px) {
    .login_form{
        bottom: 45%;
        width: 320px;
        margin-left: -160px;
        margin-bottom: -200px;
    }
    .logo-new-year {
        width: 290px;
        margin: 0 auto 25px;
    }
    #changeLogin {
        width: 310px;
    }
    .input-wrap input {
        width: 190px;
    }
    #captcha {
        width: 85px;
    }
    #captchaImg{
        width: 80px;
    }
    .login_btn{
        background-size: 220px 40px;
    }
    img.right-bg{
        right: -420px;
    }
}
@media (min-width: 1600px) {
    .logo-icon{
        margin-top: 40px;
    }
    .logo-new-year {
        /* margin: 10px auto; */
    }
    .login_form{
        bottom: 45%;
        width: 500px;
        margin-left: -250px;
        margin-bottom: -200px;
    }
    .msg{
        margin: 20px 35px;
    }
    
}
@media (min-width: 1920px) {
    body {
		background: url(bg_2560.jpg?20210105) no-repeat;
		background-size: 100% 100%;
    }
	.logo-new-year {
        /* margin: 15px auto; */
    }
}
@media (min-width: 2550px) {
	
    #changeLogin {
        padding: 35px 20px;;
    }
}