.registermain{
	overflow: hidden;
	padding: 40px 0 80px;
}
.registop{
	margin: 0 auto;
	width: 495px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #e32626;
	border-radius: 5px;
	overflow: hidden;
}
.registop li{
	width: 33.33%;
	font-size: 16px;
	text-align: center;
	color: #e32626;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
}
.registop li.active{
	color: #fff;
	background: #e32626;
}
.registop li:nth-child(2){
	width: 33.34%;
	border-left: 1px solid #e32626;
	border-right: 1px solid #e32626;
}
.regiscont{
	color: #333;
	text-align: center;
}
.registips{
	font-size: 18px;
	width: 495px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 25px;
	color: #333;
}
.registips span{
	color: #999;
	margin-left: 50px;
	font-size: 16px;
}
.regiscont .item{
	margin-top: 25px;
	height: 48px;
	line-height: 48px;
	font-size: 0;
	position: relative;
}
.regiscont .item label{
	font-size: 18px;
	color: #666;
	width: 110px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.regiscont .item label:before{
	content: "*";
	color: #ff0000;
	font-size: 20px;
	padding-right: 5px;
	width: 22px;
	height: 22px;
}
.regiscont .item input[type="text"],.regiscont .item input[type="password"]{
	display: inline-block;
	vertical-align: middle;
	width: 368px;
	height: 100%;
	box-sizing: border-box;
	margin-left: 30px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	font-size: 16px;
	padding-left: 1em;
	cursor: pointer;
}
.regiscont .item input[name="code"]{
	width: 220px;
	margin-right: 148px;
}
.regiscont .item button{
	margin-left: -140px;
	width: 140px;
	height: 100%;
	background: #e32626;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}
.regiscont .item button.disclick{
	background: #999;
	cursor: no-drop;
}
.regiscont .item .selcont{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.selbox{
	position: absolute;
	right: 0;
	top: 48px;
	line-height: 30px;
	font-size: 16px;
	width: 368px;
	z-index: 99;
	background: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    display: none;
}
.selbox li{
	padding-left: 1em;
	cursor: pointer;
	text-align: left;
}
.selbox li:hover{
	background: #f5f5f7;
}
.selcont:before{
	content: "";
	width: 1px;
	height: 30px;
	background: #ddd;
	position: absolute;
	top: 9px;
	right: 40px
}
.selcont:after{
	content: "";
	width: 0;
	height: 0;
	border-width: 10px 6px 0;
	border-style: solid;
	border-color: #ddd transparent transparent;
	position: absolute;
	right: 14px;
	top: 19px;
	z-index: 30;
	transition:transform 0.3s;
	-moz-transition:transform 0.3s; /* Firefox 4 */
	-webkit-transition:transform 0.3s; /* Safari and Chrome */
	-o-transition:transform 0.3s; /* Opera */
}
.selcont.show:after{
	transform: rotate(180deg);
}
.form-btn{
	text-align: center;
	margin: 50px auto 0;
}
.form-btn .submit{
	display: block;
	margin: 0 auto;
	width: 195px;
	height: 50px;
	border: 0;
	background: #ff0000;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	cursor: pointer;
}
.regiscont .item span.tips{
	color: #e32626;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	position: absolute;
}
.item .codeimg{
	margin-left: -140px;
    width: 140px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}
.item .codeimg img{
	display: block;
	width: 100%;
	height: 100%;
}