@font-face {
    font-family: nav_tit1;
    src: url('../fonts/hanyiokaij.ttf');
    /* 本地相对路径 */
}

@font-face {
    font-family: nav_tit2;
    src: url('../fonts/SanJiHuaChaoTi-Cu-2.ttf');
    /* 本地相对路径 */
}


body,
html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

/* 第一部分 */
.part1 {
    width: 100%;
    height: 100vh;
    /* background: url('../images/index-img/index-header-bg.png') no-repeat center center;
    background-size: cover; */
    position: relative;
    overflow: hidden;
}

.videoBox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.videoBox img {
    position: absolute;
    top: -7rem;
}

@media (max-width: 1920px) {
    .videoBox video {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.down_box {
    width: 100%;
    height: auto;
    padding: 12px 0;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: url(../images/index-img/button_bg.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.down_box a {
    margin: 0 7px;
}

.down_box .down_btn {
    width: 200px;
    height: 125px;
    background: url(../images/index-img/download.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* 隐藏超出容器的部分 */
}


.down_box .gift_btn {
    width: 200px;
    height: 125px;
    background: url(../images/index-img/czhl.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    color: white;
}

.down_box .yy_btn {
    height: 135px;
    background: url(../images/index-img/new-server.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.down_box .shiling {
    width: 100px;
    height: 124px;
    background: url(../svg/16+.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.part1 .scrolldown {
    background: url(../images/index-img/scrolldown.png) no-repeat;
    width: 155px;
    height: 57px;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    animation: moveUpDown 2s infinite;
    /* 应用动画，2秒周期，无限循环 */
}

/* 定义scrolldown动画效果 */
@keyframes moveUpDown {

    0%,
    100% {
        transform: translate(-50%, -50%);
        /* 初始位置 */
    }

    50% {
        transform: translate(-50%, calc(-50% - 10px));
        /* 向上移动10px */
    }
}

.zhezhao {
    position: absolute;
    width: 1920px;
    height: 396px;
    background: url('../images/bg/qianmian.png') no-repeat center / 100%;
    z-index: 2;
    margin-top: -163px;
}


/* 第二部分 */
.part2 {
    width: 100%;
    height: 1080px;
    background: url('../images/bg/bg2_1.png') no-repeat center center;
    position: relative;
    overflow: hidden;
}

.part2-content {
    width: 85%;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 水平垂直居中 */
}

.news-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* 轮播图 */
.news-box .pic-slide-box {
    width: 960px;
    height: inherit;
}

.news-box .pic-slide-box .mySwiper {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #ffffff;
    /* 设置Swiper风格 */
}

.news-box .pic-slide-box .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-box .pic-slide-box .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 新闻资讯栏 */
.news-box .topic-box {
    width: 39%;
    height: inherit;
    position: relative;
}

.slideTxtBox {
    width: 100%;
    height: inherit;
    text-align: left;
}

.slideTxtBox .hd {
    height: auto;
    text-align: center;
    width: 98%;
    position: relative;
    margin-bottom: 1.4rem;
}

.slideTxtBox li {
    list-style-type: none;
}

.slideTxtBox .hd ul {
    position: absolute;
    width: 100%;
    height: 34px;
    display: flex;
    padding-inline-start: 0;
    flex-direction: row;
    top: 0;
    margin: 0;
}

.slideTxtBox .hd ul li {
    width: 16%;
    height: 34px;
    margin: 0 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/button/bt2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slideTxtBox .hd ul li.on {
    background-image: url(../images/button/bt1.png);
    color: #fff;
}

.slideTxtBox .hd ul li a {
    text-decoration: none;
    /* 去除链接的下划线 */
    color: inherit;
    /* 保持文本颜色不变，或者自定义颜色 */
}

.news-jump {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    /* 水平靠右 */
    align-items: center;
    /* 垂直居中 */
    height: 34px;
}

.news-jump a {
    display: inline-block;
    /* 确保a标签是行内块元素 */
    height: 28px;
    width: 28px;
    text-decoration: none;
    /* 去掉链接下划线 */
    position: relative;
    /* 确保a标签内部元素的定位是相对的 */
    padding: 0;
    /* 去掉内边距 */
    margin: 0;
    /* 去掉外边距 */
}

.news-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
}

.news-icon {
    width: 100%;
    height: 100%;
}

/* 新闻资讯栏列表 */
.slideTxtBox .bd {
    margin-top: auto;
    /* 让元素固定在底部 */
}

.slideTxtBox .bd ul {
    zoom: 1;
    margin: 0;
    padding: 0 16px;
}

.slideTxtBox .bd li {
    line-height: 24px;
    margin-bottom: 16px;
}

.bd ul li:nth-child(n+5) {
    display: none;
}

.slideTxtBox .bd li a {
    display: block;
    height: fit-content;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #333;
}

.slideTxtBox .bd li .news-info .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -6px;
    margin: 12px 0;
    font-size: 1.15rem;
}

.slideTxtBox .bd li .news-info .news-title .type-title {
    font-weight: bold;
    white-space: nowrap;
}

.slideTxtBox .bd li .news-info .news-title .type,
.slideTxtBox .bd li .news-info .news-title .title {
    display: inline;
}

.news-time {
    color: #333333bd;
}

.news-time p {
    display: inline;
    margin: 0;
}

.slideTxtBox .bd li .news-info .desc {
    font-size: .8rem;
    margin: 0;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #5a5a5a;
}

.slideTxtBox .bd li hr {
    margin-top: 12px;
    border: none;
    /* 去掉默认的边框 */
    height: 1px;
    /* 设置 hr 的高度 */
    background-image: linear-gradient(89.6deg, rgba(255, 255, 255, 0) -1.9%, rgba(68, 68, 68, 1) 49.9%, rgba(255, 255, 255, 0) 101.7%);
}

.part3-header {
    position: absolute;
    width: 504px;
    height: 125px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-image: url('../images/index-img/part3-title.png');
    z-index: 2;
    margin-top: -3%;
}

/* <!-- 第三部分 玩法介绍 + 活动日历 --> */
.part3 {
    width: 100%;
    height: 1080px;
    background: url('../images/bg/bg2_2.png') no-repeat center center;
    position: relative;
    overflow: hidden;
}

.part3-content {
    width: 1600px;
    height: auto;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(../images/index-img/part3-bg-center.png);
    background-size: cover;
    background-position: center -130px;
}

.part3-content-top,
.part3-content-bottom {
    width: 100%;
}

.part3-content-bottom img,
.part3-content-top img {
    width: calc(100% + 1px);
    height: 16px;
}

.part3-content-top img {
    margin-bottom: 50px;
}

.part3-content-bottom img {
    margin-top: 50px;
    margin-bottom: -4px;
}

.part3-content .history-calendar {
    width: 95%;
    height: 500px;
    display: flex;
    justify-content: space-between;
}

.part3-content-left {
    width: 70%;
}

.part3-content-right {
    width: 30%;
}

.wanfa {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid rgba(117, 117, 117, 0.432);
}

.wanfa .wanfa-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    justify-content: space-around;

}

/* .menu-text 样式 */
.menu-text {
    text-decoration: none;
    width: 274px;
    height: 132px;
    position: relative;
    background-image: url(../images/index-img/index-wanfa-menu-text-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 2;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.menu-text li p {
    display: block;
    color: #0a2e68;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: nav_tit2;
    z-index: 1;
    position: relative;
}

/* img 样式 */
.menu-text img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    width: 98%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.menu-text:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* 日历的切换栏 */
.calendar {
    width: 85%;
    height: 100%;
    padding-left: 15%;
    display: flex;
    flex-direction: column;
}

/* 外部容器 */
.box {
    width: 100%;
    overflow: hidden;
}

/* 选择器容器 */
.swiperTab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* 使用 100% 来确保占满父容器 */
    padding: 0;
    margin: 0;
}

/* 每个 tab 项 */
.swiperTab li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    flex: 1;
    text-align: center;
    /* 居中显示文字 */
    color: #333;
    transition: background 0.3s, color 0.3s;
    /* 增加背景和文字色变化的过渡效果 */
}

/* 第一项不需要左边框 */
.swiperTab li:first-child {
    border-left: none;
}

/* 激活状态 */
.swiperTab li.active {
    background-image: url(../images/topbar-bg.png);
    color: white;
}

/* swiper 容器 */
.calendarSwiper {
    width: 100%;
    height: 400px;
}

/* swiper slide 项 */
.calendarSwiper .swiper-slide {
    box-sizing: border-box;
    background: transparent;
    padding: 10px 0;
    /* 设置合理的 padding 以防止内容紧贴边框 */
}

/* swiper 列表项 */
.calendarSwiper .swiper-slide .calendar-content {
    height: 100%;
}

.calendarSwiper .swiper-slide .calendar-content .item-bg {
    position: relative;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /* 确保背景不会溢出 */
    background-color: transparent;
    color: #333;
    /* 默认文字颜色 */
    transition: color 0.3s ease;
    /* 文字颜色平滑过渡 */
}

.calendarSwiper .swiper-slide .calendar-content .item-bg .time-text {
    font-weight: 600;
    font-size: 1.2rem;
}

/* 使用 :before 创建背景图 */
.calendar-content .item-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/topbar-bg.png);
    background-size: cover;
    opacity: 0;
    /* 初始时背景图透明 */
    transition: opacity 0.3s ease;
    /* 背景透明度渐变 */
    z-index: -1;
    /* 背景放在文字下面 */
}

/* hover 时背景显示，文字颜色变化 */
.calendar-content .item-bg:hover::before {
    opacity: 1;
    /* Hover时背景渐现 */
}

.calendar-content .item-bg:hover p {
    color: white;
    /* Hover时文字颜色改变 */
}


.part4-header {
    position: absolute;
    width: 504px;
    height: 125px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    background-image: url('../images/index-img/part4-title.png');
    z-index: 2;
    margin-top: -5%;
}

/* 第四部分 轮播图 */
.part4 {
    width: 100%;
    height: 1001px;
    background: url('../images/bg/bg3_2.png') no-repeat center center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.part4-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #333;
    padding: 0;
    font-family: "Microsoft Yahei";
    text-align: center;
}

/* 第五部分 二维码合集 */
.part5 {
    width: 100%;
    height: initial;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.part5 .part5-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    position: relative;
    padding-bottom: 32px;
}

.qrcode-icon {
    width: 70px;
    height: 62px;
    position: relative;
    /* 让子元素能够相对定位 */
    display: inline-block;
    /* 或者 block，视需要而定 */
}

.qrcode-icon-img,
.qrcode-icon-bg {
    position: absolute;
    /* 将图片定位到相同的区域 */
    top: 0;
    left: 0;
    width: 100%;
    /* 根据需要调整宽度 */
    height: 100%;
    /* 根据需要调整高度 */
}

.qrcode-icon-bg {
    z-index: 1;
    /* 确保背景图片在后面 */
}

.qrcode-icon-img {
    z-index: 2;
    /* 确保前景图片在上面 */
}

/* 隐藏 .qrcode-box 默认 */
.qrcode-box {
    width: initial;
    height: initial;
    display: none;
    position: absolute;
    /* 绝对定位 */
    top: -100px;
    /* 使 qrcode-box 位于 qrcode-icon 的正上方（调整此值以确保正确的定位） */
    left: 50%;
    transform: translateX(-50%);
    /* 水平居中 */
    z-index: 10;
    /* 确保 qrcode-box 位于 qrcode-icon 上面 */
}

/* 当鼠标悬停在 .qrcode-icon 时，显示 .qrcode-box */
.qrcode-icon:hover .qrcode-box {
    display: block;
    /* 显示 .qrcode-box */
}

.qrcode-box img {
    position: absolute;
    top: 0;
    left: 0;
}

.qrcode-box .qrcode-img {
    width: 120px;
    z-index: 2;
    /* 确保 qrcode-img 在 qrcode-bg-img 上面 */
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 水平垂直居中 */
}

.qrcode-box .qrcode {
    width: 93px;
    z-index: 3;
    /* 确保 qrcode-img 在 qrcode-bg-img 上面 */
    transform: translate(-39%, -40%);
    /* 水平垂直居中 */
}

/* 第四部分 CSS 样式 */
.container {
    width: 100%;
    height: 100%;
    margin-top: 3%;
}

.swiper1 {
    width: 100%;
    border: none;
}

.swiper1 .swiper-wrapper1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 .swiper-slide {
    background-image: url(../images/button/butt2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 1rem;
    height: 69px;
    width: 260px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #0a2e68;
    font-size: 1.8rem;
    font-family: nav_tit2;
}

.swiper1 .swiper-slide:hover {
    background-image: url(../images/button/butt1.png);
}

.swiper1 .swiper-slide.selected {
    background-image: url(../images/button/butt1.png);
}

/* swiper2 导航按钮样式 */
.swiper2 {
    position: relative;
    width: 100%;
    height: 75%;
}

/* 自定义导航按钮基础样式 */
.swiper2-button-next,
.swiper2-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 46, 104, 0.8);
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* 悬停效果 */
.swiper2-button-next:hover,
.swiper2-button-prev:hover {
    background: rgba(10, 46, 104, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

/* 左箭头位置 */
.swiper2-button-prev {
    left: 10%;
}

/* 右箭头位置 */
.swiper2-button-next {
    right: 10%;
}

/* 箭头图标样式 */
.swiper2-button-next::after,
.swiper2-button-prev::after {
    font-family: swiper-icons;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

/* 左箭头图标 */
.swiper2-button-prev::after {
    content: 'prev';
}

/* 右箭头图标 */
.swiper2-button-next::after {
    content: 'next';
}

/* 禁用状态样式 */
.swiper2-button-next.swiper-button-disabled,
.swiper2-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper2 .swiper-slide {
    height: 50rem;
    text-align: center;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    padding: 20px 10px;
}

/* 内容样式 */
.swiper-slide .part4-content {
    width: 100%;
    margin-top: 32px;
}

.part4-content .content-box {
    position: absolute;
    left: 18%;
    right: 18%;
}

.section-headline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-box .section-headline img {
    width: 700px;
    margin-bottom: 32px;
}

.part4-content .content-box .section-media {
    position: relative;
    width: 100%;
    height: auto;
}

.fengmian {
    width: 100%;
    background-image: url(../images/version-img/video-bg.png);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.part4-content .content-box .section-media .popup-video img {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    opacity: 0.9;
}

/* 视频播放遮罩层样式 */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* 详细介绍按钮样式 - 参考learn-more按钮设计 */
.detail-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: nav_tit2;
    width: 200px;
    height: auto;
    z-index: 10;
}

.detail-btn .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.detail-btn .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
}

.detail-btn .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 15px;
    width: 18px;
    height: 2px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

.detail-btn .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.detail-btn .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0;
    margin: 0 0 0 60px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.detail-btn:hover .circle {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.detail-btn:hover .circle .icon.arrow {
    background: #ffffff;
    transform: translateY(-50%) translateX(16px);
}

.detail-btn:hover .button-text {
    color: #ffffff;
}

.detail-btn:active {
    transform: translateX(-50%) scale(0.98);
    transition: all 0.15s ease-out;
}

/* ==================== 活动一览组件样式 - 以#0a2e68为主色调 ==================== */

/* 活动标题样式 */
.activity-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 15px 0;
    position: relative;
    background: linear-gradient(135deg, #0a2e68 0%, #1a4a8a 50%, #0a2e68 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(10, 46, 104, 0.4);
    overflow: hidden;
}

.activity-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.title-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #ffffff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.title-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}

.title-decoration {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;

    border-radius: 2px;
}

/* 活动列表容器 */
.activity-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

/* 活动项基础样式 */
.activity-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(10, 46, 104, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-left: 4px solid transparent;
    border: 1px solid rgba(10, 46, 104, 0.1);
}

/* 限时活动样式 */
.activity-item.limited {
    border-left-color: #0a2e68;
    background: linear-gradient(135deg, rgba(26, 74, 138, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}

/* 基础活动样式 */
.activity-item.basic {
    border-left-color: #0a2e68;
    background: linear-gradient(135deg, rgba(26, 74, 138, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}

/* 悬停效果 */
.activity-item.limited:hover,
.activity-item.basic:hover{
    background: linear-gradient(135deg, #0a2e68 0%, #1a4a8a 100%);
    color: white;
}


/* 活动徽章 */
.activity-badge {
    min-width: 45px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 15px;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.limited-badge {
    background: linear-gradient(135deg, #0a2e68, #1a4a8a);
    box-shadow: 0 2px 8px rgba(10, 46, 104, 0.4);
}

.basic-badge {
    background: linear-gradient(135deg, #1a4a8a, #2a5a9a);
    box-shadow: 0 2px 8px rgba(26, 74, 138, 0.4);
}

/* 活动内容区域 */
.activity-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.activity-type {
    font-size: 0.85rem;
    color: #0a2e68;
    font-weight: 600;
    transition: color 0.3s ease;
}

.activity-item:hover .activity-type {
    color: rgba(255, 255, 255, 0.9);
}

.activity-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #1a4a8a;
    transition: color 0.3s ease;
    letter-spacing: 1.5px;
}

.activity-item:hover .activity-name {
    color: white;
}

/* 活动状态 */
.activity-status {
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 4px;
    font-weight: 500;
    width: fit-content;
}

.activity-status.active {
    background: rgba(10, 46, 104, 0.1);
    color: #0a2e68;
    border: 1px solid rgba(10, 46, 104, 0.3);
}

.activity-item:hover .activity-status {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

/* 箭头指示器 */
.activity-arrow {
    font-size: 1.2rem;
    color: #0a2e68;
    margin-left: 15px;
    transition: all 0.3s ease;
    transform: translateX(0);
    font-weight: bold;
}

.activity-item:hover .activity-arrow {
    color: white;
    transform: translateX(5px);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .activity-item {
        padding: 12px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .activity-badge {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .activity-content {
        width: 100%;
    }
    
    .activity-arrow {
        align-self: flex-end;
        margin-left: 0;
    }
    
    .title-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .activity-item {
        padding: 10px 12px;
    }
    
    .activity-name {
        font-size: 1rem;
    }
    
    .activity-type {
        font-size: 0.8rem;
    }
    
    .title-text {
        font-size: 1.1rem;
    }
}

/* 加载动画 */
.activity-item {
    animation: slideInUp 0.6s ease-out;
}

.activity-item:nth-child(1) { animation-delay: 0.1s; }
.activity-item:nth-child(2) { animation-delay: 0.2s; }
.activity-item:nth-child(3) { animation-delay: 0.3s; }

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 额外的装饰效果 */
.activity-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 46, 104, 0.1), transparent);
    transition: right 0.5s ease;
}

.activity-item:hover::after {
    right: 100%;
}