* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
html {
    height: 100%;
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
	background: url(../img/login_bg.png) 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: 800px;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -270px;
    left: 50%;
    margin-left: -400px;
}
.tdxk {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 100px;
}
.logo {
    /*width: 400px;*/
    margin: 0 auto;
    text-align: left;
}
.logo-icon{
	margin: 0 auto;
    display: block;
    /*margin-bottom: 30px;*/
}
.lower-tip{
	display: block;
	padding:30px 10px;
	font-size:14px;
	color: #666;
}
.logo-newyear{
	width: 100%;
}
.msg{
    color:#fff;
}
.msg a{
    color:#fff;
}
.msg a:hover{
    color: #EFE4B0;
}
#center{
    margin: 0 auto;
    text-align: center;
}
#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%;
}
.input-wrap {
    height: 50px;
    color: #666;
    margin: 20px auto;
	border-bottom: 1px solid #c6d3dd;
}
.input-wrap:hover{
	border-bottom: 1px solid #0e86fe;
}
span.login-title-separator {
    margin-left: 10px;
}
.input-wrap:hover .login-title-separator{
	color: #0e86fe;
}
.input-wrap.password{
}
.input-wrap input{
    border: none;
    width: 266px;
    height: 30px;
    line-height: 30px;
    outline: none;
    font-size: 16px;
    background: transparent;
}
.input-wrap label{
    width: 70px;
    text-align: right;
    display: inline-block;
}
.login_btn{
    margin-top: 0px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 254px;
    /*font-size: 10px;*/
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight: bold;
	background: url(../img/login_btn.png) no-repeat center center;
	background-size: cover;
	/*针对IE8的hack，目的是除掉之前background*/
	background: none\9;
}
#center i{
    position: relative;
}
#center i img{
    width: 20px;
    position: relative;
    top: 4px;
}
#changeLogin{
    height: 380px;
    /*width: 364px;*/
    padding: 20px 20px;
    border: 1px solid #c6d3dd;
    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: 20px;*/
    position: relative;
}
.changeLogin-bg{
	width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
	background:#fff;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.changeLogin-bg-left{
	position: absolute;
    left: -195px;
    top: 90px;
}
.changeLogin-bg-right{
	position: absolute;
    right: -180px;
    top: -15px;
}
#changeWay{
    width: 100%;
    height: 50px;
	border-bottom: 1px solid #c6d3dd;
	font-size: 18px;
}
#numSpan,#imgSpan{
    display: block;
    width: 49%;
    float: left;
    color: #666;
    cursor: pointer;
}
.waySpan{
    display:inline-block;
    height:40px;

}
.selectedSpan{
	color: #0e86fe;
}
.boxShow{
    display:block;
}
.boxHidden{
    display:none;
}
.company{
	text-align:center;
	font-size: 13px;
    line-height: 40px;
	margin-top: 15px;
	color: #fff;
}
#changeWay-split {
    height: 20px;
    width: 1px;
    background: #c6d3dd;
    float: left;
    margin-top: 3px;
}
.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: #0e86fe;
}
#erweima{
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
#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:16px;
	color:#fff;
}
.backLogin{
    display:block;
    width:200px;
    height:20px;
    line-height:20px;
    font-weight:bold;
    margin:0 auto;
    margin-top:20px;
    color:#0e86fe;
    font-size:14px;
    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: 15px;
    font-size: 16px;
	color: #666;
}
.app-link>a{
    color:#666;
    text-decoration:none;
}
@media (min-width: 1600px) {
	/* #changeLogin{ */
		/* width: 420px; */
		/* height: 370px; */
	/* } */
	/* .login_btn{ */
		/* margin-top: 30px; */
	/* } */
	/* .input-wrap{ */
		/* margin: 30px auto; */
	/* } */
	/* .input-wrap input{ */
		/* width: 300px; */
	/* } */
	/* #erweima{ */
		/* width:200px; */
		/* height: 200px; */
		/* margin-top: 40px; */
	/* } */
}
@media (min-width: 1920px) {
	/* #changeLogin{ */
		/* width: 460px; */
		/* height: 420px; */
	/* } */
	/* .login_form{ */
		/* margin-top: -320px; */
	/* } */
	/* .login_btn{ */
		/* margin-top: 40px; */
		/* width: 340px; */
		/* height: 55px; */
	/* } */
	/* .input-wrap{ */
		/* margin: 35px auto; */
	/* } */
	/* .input-wrap input{ */
		/* width: 340px; */
		/* font-size:20px; */
	/* } */
	/* #changeWay{ */
		/* font-size:22px; */
	/* } */
	/* #erweima{ */
		/* width:240px; */
		/* height: 240px; */
		/* margin-top: 60px; */
	/* } */
	/* .app-link{ */
		/* font-size: 20px; */
	/* } */
	/* .company{ */
		/* font-size: 16px; */
	/* } */
}
@media (min-width: 2550px) {
	/* #changeLogin{ */
		/* width: 620px; */
		/* height: 500px; */
	/* } */
	/* .logo-icon { */
		/* width: 500px; */
	/* } */
	/* .login_form{ */
		/* margin-top: -400px; */
	/* } */
	/* .login_btn{ */
		/* margin-top: 40px; */
	/* } */
	/* .input-wrap{ */
		/* margin: 55px auto; */
	/* } */
	/* .input-wrap input{ */
		/* width: 440px; */
		/* font-size:24px; */
	/* } */
	/* #changeWay{ */
		/* font-size:26px; */
		/* height: 65px; */
	/* } */
	/* #erweima{ */
		/* width:240px; */
		/* height: 240px; */
		/* margin-top: 60px; */
	/* } */
	/* .app-link{ */
		/* font-size: 20px; */
	/* } */
	/* .company{ */
		/* font-size: 16px; */
	/* } */
}
