html, body, form{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 1200px;
	min-height: 830px;
	overflow: auto;
	background: url(img/login_bg.jpg) no-repeat;
}
.logbg{
	margin:0 auto;
	width: 1200px;
	height: 826px;
	position: relative;
	top: 50%;
	margin-top: -410px;
	overflow: hidden;
	background: url(img/sign2.png) no-repeat;
	background-size: cover;
}
.logdiv{
	margin: 0;
	padding: 0;
	position: relative;
	width: 340px;
	height: 440px;
	top: 180px;
	left: 210px;
	text-align: left;
	color: #222;
	border: 0px solid #ddd;
	font-family: "microsoft yahei";
}
.tt0{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 26px;
	font-weight: 500;
	color: #222;
	border: 0;
}
.tt1{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #868686;
	border: 0;
}
.tt2{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #868686;
	border: 0;
}
.zh{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	border: 0px;
	border-bottom: 2px solid #6ADF7E;
}
.mm{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	border: 0px;
	border-bottom: 2px solid #F35C65;
}
.k{
	padding-left: 10px;
	width: 300px;
	height: 28px;
	border: 0px;
}
.k:focus {
	outline: none;
	border: 0px solid red;
}
.xz{
	text-align: right;
	line-height: 30px;
}
.xz a{
	font-size: 14px;
	color: #868686;
	text-decoration: none;
	white-space:nowrap;
}
.xz a:hover{
	color: #E56149;
	text-decoration: underline;
}
.dl{
	text-align: center;
	padding-top: 20px;
}
.btn{
	width: 300px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #bbb;
	border: 0px solid #707070;
	border-radius: 8px;
	cursor: pointer;
	white-space:nowrap;
}
.btn:focus {
	outline: none;
	border: 1px solid #fff;
}
.zc{
	padding-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.yc{
	color: #F35C65;
	font-size: 14px;
	text-align: left;
	float: left;
	font-family: "microsoft yahei";
}

::-webkit-input-placeholder {
	color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #ccc;
}