@CHARSET "utf-8";
/* 个人中心右边*/
.personal_center_right {
	float: left;
	width: 980px;
	/* 	高度预设实际为auto */
	height: auto;
	margin-left: 20px;
	background-color: #ffffff;
}

.personal_center_right .pcr_name {
	width: 940px;
	height: 54px;
	color: #444444;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #e4e4e4;
}

.personal_center_right .revise_progress {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

.personal_center_right .revise_progress .progress_box {
	width: 600px;
	height: 64px;
	margin: 0 auto;
	margin-top: 35px;
}

.revise_progress .progress_box ul li {
	float: left;
	width: 200px;
	height: 64px;
	margin-top: 10px;
}

.revise_progress .progress_box ul li .progress_line {
	float: left;
	width: 200px;
	height: 5px;
	margin-top: 10px;
	background-color: #e4e4e4;
}

.revise_progress .progress_box ul .progress_circle {
	position: relative;
	left: 88px;
	top: -10px;
	width: 24px;
	height: 24px;
	line-height: 24px; 
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #e4e4e4;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.revise_progress .progress_box ul li .libgcff8103 {
	background-color: #ff8103;
}

.revise_progress .progress_box ul li .progress_describe {
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 44px;
	color: #999999;
	font-size: 13px;
}

.revise_progress .progress_box ul li .fc555555 {
	color: #555555;
}

.personal_center_right .validate_box {
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.personal_center_right .validate_box ul {
	width: 452px;
	height: 254px;
	margin: 0 auto;
	margin-top: 50px;
}

.validate_box ul .vb_phone {
	width: 450px;
	height: 44px;
}

.validate_box ul .vb_phone .vbp_name {
	float: left;
	width: 90px;
	height: 44px;
	line-height: 44px;
}

.validate_box ul .vb_phone .vbp_name label {
	float: right;
	font-size: 14px;
	color: #555555;
}

.validate_box ul .vb_phone .long_input {
	float: left;
	width: 278px;
	height: 42px;
	line-height: 42px\9;
	margin-left: 10px;
	padding: 0px 10px;
	font-size: 14px;
	border: 1px solid #dddddd;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.validate_box ul .vb_phone .noborder {
	padding: 0px;
	line-height: 44px;
	border: 0 none;
	color: #555555;
	font-weight: 600;
	letter-spacing: 1px;
}

.validate_box ul .vb_phone p {
	float: left;
	padding-left: 10px;
	margin-top: 12px;
	color: #666666;
	font-size: 13px;
	cursor: pointer;
}

.validate_box ul .vb_phone p:hover { /*图片验证码'换一张'的hover*/
	text-decoration:underline;
}

.validate_box ul li .vb_phone_hint {
	display: block;
	width: 300px;
	height: 24px;
	margin-left: 100px;
	margin-top: 2px;
	color: #fa4f4f;
	font-size: 12px;
}

.validate_box ul li .no_vb_phone_hint {
	height: 15px;
}

.validate_box ul .vb_phone .short_input {
	float: left;
	width: 148px;
	height: 42px;
	line-height: 42px\9;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 14px;
	border: 1px solid #dddddd;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.validate_box ul .vb_phone .img_check {
	float: left;
	width: 125px;
	height: 44px;
	margin-left: 10px;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.validate_box ul .vb_phone .get_message {
	float: left;
	width: 130px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
	color: #ffffff;
	background-color: #ff8103;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.validate_box ul .vb_phone .get_message:HOVER{
	line-height: 42px;
}

.validate_box ul .vb_phone .validate_next {
	float: left;
	width: 298px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
	color: #ffffff;
	background-color: #29B5E2;
	cursor: pointer;
	text-decoration: none;
	border:1px solid #29B5E2;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.validate_box ul .vb_phone .validate_next:HOVER{
	background-color:#1D9FCB;
}

.validate_box ul li .revise_hint {
	width: 350px;
	height: 20px;
	margin-left: 70px;
	margin-bottom: 35px;
	font-size: 14px;
	color: #555555;
}
.validate_box ul li .revise_hint .hint_img {
	float: left;
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

.validate_box ul li .revise_hint .rh_describe {
	float: left;
}

.validate_box ul .vb_phone .w230 {
	width: 230px;
}

.validate_box ul .vb_phone .ml110 {
	margin-left: 110px;
}

.validate_box ul .vb_phone .vbp_success {
	width: 225px;
	font-size: 14px;
	color: #555555;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 5px;
	text-align: center;
}

.validate_box ul .success_imge {
	width: 76px;
	height: 76px;
	margin: 0 auto;
}

.validate_box ul .vb_phone .vbp_success .w155 {
	width: 150px;
}

.validate_box ul .vb_phone .w240 {
	width: 240px;
}

/* ------发送邮件页面布局------- */
.validate_box ul li .revise_email {
	width: 406px;
	height: 44px;
	margin: 0 auto;
	font-size: 13px;
	color: #555555;
}

.validate_box ul li .revise_email .email_img {
	float: left;
	width: 19px;
	height: 19px;
	margin-right: 5px;
	margin-top: 2px;
}

.validate_box ul li .revise_email .email_describe {
	float: left;
	font-size: 16px;
}

.validate_box ul li .revise_email .email_address {
	float: left;
	font-size: 16px;
	color: #29B5E2;
}

.validate_box ul li .h30 {
	height: 30px;
}

.validate_box ul li .h25 {
	height: 25px;
}

.validate_box ul li .color999 {
	color: #999999;
}

.validate_box ul li .line44 {
	line-height: 44px;
}

.validate_box ul li .colorfa4f {
	padding-top: 5px;
	color: #fa4f4f;
	padding-left: 30px;
	width: 376px;
	height: 25px;
}

.validate_box ul li .revise_email .again_before {
	float: left;
	line-height: 44px;
	color: #999999;
}

.validate_box ul li .revise_email .again_send {
	float: left;
	width: 176px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #29B5E2;
	color: #ffffff;
	font-size: 16px;
	margin-left: 20px;
	cursor: pointer;
}

.validate_box ul li .revise_email .one {
	float: left;
}

.validate_box ul li .revise_email .change_email {
	float: left;
	color: #29B5E2;
	cursor: pointer;
}

.validate_box ul li .revise_email .change_email:HOVER{
	text-decoration:underline;
}

/* -------------邮箱绑定失败界面---------------- */

.validate_box .bindFailed_box {
	width: 570px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	color: #666666;
}

.validate_box .bindFailed_box .bindFailed_left {
	float: left;
	width: 80px;
	height: auto;
}

.bindFailed_box .bindFailed_left .failed_warning_img {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../bind_email/img/warning.png");
}

.validate_box .bindFailed_box .bindFailed_right {
	float: left;
	width: 470px;
	height: 300px;
	margin-left: 20px;
}

.bindFailed_right .bff_alert{
	width: 100%;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	margin-top: 10px;
}

.bindFailed_right .mt10 {
	margin-top: 10px;	
}

.bindFailed_right .bff_reason {
	line-height: 30px;
}

.bindFailed_right .bff_again {
	display: block;
	width: 230px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #29B5E2;
	margin-top: 20px;
}
