body{
}
.help-top{
    text-align: center;
    padding: 10px 0;
}
.help-top .help-top-btn{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.help-top .help-top-btn:first-child{
    /*background: #0db8f6;*/
    color: #ffffff;
}
.help-top .help-top-btn:last-child{
    /*background: #ff0000;*/
    color: #ffffff;
}
.help-top .help-top-btn a{
    display: block;
    color: #222222;
}
i.icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
i.icon.icon-kf{
    background-image: url("/public/images/kf.png");
}
 i.icon.icon-tk{
    background-image: url("/public/images/tk.png");
}
i.icon.icon-zx{
    background-image: url("/public/images/zx.png");
}
.help-title{
    background: #efefef;
    line-height: 30px;
    font-size: 13px;
    padding: 0 15px;
}
.help-title span{
    margin-left: 10px;
    font-size: 12px;
    color: #666666;
}
.help-nav {
    list-style: none;
    margin:0;
    /*display: flex;*/
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;

}
.help-nav:after{
    display: block;
    content: "";
    clear: both;
}
.help-nav li {
    float: left;
    padding: 0;
    display: inline-block;
    /*flex: 1;*/
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    position: relative;
}

.help-nav li.active {
    font-size: 15px;
    color: #222222;
}
.help-nav li:after {
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    background: #cccccc;
    left: 50%;
    margin-left: -8px;
    width: 16px;
}
.help-nav li.active:after {
    width: 24px;
    margin-left: -12px;
    transition: all .3s;
    background: red;
}

.help-page {
    padding: 0;
    margin: 0;
    list-style: none;
}

.help-page > li {
    display: none;
    padding: 10px;

}
.help-page > li {

}
.help-page > li:first-child {
    display: block;
}

.help-subject {
    padding: 0;
    margin: 0;
    list-style: none;
}

.help-subject li {
}

.help-subject li a {
    line-height: 45px;
    display: block;
    color: #222222;
    border-bottom: 1px solid #efefef;
    background-image: url("/public/images/page_turning_right.png");
    background-repeat: no-repeat;
    background-position: 5px  50%;
    padding-left: 20px;
    cursor: pointer;
}
.help-subject li a:active
{
    background-color: #efefef;
}

.help-subject.t2 li a {
    background-image: url("/public/images/help.png");
    padding-left: 25px;
}

.help-subject li a:link {
    text-decoration: none;
}
.help-subject li　 a:active {
    text-decoration: blink
}

.help-subject li　 a:hover {
    text-decoration: underline;
}

.help-subject li　　 a:visited {
    text-decoration: none;
}
/* 问题详情页 */
.help-info{
    padding: 15px;
}
.help-info-title{
    font-size: 16px;
    font-weight: bolder;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}
.help-info-q{
    font-size: 15px;
    font-weight: bolder;
    line-height:30px;
}
.help-info-a{
    line-height: 23px;
    font-size: 14px;
    padding: 8px 0;
}
.help-bottom-btn{
    border-top: 20px solid #efefef;
    text-align: center;
}
.help-bottom-btn a{
    font-size: 14px;
    display: block;
    color: #666666;
}
.help-bottom-btn a:active{
   background: #f8f8f8;
}