.wap-help-banner {
    padding: .3rem .65rem;
    background: url("../images/help/banner-bg.jpg") no-repeat top center;
    background-size: cover;
}

.wap-help-banner h2 {
    font-size: .4rem;
    line-height: .86rem;
    font-weight: bold;
    padding-left: .98rem;
    color: #fff;
}

.wap-help-banner h2.icon-1 {
    background: url("../images/help/icon_help1.png") no-repeat left center;
    background-size: .86rem;
}

.wap-help-banner h2.icon-2 {
    background: url("../images/help/icon_help2.png") no-repeat left center;
    background-size: .86rem;
}

.wap-help-banner h2.icon-3 {
    background: url("../images/help/icon_help3.png") no-repeat left center;
    background-size: .86rem;
}

.wap-help-banner h2.icon-4 {
    background: url("../images/help/icon_help4.png") no-repeat left center;
    background-size: .86rem;
}

.wap-help-banner p {
    font-size: .24rem;
    line-height: 1.5;
    color: #fff;
    margin-top: .1rem;
}

.wap-line-h.help-line-h {
    line-height: 1.1rem;
}

.wap-line.wap-line-pd {
    padding-top: .1rem;
}

.wap-main-post {
    padding: .3rem;
}

.wap-recentnews-slidebar {
    height: 2.1rem;
    padding: 0 .2rem;
}

.wap-recentnews-slidebar .help-sidebar {
    width: 100%;
}

.wap-recentnews-slidebar .help-sidebar .category-title {
    width: 33.33%;
    float: left;
    background: none;
    color: #222222;
    line-height: 1.1rem;
    font-size: .32rem;
    border-bottom: 1px solid #f2f2f2;
}

.wap-recentnews-slidebar .help-sidebar .category-title a {
    color: #222222;
    font-weight: normal;
    display: block;
}

.wap-recentnews-slidebar .help-sidebar .category-title a.current {
    color: #2673FF;
    position: relative;
}

.wap-recentnews-slidebar .help-sidebar .category-title a.current::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.28rem;
    left: 50%;
    transform: translateX(-50%);
    height: .04rem;
    background: #2673FF;
}

.wap-recentnews-slidebar .help-sidebar-ul {
    width: 66.66%;
    float: left;
}

.wap-recentnews-slidebar .help-sidebar-ul>li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.wap-recentnews-slidebar .help-sidebar-ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .04rem;
    height: .3rem;
    background: #666666;
    transform: translateY(-50%);
}

.wap-recentnews-slidebar .help-sidebar-ul>li a {
    background: none;
    color: #222222;
    line-height: 1.1rem;
    font-size: .32rem;
    border-top: none;
}

.wap-recentnews-slidebar .help-sidebar-ul>li a.current {
    color: #2673FF;
    position: relative;
}

.wap-recentnews-slidebar .help-sidebar-ul>li a.current::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.28rem;
    left: 50%;
    transform: translateX(-50%);
    height: .04rem;
    background: #2673FF;
}

.wap-recentnews-slidebar .help-sidebar-ul>li .children {
    position: absolute;
    top: 1.1rem;
    right: 0;
    width: 7.1rem;
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
    white-space: nowrap;
    height: 1.02rem;
    overflow-y: hidden;
    overflow-x: scroll;
    user-select: none;
    backface-visibility: hidden;
    background: none;
}

.wap-recentnews-slidebar .help-sidebar-ul>li .children::-webkit-scrollbar {
    display: none;
}

.wap-recentnews-slidebar .help-sidebar-ul>li .children li {
    display: inline-block;
    border-top: none;
}

.wap-recentnews-slidebar .help-sidebar-ul>li .children li:not(:first-child) {
    margin-left: .6rem;
}

.wap-recentnews-slidebar .help-sidebar-ul>li .children li a {
    font-size: .3rem;
    color: #999999;
    line-height: 1rem;
}

.wap-recentnews-slidebar .help-sidebar-ul>li .children li a.current {
    color: #2673FF;
}

.wap-recentnews-list {
    padding: 0 .2rem;
}

.wap-Article-list li {
    padding: .4rem 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.wap-Article-list li .Article-img {
    width: 3.15rem;
    height: 1.9rem;
    float: left;
    overflow: hidden;
}

.wap-Article-list li .Article-text {
    margin-left: 3.35rem;
}

.wap-Article-list li .Article-text h3 {
    color: #333333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .3rem;
}

.wap-Article-list li .Article-text p {
    color: #666666;
    line-height: 1.5;
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .06rem;
}

.wap-Article-list li .Article-text time {
    color: #999999;
    line-height: 1.2;
    font-size: .24rem;
    margin-top: .15rem;
    display: block;
}

.wap-Article-list li .Article-text .more-btn {
    display: none;
}

.wap-recentnews-list .post-loading {
    height: auto;
    padding: 10px 0;
}

.wap-recentnews-list .post-loading img {
    margin: 0 auto;
}

.wap-recentnews-list .search-empty {
    padding: 2rem 0;
}

.wap-article-text {
    padding: .2rem;
}

.wap-article-content {
    border: 1px solid #e9e9e9;
    padding: 0 .2rem;
}

.wap-article-content h1.title {
    font-size: .36rem;
    color: #222222;
    line-height: 1.5;
    text-align: center;
    padding-top: .2rem;
}

.wap-article-content h3.title {
    font-size: .36rem;
    color: #222222;
    line-height: 1.5;
    text-align: center;
    padding-top: .2rem;
}

.wap-article-content .post-time {
    text-align: center;
    font-size: .28rem;
    color: #999999;
    padding-bottom: .2rem;
}

.wap-article-content .post-box {
    border-top: 1px solid #e9e9e9;
    padding: .2rem 0;
    font-size: .28rem;
    line-height: 1.5;
}

.wap-article-content .post-box p {
    display: block;
    margin: .5em 0;
}

.wap-article-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%!important;
    height: auto!important;
}

.wap-recentnews-slidebar.wap-two-nav {
    height: 1.1rem;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar .category-title {
    display: none;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul {
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
    white-space: nowrap;
    height: 1.02rem;
    overflow-y: hidden;
    overflow-x: scroll;
    user-select: none;
    backface-visibility: hidden;
    background: none;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul>li {
    display: inline-block;
    border-top: none;
    float: none;
    width: auto;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul>li:not(:first-child) {
    margin-left: .6rem;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul>li::after {
    content: "";
    display: none;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul>li a.current {
    color: #2673FF;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul>li a {
    font-size: .3rem;
    color: #999999;
    line-height: 1rem;
}

.wap-recentnews-slidebar.wap-two-nav .help-sidebar-ul::-webkit-scrollbar {
    display: none;
}

.wap-article-content a.download-btn,
.teach-post a.download-btn {
    display: inline-block;
    background: #1d9610 url(../../images/index/download.svg) .6rem .22rem/.4rem auto no-repeat;
    color: #fff;
    font-size: .4rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .6rem 0 1.2rem;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 5px 0;
}

.wap-article-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.wap-article-content li {
    list-style-type: disc;
}

.wap-article-content a {
    color: #0000ff;
}

.cat-item-25,
.cat-item-11 {
    display: none!important;
}

.cat-item-81,
.cat-item-77 {
    display: none!important;
}

.cat-item-117,
.cat-item-115 {
    display: none!important;
}


/* 测试服 */

.cat-item-342,
.cat-item-329,
.cat-item-391,
.cat-item-341,
.cat-item-327,
.cat-item-307 {
    display: none!important;
}