@media (min-width: 1700px) {

    #articl-part .container{
        max-width: 1690px;
        padding-bottom: 100px;
    }
}

.sec1 {
    position: relative;
    background: rgba(255, 85, 0, 0.04);
    margin-bottom: 38px;
}

.sec1::before {
    content: "";
    position: absolute;
    bottom: -57px;
    left: 0;
    width: 417px;
    height: 219px;
    background: url("https://images.tenorshare.tw/article-classification/bg-left.png") no-repeat;
    background-size: 100%;
}

.sec1::after {
    content: "";
    position: absolute;
    top: -75px;
    right: 0;
    width: 360px;
    height: 239px;
    background: url("https://images.tenorshare.tw/guide/bg-right.png") no-repeat;
    background-size: 100%;
}

@media (max-width: 991.98px) {

    .sec1::before,
    .sec1::after {
        display: none;
    }

}

.sec1 .container {
    max-width: 862px;
}

.sec1 .content {
    padding: 63px 0;
}

@media (max-width: 991.98px) {
    .sec1 .content {
        padding: 24px 24px 40px;
    }
}

.sec1 .content::before {
    content: "";
    position: absolute;
    top: -75px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 704px;
    height: 307px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png") no-repeat;
    background-size: 100%;
}

@media (max-width: 991.98px) {
    .sec1 .content::before {
        width: 350px;
        top: 0;
    }

}

.sec1 .content h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #212121;
    font-weight: 630;
}

@media (max-width: 991.98px) {
    .sec1 .content h1 {
        font-size: 24px;
        font-weight: 520;
    }
}

.sec1 .content h1 span {
    color: #ff5500;
}

.sec1 .content p {
    max-width: 788px;
    margin: 12px 0 20px;
    color: #6B6B6B;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 330;
}

@media (max-width: 991.98px) {
    .sec1 .content p {
        font-size: 16px;
        font-weight: 400;
    }
}

#articl-part .guide-part .guide-wrap {
    border-radius: 12px;
    border: 1px solid var(---01, #E7E7E7);
    padding-bottom: 16px;
}

#articl-part .guide-part .guide-wrap>.guide-item:first-child {
    background-color: #FFECE3;
    border-radius: 12px 12px 0 0;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-wrap>.guide-item:first-child {
        background-color: #fff;
        font-size: 20px;
        font-weight: 520;
        justify-content: start;
        margin-left: 24px;
    }
}

#articl-part .guide-part .guide-wrap>.guide-item:first-child span {
    font-weight: 520;
    color: #131212;
}

#articl-part .guide-part .guide-list .guide-item>a:hover {
    color: #212121;
}

#articl-part .guide-part .guide-list .guide-item.show {
    padding-top: 12px;
}

#articl-part .guide-part .guide-list .guide-item.not-show {
    padding: 12px 0;
}

#articl-part .guide-part .guide-list .guide-item.not-show>div svg {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

#articl-part .guide-part .guide-list .guide-item:first-child.show {
    padding-top: 12px;
}

#articl-part .guide-part .guide-list {
    max-height: 416px;
    overflow: overlay;
    font-weight: 400;
    line-height: 150%;
    color: #212121;
    padding: 0 8px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list {
        padding: 0px;
        max-height: 100%;
        scrollbar-gutter: auto;
    }
}

/* 为 .guide-list 添加自定义滚动条 */
#articl-part .guide-part .guide-list::-webkit-scrollbar {
    width: 4px;
    /* 垂直滚动条宽度 */
}

#articl-part .guide-part .guide-list::-webkit-scrollbar-track {
    background: #fff;
    /* 滚动条轨道背景色 */
    border-radius: 4px;
}

#articl-part .guide-part .guide-list::-webkit-scrollbar-thumb {
    background: rgba(231, 231, 231, 1);
    /* 滚动条滑块颜色 */
    border-radius: 4px;
}

#articl-part .guide-part .guide-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
    /* 悬停时的颜色 */
}

#articl-part .guide-part .guide-list .guide-item.show>div {
    border-radius: 2px;
    background: #F7F7F7;
    padding: 12px;
}

#articl-part .guide-part .guide-list .guide-item .line {
    width: 6px;
    height: 24px;
    border-radius: 2px;
    background-color: #FF5500;
}

#articl-part .guide-part .guide-list .guide-item .guide-item-tit {
    font-size: 16px;
    display: block;
    font-weight: 380;
    max-width: 200px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list .guide-item .guide-item-tit {
        font-size: 16px;
        display: block;
        font-weight: 520;
        color: rgba(255, 85, 0, 1);
    }

    #articl-part .guide-part .guide-list .guide-item.show.not-show .guide-item-tit {
        color: rgba(19, 18, 18, 1);
    }

    #articl-part .guide-part .guide-list .guide-item.show:not(.not-show)>div.d-flex>svg path {
        stroke: rgba(255, 85, 0, 1);
    }
}

