@charset "utf-8";

body{
	background: #f4f4f4;
}
a{
	color: #333;
}
ul li {
	list-style: none;
}
.breadcrumb > li + li::before{
	content: ">";
}
.breadcrumb a{
	color: #028a3f;
}
.breadcrumb{
  margin-bottom: 0;
}

/*主体*/
#help{
	width: 1200px; position: relative; margin:auto; 
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}

/*主菜单 左边*/
#menu{
	width: 18%; float: left; background: #fff; padding: 20px 0;    
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#menu a{
	display: block; line-height: 3; text-align: center; font-size: 20px;
}
#menu li{
	width: 80%;
}
#menu .active{
	color: green;
}

/*帮助中心 内容*/
#help .help_case{
	width: 77%; float: right; background: #fff; padding: 30px;  
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#help .help_case ul li{
	font-size: 20px;
}
#help .help_content_case{
	padding: 20px 0;
}
#help .help_case .nav-pills > li.active > a{
	background: green;
}
/*在线咨询客服*/
#help .help_more{
	padding: 30px 0 0; text-align: right;
}
#help .help_more .btn{
	background: green;
}
#help .help_more .btn:hover{
	background: #086908; 
}