.article-page {
    overflow-x: hidden;
    background: #222;
    color: #d9d9d9;
}

.article-container {
    width: 1160px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.article-breadcrumb {
    min-height: 270px;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/xiaobanner1.jpg") center center / cover no-repeat;
}

.article-breadcrumb .article-container {
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-breadcrumb p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.article-breadcrumb a {
    color: #fff;
}

.article-breadcrumb span {
    margin: 0 8px;
    color: #fff;
}

.article-section {
    padding: 31px 0 70px;
}

.article-detail {
    color: #e9eef5;
}

.article-header {
    margin-bottom: 20px;
    text-align: center;
}

.article-header h1 {
    margin: 0 0 7px;
    color: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.36;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.article-share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.article-share .sharethis-inline-share-buttons {
    width: 100%;
    min-height: 20px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
    gap: 8px;
    text-align: center;
}

.article-share .sharethis-inline-share-buttons .st-total,
.article-share .sharethis-inline-share-buttons .st-btn > span {
    display: none !important;
}

.article-share .sharethis-inline-share-buttons .st-btn {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    flex: 0 0 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 3px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0 !important;
    box-sizing: border-box;
}

.article-share .sharethis-inline-share-buttons .st-btn > img {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    display: block !important;
    position: static !important;
    top: auto !important;
    vertical-align: middle !important;
}

.article-body {
    margin-top: 19px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.article-body p {
    margin: 0 0 14px;
}

.article-body h2 {
    margin: 24px 0 18px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.25;
}

.article-body ul {
    margin: 8px 0 0 30px;
    padding: 0;
}

.article-body li {
    margin: 0 0 14px;
    padding-left: 0;
}

.article-footer {
    margin-top: 30px;
    color: #ccc;
}

.article-source-link {
    display: inline-block;
    margin-bottom: 46px;
    color: #ccc;
    font-size: 16px;
}

.article-sibling {
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 176px;
}

.article-sibling a {
    min-width: 0;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 40px;
}

.article-next {
    justify-content: flex-start;
}

.article-tags {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-tags a {
    min-height: 29px;
    padding: 4px 12px;
    border: 1px solid #858585;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    color: #ccc;
    font-size: 16px;
    line-height: 1.2;
}

@media (min-width: 1025px) {
    .article-breadcrumb a:hover,
    .article-source-link:hover,
    .article-sibling a:hover,
    .article-tags a:hover {
        opacity: .82;
    }
    .article-sibling a:hover {
        background-color: #eee;
        color: #999a9c;
        text-decoration: underline;
    }
}

@media (max-width: 1024px) {
    .article-section {
        padding: 32px 0 60px;
    }
    .article-header h1 {
        font-size: 24px;
    }
    .article-body h2 {
        font-size: 30px;
    }
    .article-sibling {
        gap: 60px;
    }
}

@media (max-width: 767px) {
    .article-container {
        max-width: calc(100% - 24px);
    }
    .article-breadcrumb {
        min-height: 180px;
    }
    .article-breadcrumb .article-container {
        min-height: 180px;
    }
    .article-breadcrumb p {
        font-size: 14px;
    }
    .article-section {
        padding: 28px 0 50px;
    }
    .article-header {
        margin-bottom: 18px;
    }
    .article-header h1 {
        font-size: 22px;
    }
    .article-meta {
        gap: 8px 14px;
        font-size: 14px;
    }
    .article-share {
        margin-top: 8px;
    }
    .article-body {
        font-size: 15px;
        line-height: 1.75;
    }
    .article-body h2 {
        margin: 22px 0 14px;
        font-size: 25px;
    }
    .article-body ul {
        margin-left: 24px;
    }
    .article-source-link {
        margin-bottom: 24px;
        font-size: 15px;
    }
    .article-sibling {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .article-sibling a {
        height: 40px;
        font-size: 14px;
    }
    .article-tags {
        gap: 8px;
    }
    .article-tags a {
        font-size: 14px;
    }
}