#articl-part .guide-part .guide-list .guide-item:nth-child(1) ul {
    display: block;
    margin-top: 16px;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show {
    padding: 12px 0;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show ul {
    max-height: 0;
    overflow: hidden;
    display: none;
}

#articl-part .guide-part .guide-list .guide-item.show ul li {
    font-size: 16px;
    font-weight: 330;
    line-height: 150%;
    position: relative;
    color: rgba(102, 101, 101, 1);
}

#articl-part .guide-part .guide-list .guide-item.show ul li a {
    color: rgba(102, 101, 101, 1);
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list .guide-item.show ul li a {
        margin-bottom: 20px;
    }
}

#articl-part .guide-part .guide-list .guide-item.show ul li a:hover {
    text-decoration: none;
}

#articl-part .guide-part .guide-list .guide-item.show ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #a2a7a9;
    position: absolute;
    left: -22px;
    top: 7px;
    z-index: 10;
}

#articl-part .guide-part .guide-list .guide-item a {
    display: block;
    font-size: 14px;
}

#articl-part .guide-part .guide-list .guide-item {
    position: relative;
    padding-right: 0;
}

#articl-part .guide-part {
    width: 280px;
    flex-shrink: 0;
    transition: all 0.4s;
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 1200px) {
    #articl-part .guide-part {
        margin-right: 40px;
    }
}

@media (min-width: 1600px) {
    #articl-part .guide-part {
        margin-left: 105px;
    }
}

#articl-part .guide-part .search-box {
    margin-bottom: 12px;
}

#articl-part .guide-part .search-box .search-link {
    width: 38px;
    display: flex;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 12px;
    border: none;
    background-color: transparent;
}

#articl-part .guide-part .search-box .search-icon {
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

#articl-part .guide-part .search-box .form-control {
    min-width: 248px;
    border-radius: 8px;
    border: 1px solid rgba(172, 172, 172, 1);
}

#articl-part .main-content .breadcrumb a {
    font-size: 14px;
    font-weight: 330;
    line-height: 1.5;
    color: rgba(107, 107, 107, 1);
}

@media (min-width: 992px) {
    #articl-part .main-content .breadcrumb a {
        font-size: 16px;
    }
}

#articl-part .main-content .nav-tabs.v1 .nav-link {
    margin: 0 .5rem -1px;
    font-weight: 600;
    color: rgba(66, 65, 65, 1);
    background-color: white;
    border: none;
    border-radius: 0
}

#articl-part .main-content .tab-content .cell {
    padding: 24px 0;
}

#articl-part .main-content .tab-content .cell:not(:last-child) {
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}

#articl-part .main-content ul {
    padding-left: 0px;
}


@media (max-width: 991.98px) {
    #articl-part .main-content ul:not(.dropdown-menu) li {
        padding: 4px 10px;
        height: fit-content;
    }
}

#articl-part .main-content ul li.actived {
    border-bottom: 1px solid rgba(255, 85, 0, 1);
}

#articl-part .main-content ul li.actived:last-child {
    border: none;
}

#articl-part .main-content ul li.actived,
#articl-part .main-content ul li.actived .dropdown button {
    color: rgba(255, 85, 0, 1);
}

#articl-part .main-content .dropdown.v1-0-1 .dropdown-toggle {
    font-size: 16px;
    font-weight: 330;

}

@media (min-width: 992px) {
    #articl-part .main-content .dropdown.v1.v1-0-1:hover .dropdown-menu {
        display: block !important;
    }

    #articl-part .main-content .dropdown.v1-0-1:hover .dropdown-toggle::after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%23ff5500" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>') !important;
    }
}

#articl-part .main-content .dropdown.v1-0-1:hover .dropdown-toggle {
    color: rgba(255, 85, 0, 1);
}

#articl-part .main-content .dropdown.v1-0-1 .dropdown-toggle.show {
    color: rgba(255, 85, 0, 1);
}

#articl-part .main-content .dropdown.v1-0-1 .dropdown-toggle.show::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%23ff5500" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 16l7-7l7 7"/></svg>') !important;
}

.dropdown.v1-0-1 .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.dropdown.v1-0-1 .dropdown-menu::-webkit-scrollbar-track {
    background: none;
}

.dropdown.v1-0-1 .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(231, 231, 231, 1);
    border-radius: 2px;
}

#articl-part .main-content ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 330;
}

@media (max-width: 991.98px) {

    #articl-part .main-content ul li a,
    #articl-part .main-content ul li {
        font-size: 14px;
    }
}

