@charset "utf-8";
/* CSS Document */

/* 注册页面样式 */
.w-red {
	color: #f00;
}
.w-reg-con {
	width: 1078px;
	margin: 40px auto;
	height: 718px;
	border: 1px solid #eee;
	border-radius: 2px;
	background: #fff;
	overflow: hidden
}
.w-reg-form {
	padding-top: 24px;
	clear: both;
}
.w-reg-form li.r-list {
	height:40px;
	font-size: 14px;
}
.w-reg-form .w-reg-t {
	width: 156px;
	height: 40px;
	display: inline-block;
	float: left;
	position: relative;
	line-height: 40px;
	padding-right: 60px;
	text-align: right;
	font-size: 14px;
}
.w-select {
	width: 328px;
	height: 38px;
	border: 1px solid #eee;
	float: left;
	display: inline-block;
	background: url(../images/icon-sel.png) no-repeat 292px;
	position: relative;
}
.w-selected {
	width: 260px;
	padding-left: 18px;
	height: 36px;
	font-size: 14px;
	line-height: 38px;
	border: 0;
	font-family: "Microsoft YaHei";
}
.w-sel-list {
	display: none;
	position: absolute;
	z-index: 9999;
	left: -1px;
	top: 38px;
	width: 328px;
	border: 1px solid #eee;
	height: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
*background:#999
}
.w-sel-list li {
	background: #fff;
	width: 310px;
	padding-left: 18px;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}
.w-reg-ipt {
	width: 310px;
	padding-left: 18px;
	height: 38px;
	border: 1px solid #eee;
	font-size: 12px;
	line-height: 38px;
	font-family: "Microsoft YaHei";
	display: block;
	background: #fff;
	float: left;
}
.err {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #f00;
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
}
.password-v {
	display: inline-block;
	float: left;
	width: 114px;
	height: 24px;
	line-height: 24px;
	padding: 8px 0 0 10px
}
.password-v i {
	width: 36px;
	text-align: center;
	background: #eee;
	color: #999;
	font-style:normal;
	font-size:12px;
	display: inline-block;
	float: left;
	margin-right: 2px;
	border-radius: 2px;
}
.password-v i.v-cur {
	background: #f00;
	color: #fff
}
.w-reg-y {
	width: 182px;
}
.yzm-img {
	float: left;
	margin-left: 20px;
	width:107px;
	height:40px;
}
.w-agree {
	font-size: 14px;
}
.w-agree i {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../images/checkbox-bg.png) no-repeat;
	margin-right: 10px;
}
.w-agree i.icon-checked {
	background-position: 0 -20px;
}
.w-agree .agree-link {
	color: #0072ff;
	text-decoration: underline
}
.w-r-sub {
	display: inline-block;
	width: 160px;
	height: 40px;
	background: #f00;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 2px;
	font-size: 16px;
	margin: 30px 0 40px 0;
	cursor: pointer
}
.w-reg-bottom {
	border-top: 1px solid #eee;
	font-size: 14px;
	padding: 30px 0 0 40px;
}
.w-reg-bottom .l-qq {
	padding-left: 20px;
}
.w-reg-bottom .l-sina {
	padding: 0 20px;
}
.w-reg-bottom .l-im {
	color: #f00;
	text-decoration: underline
}
