@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #0f7ac6;
	padding: 0px;
	font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft Yahei', 黑体, 宋体, Arial,
		Simsun, Helvetica, sans-serif;
		overflow: hidden;
}
.main{
	width: auto;
	min-width: 960px;
	height: 100%;
	background: #0f7ac6;
}
.content1 {
	width: 960px;
	height:768px;
	margin: 0 auto;
	position: relative;
}
.loginform{
	width: 418px;
	height: 450px;
	background: #fff;
	margin-left: 271px;
	margin-top: 100px;
}
.titlediv{
	width: 100%;
	height:60px;;
	line-height: 60px;
	text-align: center;
	color: #0f7ac6;
	font-size: 20px;
	font-family: 微软雅黑;
	border-bottom:  1px solid #bdbdbd;
}
.namediv{
	width: 76%;
	margin-left: 12%;
	height: 35px;
	margin-top: 30px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　color: #bdbdbd;
　　}
　　input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#bdbdbd;
　　}
　　input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#bdbdbd;
　　}
　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#bdbdbd;
　　}
.userName{
	width: 85%;
	height:35px;
	line-height:35px;
	border:  1px solid #bcc5da;
	border-radius: 5px;
	background:url(login/username.png);  
	background-position:4% 50%;
	background-repeat: no-repeat;
	padding-left: 14%;
	color: #000;
	font-size: 16px;
	font-family: 微软雅黑;
}
.phonediv{
	width: 76%;
	margin-left: 12%;
	height: 35px;
	margin-top: 40px;
}
.phone{
	width: 85%;
	height:35px;
	line-height:35px;
	border:  1px solid #bcc5da;
	border-radius: 5px;
	background:url(login/phone.png);  
	background-position:4% 50%;
	background-repeat: no-repeat;
	padding-left: 14%;
	color: #000;
	font-size: 16px;
	font-family: 微软雅黑;
}
.codediv{
	width: 76%;
	margin-left: 12%;
	height: 35px;
	margin-top: 40px;
}
.code{
	width: 50%;
	height:35px;
	line-height:35px;
	border:  1px solid #bcc5da;
	border-radius: 5px;
	background:url(login/codeimg.png);  
	background-position:4% 50%;
	background-repeat: no-repeat;
	padding-left: 14%;
	color: #000;
	font-size: 16px;
	font-family: 微软雅黑;
	float: left;
}
.yzimg1{
	width: 31%;
	height: 38px;
	line-height: 34px;
	color: #fff;
	background: #4592f0;
	border: 1px solid #297fe9;
	font-size: 15px;
	font-family: 微软雅黑;
	border-radius: 5px;
	text-align: center;
	margin-left: 3%;
	input::-moz-focus-inner{ border: 0;padding: 0;} 
}
.yzimg2{
	width: 31%;
	height: 38px;
	line-height: 34px;
	color: #fff;
	background: #0f75be;
	border: 1px solid #297fe9;
	font-size: 15px;
	font-family: 微软雅黑;
	border-radius: 5px;
	text-align: center;
	margin-left: 3%;
	input::-moz-focus-inner{ border: 0;padding: 0;} 
}
.btnimg1{
	width: 76%;
	margin-left: 12%;
	height: 46px;
	margin-top: 40px;
	line-height: 42px;
	color: #fff;
	background: #4592f0;
	border: 1px solid #297fe9;
	font-size: 18px;
	font-family: 微软雅黑;
	border-radius: 5px;
	text-align: center;
	input::-moz-focus-inner{ border: 0;padding: 0;} 
}
.btnimg2{
	width: 76%;
	margin-left: 12%;
	height: 46px;
	margin-top: 40px;
	line-height: 42px;
	color: #fff;
	background: #0f75be;
	border: 1px solid #297fe9;
	font-size: 18px;
	font-family: 微软雅黑;
	border-radius: 5px;
	text-align: center;
	input::-moz-focus-inner{ border: 0;padding: 0;} 
}
.zhpass{
	width: 76%;
	margin-left: 12%;
	height: 30px;
	line-height:30px;
	margin-top: 20px;
	color: #4592f0;
	font-size: 16px;
	font-family: 微软雅黑;
	text-align: right;
	cursor: pointer;
}