@charset "utf-8";

* {
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
}
.content {
	margin:0 auto;
	width:320px;
	height:500px;
	position:relative;
}
#error_tips {
	display: none;
	position:absolute;
	top:0;
	z-index:100;
	text-align:center;
}
#error_tips #error_tips_content {
	position:relative;
	width:300px;
	padding:5px;
	margin-left:5px;
	text-align:left;
	background:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-box-shadow:2px 2px 5px #aab4ba;
}
#error_tips #error_tips_content #error_icon {
	position:absolute;
	top:9px;
	display:inline-block;
	width:18px;
	height:14px;
	background:url("../images/android_logo.png") no-repeat -26px 0;
}
#error_tips #error_tips_content #error_message {
	display:inline-block;
	line-height:14px;
	font-size:14px;
	margin-left:25px;
	width:270px;
}
.login {
	margin:0 auto;
	padding-top:30px;
}
.inputstyle {
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	width:278px;
	height:45px;
	color:#333;
	border:none;
	background:none;
	padding-left:10px;
	font-size:20px;
	-webkit-appearance:none;
}
.logo {
	height:100px;
	width:290px;
	margin:0 auto;
	margin-bottom:25px;
	background-size:290px 100px;
}
.header {
	display:inline-block;
	height:97px;
	width:96px;
	text-align:center;
	position:relative;
}
.header img {
	width:60px;
	height:60px;
	position:absolute;
	top:10px;
	left:16px;
}
.header .img_out {
	width:60px;
	height:60px;
	position:absolute;
	top:9px;
	left:15px;
	border:solid 1px #c6dbe8;
	border-radius:4px;
	-webkit-box-shadow:1px 1px 13px #6E6E6E;
}
.nick {
	display:inline-block;
	text-align:center;
	position:absolute;
	top:80px;
	left:0;
	height:20px;
	line-height:18px;
	vertical-align:middle;
}
.del_touch_icon {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	left:60px;
	top:0;
	z-index:1;
}
.del_icon {
	display:block;
	width:24px;
	height:22px;
	background:url("../images/android_logo.png") no-repeat -68px 0;
	border-radius:11px;
}
#web_login {
	display:none;
	width:290px;
	margin:0 auto;
}
#g_u,#g_p,#g_d {
	background: #fff;
	border-radius: 4px;
	border:solid 1px #cacaca;
	position: relative;
}
#g_u,#g_p {
	border-bottom:1px solid #dfdfdf;
	margin-bottom: 10px;
}
.txt_default {
	position:absolute;
	top:12px;
	left:10px;
	color:#b3b3b3;
}
.del_touch {
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	position:absolute;
	right:1px;
	top:-2px;
	display:block;
	height:50px;
	width:68px;
	z-index:1;
}
.del_u {
	display:none;
	position:absolute;
	left:20px;
	top:12px;
	height:22px;
	width:22px;
	background:url("../images/android_logo.png") no-repeat -92px 0;
}
#auto_login {
	display: none;
	width:170px;
	height:30px;
	margin:18px 0 15px 0;
	color:#77838d;
	position:relative;
}
#auto_login #auto_login_wording {
	position:absolute;
	left:40px;
	top:3px;
	line-height:20px;
	height:20px;
	font-size:20px;
}
#auto_login #checkbox_border {
	position:absolute;
	left:0;
	width:24px;
	height:24px;
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
}
#auto_login #checkbox_check {
	position:absolute;
	left:3px;
	top:1px;
	width:26px;
	height:26px;
	background:url("../images/android_logo.png") no-repeat 0 0;
}
#go {
	width:288px;
	height:22px;
	line-height:22px;
	padding:10px 0;
	background:#1659A8;
	border:none;
	border-radius:5px;
	color:#fff;
	font-size:20px;
	text-align:center;
	margin-top:22px;
	cursor: pointer;
}
#switch {
	width:290px;
	margin:0 auto;
}
#switch #swicth_login {
	width:288px;
	height:22px;
	line-height:22px;
	border:solid 1px #cddbe4;
	border-radius:5px;
	background:#f3f9fc;
	padding:10px 0;
	margin-top:10px;
	text-align:center;
	font-size:22px;
	color:#89949d;
}
#switch #zc_feedback {
	padding-top:50px;
	width:280px;
	position:relative;
	font-size:16px;
}
#switch #zc,#switch #feedback {
	color:#388cde;
}
#switch #feedback {
	position:absolute;
	right:0;
}
.tansparent {
	background:none;
}
#vcode {
	margin:0 auto;
	padding-top:40px;
	display:none;
}
#vcode #vcode_tips {
	display:block;
	width:290px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	margin-bottom:15px;
	color:#77838D;
}
#vcode #vcode_area {
	position:relative;
	margin:0 auto;
	width:290px;
	height:70px;
	border-radius:5px;
	border:solid 1px #b8b8b8;
	background:#fff;
}
#vcode #vcode_img {
	position:absolute;
	left:3px;
	width:140px;
	height:70px;
}
#vcode #vcode_input {
	position:absolute;
	top:-1px;
	left:145px;
	width:145px;
	height:70px;
	border:1px solid #9d9d9d;
	background:none;
	-webkit-appearance:none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	line-height:28px;
	font-size:28px;
	-webkit-box-shadow:inset 0 0 10px #ccc;
}
#vcode #input_tips {
	position:absolute;
	top:5px;
	left:150px;
	display:block;
	width:135px;
	height:50px;
	color:#B3B3B3;
	z-index:1;
	padding-top:8px;
}
#vcode #submit {
	width:288px;
	height:22px;
	padding:10px 0;
	background:#7ec82c;
	border:none;
	border-radius:5px;
	color:#fff;
	font-size:22px;
	text-align:center;
	margin:0 auto;
	margin-top:35px;
}
.copyright {
	text-align:center;
	color:#8a949d;
	font-size:10px;
	font-family:Helvetica;
	margin-top:15px;
}
.copyright .en {
	line-height:20px;
	text-shadow: 1px 1px 1px #FFF;
}
.copyright .chs {
	line-height:20px;
	text-shadow: 1px 1px 1px #FFF;
}


.entry {width:302px;height:79px;margin:10px auto;position:relative;}
.entry a {width:79px;height:79px;position:absolute;top:0;font:0/9999px arial;overflow:hidden;-moz-border-radius:5px;border-radius:5px;background:transparent url('../images/clients.png') no-repeat;}
.entry a:hover, #entry a:active {background-color:#ededed;}
.entry #clientIphone {left:0;background-position:0 0;}
.entry #clientAndroid {left:110px;background-position:-110px 0;}
.entry #clientWindows {right:0;background-position:100% 0;}


