.helpWarp{
	width: 1200px;margin: 20px auto;
}
.help-aside{
	width: 200px;
}
.help-aside .class-box .class-title span {
    display: inline-block;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.help-aside .class-box .menus li {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    margin-top: 4px;
    cursor: pointer;
    position: relative;
}
.help-aside .class-box .menus li a {
    font-size: 14px;
    color: #545c63;
    display: inline-block;
    padding-left: 23.5px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-aside .class-box .menus li a:hover{
	color: #333
}
.help-aside .class-box .menus li.active {
    background: rgba(28,31,33,.06);
    border-radius: 6px;
}
.help-aside .class-box .menus li.active a {
    color: #1c1f21;
}

.help-aside .class-box .menus {
    display: none;
}
.help-aside .class-box .menus.active {
    display: block;
}
.help-aside .class-box {
    margin-bottom: 12px;
}
.help-aside .class-box .class-title {
    width: 200px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 14px;
    color: #1c1f21;
    font-weight: 700;
}
.help-aside .class-box .class-title i {
    width: 20px;
    color: #9199a1;
    height: 32px;
    float: right;
    }
.help-aside .class-box .class-title  .icon-drop_right
    {
	  background: url(/statics/help/images/iconright.png) no-repeat center center;
    }
.help-aside .class-box .class-title     .icon-drop_down{
	display: none;	background: url(/statics/help/images/icondown.png) no-repeat center center;
   }
.help-main{
	width: 900px;
	background: #fff; 
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,.1);
	border-radius: 12px;
	padding: 36px 32px; 
	min-height: 700px;    
	border: 1px solid #eee;
}
.help-main img{
    max-width:900px;
    height:auto!important
}
.help-main .breadcrumb {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.help-main .breadcrumb span {
    font-size: 14px;
    color: #9199a1;
    line-height: 22px;
}
.help-main .breadcrumb span:last-child {
    color: #383d42;
}
.help_content {
	display: none;
}
.help_content.on{
	display: block;
}
#help-title {
    width: 100%;
    height: 115px;
    background: url(/statics/help/images/help-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
}
#help-title .wrap {
    padding-top: 33px;
}
#help-title .wrap h2 {
    font-size: 32px;
    color: #fff;
    line-height: 48px;
    margin: 0 auto 33px;
    text-align: center;
}