#articl-part .main-content ul.dropdown-menu {
    height: 262px;
    width: 169px;
    overflow-y: scroll;
    padding: 8px 4px 8px 8px;
}

#articl-part .main-content ul.dropdown-menu li {
    width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    .dropdown.v1-0-1 .dropdown-toggle::after {
        right: 0px !important;
    }
}

#articl-part .main-content .cell {
    max-width: 800px;
    background-size: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}

@media (max-width: 991.98px) {
    #articl-part .main-content .cell {
        border: 1px solid rgba(231, 231, 231, 1);
        border-radius: 18px;
        padding: 12px;
    }
}

#articl-part .main-content .cell .lft img {
    width: 218px;
    border-radius: 8px;
}

#articl-part .main-content .cell:hover .lft img {
    transform: scale(1.04);
}

#articl-part .main-content .cell .lft {
    margin-right: 12px;
}

@media (max-width: 991.98px) {
    #articl-part .main-content .cell .lft {
        margin-right: 0;
        margin-bottom: 12px;
    }

    #articl-part .main-content .cell .lft img {
        width: 100%;
    }

    #articl-part .main-content .cell {
        width: 100%;
    }

}

#articl-part .main-content .cell .rgt .article-title p {
    margin-bottom: 0px;
    font-weight: 520;
    font-size: 18px;
}

@media (max-width:991.98px) {
    #articl-part .main-content .cell .rgt .article-title p {
        margin-bottom: 10px;
    }
}

#articl-part .main-content .cell .rgt .desc {
    font-size: 14px;
    color: rgba(102, 101, 101, 1);
    font-weight: 330;
}

#articl-part .main-content .cell .rgt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px;
}
#articl-part .main-content .cell .rgt .author-info {
    margin-top: auto;
}

@media (max-width: 991.98px) {
    #articl-part .main-content .cell .rgt .author-info div:first-child {
        margin-bottom: 6px;
    }
}

#articl-part .main-content .cell .rgt .author-info .author {
    text-decoration: none;
    color: rgba(156, 156, 156, 1);
}

#articl-part .main-content .cell .rgt .author-info .time a {
    text-decoration: none;
}

#articl-part .main-content .cell .rgt .author-info .time a span {
    color: rgba(66, 65, 65, 1);
    font-weight: 330;
}

#articl-part .main-content .cell .rgt .author-info .time a:hover span {
    color: rgba(255, 85, 0, 1);
}

#articl-part .guide-part .guide-list .guide-item.show {
    padding-top: 12px;
}

#articl-part .guide-part .guide-list .guide-item.not-show {
    padding: 12px 0;
}

#articl-part .guide-part .guide-list .guide-item:first-child.show {
    padding-top: 12px;
}

#articl-part .guide-part .guide-list .guide-item.show ul {
    max-height: 500px;
    margin-top: 16px;
    list-style: none;
    position: relative;
}

#articl-part .guide-part .guide-list .guide-item.not-show ul {
    max-height: 0;
    overflow: hidden;
    display: none;
}

#articl-part .guide-part .guide-list .guide-item.show ul::after {
    content: "";
    width: 1px;
    height: calc(100% - 34px);
    border-right: 1px dashed #d8dfe2;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

#articl-part .guide-part .guide-list .guide-item.show ul li {
    font-size: 16px;
    font-weight: 330;
    line-height: 150%;
    position: relative;
    color: rgba(102, 101, 101, 1);
}

#articl-part .guide-part .guide-list .guide-item.show ul li a {
    color: rgba(102, 101, 101, 1);
}

#articl-part .guide-part .guide-list .guide-item.show ul li a:active {
    color: rgba(255, 85, 0, 1);
}

#articl-part .guide-part .guide-list .guide-item.show ul li a:hover {
    text-decoration: none;
}

#articl-part .guide-part .guide-list .guide-item.show ul li:not(:nth-child(1)) {
    margin-top: 8px;
}

#articl-part .guide-part .guide-list .guide-item.show ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #a2a7a9;
    position: absolute;
    left: -22px;
    top: 7px;
    z-index: 10;
}

#articl-part .guide-part .guide-list .guide-item.show ul li.active a {
    color: #f50;
}

#articl-part .guide-part .guide-list .guide-item.show ul li.active::before {
    border: 2px solid #f50;
}

#articl-part .guide-part .guide-list .guide-item.show>div {
    border-radius: 2px;
    background: #F7F7F7;
    padding: 12px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list .guide-item.show>div {
        background: rgba(255, 236, 227, 1);
    }

    #articl-part .guide-part .guide-list .guide-item.not-show>div {
        background: none;
    }
}

#articl-part .guide-part .guide-list .guide-item.not-show>div svg {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

