@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,
body{height:100%;}
body{
	width:100%;
	overflow: hidden;
	font-family:微软雅黑,宋体,Arial,Tahoma; 
	font-size:14px;
	text-align:left;
	position:relative;
	color: #333333;
}
ul{list-style:none;}
img{ border:none;}
a{
	text-decoration: none;
	color: #333333;
}
input{
	border:none;
	overflow:hidden;
	*border:red; 
	background:none;
}
table{
	border-collapse:collapse; 
}
input,
select,
textarea,
button{
	vertical-align:middle;
	resize:none;
}
/***********
****
*
*公共样式*
*
****
***********/
.wrapper{
	height: 100%;
	width: 100%;
	background: url(/Images/guoyao/bg.png) no-repeat center;
	position: relative;
}
.login_room{
	width: 958px;
	height: 423px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -479px;
	margin-top: -211px;
	background: url(/Images/guoyao/dl.png) no-repeat center;
}
.login_left{
	float: left;
	width: 420px;
	margin: 100px 0 0 80px;
}
.tips{
	margin-top: 30px;
	padding: 0 0 0 30px;
	background: url(/Images/guoyao/icon-login01.png) no-repeat left top;
	color: #666;
}
.login_right{
	margin: 48px 70px 0 580px;
}
.login_right h1{
	font-size: 16px;
	text-align: center;
	color: #284c99;
	line-height: 40px;
	margin-bottom: 20px;
}
.input_box{
	border: 1px solid #e1e8ef;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 42px;
	margin-bottom: 20px;
}
.input_box span{
	float: left;
	height: 42px;
	width: 50px;
	line-height: 42px;
	text-align: center;
	margin-left:2px;
	/*border-right: 1px solid #e1e8ef;*/
}
.input_box span img{
	vertical-align: middle;
	margin-top:6px;
}
.input_box .input{
	margin-left: 52px;
}
.input_box .input input{
	display: block;
	height: 42px;
	width: 100%;
	line-height: 42px;
	text-indent: 4px;
	border: 1px solid #95b8e7;
	border-radius: 5px;
	font-size:14px;
}
.btn{
	display: block;
	line-height: 42px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #30b7ab;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.btn:hover{
	background: #21a397;
}
.checkbox{
	display: block;
	cursor: pointer;
	margin-top: 20px;
	color: #f9f1f3;
	font-size: 15px;
}