html {
	background: url(../images/register_bg.png) #fff repeat-x 50% top
}

body {
	color: #333;
	font: 12px "Microsoft YaHei", "Arial", sans-serif;
	margin: 0px;
}

input {
	padding: 0px;
	outline-style: none;
	margin: 0px;
	resize: none;
}

form,p {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

a {
	color: #333;
	outline-style: none;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a img {
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none
}

i {
	font-style: normal
}

em {
	font-style: normal
}

button {
	cursor: pointer
}

.button {
	font-size: 14px;
	height: 50px;
	background: #2b91e3;
	min-width: 150px;
	color: white;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	border-radius: 3px
}

.button:hover {
	background: #2d89cd;
	color: white;
	text-decoration: none
}

.button:active {
	background: #2376b5
}

.btn-hilight {
	background: #2fb746;
	color: white
}

.btn-hilight:hover {
	background: #2aa43e;
	color: white
}

.btn-hilight:active {
	background: #269639
}

.btn-disabled {
	cursor: not-allowed;
	background: #f8f9fb;
	color: #999
}

.btn-disabled:hover {
	cursor: not-allowed;
	background: #f8f9fb;
	color: #999
}

.btn-disabled:active {
	cursor: not-allowed;
	background: #f8f9fb;
	color: #999
}

.wrap {
	padding: 30px 0px;
	margin: auto;
	width: 1000px
}

.container {
	background: white;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 3px
}

.top-step {
	height: 50px;
	border-bottom: #e6e6e6 1px solid;
	position: relative
}

.top-step ul {
	right: 0px;
	position: absolute;
	text-align: center;
	left: 0px;
	counter-reset: step;
	top: 0px
}

.top-step li {
	font-size: 16px;
	height: 24px;
	zoom: 1;
	counter-increment: step;
	color: #666;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left: 12px;
	margin: 0px 20px;
	display: inline;
	line-height: 24px;
	padding-right: 12px
}

.top-step li:before {
	height: 24px;
	background: #ccc;
	position: relative;
	float: left;
	color: white;
	text-align: center;
	content: counter(step);
	left: -10px;
	line-height: 24px;
	width: 24px;
	border-radius: 12px
}

.top-step li.current {
	border-bottom: #2b91e3 1px solid;
	color: #2b91e3
}

.top-step li.current:before {
	background: #2b91e3
}

.top-tab {
	height: 80px;
	background: #fafafa;
	position: relative;
	text-align: center;
	border-radius: 3px 3px 0 0
}

.top-tab:after {
	height: 1px;
	background: #f3f4f6;
	right: 0px;
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px
}

.top-tab a {
	font-size: 22px;
	height: 36px;
	position: relative;
	color: #666;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 8px;
	margin: 0px 20px;
	z-index: 1;
	display: inline-block;
	line-height: 36px;
	top: 25px;
	padding-right: 8px
}

.top-tab a i {
	height: 36px;
	background-image: url(../images/icon_pwd_tab.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px
}

.top-tab a span {
	float: left
}

.top-tab a:hover {
	color: #007aff
}

.top-tab a.current {
	color: #007aff
}

.top-tab a:hover {
	text-decoration: none
}

.top-tab a.current {
	cursor: default
}

.top-tab a.current:after {
	height: 1px;
	background: #007aff;
	right: 0px;
	position: absolute;
	content: "";
	left: 0px;
	bottom: -19px
}

.itb-mobile {
	background-position: 0px 0px;
	width: 22px
}

a:hover .itb-mobile {
	background-position: 0px -36px
}

.current .itb-mobile {
	background-position: 0px -36px
}

.itb-email {
	background-position: -22px 0px;
	width: 34px
}

a:hover .itb-email {
	background-position: -22px -36px
}

.current .itb-email {
	background-position: -22px -36px
}

.itb-appeal {
	background-position: -56px 0px;
	width: 33px
}

a:hover .itb-appeal {
	background-position: -56px -36px
}

.current .itb-appeal {
	background-position: -56px -36px
}

.register-box {
	padding-bottom: 100px;
	padding-top: 60px;
	padding-left: 238px;
	padding-right: 0px
}

.reg-cell {
	height: 50px;
	padding-bottom: 25px
}

.reg-cell h4 {
	font-size: 14px;
	float: left;
	font-weight: normal;
	color: #666;
	text-align: right;
	margin-top: 0px;
	line-height: 50px;
	padding-right: 14px;
	width: 98px
}

.reg-min {
	height: 30px
}

.reg-min h4 {
	line-height: 30px
}

.input-box {
	border: #e2e5e9 1px solid;
	position: relative;
	float: left;
	height: 48px;
	width: 328px;
}

.input-box label {
	cursor: text;
	font-size: 14px;
	position: absolute;
	color: #999;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 14px;
	left: 0px;
	z-index: 1;
	line-height: 48px;
	top: 0px;
	padding-right: 14px
}

.input-box input {
	font-size: 20px;
	border-top: 0px;
	height: 22px;
	border-right: 0px;
	background: none transparent scroll repeat 0% 0%;
	border-bottom: 0px;
	position: absolute;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left: 14px;
	left: 0px;
	border-left: 0px;
	line-height: 22px;
	top: 0px;
	padding-right: 14px;
	width: 300px
}

.input-box input.m {
	width: 280px
}

.input-box .ico-war {
	right: 10px;
	z-index: 1;
	top: 15px
}

.input-box .popup-hint {
	right: -1px;
	top: -36px
}

.input-m {
	width: 298px
}

.input-m input {
	width: 270px
}

.inb-mobile label {
	left: 79px
}

.inb-mobile input {
	left: 79px;
	width: 221px
}

.inb-mobile .inb-prefix {
	font-size: 14px;
	height: 48px;
	border-right: #f3f4f6 1px solid;
	background: #fbfbfb;
	position: absolute;
	font-weight: normal;
	color: #666;
	text-align: center;
	left: 0px;
	line-height: 48px;
	top: 0px;
	width: 78px
}

.inb-code {
	width: 128px;
	margin-right: 14px
}

.inb-code input {
	width: 100px
}

.select-box {
	font-size: 14px;
	height: 30px;
	float: left;
	line-height: 30px
}

.select-box select {
	font-size: 14px;
	border: #c7c7c7 1px solid;
	height: 30px;
	float: left;
	margin-right: 10px
}

.reg-bottom {
	height: 50px; margin-left: 112px
}
.reg-bottom .btn-hilight {
	font-size: 16px; width: 300px
}

.register-result {
	position: relative;
	padding-bottom: 100px;
	text-align: center;
	padding-top: 100px;
	padding-left: 100px;
	margin: auto;
	padding-right: 100px
}

.register-result .con {
	max-width: 500px;
	vertical-align: middle;
	zoom: 1;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 20px;
	display: inline
}

.register-result h3 {
	font-size: 24px;
	line-height: 40px
}

.register-result p {
	font-size: 14px;
	line-height: 24px
}

.register-result a {
	color: #007aff
}

.register-result em {
	color: #999
}

.register-result i {
	height: 64px;
	vertical-align: top;
	background-image: url(../images/icon_hint_64.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 64px
}

.register-result .button {
	height: 40px;
	color: #fff;
	margin-top: 10px;
	line-height: 40px
}

.irst-suc {
	background-position: 0px 0px
}

.irst-err {
	background-position: -64px 0px
}

.irst-war {
	background-position: -128px 0px
}

.ico-war {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 10;
	overflow: hidden;
	background: url(../images/icon_popup.gif) no-repeat 0px 0px;
	cursor: pointer;
	z-index: 4;
}

.popup-hint,.popup-hint i {
	background-image: url(../images/popup_hint.png);
	background-repeat: no-repeat
}

.popup-hint {
	font-size: 12px;
	height: 35px;
	white-space: nowrap;
	position: absolute;
	background-position: right 0px;
	color: #fff;
	z-index: 4;
	line-height: 30px;
	padding-right: 10px
}

.popup-hint i {
	overflow: hidden;
	height: 30px;
	position: absolute;
	background-position: 0px 0px;
	left: -10px;
	top: 0px;
	width: 10px
}

.email-suc {
	position: relative;
	zoom: 1;
	padding-bottom: 100px;
	padding-top: 60px;
	padding-left: 425px;
	padding-right: 100px
}

.email-suc .icon-email {
	height: 52px;
	background: url(../images/icon_email_suc.png);
	position: absolute;
	left: 50%;
	margin: -70px 0px 0px -220px;
	top: 50%;
	width: 112px
}

.email-suc h4 {
	font-size: 18px;
	font-weight: normal;
	color: #84bf69;
	line-height: 30px
}

.email-suc p {
	font-size: 14px;
	color: #666;
	line-height: 24px
}

.email-suc p b {
	font-weight: normal;
	color: #f89406
}

.email-suc .button {
	height: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 10px;
	display: block;
	line-height: 40px;
	padding-right: 0px;
	width: 150px
}

.hint-icon {
	overflow: hidden;
	height: 30px;
	background-image: url(../images/hint_icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
}

.hint-suc {
	background-position: -64px 0px
}
.email-suc h4 .hint-suc{
	vertical-align: middle;
}