@charset "utf-8";
* {
	padding:0;
	margin:0;
}
html, body {
	font-size:12px;
	font-family:"微软雅黑";
	outline:none;
	color:#666;
	background:#fff;
}
ul, ol {
	list-style:none;
}
img {
	border:none;
	outline:none;
}
a {
	color:#666;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#ff4370;
}
.lr-top {
	width:1200px;
	margin:0 auto;
	height:90px;
}
.lr-top .top_lt {
	width:970px;
	margin-left:30px;
	float:left;
	font-size:14px;
	margin-top:30px;
}
.top_lt span {
	border-right:#ccc 1px solid;
	margin-right: 10px;
}
.top_lt img {
	vertical-align:middle;
}
.lr-top .top_rt {
	width:200px;
	float:left;
	margin-top:40px;
}
.lr-warp {
	height:482px;
	background: url(../images/login_bg.png) center no-repeat;
	background-size:cover;
}
.lr-con {
	width:1200px;
	margin:0 auto;
}
.login-seen {
	width:376px;
	height:385px;
	background-color:#fff;
	float:right;
	margin-top:54px;
	margin-right:30px;
}
.login-seen .login-block {
	width: 300px;
	padding: 20px 0;
	margin: 0 auto;
}
.login-seen .login-con {
	height: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.login-con span {
	color: #f69;
	width:80px;
	height:30px;
	font-weight: bold;
	display: block;
	font-size:18px;
	border-bottom: 2px solid #f69;
}
.login-seen .login-box {
	margin-top: 20px;
}
.login-box .m-tain {
	height: 38px;
	position: relative;
	margin-bottom:18px;
}
.login-box .m-tain label {
	display: inline-block;
	width: 37px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #e9e9e9;
	float: left;
	border-right: 0;
	position: relative;
}
.rememberMe{
	height: 20px;
	position: relative;
	margin-bottom: 6px;
}
.login-box .btn-img {
	border: 1px solid #f69;
	display: block;
	width: 298px;
	background: #f69;
	height: 36px;
	line-height:36px;
	text-align:center;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	margin-bottom: 22px;
}
.login-box .m-tain .btnin {
	float: left;
	width: 260px;
	border: 0;
	height: 36px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	outline: none;
}
.m-tain .btn-reg {
	float:right;
	color:#FF4370;
}
.m-tain img {
	vertical-align:middle;
	margin-left: 2px;
}
.mess-info {
	display: inline-block;
	width: 100px;
	height: 38px;
	line-height: 38px;
	background: #f96658;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.foot {
	height:60px;
	padding-top: 18px;
	background-color:#F5F5F5;
}
.b-foot {
	width:650px;
	margin:0 auto;
}
.b-foot a {
	float:left;
	margin:10px 0px;
	padding:0px 10px;
	border-right: 1px solid #ccc;
}
.zphone {
	color: #FFF;
	background-color:#FF8000;
	float:right;
	font-size: 0.8em;
	padding: 11px 12px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	width:115px;
}
