/**!
 * [注册界面]
 * date:2018-10-23
 * author: [xulei];
 */

.container {
	width: 1000px;
	margin: 0 auto;
}

html,
body {
	height: auto;
	overflow: auto;
}

body {
	position: relative;
	z-index: 2;
}

.banner {
	position: absolute;
	width: 100%;
	height: 358px;
	z-index: -1;
}

.top {
	padding: 40px 0 28px 0;
}

.top-btns {
	margin-top: 66px;
}

.top-btns>a {
	float: left;
	margin: 0 0 0 13px;
}

.top-btns>a:hover {
	color: #333;
}

.top-btns>a+a:before {
	content: "";
	float: left;
	margin: 4px 12px 0 0;
	width: 1px;
	height: 13px;
	background-color: #bbb;
}

/* main */
.main {
	border-radius: 5px;
	overflow: hidden;
}

.main .title {
	height: 80px;
	line-height: 80px;
	background-color: #ffb403;
	font-size: 26px;
	color: #282828;
	text-align: center;
	letter-spacing: 4px;
	text-indent: 4px;
}

.main-content {
	padding: 37px 37px 120px 37px;
	/* min-height: 685px; */
	min-height: 250px;
	background-color: #fff;
}

.main-content .content {
	border: 1px solid #e6e8e9;
	padding: 0 28px;
	line-height: 22px;
}

.main-content .content p {
	margin: 20px 0;
}

.accept {
	font-size: 0;
	margin: 19px 0 33px 0;
}

.accept > * {
	display: inline-block;
	vertical-align: middle;
}

.accept label {
	width: 15px;
	height: 15px;
	background: url(../images/check.png) no-repeat center;
	cursor: pointer;
	margin: 0 20px 0 2px;
}

.accept label.checked {
	background-image: url(../images/checked.png);
}

.accept span {
	color: #666;
	font-size: 14px;
}

.accept a {
	color: #f68a28;
}

.register-btn {
	display: block;
	margin: 0 auto;
	margin-top : 30px;
	margin-left: 200px;
	width: 300px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	letter-spacing: 4px;
	text-indent: 4px;
	border-radius: 3px;
	text-align: center;
	background-color: #ffb403;
	color: #333;
	float: left;
}

.register-btn1 {
	display: block;
	margin: 0 auto;
	margin-top : 30px;
	margin-left: 10px;
	width: 300px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	letter-spacing: 4px;
	text-indent: 4px;
	border-radius: 3px;
	text-align: center;
	background-color: #ffb403;
	color: #333;
	float: left;
}

.register-btn1.no {
	background-color: #eee;
	color: #bbb;
	cursor: no-drop;
}

.copyright {
	margin: 35px 0;
}

/* 用户类型 */
.type-list {
	margin-bottom: 54px;
}

.type-item {
	float: left;
	box-sizing: border-box;
	padding-top: 30px;
	width: 25%;
	height: 140px;
	text-align: center;
	border: 1px solid #e6e8e9;
	position: relative;
	top: -1px;
	cursor: pointer;
}

.type-item:nth-child(3n+1) {
	left: 0px;
}

.type-item:nth-child(3n+2) {
	left: -1px;
}

.type-item:nth-child(3n+3) {
	left: -2px;
}
.type-item:nth-child(3n+4) {
	left: -4px;
}

.type-item:nth-child(1),
.type-item:nth-child(2),
.type-item:nth-child(3),
.type-item:nth-child(4) {
	top: 0;
}

.type-item.active {
	background: url(../images/checkmark.png) right bottom no-repeat;
}

.type-item .type-title {
	background: no-repeat center top;
	padding-top: 60px;
}

.type-item.item01 .type-title {
	background-image: url(../images/usertype-01.png);
}

.type-item.item02 .type-title {
	background-image: url(../images/usertype-02.png);
}

.type-item.item03 .type-title {
	background-image: url(../images/usertype-03.png);
}

.type-item.item04 .type-title {
	background-image: url(../images/usertype-04.png);
}

.type-item.item05 .type-title {
	background-image: url(../images/usertype-05.png);
}

.type-item.item06 .type-title {
	background-image: url(../images/usertype-06.png);
}

.type-item.active .type-title {
	color: #ffb403;
}

.type-item.item01.active .type-title {
	background-image: url(../images/usertype-01-h.png);
}

.type-item.item02.active .type-title {
	background-image: url(../images/usertype-02-h.png);
}

.type-item.item03.active .type-title {
	background-image: url(../images/usertype-03-h.png);
}

.type-item.item04.active .type-title {
	background-image: url(../images/usertype-04-h.png);
}

.type-item.item05.active .type-title {
	background-image: url(../images/usertype-05-h.png);
}

.type-item.item06.active .type-title {
	background-image: url(../images/usertype-06-h.png);
}

/* 主体信息填写 */
.step03 .content {
	padding: 30px 28px;
}

.form-row {
	line-height: 38px;
	margin-left: 110px;
}

.form-row+.form-row {
	margin-top: 0px;
}

.form-row .lbl {
	text-align: right;
	width: 165px;
	overflow: hidden;
}

.form-row .required {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #ed0c1a;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.form-row .ipt {
	height: 36px;
	line-height: 36px;
	border: 1px solid #e8e8e8; 
	outline: none;
	padding: 0 10px;
	width: 310px;
	margin-left: 22px;
}

.form-row .ipt[readonly] {
	border-color: transparent;
}

.form-row .tips {
	color: #feb52c; 
	background: url(../images/tips.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 310px;
	display: block;
}

.verification-code .ipt {
	width: 180px;
}

.verification-code .code {
	width: 110px;
	height: 36px;
	margin: 1px 0 0 20px;
	cursor: pointer;
}

.verification-code .code>img {
	display: block;
	width: 100%;
	height: 100%;
}

/* .step03 .register-btn {
	margin-top: 50px;
	outline: none;
	border: none;
} */

.form-row label.error {
	margin-left: 6px;
	line-height: 19px;
	left: 197px;
	color: #feb52c;
	background: url(../images/tips.png) no-repeat left center;
	padding-left: 24px;
}

/* 完成注册 */
.step04 .content {
    padding: 30px 28px;
}

.step04 .register-btn {
	margin-top: 60px;
	margin-left: 330px;
}
