/*  container  */
.help_box{
	width:1000px;height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:20px auto;
	padding:30px;
	border-radius: 8px;
	background:#fff;
}

.list_box .hd {
	margin-bottom: 18px;
	width:924px;
	height:70px;
	line-height:70px;
	font-size: 30px;
	background:#f8f8fa;
	color:#aaaaaa;
	font-family: 'Microsoft Yahei';
	font-weight: normal;
	padding-left: 15px;
}

.list_box .hd small {
	color: #909090;
	margin-left: 10px;
}

.help_list {
	padding-left: 15px;
	padding-bottom: 30px;
}

.help_list>li {
	padding: 16px 0;
}

.help_list .ttl {
	color: #646464;
	font-size: 20px;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	line-height: 30px;
}
.help_list .ttl .num {
	font-style:italic;
	font-size:32px;
	margin-right:16px;
	color:#ff9844;
	font-weight: 800;
	line-height: 30px;
}

.help_list .cnt {
	width: 800px;
	color: #aaaaaa;
	margin-top:12px;
	font-size: 16px;
	line-height: 1.5;

}

.sbm_box {
	padding:30px 50px;
	overflow:hidden;
	font-family: 'Microsoft Yahei';

}

.sbm_box .sbm_title{
	height: 54px;
	line-height: 54px;
	font-size: 40px;
	color: #ff923a;
	font-weight: 400;
	margin-bottom:26px;
}
.sbm_box .sbm_title small{
	font-size:18px;
	color:#d2d2d2;
	margin-left:18px;
}
.sbm_box .sbm_flex_box{
	width:920px;
}
.sbm_box .sbm_flex_box .sbm_item{
	width:290px;
	height:36px;
	box-sizing:border-box;
	position:relative;
	float:left;
	line-height:36px;
	margin-right:15px;
	border:1px solid #e6e6e6;
	color:#e6e6e6;
	border-radius:2px;
}
.sbm_box .sbm_flex_box .sbm_item label{
	margin:0 10px;
}
.sbm_box .sbm_flex_box .sbm_item input{
	background:transparent;
	border: 0px solid;
	width:242px;
	height:100%;
	position:absolute;
	right:0;top:0;
	color:#aaaaaa;
	outline: none;
}

.sbm_box .sbm_textarea {
	width: 900px;
	height: 162px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	margin-top:15px;
	color:#aaaaaa;
	border:1px solid #e6e6e6;
	resize: none;
	font-size: 14px;
	padding:10px;
	font-family: 'Microsoft Yahei';
}
.sbm_box .btn_theme{
	display:inline-block;
	float:right;
	padding:0 32px;
	margin-top:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height:40px;
	color:#fff;
	background:#ff923a;
	font-size:16px;

}