
.wait_box{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	background: url(../../img/mask.png);
	z-index: 999;
}
.wait_box>img{
	position: absolute;
    left: 44%;
	top: 35%;
}

.login-box {
	position: relative;
	height: 580px;
	background:url(../../img/loginbg2.png) no-repeat top center;
}
.mark_box{
	-webkit-background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 580px;
	z-index: 10;
}

.logo_tklogo {
	height: 66px;
	float: left;
}

.logo_tklogo li {
	float: left;
	padding: 0 20px 0 20px;
	border-left: 2px solid #e9e9e9;
}


.login_main {
	position: absolute;
	right: 8%;
	top: 10%;
	max-width: 2000px;
	z-index: 100;
}
.login_usertype {
	height: 50px;
	line-height: 50px;
	width: 428px;
	-webkit-box-shadow: 0 0 15px #CCCCCC;
	-moz-box-shadow: 0 0 15px #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
	position: absolute;
	bottom: -10px;
	left: -10px;
	background: #FFFFFF;
    font-size: 14px;
    color: #878787;
    text-align: center;
}
.login_usertype li{
	float: left;
	width: 50%;
	text-align: center;
	height: 20px;
	font-size: 18px;
	color: #636363;
}
.login_main_input {
	width: 400px;
	background: #FFFFFF;
	padding: 0 35px 55px 35px;
	position: relative;
	box-shadow: 10px 10px 0 rgba(255,255,255,.5);
}
.login_logintype {
	border-bottom: 1px solid #cccccc;
}

.login_logintype span {
	display: inline-block;
	height: 80px;
	width: 50%;
	font-size: 18px;
    line-height: 90px;
    text-align: center;
    font-weight: bold;
    color: #999999;
    
    cursor: pointer;
}
.login_logintype .firstspan{
	 margin-right: 45px;
}
.login_logintype .active {
	color: #333333;
    border-bottom: 2px solid #04c0af;
    font-weight: bold;
}

.login_login_group {
	height: 62px;
	vertical-align: bottom;
	padding-top: 27px;
	position: relative;
}

.login_login_group i {
	    display: inline-block;
    height: 34px;
    width: 34px;
    float: left;
    margin: 0 5px 0 0;
}

.login_login_group input {
	display: inline-block;
	height: 34px;
	width: 291px;
	font-size: 16px;
	float: left;
	outline: none;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
}
#user_pwd {
	letter-spacing: 2px;
}
#check_num {
	position: absolute;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    right: 0;
    bottom: 3px;
    padding: 0 10px;
    cursor: pointer;
}
.error_msg {
	margin-top: 10px;
	font-size: 12px;
	padding-left: 38px;
    color: #ff0000;
}
.login_submit {
	width: 330px;
    height: 40px;
    color: #ffffff;
    background: url(../../img/btnBg1.jpg) repeat-y center center ;
    font-size: 16px;
    letter-spacing: 10px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto 0 auto;
    padding-left: 10px;
    cursor: pointer;
}
#other_serves {
    margin-top: 25px;
    font-size: 14px;
    color: #686868;
}
.find_password {
	float: right;
}
.find_password {
	color: #686868;
}
#login_register {
	color: #04C0AF;
	text-decoration:underline;
}
.login_login_group .user_checknum {
	width: 200px;
	margin: 0 10px 0 0;
}
.login_usertype b{
	color:#04C0AF;
	cursor: pointer;
	text-decoration: underline;
}
.login_usertype i{
	font-style: normal;
}
#user_phone_code {
	width: 180px;
	font-size: 16px;
}
.getmobelcheck {
	background: #04C0AF;
}
.noegetmobelcheck {
	background: #cccccc;
}
.footer .energy{
	background: none!important;
}
.footer{
	background: none!important;
}
#typelabel {
    position: absolute;
    top: 0;
    right: 0;
}
input:-webkit-autofill { 
	box-shadow: 0 0 0px 1000px white inset !important;
}
#user_name.placeholder{
	background: url(../../img/user_name.png) no-repeat left center ;
}
#user_pwd.placeholder{
	background: url(../../img/user_pwd.png) no-repeat left center ;
}
#user_phone.placeholder{
	background: url(../../img/user_phone.png) no-repeat left center ;
}
#user_phone_code.placeholder{
	background: url(../../img/user_phone_code.png) no-repeat left center ;
}

#mvaildCode.placeholder{
	background: url(../../img/codetip.png) no-repeat left center ;
}