*{
	margin: 0;
	padding: 0;	
}
ul li {
	list-style-type:none;
}
a {
	text-decoration:none;
}
body{
	background:url(/weixin/images/timg7.jpg) no-repeat;
	font-family: "微软雅黑";
	font-size:12px;
	background-size:cover;
	
}
h1{
	margin:50px 0 50px 0;
	text-align:center;
	color:#fff;
	margin-left:-25px;
	font-size:40px;
	text-shadow: 0px 1px 1px #555;
}
.login{
	margin:0px 140px;
	width:370px;
	background: rgba(255,255,255,.4);
	box-shadow: 0 0 30px black;
	border-radius: 10px;
	border:0;
	padding:5px 0;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
}
.header {
	height:50px;
	border-bottom:1px solid #e2e2e2;
	position:relative;
}
.switch {
	height:45px;
	position:absolute;
	left:60px;
	bottom:0;
	font-size:16px;
}
.switch_btn_focus {
	color:#333;
	display:inline-block;
	height:45px;
	line-height:45px;
	outline:none;
	*hide-focus:expression(this.hideFocus=true);
}
#switch_qlogin {
	margin-right:85px;
}
.switch_btn {
	color:#999;
	height:45px;
	line-height:45px;
}
.switch_btn:hover {
	color:#333;
	text-decoration:none;
}
#switch_bottom {
	position:absolute;
	bottom:-2px;
	border-bottom:2px solid #848484;
}
.web_login {
	width:370px;
	position:relative;
}
.login_form {
	width:272px;
	margin:30px auto 0px;;
}
.input-tips {
	font-size:16px;
	line-height:42px;
	display: inline-block;
}
.web_login .inputstyle {
	width:180px;
	height:38px;
	padding-left:5px;
	border:1px solid #D7D7D7;
	border-radius:5px;
	font-size:16px;
}
.button_blue
{
	height:41px;
	border-radius:5px;
	background:#2795dc;
	border:none;
	border-bottom:3px solid #0078b3;
	color:#fff;
	font-size:16px;
	font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;
}
input.button_blue:hover
{
	background:#0081c1;
	border-bottom:3px solid #006698;
}
.web_login{
	padding-bottom:20px;
}