    /* 适配技术文档 */
    .article-banner{
        height: 40rem!important;
    }
    .banner-content{
        padding: 0rem 0rem 0rem 23.8rem;
    }
    .article-banner .banner-img{
        height: 40rem!important;
    }
    .banner-title h1{
        font-family: 'SourceHanSansCN-Bold';
        font-size: 6rem;
        color: #191919;
    }
    .banner-title p{
        font-family: 'SourceHanSansCN-Regular';
        font-size: 2.4rem;
        color: #081222;
        margin-top: 0rem!important;
    }
    a{
        text-decoration: none;
    }
    .technology-doc-container{
        /* width: 100%; */
        height: auto;
        padding: 8.0rem 26.1rem 8.0rem 14.5rem;
        background-color: #f7f7f8;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .list-content{
        width: 28.5rem;
        height: auto;
        margin-right: 2.5rem;
        margin-top: 3.2rem;
    }
    .channel-cont{
        border-left: 1px solid #D9D9D9;
    }
    .channel-cont .title{
        box-sizing: border-box;
        height: 4.2rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 2rem;
        position: relative;
        cursor: pointer;
        margin-bottom: 0.3rem;
    }
    .channel-cont .title:hover{
        background-color: #EAEAEA;
        color: var(--text-color-4);
    }
    .channel-cont .active::before{
        display: block;
        content: "";
        width: 0.4rem;
        height: 3.7rem;
        border-radius: 1.1rem;
        background-color:#DE0515;
        position: absolute;
        left: -0.1rem;
        top: 50%;
        margin-top: -1.85rem;
    }
    .channel-cont .title span{
        font-family: 'SourceHanSansCN-Regular';
        font-size: 2.0rem;
        color: rgba(0, 0, 0, 0.5)
    }
    .channel-cont .active span{
        font-family: 'SourceHanSansCN-Bold';
        font-size: 2.2rem;
        color: rgba(29, 29, 31, 0.95);
    }
    .channel-cont .title .icon-sanjiao {
        width: 1.85rem;
        height: 1.85rem;
        margin-right: .97rem;
    }
    .channel-cont .title .icon-sanjiao-active {
        -webkit-transform: rotate(90deg);
    }
    .channel-cont .title .icon-sanjiao svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #323232;
    }
    .channel-cont .sub-title{
        display: none;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
        cursor: default;
        padding: 0 0 1rem 0;
    }
    .channel-cont .sub-title a {
        display: block;
        padding-left: 5.5rem;
        padding-right: 1rem;
        height: 4.2rem;
        line-height: 4.2rem;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 1.8rem;
        color: rgba(0,0,0,.5);
    }
    .channel-cont .sub-title a:hover{
        background-color: #EAEAEA;
        color: var(--text-color-4);
    }
    .channel-cont .sub-title .active-sub{
        background-color: #EAEAEA;
        color: var(--text-color-4);
    }
    .collapse-expand-link{
        /* display: none; */
        color: var(--red-primary);
        font-size: .75rem;
        line-height: 1.5rem;
        margin-top: .5rem;
    }
    .detail-content{
        flex: 1;
        height: auto;
    }
    .detail-content .article-content{
        width: 100%;
        height: auto;
        background-color: var(--bg-color-1);
        border-radius: 2.4rem;
        padding: 3.4rem 5.1rem 4.7rem 5.7rem;
    } 
    .article-content .channel-link a{
        display: inline-block;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 1.8rem;
        line-height: 3.4rem;
        color: #626262;
        margin-right: 4.5rem;
        position: relative;
    }
    .article-content .channel-link a:hover{
        color: rgba(29, 29, 31, 0.95);
        font-weight: bold;
        text-decoration: underline;
    }
    .article-content .channel-link a::after{
        display: block;
        content: "";
        width: 1.8rem;
        height: 1.8rem;
        background: url('../../images/eco/icon_link.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        margin-top: -.9rem;
        right: -3.5rem;
    }.article-content .channel-link a:last-child::after{
        content: none;
    }
    .detail-content .detail-desc {
        margin-top: 4rem
    }
    .detail-desc h3{
        font-family: 'SourceHanSansCN-Bold';
        font-size: 3rem;
        line-height: 4.5rem;
        color: #333333;
        font-weight: bold;
    }
    .detail-desc .update-time{
        font-family: 'PingFangSC-Regular';
        font-size: 1.8rem;
        line-height: 3.4rem;
        margin: 2.5rem 0rem 3.5rem 0rem;
    }
    .detail-desc img {
        object-fit: contain;
    }
    .detail-desc p img{
        /* width: 100%; */
        max-width: 100%;
        float: none!important;
    }
    .detail-content .switch-page-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 3.9rem;
    }
    .switch-page-content .page{
        display: inline-flex;
        align-items: center;
    }
    .switch-page-content .page img{
        width: 18px;
    }
    .switch-page-content .page a{
        display: inline-block;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 1.8rem;
        color: var(--text-color-4);
    }
    .switch-page-content .page a:hover {
        font-family: 'SourceHanSansCN-medium';
        color: rgba(29, 29, 31, 0.95);
    }
    .switch-page-content .page-prev a{
        margin-left: 1rem;
    }
    .switch-page-content .page-next a{
        margin-right: 1rem;
    }

    .guide-content {
        position: absolute;
        top: 48rem;
        right: 0;
        z-index: 1999;
        width: 23.4rem;
        height: auto;
        margin-top: 2.9rem;
        /* transition: all 0.5s ease 0s; */
    }
    .guide_h2 {
        height: 4.2rem;
        line-height: 4.2rem;
        font-size: 2.0rem;
        color: rgba(29, 29, 31, 0.95);
        font-family: "SourceHanSansCN-Medium" !important;
        font-weight: 500 !important;
    }
    .guide_labels {
        font-family: "SourceHanSansCN-Regular";
        margin: 1rem 0 0 0;
        border-left: 1px solid #D9D9D9;
    }
    .guide_labels li {
      position: relative;
      padding: 0 2rem;
      height: 3.2rem;
      line-height: 3.2rem;
      font-size: 1.8rem;
      color: rgba(0, 0, 0, 0.5);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .guide_labels li:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        content: "";
        border-left: 1px solid #000;
        opacity: 0;
        transition: opacity 0.3s ease-out;
    }
    .guide_labels li a {
      color: rgba(0, 0, 0, 0.5);
    }
    .guide_labels li.fide_on, .guide_labels li.fide_on a {
        color: rgba(29, 29, 31, 0.95);
    }
    .guide_labels li.fide_on:before {
        opacity: 1;
    }

    /* 适配移动端 */
    @media screen and (max-width: 768px) {
        .article-banner {
            height: 15rem !important;
        }
        .banner-content {
            padding: 0 0 0 1rem;
        }
        .banner-title h1 {
            font-size: 1rem;
            line-height: 1.6rem;
        }
        .banner-title p {
            margin-top: 0.25rem;
            font-size: 0.7rem;
            line-height: 1rem;
        }
        .banner-title{
            margin-top: 2.6rem!important;
        }
        .technology-doc-container{
            padding: 1rem;
            flex-direction: column;
            justify-content: flex-start;
        }
        .list-content{
            width: 100%;
            height: auto;
            margin-right: 0rem;
            margin-top: 0rem;
        }
        .channel-cont .title{
            height: 1.5rem;
            padding-left: 1rem;
        }
        .channel-cont .active::before{
            width: 0.2rem;
            height: 1.5rem;
            margin-top: -0.75rem;
        }
        .channel-cont .title .icon-sanjiao{
            width: .4rem;
            height: .4rem;
            margin-right: .7rem;
        }
        .channel-cont .title span{
            font-family: 'SourceHanSansCN-Bold';
            font-size: 0.85rem;
            color: #323232;
        }
        .channel-cont .sub-title a{
            padding-left: 3rem;
            padding-right: 0.65rem;
            height: 1.7rem;
            line-height: 1.7rem;
            font-size: 0.75rem;
        }
        .detail-content .article-content{
            border-radius: 1rem;
            padding: 1.5rem 1rem;
        } 
        .article-content .channel-link a{
            font-size: 0.65rem;
            line-height: 1.5rem;
            margin-right: 1.2rem;
        }
        .article-content .channel-link a::after{
            width: .6rem;
            height: .6rem;
            margin-top: -.35rem;
            right: -1rem;
        }
        .detail-content .detail-desc{
            margin-top: 1rem
        }
        .detail-desc h3{
            font-size: 1.2rem;
            line-height: 1.5rem;
            color: #333333;
        }
        .detail-desc .update-time{
            font-size: .75rem;
            line-height: 1rem;
            margin: .5rem 0rem 1rem 0rem;
        }
        .detail-content .switch-page-content{
            margin-top: 1rem;
        }
        .switch-page-content .page img{
            height: .6rem;
        }
        .switch-page-content .page a{
            font-size: .6rem;
        }
        .switch-page-content .page-prev a{
            margin-left: .2rem;
        }
        .switch-page-content .page-next a{
            margin-right: .2rem;
        }
        .guide-content{
            position: relative;
            top: auto;
            width: 100%;
            height: auto;
            margin-top: 0;
            padding: 0 1rem;
        }

        .guide_h2 {
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 0.8rem;
        }

        .guide_labels {
            margin: 0.4rem 0 0 0;
        }

        .guide_labels li {
            padding: 0 0.5rem;
            height: 1.2rem;
            line-height: 1.2rem;
            font-size: 0.75rem;
        }
    }