		body{ background:#f8f8f8}
		#update{position: fixed;height: 100%;width: 100%;background: #ffffff;z-index: 100;top: 0;left: 0; display:none ;}
		#update .icon{width: 60%; margin:25% auto 30px auto; max-width: 400px;}
		#update .icon img{width: 100%;}
		#update .text{color: #FF3300; text-align: center;font-size: 14px;}
		#update .text b{color: #333333;display: block;font-size:18px;padding-top: 5px;}
		.login{display: none;margin: 0 auto;max-width: 600px;}
		.login .logo{text-align:center; margin-top:20%}
		.login .logo img{width:65%;margin: 0 auto;max-width:360px;}
		
		.loginBox{padding:0px 20px;}
		.loginBox .errorTips{height: 40px;}
		.loginBox .errorTips div{color: #ff3300; text-align: center;height: 35px; line-height: 35px;margin-bottom:10px;font-size: 15px;background: #fff2e0;border-radius: 5px;width: 100%;display: none;}
		.loginBox .login{border:1px solid #ccc; border-radius:5px; background:#fff;}
		.loginBox .login .form inputBox{margin-left:0}
		.loginBox a.btnSubmit{ display:block;color:#fff; font-size:20px; text-align:center; background:#0078d7; text-decoration:none; border-radius:5px; position:relative;margin:20px auto;height: 45px;line-height: 45px;}

		.form{padding: 5px 10px;}
		
		.form .inputBox{position:relative;margin-bottom:15px;border-radius:5px; margin:0px}
		
		.form .textInput{padding:5px;line-height:30px;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;border-radius:0;min-height:45px;text-align:left;border:none;background:transparent none;-webkit-appearance:none; font-size:16px; background:#fff;border-bottom:1px solid #ccc;}
		.form input::placeholder{color: #aaaaaa;} 
		.form .btnClear{width:22PX;height: 22px;position: absolute;right:0px;top:8px;background: url(btn-clear.svg) no-repeat;background-size: 100%;}
		.form .clearPwd{top: 11px;}
		
		.loginBox .select_icon_no{display: none;}
		
		.loading{position: fixed;background: #f8f8f8;z-index: 100;width:100px;top:50%;left:50%;height:140px;margin: -80px 0 0 -50px;font-size: 16px;color: #666666;text-align: center;display: none;}
		.loading span{display: block; margin-bottom: 10px;height: 100px;background: url(loading.gif) no-repeat;background-size: 100%;}

		.agreement{font-size: 12px;color: #999999;}
		.agreement a{color: #0078D7;}