<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
    background: #F0F1F2
}

.section .wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 120px 0 274px
}

.section .wrap .content {
    display: flex;
    justify-content: space-between
}

.section .wrap .content .l {
    width: 260px;
    background: #FFFFFF;
    height: fit-content;
    border-radius: 10px;
    padding: 0 0 106px
}

.section .wrap .content .l h1 {
    padding: 38px 27px 10px;
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 18px
}

.section .wrap .content .l .item {
    padding: 0 47px 0 24px
}

.section .wrap .content .l .item .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.section .wrap .content .l .item .block a {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 40px;
    transition: 0.6s
}

.section .wrap .content .l .item .block .iconfont {
    font-size: 24px;
    color: #111111;
    transition: 0.6s
}

.section .wrap .content .l .item .block:hover a {
    color: #F98800
}

.section .wrap .content .l .item .block:hover .iconfont {
    color: #F98800
}

.section .wrap .content .l .item .none {
    display: none
}

.section .wrap .content .l .item .none a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 36px;
    border-radius: 4px 4px 4px 4px;
    padding: 0 0 0 26px;
    transition: 0.6s
}

.section .wrap .content .l .item .none a:not(:nth-last-child(1)) {
    margin: 0 0 5px
}

.section .wrap .content .l .item .none a:hover, .section .wrap .content .l .item .none a.on {
    background: #FFF4E6;
    color: #F98800
}

.section .wrap .content .l .item.item_active .block a {
    color: #F98800
}

.section .wrap .content .l .item.item_active .block .iconfont {
    color: #F98800;
    transform: rotate(90deg)
}

.section .wrap .content .l .item.item_active .none {
    display: block
}

.section .wrap .content .r {
    width: 1160px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 36px 36px 78px
}

.section .wrap .content .r h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 30px
}

.section .wrap .content .r h5 {
    height: 40px;
    background: #F98800;
    border-radius: 4px 4px 4px 4px;
    padding: 0 23px;
    width: fit-content;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.section .wrap .content .r p {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 30px
}

@media screen and (max-width: 1920px) {
    .section {
        background: #F0F1F2
    }

    .section .wrap {
        width: 75vw;
        margin: 0 auto;
        padding: 6.25vw 0 14.2708333333vw
    }

    .section .wrap .content {
        display: flex;
        justify-content: space-between
    }

    .section .wrap .content .l {
        width: 13.5416666667vw;
        background: #FFFFFF;
        height: fit-content;
        border-radius: 0.5208333333vw;
        padding: 0 0 5.5208333333vw
    }

    .section .wrap .content .l h1 {
        padding: 1.9791666667vw 1.40625vw 0.5208333333vw;
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        border-bottom: 1px solid #E8E8E8;
        margin: 0 0 0.9375vw
    }

    .section .wrap .content .l .item {
        padding: 0 2.4479166667vw 0 1.25vw
    }

    .section .wrap .content .l .item .block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer
    }

    .section .wrap .content .l .item .block a {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111111;
        line-height: 2.0833333333vw;
        transition: 0.6s
    }

    .section .wrap .content .l .item .block .iconfont {
        font-size: 1.25vw;
        color: #111111;
        transition: 0.6s
    }

    .section .wrap .content .l .item .block:hover a {
        color: #F98800
    }

    .section .wrap .content .l .item .block:hover .iconfont {
        color: #F98800
    }

    .section .wrap .content .l .item .none {
        display: none
    }

    .section .wrap .content .l .item .none a {
        display: block;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111111;
        line-height: 1.875vw;
        border-radius: 0.2083333333vw 0.2083333333vw 0.2083333333vw 0.2083333333vw;
        padding: 0 0 0 1.3541666667vw;
        transition: 0.6s
    }

    .section .wrap .content .l .item .none a:not(:nth-last-child(1)) {
        margin: 0 0 0.2604166667vw
    }

    .section .wrap .content .l .item .none a:hover, .section .wrap .content .l .item .none a.on {
        background: #FFF4E6;
        color: #F98800
    }

    .section .wrap .content .l .item.item_active .block a {
        color: #F98800
    }

    .section .wrap .content .l .item.item_active .block .iconfont {
        color: #F98800;
        transform: rotate(90deg)
    }

    .section .wrap .content .l .item.item_active .none {
        display: block
    }

    .section .wrap .content .r {
        width: 60.4166666667vw;
        background: #FFFFFF;
        border-radius: 0.5208333333vw;
        padding: 1.875vw 1.875vw 4.0625vw
    }

    .section .wrap .content .r h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 1.5625vw
    }

    .section .wrap .content .r h5 {
        height: 2.0833333333vw;
        background: #F98800;
        border-radius: 0.2083333333vw 0.2083333333vw 0.2083333333vw 0.2083333333vw;
        padding: 0 1.1979166667vw;
        width: fit-content;
        line-height: 2.0833333333vw;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #FFFFFF;
        margin: 0 0 0.5208333333vw
    }

    .section .wrap .content .r p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111111;
        line-height: 1.5625vw
    }

}
</pre></body></html>