.son-fengmiang-pre {
	width: 100%;
	background-size: cover;
	background-position: center center;
	height: 250px;
	background-image: url(../public/placeholder/yudengji.png)
}

.conten-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.conten-box .reg-title1 {
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	padding-bottom: 15px;
}

.conten-box .reg-title2 {
	font-size: 14px;
	color: #5C84E5;
}

.form-box {
	background: #FFFFFF;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 50px 0;
}

.form-box h2,
.form-box p {
	padding: 5px 0;
}

.form-box p {
	font-size: small;
	color: #8F8F8F;
}

.red {
	color: #FF5151;
}

.pre-form {
	display: block;
	width: 100%;
	padding: 40px;
	text-align: center;
}

.pre-form .item {
	height: 60px;
	width: 100%;
	position: relative;
}

.pre-form .item button {
	color: #0E48EA;
	border: none;
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #0E48EA;
}

.pre-form .item button:hover {
	cursor: pointer;
	color: #FFFFFF;
	background: #0E48EA;
}

.pre-form .item label {
	display: inline-block;
	width: 120px;
	text-align: right;
}

input::-webkit-input-placeholder {
	color: #C8C8C8;
}

.pre-form .item>input {
	box-sizing: border-box;
	display: inline-block;
	width: 800px;
	height: 40px;
	outline: 0;
	padding-left: 17px;
	background: #FAFAFA;
	border: 1px solid #E7E7E7;
	border-radius: 10px;
}

.pre-form .item .kind-label {
	position: relative;
}

.pre-form .item span.kind {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.pre-form .item .input-picker {
	box-sizing: border-box;
	display: inline-block;
	width: 800px;
	height: 40px;
	border: 0;
	outline: 0;
	padding-left: 17px;
	background: #FAFAFA;
	border: 1px solid #E7E7E7;
	border-radius: 10px;
	text-align: left !important;
}

.pre-form .item .input-picker .form-group {
	display: inline-block;
}

.input-picker .form-group .form-control {
	border: 0;
	outline: 0;
	background: #FAFAFA;
	border: none;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
}

.pre-form .item .input01 {
	width: 700px;
}


.pre-question-box {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pre-question-box .pre-title-box {
	padding: 15px;
}

.pre-question-box .pre-title-box .text01 {
	font-size: 26px;
	font-weight: 600;
	color: #313131;
	padding-bottom: 4px;
}

.pre-question-box .pre-title-box .text02 {
	color: #BDBDBD;
}

.pre-question-box .pre-content-box {
	width: 1000px;
	min-height: 300px;
	background: rgba(96, 239, 0, 0);
	border: 1px solid #585858;
	border-radius: 10px;
	text-align: left !important;
}

.pre-question-box .pre-content-box .content-item {
	padding: 30px 60px;
}

.con-text01 {
	color: #313131;
	font-weight: 600;
}

.con-text02 {
	padding-top: 20px;
}

.con-text02 .con-option {
	padding: 4px 0;
	color: #646464;
}

.con-text02 .con-option input {
	border: 0;
	outline: 0;
	width: 16px;
	height: 16px;
	background: #FAFAFA;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
}

.con-text02 .con-option input:hover {
	cursor: pointer;
}

.con-text02 .con-option label {
	padding-left: 6px;
}

.con-text02 .con-option #textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	resize: none;
	outline: none;
}

.item-btn {
	margin-top: 60px;
}

.item-btn>button {
	color: #FFFFFF;
	border: none;
	width: 250px;
	height: 50px;
	background: #0E48EA;
	border: 1px solid #0E48EA;
	font-size: large;
}

.item-btn>button:hover {
	cursor: pointer;
	background: #0840da;
}
