.site-footer {
	margin: 0
}

.passport-wrapper {
	background-position: center 0;
	background-repeat: no-repeat
}

.passport-wrapper .layout {
	width:80%;
	max-width:854px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #fff;
	border-radius: 10px
}

.reg-main {
	width:100%;
	max-width: 360px;
	margin: 0 auto
}

.reg-title {
	padding: 27px 0 20px 0;
	text-align: center;
}

.main-form .normal-input {
	position: relative;
	height: 46px;
	padding: 0 10px;
	font-size: 14px;
	outline: 0;
	color: #474747;
	zoom: 1;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px
}

.main-form .normal-input.btn-focus {
	border-color: #6fc778
}

.main-form .normal-input .cycode-selectbo {
	position: relative
}

.main-form .normal-input input {
	font-size: 14px;
	width: 94%;
	height: 46px;
	line-height: 22px;
	border: none;
	margin: 0!important
}

.main-form .normal-input span.inputTip {
	position: absolute;
	top: 13px;
	left: 10px;
	color: #909090;
	font-size: 14px;
	height: 22px;
	line-height: 22px
}

.main-form .normal-input .form-line {
	color: #d9d9d9;
	height: 22px;
	display: inline-block;
	border-left: 1px solid #dadada;
	position: absolute;
	right: 140px;
	top: 12px
}

.remember-field {
	margin-bottom: 15px;
	height: 24px;
	line-height: 20px
}

.remember-field .check_icon.check {
	color: #ccc
}

.remember-field .check_icon.check .iconfont:before {
	content: "\e627"
}

.remember-field .check_icon.check_chk {
	color: #01a33c
}

.remember-field .check_icon.check_chk .iconfont:before {
	content: "\e626"
}

.transfer-field a {
	color: #00a33c
}

.transfer-field a:hover {
	color: #007029
}

.btn-getkey {
	width: 120px;
	text-align: center;
	border: none;
	outline: 0;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	position: absolute;
	right: 13px;
	top: 0
}

#register-btn {
	margin-top: 15px
}

.ipt-error {
	margin-top: -8px;
	margin-bottom: 5px;
	font-family: iconfont!important;
	color: #f56600
}

.ipt-error:before {
	content: "\e6c6"
}

.form-tip {
	color: #aaa;
	font-size: 12px
}

.form-tip a {
	color: #01a33c
}