html {
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
    background-color: #050505;
    color: #d8d0c4;
    overflow-x: hidden;
    min-height: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

/* ========== 页面容器 ========== */
.event-page {
    position: relative;
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

/* ========== 首屏 ========== */
.hero-section {
    position: relative;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.hero-bg-video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 1080px;
    z-index: 1;
    pointer-events: none;
    background-color: #000;
}

.hero-section > .hero-bg.pc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero-section.hero-video-fallback .hero-bg-video {
    display: none;
}

.hero-section.hero-video-fallback > .hero-bg.pc {
    z-index: 1;
}

.hero-bg {
    display: block;
    width: 1920px;
    height: 1080px;
}

/* 时间轴 */
.hero-timeline {
    position: absolute;
    left: 50%;
    margin-left: -696px;
    top: 630px;
    width: 1392px;
    z-index: 2;
}

.hero-timeline-panel {
    width: 100%;
    padding: 26px 50px 22px;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    overflow: visible;
}

.timeline-entries {
    position: relative;
    height: 119px;
}

.timeline-entries-track {
    position: absolute;
    left: 54px;
    right: 54px;
    top: 0;
    height: 100%;
    z-index: 1;
}

.timeline-entry {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    text-align: center;
}

.timeline-entry .timeline-date {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.timeline-entry .timeline-event {
    position: absolute;
    bottom: 10px;
    left: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline-entry--event-only .timeline-event {
    top: 0;
    bottom: auto;
}

.timeline-entry--event-only.timeline-entry--bottom .timeline-event {
    top: auto;
    bottom: 0;
}

.timeline-date,
.timeline-event.timeline-event-mystery,
.timeline-date.timeline-date-mystery {
    display: inline-block;
    padding: 0;
    min-width: 0;
    height: auto;
    line-height: 1.2;
    font-family: SimSun, "宋体", STSong, "华文宋体", serif;
    font-size: 20px;
    font-weight: bold;
    color: #f0e6c8;
    letter-spacing: 0;
    background: none;
    text-shadow:
        1px 0 0 #1a1208,
        -1px 0 0 #1a1208,
        0 1px 0 #1a1208,
        0 -1px 0 #1a1208,
        1px 1px 0 #1a1208,
        -1px -1px 0 #1a1208,
        1px -1px 0 #1a1208,
        -1px 1px 0 #1a1208;
}

.timeline-event.timeline-event-mystery,
.timeline-date.timeline-date-mystery {
    letter-spacing: 2px;
    cursor: pointer;
}

.timeline-event {
    display: inline-block;
    min-width: 177px;
    height: 29px;
    line-height: 29px;
    padding: 0 18px;
    font-size: 13px;
    color: #e8dcc8;
    background: url(../images/timeline_label_bg.png) no-repeat center center;
    background-size: 100% 100%;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.timeline-bar-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    width: 100%;
    height: 27px;
    z-index: 0;
}

.timeline-bar-track {
    position: absolute;
    left: 54px;
    right: 54px;
    top: 0;
    height: 27px;
}

.timeline-bar-bg {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 15px;
    background: url(../images/progress_bar_empty.png) no-repeat left center;
    background-size: 100% 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.timeline-bar-fill {
    width: 0;
    height: 15px;
    background: url(../images/progress_bar_full.png) no-repeat left center;
    background-size: auto 15px;
}

.timeline-nodes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 27px;
}

.timeline-node {
    position: absolute;
    width: 33px;
    height: 27px;
    margin-left: -16px;
    top: 0;
    line-height: 0;
}

.timeline-node img {
    display: block;
    width: 33px;
    height: 27px;
}

.timeline-event:hover {
    color: #f5ead8;
}

.timeline-event.active {
    color: #f5ead8;
}

/* 信息框（fixed 跟随鼠标，不受 wrap zoom 影响） */
.hero-info-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 500px;
    z-index: 100;
    display: none;
    pointer-events: auto;
}

.hero-info-wrap.visible {
    display: block;
}

.hero-info-box {
    display: none;
    width: 500px;
    padding: 22px 28px;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(120, 100, 70, 0.35);
    box-sizing: border-box;
}

.hero-info-box.active {
    display: block;
}

.hero-info-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #d4c9b0;
    margin-bottom: 10px;
}

.hero-info-box p:last-child {
    margin-bottom: 0;
}

/* 滚动提示 */
.hero-scroll-hint {
    position: absolute;
    left: 50%;
    margin-left: -281px;
    bottom: 100px;
    z-index: 2;
    line-height: 0;
    cursor: pointer;
    display: block;
}

.hero-scroll-hint img {
    display: block;
    width: 562px;
    height: 122px;
}

.hero-scroll-hint:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/* ========== 内容区 ========== */
.content-section {
    position: relative;
    width: 1920px;
    min-height: 3000px;
}

.content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 3000px;
    z-index: 0;
}

.content-inner {
    position: relative;
    z-index: 1;
    width: 1920px;
    padding-top: 120px;
    padding-bottom: 120px;
    box-sizing: border-box;
}

.section-block {
    width: 1920px;
}

.section-header {
    text-align: center;
    margin-bottom: 36px;
    line-height: 0;
}

.section-header img {
    display: inline-block;
    width: 902px;
    height: 160px;
}

/* ========== 新服热点更新 ========== */
.section-hot {
    margin-bottom: 70px;
}

.hot-updates {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.hot-main-card {
    float: left;
    width: 776px;
    height: 665px;
}

.hot-side-cards {
    float: right;
    width: 543px;
    height: 665px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hot-side-card {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* 卡片通用 */
.card-frame {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.feature-card {
    width: 776px;
    height: 665px;
    background-image: url(../images/feature_card_bg.png?v=1);
    padding: 52px 88px 40px;
}

.feature-card .card-body {
    position: relative;
    min-height: 380px;
    padding-bottom: 70px;
    font-size: 24px;
    color: #c4b1a0;
    box-sizing: border-box;
}

.feature-card .desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    text-align: center;
    line-height: 1.7;
    box-sizing: border-box;
}

.small-feature-card {
    width: 543px;
    height: 213px;
    background-image: url(../images/small_feature_bg.png);
    padding: 28px 36px 20px;
}

.small-feature-card .card-body {
    position: relative;
    min-height: 128px;
    padding-bottom: 48px;
    padding-left:30px;
    color:#c4b1a0;
    
}

.card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #b8b0a4;
    margin-bottom: 12px;
    min-height: 44px;
}

.small-feature-card .card-desc {
    text-align: left;
    margin-bottom: 0;
}

.card-title-bar {
    margin-bottom: 20px;
}

.feature-card .card-title-bar {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 53px;
}

.card-title {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    display: inline-block;
    color: #c0b3a6;
    font-weight: bold;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .card-title {
        background-color: #c0b3a6;
        background-image: -webkit-linear-gradient(top, #c0b3a6 0%, #aa8f79 100%);
        background-image: linear-gradient(to bottom, #c0b3a6 0%, #aa8f79 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.small-feature-card .card-title-bar {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 60px;
    margin-top:6px;
}

.small-feature-card .card-title {
    font-size: 22px;
}

.card-body {
    position: relative;
}

.card-list {
    margin-bottom: 30px;
    padding-left: 0;
}

.card-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #d0c8bc;
    list-style: none;
}

.card-list li:before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    color: #c9a45c;
    font-size: 14px;
}

.btn-details {
    display: inline-block;
    line-height: 0;
    cursor: pointer;
}

.btn-details img {
    display: block;
    width: 287px;
    height: 53px;
}

.small-feature-card .btn-details img {
    width: 220px;
    height: 41px;
}

.feature-card .btn-details {
    position: absolute;
    left: 50%;
    margin-left: -143px;
    bottom: 0;
}

.small-feature-card .btn-details {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: 20px;
}

.btn-details:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/* ========== 新区活动总览 ========== */
.section-activity {
    padding-top: 20px;
}

.filter-bar {
    width: 1389px;
    height: 80px;
    margin: 0 auto 36px;
    background: url(../images/filter_bar_bg.png) no-repeat center center;
    background-size: 1389px 80px;
}

.filter-bar-inner {
    width: 1389px;
    height: 80px;
    text-align: center;
    font-size: 0;
}

.filter-tab {
    position: relative;
    display: inline-block;
    width: 189px;
    height: 72px;
    line-height: 72px;
    margin-top: 4px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: transparent;
    z-index: 0;
}

.filter-tab-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
    color: #fceab2;
}

.filter-tab.active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 189px;
    height: 72px;
    margin-left: -94px;
    margin-top: -36px;
    background: url(../images/filter_tab_active.png) no-repeat center center;
    background-size: 189px 72px;
    z-index: 0;
}

.filter-tab.active .filter-tab-text {
    color: #352a1c;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .filter-tab-text {
        background-color: #fceab2;
        background-image: -webkit-linear-gradient(top, #fceab2 0%, #edcc78 100%);
        background-image: linear-gradient(to bottom, #fceab2 0%, #edcc78 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .filter-tab.active .filter-tab-text {
        background-color: #352a1c;
        background-image: -webkit-linear-gradient(top, #352a1c 0%, #613012 100%);
        background-image: linear-gradient(to bottom, #352a1c 0%, #613012 100%);
    }
}

/* 活动网格 3x3 */
.activity-grid {
    width: 1229px;
    margin: 0 auto;
}

.activity-card {
    float: left;
    width: 395px;
    height: 338px;
    margin-right: 22px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.activity-card:nth-child(3n) {
    margin-right: 0;
}

.activity-card-inner {
    position: relative;
    width: 395px;
    height: 338px;
    background: url(../images/card_activity_bg.png) no-repeat center top;
    background-size: 395px 338px;
    padding: 36px 32px 24px;
    box-sizing: border-box;
}

.activity-card-title {
    font-size: 22px;
    font-weight: normal;
    
    color: #e8d4a8;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

.activity-card-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #9a9488;
    text-align: center;
    margin-bottom: 14px;
    color:#8f867d;
    height: 140px;
    overflow: hidden;
    min-height: 42px;
    text-align: center;
}

.activity-card .btn-details {
    display: block;
    text-align: center;
}

.activity-card .btn-details img {
    width: 220px;
    height: 41px;
    margin: 0 auto;
}

.activity-card.hidden {
    display: none;
}

/* ========== 弹窗 ========== */
.event-dialog.mod-dialog {
    text-align: center;
}

.event-dialog.mod-dialog::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.event-dialog .mod-dialog-mask {
    background-color: rgba(0, 0, 0, 0.82);
}

.event-dialog .mod-dialog-main {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    -ms-transform: none;
    transform: none;
    margin: 40px 0;
    vertical-align: middle;
    text-align: left;
    z-index: 1;
}

.event-dialog.active .mod-dialog-main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.event-dialog-main {
    width: 932px;
    min-height: 860px;
    position: relative;
    background: url(../images/dikuang.png) no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 48px;
    box-sizing: border-box;
    overflow: visible;
}

.event-dialog-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    line-height: 0;
    cursor: pointer;
}

.event-dialog-close img {
    display: block;
    width: 55px;
    height: 56px;
}

.event-dialog-close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.event-dialog-title {
    position: relative;
    text-align: center;
    padding-top: 48px;
    margin-bottom: 0;
    height: 68px;
}

.event-dialog-title-bg {
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: 48px;
    width: 571px;
    height: 68px;
}

.event-dialog-title h2 {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: normal;
    color: #d8e8f0;
    line-height: 68px;
    text-align: center;
    margin: 0;
    padding: 0 40px;
    margin-bottom:20px;
}

.event-dialog-body {
    width: 820px;
    margin: 50px auto 60px;
    min-height: 300px;
    max-height: 900px;
    overflow-y: auto;
    padding: 20px 28px;
    font-size: 16px;
    line-height: 1.8;
    color: #d0ccc4;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #c9a45c rgba(255, 255, 255, 0.12);
}

.event-dialog-body::-webkit-scrollbar {
    width: 10px;
}

.event-dialog-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.event-dialog-body::-webkit-scrollbar-thumb {
    background: rgba(201, 164, 92, 0.75);
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.event-dialog-body::-webkit-scrollbar-thumb:hover {
    background: rgba(232, 200, 120, 0.95);
}

.event-dialog-body::-webkit-scrollbar-corner {
    background: transparent;
}
.event-dialog-body img {
    max-width: 100%;
    display: inline-block;
    margin: 16px auto;
}

.event-dialog-body p {
    margin-bottom: 14px;
}

.event-dialog-body .event-dialog-loading {
    text-align: center;
    color: #888;
    padding: 60px 0;
}

.event-dialog-body strong {
    color: #e8d4a8;
    font-weight: normal;
}

/* 弹窗内文章样式 */
.event-dialog-body .artical-tit {
    display: none;
}

/* ========== 图片预览弹层 ========== */
.image-preview-dialog.mod-dialog {
    z-index: 100;
    overflow: hidden;
}

.image-preview-dialog .mod-dialog-mask {
    background-color: rgba(0, 0, 0, 0.88);
}

.image-preview-stage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    pointer-events: none;
}

.image-preview-box {
    position: relative;
    display: inline-block;
    max-width: 92%;
    max-height: 92%;
    pointer-events: auto;
    vertical-align: middle;
}

.image-preview-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 0;
    cursor: pointer;
}

.image-preview-close img {
    display: block;
    width: 44px;
    height: 45px;
}

.image-preview-close:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.image-preview-img {
    display: block;
    max-width: 100%;
    max-height: 88vh;
    margin: 0 auto;
}

/* ========== 移动端 ========== */
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .event-page,
    .hero-section,
    .content-section,
    .content-inner,
    .section-block {
        width: 100%;
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 520px;
        overflow: hidden;
    }

    .hero-bg.mobile {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        min-height: 0;
        -ms-transform: none;
        transform: none;
        z-index: 0;
    }

    .hero-timeline {
        position: absolute;
        left: 0;
        right: 0;
        bottom:43px;
        margin-left: 0;
        top: auto;
        width: 100%;
        padding: 0 8px 6px;
        box-sizing: border-box;
        z-index: 2;
        -ms-transform: none;
        transform: none;
    }

    .hero-timeline-panel {
        width: 100%;
        padding: 8px 8px 10px;
        background-color: rgba(0, 0, 0, 0.58);
        box-sizing: border-box;
        max-height: 42vh;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .timeline-entries {
        height: auto;
    }

    .timeline-entries-track {
        position: static;
        left: auto;
        right: auto;
        height: auto;
    }

    .timeline-bar-wrap {
        display: none;
    }

    .timeline-entry {
        position: static;
        left: auto !important;
        width: 100%;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 36px;
        padding: 6px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        text-align: center;
    }

    .timeline-entry:last-child {
        border-bottom: none;
    }

    .timeline-entry .timeline-date,
    .timeline-entry .timeline-event {
        position: static;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
    }

    .timeline-entry .timeline-date {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        min-width: 72px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        margin-right: 8px;
    }

    .timeline-entry .timeline-event {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: 0;
        max-width: 100%;
        height: auto;
        min-height: 0;
        margin-left: 0;
        padding: 4px 10px;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        white-space: normal;
        word-break: break-all;
    }

    .timeline-entry--event-only {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .timeline-entry--event-only .timeline-event {
        margin: 0 auto;
        text-align: center;
    }

    .hero-info-wrap {
        width: 90%;
        max-width: 500px;
    }

    .hero-scroll-hint {
        display: none !important;
    }

    .content-section {
        min-height: auto;
    }

    .content-bg.mobile {
        display: none !important;
    }

    .content-inner {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-header img {
        width: 90%;
        height: auto;
    }

    .hot-updates {
        width: 94%;
    }

    .hot-main-card,
    .hot-side-cards {
        float: none;
        width: 100%;
        height: auto;
        display: block;
    }

    .hot-side-card {
        margin-bottom: 12px;
    }

    .hot-side-card .small-feature-card {
        margin-bottom: 0;
    }

    .feature-card {
        width: 100%;
        height: auto;
        min-height: 200px;
        background-size: 100% 100%;
        margin-bottom: 16px;
        padding: 20px 16px 18px;
    }

    .feature-card .card-title-bar {
        margin-top: 16px;
        margin-bottom: 20px;
        padding: 0 8px;
        text-align: center;
    }

    .feature-card .card-title {
        font-size: 22px;
        line-height: 1.35;
        white-space: normal;
        word-break: keep-all;
        max-width: 100%;
    }

    .feature-card .card-body {
        min-height: 140px;
        padding-bottom: 52px;
        font-size: 16px;
    }

    .feature-card .desc {
        bottom: 52px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 1.6;
    }

    .feature-card .btn-details {
        margin-left: -110px;
        bottom: 4px;
    }

    .feature-card .btn-details img {
        width: 220px;
        height: auto;
    }

    .small-feature-card {
        width: 100%;
        height: 0;
        padding: 0;
        margin-bottom: 16px;
        min-height: 134px;
        background-size: 100% 100%;
    
        box-sizing: border-box;
        overflow: visible;
    }

    .small-feature-card .card-title-bar {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0 10px;
        padding-left:15%;
        text-align: left;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .small-feature-card .card-title {
        font-size: 15px;
        line-height: 1.3;
        white-space: normal;
        word-break: keep-all;
        max-width: 100%;
        display: block;
    }

    .small-feature-card .card-body {
        position: static;
        min-height: 0;
        padding: 0;
    }

    .small-feature-card .card-desc {
        position: absolute;
        top: 50%;
        left: 10px;
        right: 10px;
        bottom: 49%;
        width: auto;
        margin: 0;
        min-height: 0;
        padding: 0 4px;
        font-size: 11px;
        line-height: 1.45;
        text-align: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .small-feature-card .btn-details {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 11%;
        margin-left: 0;
        text-align: center;
    }

    .small-feature-card .btn-details img {
        display: inline-block;
        width: 46%;
        max-width: 190px;
        height: auto;
    }

    .activity-grid {
        width: 94%;
    }

    .activity-card {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .activity-card-inner {
        width: 100%;
        height: auto;
        min-height: 300px;
        background-size: 100% 100%;
    }

    .filter-bar,
    .filter-bar-inner {
        width: 100%;
        background-size: 100% 100%;
        height: auto;
        min-height: 60px;
    }

    .filter-tab {
        width: 33.33%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin-top: 5px;
    }

    .filter-tab.active::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        background-size: 100% 100%;
    }

    .event-dialog .mod-dialog-main {
        display: inline-block;
        margin: 20px 0;
    }

    .event-dialog-main {
        width: 96%;
        max-width: 932px;
        background-size: 100% 100%;
    }

    .event-dialog-body {
        width: 88%;
    }
}
