.styles_MarketSidebar__tg_S1 .styles_bottom__eaO_v {
    width: 100%;
    position: relative;
    margin-top: 25px;
    height: 250px;
}

iframe {
    width: 1px;
    min-width: 100%;
}

.article-container.container,
.pc {
    background: #F3F4F8;
}

.article-container.container {
    padding-bottom: 100px;
    margin-bottom: 0;
}

.styles_wrapper__GJS2V {
    margin: 0;
}

.common__h {
    margin-top: 20px;
}

.AcademyDetail_left__TI5v1 .AcademyDetail_tag__eGvQ2 {
    margin-top: 17px;
}

.AcademyDetail_left__TI5v1 .AcademyDetail_tag__eGvQ2 :first-child {
    margin-right: 40px;
}

.AcademyDetail_left__TI5v1 .AcademyDetail_tag__eGvQ2 .tag {
    color: #999999;
    font-size: 12px;
}

.AcademyDetail_left__TI5v1 p {
    line-height: unset;
}

.AcademyDetail_left__TI5v1 {
    margin-top: 20px;
    margin-right: 20px;
}

.AcademyDetail_left__TI5v1 .article-content {
    padding: 24px 30px;
    background: #fff;
}

.AcademyDetail_left__TI5v1 .AcademyDetail_tips__Zhm0c {
    color: #888888;
    font-size: 14px;
}

.styles_preAndNextNav__6AATC .next,
.styles_preAndNextNav__6AATC .pre {
    color: #888888;
    font-size: 14px;
}

.styles_frontPageArticle__OqhMp.styles_streamline__T9_2X,
.AcademyDetail_relatedSuggestion__2knQC {
    margin-top: 20px;
    padding: 36px 30px;
    background: #fff;
}

.related__ul .related__item+.related__item {
    margin-left: 20px;
}

.AcademyDetail_relatedSuggestion__2knQC .related__item {
    width: 100%;
}

.AcademyDetail_relatedSuggestion__2knQC .related__item-img {
    margin-bottom: 11px;
    object-fit: cover;
}

.AcademyDetail_relatedSuggestion__2knQC .related__item-text {
    color: #666666;
    font-size: 14px;
}

.styles_top__punT3 .more {
    display: flex;
    align-items: center;
    color: #E5E5E5;
}

.styles_top__punT3 .more a {
    color: #FF7401;
}

.styles_top__punT3 .title-container {
    display: flex;
    align-items: flex-end;
}

.styles_top__punT3 .title-container span {
    color: #888888;
    font-size: 14px;
    margin-left: 8px;
}

.styles_frontPageArticle__OqhMp .styles_top__punT3 h2 {
    position: unset;
}

.styles_frontPageArticle__OqhMp .styles_top__punT3 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: unset;
    height: unset;
}

.styles_frontPageArticle__OqhMp .styles_top__punT3 h2 {
    line-height: 31px;
}

.styles_frontPageArticle__OqhMp {
    width: auto;
}

.current-column-article-container {
    margin-top: 30px;
}

.divide-y>*+* {
    border-top-width: 1px;
    border-bottom-width: 0px;
}

.current-column-article-item {
    display: flex;
    padding-bottom: 20px;
}

.current-column-article-item:last-child {
    padding-bottom: 0px;
}

.current-column-article-item+.current-column-article-item {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
}

.current-column-article-item img {
    flex-shrink: 0;
    width: 96px;
    height: 72px;
    object-fit: cover;
}

.current-column-article-info {
    margin-left: 20px;
}

