/* CSS Document */
* {
	font-family: '微软雅黑';
	outline:none;
}
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.login {
	background: #fff;
	margin: 0 auto;
	width: 690px;
	height: 490px;
	border: solid 2px #BD2314;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	margin-left: -345px;
	margin-top: -245px;
}
.login_title {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.login_title a {
	float: right;
	color: #BD2314;
	margin-right: 10px;
	text-decoration: none;
	font-size: 14px;
	cursor:pointer;
}
.login_title a:hover {
	text-decoration: underline;
}
.alllog {
	width: 100%;
}
.logleft {
	float: left;
	width: 280px;
	height: 350px;
	margin-left: 38px;
}
.logleft .logoimg {
	height: 60px;
	border-bottom: 1px solid #ddd;
	padding: 32px 50px 20px;
	padding-top: 18px;
}
.logleft .logoimg img {
	width: 100%;
}
.logleft ol {
	font-size: 14px;
	margin-left: 8px;
}
.logleft ol li {
	color: #999;
	list-style-type: decimal;
	line-height: 25px;
}
.logright {
	float: left;
	width: 280px;
	height: 350px;
	margin-left: 34px;
	overflow:hidden;
}
.logright > *{
  width: 100%;
  overflow: hidden;
  float: left;
  margin: 0px;
  margin-bottom: 2px;
}
.logright > div > *{
  width: 100%;
  overflow: hidden;
  float: left;
  margin: 0px;
  margin-bottom: 2px;
}
.logright .tx{ margin:0px; display:none;}
.logright .tx span{
	font-size:12px;
	padding-left:25px;
	line-height: 25px;
	color:#F60;
	background-image:url(../../img/base/sprite-v3.png);
	background-repeat:no-repeat;
	background-position: -202px 2px;
	float:left;
	margin-top: 7px;
}
.logright .hzhb{
	width:110%;
	margin-top: 7px;
}
.logright .hzhb span{
	line-height:20px;
	font-size:12px;
	color:#333;
	float:left;
}
.logright .hzhb a{
	line-height:20px;
	float:left;
	font-size:12px;
	padding-left: 23px;
	
	cursor:pointer;
	background-color:#fff;
	color:#333;
	text-decoration:none;
	position:relative;
	height:20px;
	margin-right: 5px;
}
.logright .hzhb a i{
	height:100%;
	width:23px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../../../img/default/login/public.sprite.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.logright .hzhb a.qq i{
	background-position:-24px -512px;
}
.logright .hzhb a.xinliang i{
	background-position:0px -483px;
}
.logright .hzhb a.taobao i{
	background-position:-24px -482px;
}
.logright h4 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.logright h4 span {
	display: block;
	line-height: 30px;
	background: #eee;
	width: 120px;
	border: 1px #ddd solid;
	text-align: center;
	border-bottom: 0;
	color: #555;
	background: linear-gradient(#FFF, #F3F3F3);
	font-weight:normal;
	float:left;
	margin-right: 3px;
	cursor: pointer;
	line-height:33px;
	height:33px;
}
.logright h4 span.on{
	border-top: 4px solid #BD2314;
	background:#fff;
	color: #BD2314;
	height:30px;
	line-height:30px;
}
.logright .ts {
	background: #fbfbfb;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #666;
	font-size: 14px;
	height: 30px;
	padding: 5px 8px;
	width: 260px;
	margin-bottom: 10px;
	cursor:text;
	line-height: 30px;
}
.submits {
	background: #BD2314;
	padding: 5px;
	width: 280px;
	border: 1px solid #BD2314;
	color: #FFF;
	font-family: "微软雅黑";
	font-size: 16px;
	letter-spacing: 5px;
	cursor:pointer;
	margin-top: 11px;
}
.induc {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin: 35px 0 10px;
	letter-spacing: 4px;
	margin-top: 21px;
}
.lr {
	color: #b2b2b2;
	text-align: center;
	margin-bottom: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.xy {
	font-size: 12px;
	margin-bottom: 20px;
}
.chex {
	font-size: 12px;
	width: 280px;
	position: relative;
}
.chex .ck {
	vertical-align: -2px;
	margin-right: 10px;
}
.chex .forget {
	position: absolute;
	right: 0;
	color: #666;
	cursor:pointer;
}
