*{
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family: "arial", 'Microsoft Yahei';
}
.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
html,
body {
	font-family: "arial", 'Microsoft Yahei';
	color: #333;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
	background-color: #f8f8f8;
}
.logo{
	display: block;
	margin: 0 auto 10px;
}
.title{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 2em;
	margin-bottom: 20px;
}
.word{
	font-size: 14px;
	line-height: 2em;
	color: #666;
}
.indent2{text-align: indent2;}
.form h3{
	font-size: 16px;
	margin: 30px 0 20px;
	font-weight: normal;
	padding-left: 10px;
	position: relative;
}
.form h3::before{
	content: '';
	width: 3px;
	border-radius: 2px;
	height: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-.5em);
	background: #5882FF;
}
.form dl{
	margin-bottom: 10px;
}
.form dt{
	max-width: 60%;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 10px;
}
.form select{
	min-width: 80px;
	margin-right: 10px;
	line-height: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 10px;
}
.form .btn{
	width: 120px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
.form .btn.active{
	border: 1px solid #5882FF;
	color: #5882FF;
}
.form dd{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 15px;
}
.form dd h4{
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	
}
.form dl{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.rating-stars{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.rating-stars span{
	font-size: 14px;
	color: #666;
}
.rating-stars input{
	width: 80px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 10px;
	text-align: center;
	outline: 0;
	margin-left: 5px;
}

.rating-stars .rating-stars-container {
	font-size: 0px;
}

.rating-stars .rating-stars-container .rating-star {
	display: inline-block;
	color: #999;
	cursor: pointer;
	padding: 5px 5px;
}
.rating-stars .rating-stars-container .rating-star i{
	font-size: 24px;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
	color: #f1c40f;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover {
	color: #999;
}

.q4 dd{
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.q4 dd:last-child{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.checkbox dd{
	margin-bottom: 15px;
}
.checkbox dd label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.checkbox dd input{
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.formbox textarea{
	display: block;
	width: 60%;
	height: 140px;
	border: 1px soldi #ddd;
	line-height: 2em;
	padding: 10px;
	resize: none;
	outline: 0;
	border-radius: 4px;
}
.formbox dd{
	margin-bottom: 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.formbox dd input{
	width: 300px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 10px;
	outline: 0;
}
.formbox dd span{
	width: 7em;
	text-align: right;
	margin-right: 5px;
}
.submit{
	display: block;
	width: 300px;
	height: 50px;
	border: 0;
	outline: 0;
	background: #5882FF;
	color: #fff;
	font-size: 14px;
	margin: 30px auto;
	border-radius: 4px;
}
.complete{
	padding: 50px 0;
	text-align: center;
	display: none;
}
.complete img{
	display: block;
	margin: 0 auto 20px;
}
.uncomplete{
	display: none;
}
.show{
	display: block !important;
}