.current-column-article-info .title {
    color: #111111;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.current-column-article-info .summary {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
 * =========================================
 *  通用骨架屏 (Skeleton Screen) 基础样式
 *  (这部分可以被网站其他骨架屏组件共用)
 * =========================================
 */

@keyframes skeleton-shimmer {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.skeleton-block,
.skeleton-text {
    background-color: #f0f2f5;
    background-image: linear-gradient(90deg, #f0f2f5 0px, #e4e6e9 40px, #f0f2f5 80px);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    animation: skeleton-shimmer 1.5s infinite linear;
    border-radius: 4px;
}

/*
 * =========================================
 *  PC 端骨架屏特定样式
 * =========================================
 */

/* --- PC 主文章内容 --- */
.main-content-skeleton {
    background: #FFFFFF;
    padding: 2vw;
}

.main-content-skeleton .skeleton-title {
    height: 38px;
    width: 80%;
    margin-bottom: 20px;
}

.main-content-skeleton .skeleton-title-line2 {
    height: 38px;
    width: 60%;
    margin-bottom: 25px;
}

.main-content-skeleton .skeleton-tag-line {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.main-content-skeleton .skeleton-tag {
    height: 16px;
    width: 180px;
}

.main-content-skeleton .skeleton-content .skeleton-text {
    height: 16px;
    margin-bottom: 12px;
}

.main-content-skeleton .skeleton-share-icons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-content-skeleton .skeleton-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.main-content-skeleton .skeleton-nav {
    height: 18px;
    width: 60%;
    margin-top: 10px;
}

/* --- PC 侧边栏: 热门排行 --- */
.hot-rankings .skeleton-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hot-rankings .skeleton-list .styles_number__kjd8G.skeleton-block {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 10px;
}

.hot-rankings .skeleton-list .skeleton-text {
    display: block;
    width: 100%;
    height: 16px;
}

.hot-rankings .skeleton-list li:nth-child(odd) .skeleton-text {
    width: 80%;
}

.hot-rankings .skeleton-list li:nth-child(even) .skeleton-text {
    width: 60%;
}

/* --- PC 侧边栏: 栏目热文 --- */
.hot-column .skeleton-list .current-column-article-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.hot-column .skeleton-list .skeleton-image {
    width: 120px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 15px;
}

.hot-column .skeleton-list .current-column-article-info {
    flex-grow: 1;
}

.hot-column .skeleton-list .title .skeleton-text {
    height: 18px;
    margin-bottom: 8px;
}

.hot-column .skeleton-list .summary .skeleton-text {
    height: 14px;
    margin-bottom: 6px;
}

/*
 * =========================================
 *  移动端骨架屏特定样式
 * =========================================
 */

/* --- Mobile 主内容 --- */
.mobile-main-skeleton .skeleton-title {
    width: 90%;
    height: 24px;
    margin: 20px auto;
}

.mobile-main-skeleton .skeleton-title-line2 {
    width: 70%;
    height: 24px;
    margin: 0 auto 20px auto;
}

.mobile-main-skeleton .skeleton-content {
    padding: 0 15px;
}

.mobile-main-skeleton .skeleton-text {
    height: 16px;
    margin-bottom: 12px;
}

/* --- Mobile 相关推荐 --- */
.mobile-related-skeleton .skeleton-title {
    height: 22px;
    width: 120px;
    margin-bottom: 15px;
}

.mobile-related-skeleton .skeleton-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.mobile-related-skeleton .skeleton-image {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
}

.mobile-related-skeleton .skeleton-info {
    flex-grow: 1;
}

.mobile-related-skeleton .skeleton-info .skeleton-text:first-child {
    height: 16px;
}

.mobile-related-skeleton .skeleton-info .skeleton-text:last-child {
    height: 14px;
    width: 60%;
}

/*
* =========================================
*  移动端“查看更多”按钮修复样式
* =========================================
*/
.mobile .styles_streamline__T9_2X .view-more {
    display: block;
    width: 100%;
    margin: 20px auto; /* 上下边距20px，左右自动居中 */
    padding: 10px 0;
    text-align: center;
    color: #737373;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    background-color: #F2F2F2;
}

.mobile .styles_streamline__T9_2X .view-more:hover {
    background-color: #f8f8f8;
}