/* 全局样式 */
* html,
* html body {
	height: 100%;
}
body {
	font: 12px/150% Arial, Verdana, "\5b8b\4f53";
	color: #555555;
}
a {
	text-decoration: none;
	color: #535353;
}
.warp {
	width: 960px;
	margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;/* font-family: "Microsoft Yahei"; */
}
.yahei {
	font-family: "Microsoft Yahei";
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #ccc;
	color: #666;
	padding: 8px 5px 9px 5px;
	text-indent: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.vlm {
	vertical-align: middle;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt45 {
	margin-top: 45px;
}
.input_add {
	width: 223px;
	font-size: 14px;
	border: 1px solid #ccc;
	position: relative;
	background: url(images/t.gif);
	z-index: 2;
	_padding: 0 30px 0 8px;
	_height: 36px;
	_line-height: 36px;
}
.blue_br {
	border-color: #8fabec!important;
}
.red_br {
	border-color: #fc4343!important;
}
/* head头部 */
.head {
	margin-bottom: 20px;
	height: 115px;
	border-bottom: 1px solid #eaeaea;
}
.head .warp {
	position: relative;
}
.head a.logo {
	position: absolute;
	top: 40px;
	display: block;
	height: 50px;
	width: 370px;
	text-indent: -9999em;
	background: url(images/gloub.png) no-repeat left 0px;
}
.head a.logo_rg {
	position: absolute;
	top: 39px;
	display: block;
	height: 60px;
	width: 340px;
	text-indent: -9999em;
	background: url(images/mod_rg.png) no-repeat left -355px;
}
.head a.logo_index {
	position: absolute;
	top: 40px;
	display: block;
	height: 50px;
	width: 370px;
	text-indent: -9999em;
	background: url(images/gloub.png) no-repeat left 0px;
}
.head .menu {
	position: absolute;
	top: 60px;
	right: 0;
}
.head .menu li {
	float: left;
	padding: 0 7px;
}
.head .menu li a {
	color: #656565;
}
.head .menu li a:hover {
	color: #4771d3;
}
/* 主体内容 */
.main .warp {
	width: 960px;
}
/* 进度模块 */
.main .warp .speed,
.main .warp .speed_rg {
	width: 960px;
	height: 40px;
	overflow: hidden;
}
.main .warp .speed dl,
.main .warp .speed_rg dl {
	margin-right: -30px;
}
.main .warp .speed dd,
.main .warp .speed_rg dd {
	float: left;
}
.main .warp .speed dd a {
	display: block;
	height: 39px;
	text-indent: 20px;
	font: 16px/38px "Microsoft Yahei";
	color: #656565;
	background: url(images/gloub.png) no-repeat 0 -500px;
}
.main .warp .speed .thetwo,
.main .warp .speed .thethree {
	margin-left: -5px;
}
.main .warp .speed .theone a {
	width: 331px;
	background-position: 0 -500px;
}
/*.main .warp .speed .theone a:hover,*/
.main .warp .speed .ontheone a {
	color: #FFF;
	background-position: 0 -549px;
}
.main .warp .speed .thetwo a {
	width: 331px;
	text-indent: 36px;
	background-position: 0 -598px;
}
/*.main .warp .speed .thetwo a:hover,*/
.main .warp .speed .onthetwo a {
	color: #FFF;
	background-position: 0 -647px;
}
.main .warp .speed .thethree a {
	width: 308px;
	text-indent: 36px;
	background-position: 0 -696px;
}
/*.main .warp .speed .thethree a:hover,*/
.main .warp .speed .onthethree a {
	color: #FFF;
	background-position: 0 -745px;
}
/* 左侧部分 */
.main .warp .leftbox {
	float: left;
	width: 650px;
	padding: 46px 10px 20px 10px;
	background: #fff;
}
.main .warp .rightbox {
	float: left;
	width: 270px;
	height: 400px;
	padding: 30px 0 20px 20px;
}
.lib_tit {
	position: relative;
	height: 70px;
}
.lib_tit .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 86px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #999;
	font-size: 14px;
}
.lib_tit .caption span {
	color: #ff0000;
	padding-right: 3px;
	line-height: 20px;
}
.lib_tit .entry {
	padding-left: 100px;
	position: relative;
}
.lib_tit .entry input {
	float: left;
	width: 223px;
	padding-right: 30px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: url(images/gloub.png) no-repeat -148px -309px;
	position: relative;
	z-index: 2;
	_padding: 0 30px 0 8px;
	_height: 36px;
	_line-height: 36px;
}
.lib_tit .entry input:focus {
	border-color: #8fabec;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cname {
	position: absolute;
	left: 107px;
	top: 8px;
	font-size: 14px;
	color: #afafaf;
	cursor: text;
	z-index: 1;
}
.lib_tit .entry span {
	float: left;
	width: 240px;
	padding-left: 32px;
	height: 34px;
	line-height: 34px;
	color: #666;
}
.txt_tips span {
	display: inline-block;
	padding-left: 32px;
	height: 34px;
	line-height: 34px;
	color: #666;
 *zoom:1;
 *display:inline;
}
.lib_tit .entry .right,
.Validform_right {
	background: url(images/gloub.png) no-repeat -370px -90px;
}
.lib_tit .entry .error,
.Validform_wrong {
	color: #fc4343;
	background: url(images/gloub.png) no-repeat -370px -142px;
}
.lib_tit .entry .fl .certain {
	position: absolute;
	left: 10px;
	top: -15px;
	padding-left: 35px;
	width: 225px;
	height: 80px;
	background: url(images/gloub.png) no-repeat 0px -212px;
}
.lib_tit .entry .fl .certain ul {
	padding: 10px 0;
}
.lib_tit .entry .fl .certain li {
	line-height: 19px;
}
.lib_tit .entry .fl .certain li.red {
	color: #fc4343;
	font-weight: 700;
}
.lib_tit .entry .clear_username {
	display: none;
	position: absolute;
	top: 3px;
	_top: 4px;
	left: 327px;
	_left: 329px;
	width: 30px;
	height: 29px;
	background: #fff url(images/gloub.png) no-repeat -382px -415px;
	cursor: pointer;
	z-index: 3;
}
.lib_tit .entry .clear_username:hover {
	background-position: -362px -431px;
}
.pwd .entry input,
.rpwd .entry input {
	background-position: -148px -364px;
}
.pwd .entry .fl {
	position: relative;
}
.pwd .fl {
}
.pwd .entry .Validform_wrong,
.pwd .entry .Validform_right {
	display: block;
	padding-left: 32px;
	height: 35px;
	line-height: 35px;
	color: #666;
}
.email .entry input {
	background-position: -150px -461px;
}
.yzcode .entry input {
	width: 70px;
	background-position: -148px -364px;
}
.yzcode .entry .code {
	float: left;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
}
.yzcode .entry .code img {
	border: 1px solid #e8e8e8;
	vertical-align: middle;
	margin-right: 10px;
}
.yzcode .entry .code em {
	font-weight: normal;
	font-style: normal;
	color: #4771d2;
	cursor: pointer;
}
.txt_tips {
	padding-left: 102px;
 *padding-left: 97px;
	margin-bottom: 30px;
}
.txt_tips input {
	vertical-align: middle;
}
.txt_tips a {
	color: #4771d2;
	font-weight:normal;
}
.register_btn {
	padding-left: 140px;
}
.register_btn input {
	width: 206px;
	height: 40px;
	background: url(images/gloub.png) no-repeat 0px -100px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	line-height: 99px;
}
/* 右侧内容 */
.logindi {
	border: 2px solid #efefef;
	color: #666;
	padding: 5px 0 0 0;
	text-align: center;
}
.logindi .txt {
	padding: 10px 0 16px 0;
}
.logindi a.tolog {
	display: block;
	margin: 0 auto 20px auto;
	width: 136px;
	height: 40px;
	background: url(images/gloub.png) no-repeat 0px -151px;
	border: 0px;
	cursor: pointer;
}
.logindi .txb {
	padding: 17px 0 10px 0;
	color: #afafaf;
}
.logindi .sflogin {
	margin: 0 auto;
	width: 120px;
	margin-bottom: 20px;
}
.logindi .sflogin li {
	float: left;
}
.logindi .sflogin a {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 3px;
	background: url(images/gloub.png) no-repeat -288px -201px;
}
.logindi .sflogin .icon01 {
	background-position: -288px -201px;
}
.logindi .sflogin .icon02 {
	background-position: -328px -201px;
}
.logindi .sflogin .icon03 {
	background-position: -367px -201px;
}
.logindi .wx,
.sion_lg .wx {
	margin: 0 auto;
	width: 138px;
	height: 166px;
	background: url(images/gloub.png) no-repeat 0px -318px;
}
/* 登陆验证CSS */
#Validform_msg {
	color: #7d8289;
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	width: 280px;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 99999;
	display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#Validform_msg .iframe {
	position: absolute;
	left: 0px;
	top: -1px;
	z-index: -1;
}
#Validform_msg .Validform_title {
	line-height: 25px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	padding: 0 8px;
	color: #fff;
	position: relative;
	background-color: #999;
	background: -moz-linear-gradient(top, #999, #666 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
	line-height: 22px;
	position: absolute;
	right: 8px;
	top: 0px;
	color: #fff;
	text-decoration: none;
}
#Validform_msg a.Validform_close:hover {
	color: #ccc;
}
#Validform_msg .Validform_info {
	padding: 8px;
	border: 1px solid #bbb;
	border-top: none;
	text-align: left;
}
/* 页尾CSS */
.foot {
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}
.foot .warp {
	line-height: 26px;
	color: #8b8c8d;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
/*
 *	身份验证页面
 */
.main .testMail {
	/*height: 160px;*/
	padding: 70px 0 30px 0;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
}
.main .testMail h2 {
	font-size: 22px;
	line-height: 22px;
	color: #f39a30;
}
.main .testMail .toptext {
	padding: 22px 0;
	font-size: 16px;
	line-height: 14px;
	color: #666;
}
.main .testMail .joinmail {
	display: block;
	margin: 0 auto 20px auto;
	width: 206px;
	height: 40px;
	background: url(images/gloub.png) no-repeat 0px -799px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	line-height: 99px;
}
.main .testMail .bottomtext {
	font-size: 12px;
	line-height: 12px;
	color: #666;
}
.main .testMail .bottomtext a {
	color: #4771d3;
}
.main .nomail {
	padding: 30px 0 10px 0;
}
.main .nomail h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.main .nomail ul {
	padding: 2px 0;
}
.main .nomail li {
	line-height: 24px;
	padding-left: 10px;
	background: url(images/gloub.png) no-repeat -397px 12px;
}
.main .nomail li a {
	color: #4771d2;
	font-weight: bold;
}
.main .renew_mail {
	display: none;
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #eee;
	background: #fbfbfb;
}
.main .renew_mail .jt {
	position: absolute;
	left: 195px;
	top: -10px;
	width: 20px;
	height: 10px;
	background: url(images/gloub.png) no-repeat -355px -103px
}
.main .renew_mainform .lib_tit {
	height: 50px;
}
.main .renew_mainform .caption {
	width: 200px;
}
.main .renew_mainform .entry {
	padding-left: 205px;
}
.main .renew_mainform .tj {
	margin: 10px 0 35px 206px;
	width: 226px;
	height: 40px;
	background: url(images/gloub.png) no-repeat 0px -840px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	line-height: 99px;
}
.prt_info {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -138px;
	margin-top: -27px;
	width: 276px;
	height: 54px;
	line-height: 300px;
	overflow: hidden;
	background: url(images/gloub.png) no-repeat 0px -921px;
}
/*
 *	注册完成页面
 */
.main .comple {
	padding-top: 50px;
}
.main .comple h3 {
	margin: 10px auto;
	width: 490px;
	height: 45px;
	line-height: 46px;
	overflow: hidden;
	font-size: 22px;
	color: #28a92a;
}
.main .comple h3 i {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(images/gloub.png) no-repeat 1px -1068px;
}
.main .comple .comp_info {
	margin: 0 auto;
	padding-left: 103px;
	width: 490px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.main .comple .comp_info a {
	color: #4771d3;
	font-weight: bold;
}
.main .comple .reurl {
	line-height: 86px;
	color: #aeadad;
}
.main .comple .reurl a {
	font-weight: bold;
	color: #4771d3;
}
.main .comple_up {
	width: 490px;
	height: 45px;
	margin: 65px auto 20px auto;
}
.main .comple_up .c_btn {
	float: left;
	margin: 0 10px;
	display: block;
	width: 206px;
	height: 40px;
	line-height: 40px;
	background: url(images/gloub.png) no-repeat -76px -1070px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
}
.main .comple_up a.showtime,
.main .comple_up a em {
	background: #e8e8e8;
	font-size: 14px;
	font-weight: normal;
	color: #8a8a8a;
	font-style: normal;
	text-align: center;
}
/* 登录页 */

.head a.logo_index {
	position: absolute;
	top: 40px;
	display: block;
	height: 50px;
	width: 470px;
	text-indent: -9999em;
	background: url(images/mod_login.png) no-repeat left 0px;
}
.main .index_login {
	position: relative;
	height: 425px;
	background: url(images/login_banner.jpg) no-repeat left 25px;
}
.main .loginbox {
	position: absolute;
	right: 0;
	top: 40px;
	width: 310px;
	border: 2px solid #efefef;
	background: #FFF;
}
.main .login_pd{
	padding:5px 25px 25px;
	}
.loginbox h2 {
	line-height: 40px;
	font-size: 18px;
	text-indent:25px;
	color: #333;
	background:#f9f9f9;
}
.loginbox .log_tit {
	position: relative;
	height: 58px;
}
.loginbox .log_tit .entry {
	position: relative;
}
.loginbox .log_tit .entry .cname {
	left: 7px;
}
.loginbox .log_tit .entry input {
	width: 223px;
	padding-right: 30px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: url(images/mod_login.png) no-repeat 234px -170px;
	position: relative;
	z-index: 2;
	_padding: 0 30px 0 8px;
	_height: 36px;
	_line-height: 36px;
}
.loginbox .log_tit .entry input:focus {
	border-color: #8fabec;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.loginbox .log_tit .entry .clear_username {
	display: none;
	position: absolute;
	top: 3px;
	_top: 4px;
	left: 228px;
	_left: 230px;
	width: 30px;
	height: 29px;
	background: #fff url(images/mod_login.png) no-repeat -185px -128px;
	cursor: pointer;
	z-index: 3;
}
.loginbox .log_tit .entry .clear_username:hover {
	background-position: -165px -144px;
}
.main .loginbox .pwd {
	height: 45px;
}
.main .loginbox .pwd .entry input {
	background-position: 234px -126px;
}
.loginbox .txt_tips {
	padding-left: 0;
	margin-bottom: 30px;
}
.loginbox .txt_tips em{
	font-weight:normal;}
.main .loginbox .newuser {
	margin-bottom: 15px;
}
.loginbox .txt_tips input {
	margin-right: 5px;
}
.loginbox .login_btn {
	height: 40px;
	margin-bottom: 8px;
}
.loginbox .login_btn input {
	width: 260px;
	height: 40px;
	background: url(images/mod_login.png) no-repeat 0px -69px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	line-height: 99px;
}
.loginbox .third {
	padding: 10px 0 0 0;
	background: url(images/mod_login.png) no-repeat 0px -219px;
}
.tditem {
	width: 120px;
}
.tditem li {
	float: left;
}
.tditem a {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 3px;
	background: url(images/mod_login.png) no-repeat -38px -138px;
}
.tditem .icon01 {
	background-position: -36px -132px;
}
.tditem .icon02 {
	background-position: -76px -132px;
}
.tditem .icon03 {
	background-position: -116px -132px;
}
.loginbox .third .title {
	width: 100px;
	height: 30px;
	line-height: 30px;
}
/* 登录悬浮模块 */
.sion_lg {
	padding: 26px 28px;
	width: 524px;
	height: 202px;
}
.sion_lg .leftbox {
	float: left;
	width: 336px;
	background: url(images/line.png) no-repeat right 0;
	margin-top: -18px;
}
.sion_lg .leftbox .tishi{
	margin-bottom:10px;}
.sion_lg .leftbox .entry {
	position: relative;
	margin-bottom: 22px;
}
.sion_lg .entry input {
	width: 223px;
	padding-right: 30px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: url(images/mod_login.png) no-repeat 234px -170px;
	position: relative;
	z-index: 2;
	_padding: 0 30px 0 8px;
	_height: 36px;
	_line-height: 36px;
}
.sion_lg .leftbox .cname {
	left: 7px;
}
.sion_lg .leftbox .pwd {
	margin-bottom: 12px;
}
.sion_lg .leftbox .pwd input {
	background-position: 234px -126px;
}
.sion_lg .leftbox .entry .clear_username {
	display: none;
	position: absolute;
	top: 3px;
	_top: 4px;
	left: 228px;
	_left: 230px;
	width: 30px;
	height: 29px;
	background: #fff url(images/mod_login.png) no-repeat -185px -128px;
	cursor: pointer;
	z-index: 3;
}
.sion_lg .leftbox .entry .clear_username:hover {
	background-position: -165px -144px;
}
.sion_lg .leftbox .autologin {
	width: 260px;
	margin-bottom: 28px;
}
.sion_lg .leftbox .autologin input {
	vertical-align: middle;
	margin-right: 5px;
}
.sion_lg .leftbox a {
	color: #4771d2;
}
.sion_lg .upbtn {
	height: 40px;
	line-height: 40px;
}
.sion_lg .upbtn input.dl_btn {
	margin-right: 26px;
	width: 110px;
	height: 40px;
	background: url(images/mod_login.png) no-repeat -72px -68px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}
.sion_lg .rightbox {
	float: left;
	width: 160px;
	padding-left: 20px;
}
.sion_lg .rightbox .tditem {
	margin-top: 10px;
	margin-left: -3px;
}
/* rg 找回密码 */
.main .warp .speed_rg dd a {
	display: block;
	height: 39px;
	text-indent: 20px;
	font: 16px/38px "Microsoft Yahei";
	color: #656565;
	background: url(images/mod_rg.png) no-repeat 0 0;
}
.main .warp .speed_rg .thetwo,
.main .warp .speed_rg .thethree,
.main .warp .speed_rg .thefour {
	margin-left: -4px;
}
.main .warp .speed_rg .theone a {
	width: 248px;
	background-position: 0 0;
}
/*.main .warp .speed_rg .theone a:hover,*/
.main .warp .speed_rg .ontheone a {
	color: #FFF;
	background-position: 0 -49px;
}
.main .warp .speed_rg .thetwo a {
	width: 246px;
	text-indent: 36px;
	background-position: 0 -98px;
}
/*.main .warp .speed_rg .thetwo a:hover,*/
.main .warp .speed_rg .onthetwo a {
	color: #FFF;
	background-position: 0 -147px;
}
.main .warp .speed_rg .thethree a {
	width: 246px;
	text-indent: 36px;
	background-position: 0 -98px;
}
/*.main .warp .speed_rg .thethree a:hover,*/
.main .warp .speed_rg .onthethree a {
	color: #FFF;
	background-position: 0 -147px;
}
.main .warp .speed_rg .thefour a {
	width: 231px;
	text-indent: 36px;
	background-position: 0 -196px;
}
/*.main .warp .speed_rg .thefour a:hover,*/
.main .warp .speed_rg .onthefour a {
	color: #FFF;
	background-position: 0 -245px;
}
.rg_ct {
	height: 365px;
	padding-top: 1px;
	margin: 10px 0;
}
/* 第一步 */
.rg_ct .first_step {
	margin: 50px auto;
	width: 635px;
}
.rg_ct .first_step h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	color: #666;
}
.rg_ct .first_step .em_input {
	height: 60px;
	position: relative;
}
.rg_ct .first_step .cname {
/*left: 7px;*/
}
.rg_ct .first_step .updata_btn input {
	margin-left: 100px;
}
/*.rg_ct .first_step .yzcode {
	width: 70px;
	float: left;
}
.rg_ct .first_step .code {
	float: left;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
}
.rg_ct .first_step .code img {
	border: 1px solid #e8e8e8;
	vertical-align: middle;
	margin-right: 10px;
}
.rg_ct .first_step .code em {
	font-weight: normal;
	font-style: normal;
	color: #4771d2;
	cursor: pointer;
}*/
.updata_btn input {
	width: 206px;
	height: 40px;
	background: url(images/mod_rg.png) no-repeat 0px -296px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	line-height: 99px;
}
.rg_ct .second_step {
	margin: 60px auto;
	width: 300px;
	font-size: 14px;
}
.rg_ct .second_step .item {
	vertical-align: middle;
	height: 38px;
}
.rg_ct .second_step select {
	float: left;
	vertical-align: middle;
}
.rg_ct .second_step .tit_name {
	width: 100px;
	text-align: right;
}
.rg_ct .second_step .username {
	color: #666;
}
.rg_ct .second_step_one {
	margin: 50px auto;
	width: 410px;
}
.rg_ct .second_step_one h2 {
	line-height: 50px;
	text-indent: 60px;
	font-size: 14px;
	background: url(images/mod_rg.png) no-repeat -356px 2px;
}
.rg_ct .second_step_one h2 a {
	font-weight: bold;
	color: #4771d3;
}
.rg_ct .second_step_one p,
.rg_ct .second_step_one em {
	color: #999;
	font-weight: normal;
}
.rg_ct .second_step_one p {
	margin-top: 15px;
	margin-left: -40px;
}
.rg_ct .second_step_one p a {
	color: #4771d3;
}
.rg_ct .second_step_one .again {
	display: block;
	width: 320px;
	height: 40px;
	background: url(images/gloub.png) no-repeat 0px -1131px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	line-height: 99px;
	margin-left: 5px;
	margin-top: 10px;
}
.rg_ct .second_step_one .again_ct {
	margin-left: 5px;
	margin-top: 20px;
	font-size: 12px;
	line-height:20px;
}
.rg_ct .second_step_one .again_ct a{
	color: #4771d2;
	}
.rg_ct .third_step {
	margin: 50px auto;
	width: 635px;
}
.rg_ct .third_step .em_input {
	height: 80px;
	position: relative;
}
.rg_ct .third_step .input_add {
/*	width: 248px;*/
}
.rg_ct .third_step .em_input .cname {
	left: 7px;
}
.rg_ct .third_step .updata_btn input {
	margin-left: 20px;
}
.rg_ct .third_step .updata_btn input {
	margin-left: 100px;
}
/* 密码难度验证 */
.third_step .passwordStrength,
.third_step .Validform_checktip {
	float: left;
	height: 35px;
	line-height: 35px;
}
.third_step .passwordStrength {
	padding-left: 10px;
}
.passwordStrength b {
	font-weight: normal;
}
.passwordStrength b,
.passwordStrength span {
	display: inline-block;
	vertical-align: middle;
 *zoom:1;
 *display:inline;
	overflow: hidden;
}
.passwordStrength span {
	width: 53px!important;
	height: 2px!important;
	float: none!important;
	padding: 0!important;
	text-align: center;
	background-color: #c1c1c1;
	border-right: 2px solid #fff;
}
.passwordStrength .last {
	border-right: none;
}
.passwordStrength .bgStrength {
	color: #fff;
	background-color: #71b83d;
}
/* 提示 */
.tishi {
	height: 14px;
	line-height: 14px;
	color: #fc4343;
	margin-bottom: 5px;
}
.tishi a {
	color: #1b66c7;
}
.tishi_color {
	color: #AFAFAF;
	line-height: 34px;
	margin-left: -20px;
}
.tishi_color i {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url(images/urg_sq2.jpg) no-repeat;
 *zoom:1;
 *display:inline;
}
.pwd .entry .fl .tishi_color {
	margin-left: 12px;
}
/* 协议 */
.agreementbox {
	height: 400px;
	margin-bottom: 20px;
	overflow-x: hidden;
}
.agreementbox h2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.agreementbox h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
}
.agreementbox p {
	line-height: 24px;
}


.close_thisdr a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #4771d2;
	text-align: center;
	margin: 10px auto;
	color: #fff;
	font-size: 14px;
	}
	
	
/* 10周年 */
.tench_add{
	margin-top:30px;
	width:266px;
	height:173px;
	background:url(images/ten_add.jpg) no-repeat;
	}
.tenmod{
	position:relative;
	margin:-25px auto 90px auto;
	width:627px;
	height:321px;
	background:url(images/tenmod_mini_bg.png) no-repeat;}
.tenmod .tenmod_ct{
	position:absolute;
	left:180px;
	top:10px;
	text-align:left;
	font-size: 14px;
	line-height: 20px;
	}
.tenmod .tenmod_ct p{
	font-size: 20px;
	line-height:50px;
	font-weight:bold;
	font-family: "Microsoft Yahei";
	}
.tenmod .tenmod_ct span{
	color:red;
	font-size: 14px;
	line-height: 20px;}
.tenmod .mago{
	font-size: 14px;
	line-height: 20px; 
	padding:0 5px; 
	margin:0 5px;}