#help,
#detail{
    padding: 20px 0;
    background-color: #eee;
    overflow: hidden;
    width: 100%;
}
#help>.container,#detail>.container{
    position: relative;
    z-index: 2;
}
.sidebar{
    float: left;
    width: 190px;
    background-color: #fff;
}
.sidebar h2.title{
    padding: 0 0 0 60px;
    height: 50px;line-height: 50px;
    background-color: #f29e16;
    font-size: 18px; font-weight: 600; color: #fff;
}
.sidebar ul.nav li{
    border-top: 1px solid #eee;
}
.sidebar ul.nav li a{
    display: block;
    padding: 0 30px 0 60px;
    height: 50px;line-height: 50px;
    color: #333;
}
.sidebar ul.nav li a strong{
    float: left;
    font-weight: 400;
}
.sidebar ul.nav li a i{
    float: right;
    margin: 20px 0;
}
.sidebar ul.nav li.active > a,
.sidebar ul.nav li a:hover{
    color: #f29e16;
}
.sidebar ul.nav li.nav-group ul.group-menu{
    display: none;
}
.sidebar ul.nav li.active > a.group-toggle i.common-drop-up,
.sidebar ul.nav li.nav-group > a.group-toggle:hover i.common-drop-up{
    background-position: -176px -43px;
}
.sidebar ul.nav li.active > a.group-toggle i.common-drop-down,
.sidebar ul.nav li.nav-group > a.group-toggle:hover i.common-drop-down{
    background-position: -190px -27px;
}
.sidebar ul.nav li.active a.active{
    color: #f29e16;
}
.sidebar ul.nav li.active ul.group-menu{
    display: block;
}
.sidebar ul.nav li.nav-group ul.group-menu li a.active{
    color: #f29e16;
}
.content{
    margin-left: 210px;
    background-color: #fff;
}
.content dl.breadcrumb{
    height: 50px;line-height: 50px;
    padding: 0 16px;
    background-color: #DBDBDB;
    overflow: hidden;
}
.content dl.breadcrumb dt,
.content dl.breadcrumb dd{
    float: left;
}
.content dl.breadcrumb dd{
    padding: 0 8px;
}
.content .bd{
    padding: 10px 30px;
    min-height: 800px;
}
.content .bd .MsoNormal:first-child{
    margin-top: 15px;
}
h1{
    padding: 10px 0 15px;
    height: 20px; line-height: 20px;
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}
#help .content .bd ul.list{
    padding: 10px 0;
    margin-top: -15px;
}
#help .content .bd ul.list li{
    padding: 8px 0;
    line-height: 20px;
}
#help .content .bd ul.list li a{
    color: #f29e16;
}

@media    (max-width: 768px){
    .container {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
    #header .logo {
        /*display: none;*/
    }
    #header .header-nav.home-nav>.container>h1{
        height: .8rem!important;
        line-height: normal!important;
    }
    h1{
        border-bottom: none;
    }
    #sidebar {
        display: none;
    }
    #header {
        position: relative!important;
        z-index: 4;
        overflow: hidden;
        box-shadow: none;
        background-color: #f29e16;
    }
    #home-nav-bg{
        display: none!important;
    }
    #member {
        margin-left:0;
        padding: 0;
    }
    .hd_nav{
        display: block!important;
    }
    .hd{
        display: none;
    }
    .tb thead{
        display: none;
    }
    .tb img{
        width: 100%;
    }
    .hd_nav{
        width: 100%;
    }
    .hd_nav ul{
        width: 96%;
        display: flex;
        height: 43px;
        margin: 0 auto;
        line-height: 43px;
    }
    .hd_nav ul li{
        width: 33.3%;
        /*text-align: center;*/
        font-size: 16px;
        color: #333333;
    }
    .hd_nav ul li:first-child{
        text-align: left;
    }
    .hd_nav ul li:nth-child(2){
        text-align: center;
    }
    .hd_nav ul li:nth-child(3){
        text-align: right;
    }

    .active_li a{
        padding-bottom: 5px;
        border-bottom:3px solid #f29e16;
    }
    #member .tb {
        padding: 0;
    }
    #member .wrap {
        padding: 0;
    }
    #member .bd {
        padding: 0  ;
    }
    .help_box{
        width: 100%;
        padding: 0 ;
        background: #f0f0f0;
    }
    .help_nav{
        width: 100%;
        background-color: #ffffff;
        height: 50px;
    }
    .help_nav ul{
        width: 96%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        display: flex;
    }
    .help_nav ul li{
        width: 33%;
        text-align: left;
        font-size: 16px;
    }
    .help_box_active a{
        padding-bottom: 10px;
        border-bottom: 2px solid  #f29e16;
    }
    .problem_list{
        width: 94%;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #d5d5d5;
    }
    .problem_list h5{
        font-size: 16px;
        color: #333333;
        margin-top: 28.5px;
        padding-bottom: 6px ;
        border-bottom: 1px solid #d5d5d5;
    }
    .problem_list ol{
        width: 92%;

        margin: 0 auto;
    }
    .problem_list ol li{
        font-size: 16px;
        line-height: 25px;
        color: #333333;
        margin-top: 10px;
        list-style: decimal!important;
    }
    .sidebar {
      display: none;
    }
    .content {
        margin-left: 0px;
        background-color: #fff;
    }
}
