
.con[data-v-d44b3e60] {
    width: 100%;
    height: 280px;
    margin: 0 auto;
    background: url(../images/shengji.6d2c47c.jpg) no-repeat;
    background-position: 50%;
	background-size: cover;
}

.step1 {
	height: 60px;
	background: url(../images/register.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	display: block;
}

.regist {
	background-color: #fff;
	padding: 40px 0 80px;
}

.content-block {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.content-block {
	border: 1px solid #e1dfdf;
	margin-top: 20px;
}

.content-block .wrapper {
	font-size: 16px;
	background-color: rgb(36, 121, 248);
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	height: 60px;
	background-image: url(../images/uicon.png);
	background-repeat: no-repeat;
	background-position-x: 20px;
	padding-left: 80px;
	background-position-y: center;
}

.content-block .content {
	padding: 20px 50px;
}

.content-block dl {
	clear: both;
}

.content-block .form-title {
	font-size: 14px;
	width: 150px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	color: #000;
}
.content-block .right{
	float: right;
	margin-right: 15px;
	color: #fff;
}
.content-block dd {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.content-block dd {
	margin: 0px;
	padding: 0px;
	color: #666;
	line-height: 28px;
	vertical-align: middle;
}

.content-block .form-input {
	width: 320px;
	color: #333;
	height: 40px;
	border: solid 1px #aca7a7;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 12px;
	font-weight: normal;
	vertical-align: middle;
	box-sizing: border-box;
}

.content-block .form-input {
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.content-block .bt {
	border: none;
	width: 320px;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: rgb(36, 121, 248)!important;
}

.content-block img {
	vertical-align: middle;
	border: none;
	cursor: pointer;
	margin-left: 15px;
}

.error_msg {
	color: red;
	padding-right: 10px;
	margin-left: 5px;
}

.content-block dd .level {
	float: left;
	padding: 10px 0;
}



.content-block dd .tipTitle {
	float: left;
	padding: 5px;
}

.content-block dd span.span {
	font-size: 14px;
	margin-left: 10px;
}
.content-block dd .levelbox{
	float: left;
	width: 40px;
	height: 4px;
	text-align: center;
	background-color: rgb(213,213,213);
	border-left: 0px;
	border-top: 0px;
	padding: 2px;
	border-radius: 10px;
	margin-right: 5px;
}
.content-block dd .level .levelbox.selected {
	float: left;
	width: 40px;
	height: 4px;
	background-color: red;
}
.content-block dd .leveltext{
	display: inline-block;
	width: 40px;
	text-align: center;
	
}