#articl-part .guide-part .guide-list .guide-item.show::after {
    content: none;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjUgMTcuNUw1IDcuNUwxOCA3LjVMMTEuNSAxNy41WiIgZmlsbD0iI0ZGNTUwMCIvPgo8L3N2Zz4=") no-repeat center center;
    position: absolute;
    top: 12px;
    right: 8px;
    transform: none;
    transition: all 0.4s;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show::after {
    transform: rotate(-90deg);
    top: 12px;
}

#articl-part .guide-part .guide-list .guide-item:nth-child(1) ul {
    display: block;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show {
    padding: 12px 0;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show ul {
    max-height: 0;
    overflow: hidden;
    display: none;
}

#articl-part .guide-part {
    width: 280px;
    flex-shrink: 0;
    transition: all 0.4s;
    left: 0px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part.show {
        max-width: 100%;
        max-height: 100vh;
        overflow: auto;
    }

    #articl-part .guide-part .content {
        background: #fff;
        width: 86%;
        padding: 28px 0 24px;
        height: fit-content;
        top: 0;
        min-height: 100%;
    }

    #articl-part .guide-part .guide-wrap {
        background: none;
        margin-top: 0;
        top: 0;
        padding: 0;
        border: 0px;
    }

    #articl-part .guide-part {
        max-width: 0;
        padding: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        z-index: 100;
        left: 0;
        height: 100vh;
        width: 100%;
        background: rgba(33, 33, 33, 0.4);
        margin-left: 0;
    }

}

#btn-open-guide {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 10;
}

#btn-close-guide {
    position: absolute;
    right: 69px;
    top: 34px;
    z-index: 10;
}

#articl-part .main-content .category-nav-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

#articl-part .main-content .category-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: visible;
    gap: 6px;
}

#articl-part .main-content .category-nav li {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.5rem 1rem;
}

#articl-part .main-content .dropdown.v1.v1-0-1 {
    flex: 0 0 auto;
    margin-left: 0;
    flex-shrink: 0;
}

/* 在小屏幕上的优化 */
@media (max-width: 767px) {
    #articl-part .main-content .category-nav-wrapper {
        width: 100%;
    }

    #articl-part .main-content .category-nav {
        overflow-x: auto;
        /* 移动端启用滚动 */
        -webkit-overflow-scrolling: touch;
        /* 平滑滚动 */
        max-width: calc(100% - 80px);
        /* 为"更多"按钮预留空间 */
        /* 隐藏滚动条 */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    #articl-part .main-content .category-nav::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    #articl-part .main-content .dropdown.v1.v1-0-1 {
        position: absolute;
        right: 0;
        background: white;
        /* 防止滚动内容透出 */
        z-index: 2;
        padding-left: 50px;
        /* 渐变效果 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
        margin-left: auto;
    }
}

/* PC端样式 */
@media (min-width: 768px) {
    #articl-part .main-content .category-nav-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    #articl-part .main-content .dropdown.v1-0-1 .dropdown-toggle {
        font-size: 14px;
        font-weight: 330;
        color: rgba(66, 65, 65, 1);
        padding: 0px 20px 0px 10px;
    }

    .dropdown.v1-0-1 .dropdown-toggle::after {
        top: 45% !important;
    }
}

#articl-part .article_pagination  {
    max-width: 800px;
    margin-bottom: 80px;
}

#articl-part .article_pagination  .prev {
    border: 1px solid #000000;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 51px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    #articl-part .article_pagination  .prev {
        padding: 5px 13px;
        margin-right: 8px;
    }
}
#articl-part .article_pagination  li{
    list-style: none;
}
#articl-part .article_pagination  li:not(:first-child):not(:last-child),
#articl-part .article_pagination  li.active {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
}

#articl-part .article_pagination  li.active+li:hover {
    background-color: rgba(255, 85, 0, 0.1);
}

#articl-part .article_pagination  .active,
#articl-part .article_pagination  .active a {
    background-color: #FF5500;
    color: #fff;
}

#articl-part .article_pagination  .active:hover {
    background-color: rgba(254, 111, 12, 1);
}

#articl-part .article_pagination  .next {
    background-color: rgba(255, 85, 0, 0.1);
}

#articl-part .article_pagination  .next {
    background-color: #FF5500;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 36px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    #articl-part .article_pagination  .next {
        padding: 5px 13px;
        margin-left: 8px;
    }
}

#articl-part .article_pagination  .next:hover {
    background-color: rgba(254, 111, 12, 1);
}

#articl-part .article_pagination  .jump {
    width: 56px;
    height: 32px;
    margin-left: 12px;
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 4px;
}

@media (min-width: 992px) {
    #articl-part .article_pagination  .jump {
        width: 88px;
        height: 40px;
        margin-left: 24px;
        border: 1px solid rgba(231, 231, 231, 1);
    }
}