.pc-data {display: none !important;}
.mobile-data {display: block !important;}
.bc-show{display: inline-block;}

/* 移动端样式 */
@media screen and (max-width: 1023px){
    .banner.h200{
        height: 150px;
    }
    .banner-single .banner-ani{
        justify-content: center;
        align-items: center;
        width: 100%;
        background-image: url(../image/m-banner1.png);
        background-size: cover;
    }
    .banner-single .m-banner-ani-search{
        background-image: url(../image/mo-banner.png);
        background-size: cover;
    }
    .banner-single .banner-info{
        text-align: left;
        width: 100%;
        max-width: none;
        margin: 0 15px;
        top: 0;
    }
    .search-box .search-input .hot-text{
        display: none;
    }
    .search-box .search-input .search-item{
        margin-bottom: 0;
    }
    .search-box .help-title{
        font-size: 21px;
        color: #1c1d1f;
        margin-bottom: 20px;
    }
    .search-input{
        height: 41.6px !important;
        line-height: 40px !important;
        font-size: 13px;
        width: 100% !important;
        max-width: none !important;
        min-width: auto !important;
    }
    .search-item a{
        width: 58px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 13px !important;
        padding: 0px 7px;
    }
    .search-item .help_search{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .search-item .help_search .search-input{
        flex: 1;
    }
    .search-item input{
        font-size: 13px;
        vertical-align: top;
    }
    .swiper-slide a::after{
        content: "";
        position: absolute;
        width: 0%;
        height: 3px;
        background-color: #2981ff;
        left: 0;
        bottom: 0;
    }
    .swiper-slide.on a::after{
        width: 100%;
    }
    .section-body{
        margin: 0 15px;
    }
    .section-header{
        text-align: center;
    }
    .section-header p{
        color: #323235;
        text-align: center;
        margin-top: 16px;
    }
    .section-a1 .service-type .type-box{
        display: flex;
        align-items: center;
        padding: 0 15px;
        box-sizing: border-box;
        background: url(../image/kuan-bg-one.png) 100% 100% no-repeat;
        background-size: 100% 100%;
        height: 51px;
    }
    /* .section-a1 .service-type :first-child .type-box{
        background: url(/images/new_kkidc/helpcenter/kuan-bg-two.png) 100% 100% no-repeat;
        background-size: 100% 100%;
    }
    .section-a1 .service-type :last-child .type-box{
        background: url(/images/new_kkidc/helpcenter/kuan-bg-three.png) 100% 100% no-repeat;
        background-size: 100% 100%;
    } */

    .section-a1 .service-type .service-header :first-child>div{
        background:#1c1d1f;
    }
    .section-a1 .service-type .service-header :last-child>div{
        background:#d6ba19;
    }

    .section-a1 .type-box .type-name{
        color: #1c1d1f;
        font-size: 16px;
        font-weight: bold;
        margin-right: 15px;
    }
    .section-a1 .type-box .type-desc{
        font-size: 13px;
        color: #93939a;
        margin-bottom: 0;
    }
    .section-a1 .service-type{
        background-color: #ffffff;
        box-shadow: 0px 3px 8px 0px
            rgba(199, 208, 222, 0.25);
        border: solid 1px #e1e5eb;
        margin-bottom: 15px;
    }
    .section-a1 .service-type:last-child{
        margin-bottom: 0;
    }
    .section-a1 .service-type .service-more{
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        box-sizing: border-box;
        margin: -4px 0;
    }
    .section-a1 .service-type .service-more>.service-item{
        width: 50%;
        margin: 4px 0;
    }
    .section-a1 .service-type .service-more>.service-item a{
        font-size: 14px;
        color: #323235;
        line-height: 20px;
        padding-right: 15px;
    }
    .section-a2{
        background-color: #f5f7fa;
    }
    .section-a2 .table-class{
        background: url(../image/m-help-bg.jpg) 100% 100% no-repeat;
        background-size: cover;
        box-shadow: 0px 3px 8px 0px
            rgba(199, 208, 222, 0.25);
        border: solid 1px #fff;
        border-right: 1.5px solid #fff;
        border-left: 1.5px solid #fff;
        margin-bottom: 15px;
        border-color: #ffffff !important;
    }
    .section-a2 .table-class .table-header-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #ebedf0;
        height: 51px;
    }
    .section-a2 .table-class .table-header-title p{
        font-size: 16px;
        font-weight: bold;
        color: #1c1d1f;
        margin-bottom: 0;
        padding: 0 15px;
        box-sizing: border-box;
        position: relative;
        line-height: 1;
    }
    .section-a2 .table-class .table-header-title p::after{
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 4px;
        height: 16px;
        background-color: #2981ff;
    }
    .section-a2 .table-class .table-header-title a{
        font-size: 13px;
        color: #626266;
        display: flex;
        align-items: center;
    }
    .section-a2 .table-class .table-header-title a .iconfont{
        font-size: 9px;
        color: #626266;
        margin-left: 5px;
        font-weight: bold;
    }
    .section-a2 .table-class .table-body{
        padding: 15px;
        margin: -8px 0;
    }
    .section-a2 .table-class .table-body>a{
        font-size: 14px;
        color: #323235;
        line-height: 20px;
        margin: 8px 0;
    }
    .section-a3 .nav-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: auto;
        margin-bottom: 20px;
    }
    .section-a3 .nav-box::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
    .section-a3 .nav-box li.active {
        background-color: #2981ff;
        color: #fff;
    }
    .section-a3 .nav-box li {
        padding: 12px;
        margin-right: 10px;
        white-space: nowrap;
        background-color: #f6f7fb;
        font-size: 14px;
        color: #323235;
        line-height: 1;
        border: none;
        margin-bottom: 0;
    }
    .section-a3 .problem-list li{
        border: none;
        margin: 0;
        margin-top: 15px;
    }
    .section-a3 .problem-list li:first-child{
        margin-top: 0;
    }
    .problem-list ul{
        background-color: #ffffff;
        box-shadow: 0px 3px 8px 0px
            rgba(199, 208, 222, 0.25);
        border: solid 1px #e1e5eb;
        padding: 17px 15px;
        box-sizing: border-box;
    }
    .problem-list ul li a{
        font-size: 14px;
        color: #323235;
        padding-left: 14px;
        box-sizing: border-box;
        position: relative;
    }
    .problem-list ul li a::after{
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 4px;
        height: 4px;
        background-color: #2981ff;
    }


    .section-a4{
        background-color: #f5f7fa;
    }
    .show-more{
        padding-left: 6px;
    }
    .show-more i{
        padding: 0 7px;
        font-weight: bold;
    }

    /* .section-a4 .help-cate{
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0px 3px 8px 0px
		rgba(199, 208, 222, 0.25);
        background-color: #fff;
    }
    .section-a4 .help-cate>a{
        width: 50%;
        min-height: 100px;
    }
    .section-a4 .help-cate>a li{
        border: solid 1px #e1e5eb;
        margin-top: -1px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
    }
    .section-a4 .help-cate>a:nth-child(2n + 1) li{
        margin-right: 1px;
    }
    .section-a4 .help-cate>a li .cate-icon{
        max-width: 50px;
    }
    .section-a4 .help-cate>a li p{
        margin-bottom: 0;
        font-size: 16px;
        color: #1c1d1f;
    } */

    .section-a4 .section-body table {
        border-collapse: collapse;
        border: 1px solid #ebedf0;
        width: 100%;
        background-color: #fff;
    }
    .section-a4 .section-body table td {
        border: 1px solid #ebedf0;
        width: 50%;
        height: 100px;
    }
    .section-a4 .section-body table td .section-icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-a4 .section-body table td .section-icon a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .section-a4 .section-body table td .section-icon a img{
        zoom: .7;
        max-height: 60px;
    }
    .section-a4 .section-body table td .section-icon a p{
        margin-bottom: 0;
        color: #1c1d1f;
        font-size: 14px;
        margin-top: 6px;
    }
    .section-a4 .section-body table tr:nth-child(n + 4){
        display: none;
    }
    .search-box {
        display: block !important;
    }
    .search-box h1{
        white-space: normal !important;
        line-height: normal !important;
        margin-right: auto !important;
    }
    .bc-show{
        display: none;
    }
    .search-empty-wrap .m-show{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
        width: 160px;
    }
    .search-empty-wrap .empty-point{
        font-size: 16px;
        color: #949399;
    }
    .navigation{padding:17px 15px 5px;font-size: 12px;}
    .navigation a{color:#93939a}
    .navigation a:hover{color:#2981ff}

    .content-item li .item-info p{margin-bottom: 11px!important;}
    .content-item li .item-info span{margin-bottom: 8px;}
}