body {
	background-color: #f2f4f5;
}
.text-stress {
	color: #ff6600;
}
.register-step {
	padding-top: 60px;
	margin-bottom: 36px;
}
.register-step li {
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: 3px solid #ccc;
	color: #ccc;
	font-size: 16px;
	padding-bottom: 10px;
}
li.step-now {
	border-bottom: 3px solid #009fd9;
	color: #009fd9;
}
.voice-label {
	line-height: 32px;
	font-size: 14px;
	color: #545454;
}
.voice-btn {
	color: #009FD9;
	font-size: 12px;
	margin-left: 5px;
}

.register-main {
	margin-top: 40px;
	margin-bottom: 64px;
	padding: 40px;
	background-color: #fff;
}
.register-main > h2 {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-indent: 27px;
	font-weight: 400;
	font-size: 24px;
	color: #333;
	background: url(img/register-title-icon.png) no-repeat left center;
}
.register-main > span {
	margin-left: 22px;
	font-size: 14px;
	color: #999;
}
.register-main > span a {
	color: #00aaff;
}






/*表单部分*/
.register-box {
	margin-top: 24px;
	padding-top: 28px;
	border-top: 1px solid #e6e6e6;
}
.reg-left {
	width: 65%;
	float: left;
}
.reg-left table {
	width: 100%
}
.reg-left input,
.reg-left select {
	font-family: "microsoft yahei";
	width: 400px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	outline-color: #00aaff;
	border: 1px solid #ddd;
	color: #545454;
	vertical-align: middle;
}
.reg-left input {
	text-indent: 100px;
}
.reg-left th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 15px 15px 0 0;
	font-size: 14px;
	width: 120px;
	color: #545454;
}
.reg-left th b {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px
}
.reg-left td {
	vertical-align: top;
	padding: 12px 0
}
.reg-left td > div {
	position: relative;
}
.reg-left td div p {
	position: absolute;
	top: 8px;
	left: 0;
	width: 85px;
	text-indent: 15px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	border-right: 1px solid #e5e5e5;
}
.reg-left td img {
	vertical-align: top
}
.reg-left .reg-left .agreement {
	padding-top: 10px
}
.reg-left .reg-left .agreement a {
	color: #0080c9
}
#mobilecode {
	width: 260px;
}
.reg-left input.send-captcha {
	width: 120px;
}
.reg-left input.send-captcha {
	float: right;
	outline: none;
	padding: 0;
	text-indent: inherit;
	text-align: center;
	background-color: #00aaff;
	color: #fff;
	border: 1px solid #00aaff;
	cursor: pointer;
}
input.send-captcha:hover {
	background-color: #17a4ea;
}
input.send-captcha.send-captcha-disabled {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
}
input.send-captcha.send-captcha-disabled:hover {
	background-color: #efefef;
	border: 1px solid #dedede;
	color: #444;
}
input.captcha-sending {
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	color: #ccc;
}
/*密码验证强度*/
td.pwd-strength-box {
	position: relative;
	padding-top: 0;
	line-height: 16px;
}
.pwd-strength {
	width: 230px;
	margin-left: 24px;
	margin-top: 12px;
	display: block;
}
.pwd-strength li {
	float: left;
	width: 56px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	background-color: #ccc;
	text-align: center;
}
.pwd-strength li + li {
	margin-left: 4px;
}
li.levelbar-weak {
	background-color: #f00;
}
li.levelbar-medium {
	background-color: #ffa033;
}
li.levelbar-strong {
	background-color: #00c918;
}
.show-pwd-level {
	position: absolute;
	left: 204px;
	bottom: 15px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
}
.pwd-null {
	color: #ccc;
}
.pwd-short {
	color: #ccc;
}
.pwd-weak {
	color: #f00;
}
.pwd-medium {
	color: #ffa033;
}
.pwd-strong {
	color: #00c918;
}
/*勾选框*/
input.agreement-checkbox {
	position: absolute;
	z-index: -10;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
}
td.agreement-box {
	padding-top: 6px;
}
td.agreement-box label {
	position: relative;
	z-index: 10;
	color: #666;
	font-size: 12px;
	padding-left: 24px;
	cursor: pointer;
}
.checkbox-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 16px;
	height: 16px;
	background: #fff url(img/login_icons.png) no-repeat -2px -48px;
}
.checkbox-icon-checked {
	background-position: -2px -4px;
}
td.agreement-box a {
	color: #00aaff;
	text-decoration: none;
}
input.reg-submit-gray {
	font-size: 16px;
	margin-top: 30px;
	background-color: #cecece;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	text-indent: initial;
}
input.reg-submit {
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	text-indent: 0;
	background-color: #00aaff;
}
.reg-submit:hover {
	background-color: #17a4ea;
}
input.reg-submit.disabled {
	background-color: #ccc;
	cursor: not-allowed;
}
td.validate-tips {
	padding-left: 20px;
}
.act-slogan {
	font-size: 14px;
	color: #ff8800;
	background: url(img/register_gift.png) no-repeat left center;
	padding-left: 30px;
}
/*覆盖验证插件样式*/
.tip span {
	font-size: 12px;
	line-height: 22px;
}
input.input_focus {
	border: 1px solid #00aaff!important;
	outline-color: #00aaff;
}
.onCorrect div {
	margin-top: 9px!important;
}
.onLoad div {
	width: 287px;
	color: #999;
}
/*右侧直接登录*/
.reg-right {
	float: right;
	width: 366px;
	margin-top: 12px;
	border-left: 1px solid #eee;
	padding: 0 16px 0 32px;
}
.reg-right h2 {
	position: relative;
	font-size: 16px;
	color: #666;
	text-indent: 16px;
}
.reg-right h2:before {
	position: absolute;
	top: 1px;
	left: 0px;
	content: '';
	width: 3px;
	height: 20px;
	background-color: #00aaff;
}
span.register-gift {
	padding-left: 25px;
	background: url(img/icon_register_gift.png) no-repeat left center;
	color: #ff6600;
	font-size: 14px;
}
.register-help {
	float: right;
	margin-top: 6px;
	font-size: 14px;
	color: #999;
}
.register-help:hover {
	color: #00aaff;
}
.register-links {
	margin-top: 24px;
	margin-bottom: 40px;
}
.register-links p {
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	color: #999;
	font-size: 12px;
}
.register-links p a {
	display: inline-block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	text-align: center;
	font-size: 12px;
	color: #00aaff;
	background-color: #fff;
	border: 1px solid #00aaff;
}
.company-qrcode {
	width: 160px;
	height: 160px;
	margin-top: 16px;
	border: 1px solid #eee;
	background: url(img/qcode.jpg) no-repeat 0 0;
}
.company-qrcode-name {
	width: 160px;
	margin-top: 8px;
	text-align: center;
	color: #00aaff;
	font-size: 12px;
}
/*验证码弹窗*/
.captcha-box table {
	width: 100%;
	font-family: "microsoft yahei";
}
.captcha-box input,
.captcha-box select {
	font-family: "microsoft yahei";
	width: 260px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline-color: #00aaff;
	border: 1px solid #ccc;
	color: #545454;
}
.captcha-box th {
	font-weight: normal;
	text-align: right;
	font-size: 14px;
	color: #545454;
}
.captcha-box th b {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px
}
.captcha-box td {
	line-height: 200%;
	vertical-align: top;
}
.captcha-box img {
	vertical-align:middle;
	cursor:pointer
}
/*注册成功页面*/
.reg-final {
	padding-left: 0;
}
.reg-inner {
	width: 240px;
	margin: 0 auto;
	white-space: nowrap;
}
.reg-success {
	position: relative;
	line-height: 32px;
	color: #0fc066;
	font-size: 20px;
}
.reg-success span {
	position: absolute;
	left: -40px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(img/reg_success.png) no-repeat center;

}
.user-info {
	padding: 20px 0;
}
.user-info table {
	color: #555;
	font-size: 16px;
}
.user-info tr {
	line-height: 2em;
}
.user-info th {
	text-align: right;
	font-weight: normal;
}
.user-info td {
	text-align: left;
}

.go-verify {
	display: inline-block;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.go-verify,
.go-verify a {
	color: #ff8800;
}
.go-buttons {
	padding-top: 40px;
	text-align: left;
}
.go-buttons a {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
}
.go-serverbuy {
	background-color: #ff8800;
}
.go-serverbuy:hover {
	background-color: #dd7300;
}
.go-usercenter {
	background-color: #009FD9;
	margin-left: 15px;
}
.go-usercenter:hover {
	background-color: #007aaa;
	margin-left: 15px;
}
.go-serverbuy {

}
.go-around {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	margin-top: 50px;
}
.go-around > span {
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.go-around a {
	color: #009fd9;
	text-decoration: none;
}
.go-around a:hover {
	text-decoration: underline;
}


/*注册成功*/
.register-main-nopadding {
	padding: 0;
}
.register-success {
	text-align: center;
}
.register-success h2 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-indent: 56px;
	font-weight: 400;
	font-size: 22px;
	color: #333;
	background: url(img/register-success.png) no-repeat left center;
}
.register-success p a {
	margin-top: 40px;
	margin-bottom: 60px;
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.register-success p a:first-child {
	background-color: #00aaff;
	color: #fff;
	margin-right: 40px;
}
.register-success-buy {
	background-color: #00aaff;
	color: #fff;
}
.register-success p a:first-child + a {
	border: 1px solid #00aaff;
	color: #00aaff;
}
.register-success-links {
	border-top: 1px solid #f2f4f5;
}
.red-pocket-outer {
	height: 255px;
	padding-top: 64px;
}
.red-pocket {
	padding-top: 18px;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background: url(img/icon_red_pocket.png) no-repeat center;
	font-size: 12px;
}
.red-pocket-amount {
	font-size: 28px;
}
.red-pocket-name-1 {
	margin-top: 4px;
	color: #704f0b;
}
.red-pocket-name-2 {
	margin-top: 53px;
	color: #ffa799;
}
.register-success-buttons {
	position: relative;
	height: 42px;
	margin: 50px 0 64px 0;
}
.register-success-buy {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	height: 40px;
	line-height: 40px;
}
.register-success-bypass {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 146px;
	color: #00aaff;
	font-size: 14px;
}
.link-item:first-child {
	border-left-color: #fff;
}
.link-item:last-child {
	border-right-color: #fff;
}
.link-item {
	float: left;
	box-sizing: border-box;
	width: 33.333333%;
	height: 168px;
	padding: 24px 0;
	text-align: center;
	border: 1px solid #f2f4f5;
}
.link-item:hover {
	border-color: #00aaff;
}
.link-item a {
	display: block;
}
.link-item a h4 {
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #00aaff;
}
.link-item:hover a h4 {
	text-decoration: underline;
}
.link-item a p {
	font-size: 12px;
	color: #999;
}
.link-item a i {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.link-item a i.auth {
	background: url(img/auth-icon.png) no-repeat 0 0;
}
.link-item a i.safe {
	background: url(img/icon_account.png) no-repeat 0 0;
}
.link-item a i.user {
	background: url(img/user-icon.png) no-repeat 0 0;
}
@media screen and (max-width: 1070px){
	.register-box {
		padding: 40px 0 70px 1%;
	}
}