body {
    margin: 0;
    padding: 0;
}

/* 头部样式 */
.header {
    display: none; /* 隐藏整个header */
}

.banner {
    position: relative;
    background: white;
    height: 100vh;
    overflow: hidden;
}

.banner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
}

.banner .logo img {
    height: 80px;
    width: auto;
}

.banner .banner-center {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 2;
}

.banner .banner-center img {
    width: 200px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner .download-section {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 3;
}

.banner .download-section .mobile-downloads {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner .download-section .download-btn {
    display: block;
    width: 12vw;
    min-width: 180px;
    max-width: 220px;
    position: relative;
    transition: transform 0.3s ease;
}

.banner .download-section .download-btn img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.banner .download-section .download-btn:hover {
    transform: translateY(-5px);
}

/* 支付按钮组样式 */
.banner .download-section .payment-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner .download-section .payment {
    position: relative;
}

.banner .download-section .payment .bonus {
    position: absolute;
    right: -20px;
    top: -10px;
    background: #e74c3c;
    color: white;
    padding: 4px 12px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 20px;
    transform: rotate(15deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.banner .banner-right {
    display: block;
    position: absolute;
    right: 3.13vw;
    bottom: 2.86vw;
}

.banner .banner-right img {
    width: 12.03vw;
}


/* 页尾样式 */
.footer {
    padding: 1.56vw 0;
    background: white;
    font-size: 0.68vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer .left-sec {
    display: flex;
    align-items: center;
    margin-top: 1.04vw;
    width: 24.22vw;
}

.footer .left-sec .logo1 {
    display: block;
    padding-right: 0.78vw;
    border-right: 0.05vw solid var(--themeColor);
    margin-right: 1.04vw;
}

.footer .left-sec .logo1 img {
    height: 2.60vw;
}

.footer .left-sec .logo2 img {
    height: 3.13vw;
}

.footer .right-sec {
    width: 36.46vw;
    color: #666;
}

.footer .right-sec .query-link {
    display: flex;
    align-items: center;
}

.footer .right-sec .query-link span {
    margin: 0 0.63vw;
}

.footer .right-sec .query-link a {
    color: var(--themeColor);
}

.footer .right-sec .query-link a:hover {
    text-decoration: underline !important;
}

.footer .right-sec .footer-text {
    line-height: 1.5;
    margin-top: 0.52vw;
}


/* 最新资讯页面样式 */
.news {
    position: relative;
    width: 100%;
    height: 49.22vw;
    background-image: url(../images/news-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    padding: 10.42vw 7.81vw 0;
    overflow: hidden;
}

.news .left-sec {
    width: 52.08vw;
}

.news .left-sec img {
    width: 100%;
    height: 30.83vw;
}

.news .left-sec .swiper-pagination {
    bottom: 2.60vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .left-sec .swiper-pagination span {
    display: block;
    margin: 0 0.26vw !important;
    opacity: 1;
    width: 3.39vw;
    height: 0.63vw;
    border: 0.05vw solid var(--themeColor);
    border-radius: 0.42vw;
    background: white;
}

.news .left-sec .swiper-pagination span.swiper-pagination-bullet-active {
    width: 9.64vw;
    background: var(--themeColor);
}

.news .right-sec {
    width: calc(100% - 52.08vw);
    padding: 8.02vw 0 0 2.92vw;
}

.news .right-sec .cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2.29vw;
    padding: 0 0.78vw 0 2.08vw;
    color: white;
}

.news .right-sec .cate .cate-item {
    display: flex;
    align-items: center;
}

.news .right-sec .cate .cate-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.63vw;
    margin-right: 0.63vw;
    height: 1.56vw;
    border-radius: 0.31vw;
}

.news .right-sec .cate .cate-item a.active,
.news .right-sec .cate .cate-item a:hover {
    background: white;
    color: #333;
}

.news .right-sec .cate a.more {
    display: block;
    height: 1.88vw;
    width: 1.88vw;
}

.news .right-sec .cate a.more img {
    height: 100%;
    width: auto;
}

.news .right-sec .news-list {
    margin-top: 0.1vw;
}

.news .right-sec .news-list a {
    display: flex;
    align-items: center;
    height: 2.81vw;
    border-bottom: 0.05vw dashed rgb(201, 230, 255);
    font-size: 0.83vw;
}

.news .right-sec .news-list a:hover {
    color: var(--themeColor);
}

.news .right-sec .news-list a .title {
    width: calc(100% - 3.13vw);
}

.news .right-sec .news-list a:hover .title {
    text-decoration: underline;
}

.news .right-sec .news-list a .date {
    width: 3.13vw;
}


/* 设定世界观页样式 */
.setting {
    position: relative;
    width: 100%;
    min-height: 49.22vw;
    height: 100vh;
    background-image: url(../images/setting-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5.99vw 5.47vw 0 9.38vw;
    overflow: hidden;
}

.setting img {
    width: 100%;
    height: auto;
}


/* 角色页面样式 */
.character {
    position: relative;
    width: 100%;
    min-height: 49.22vw;
    height: 100vh;
    background-image: url(../images/character-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.character .swiper_big {
    width: 82.60vw;
    position: absolute;
    right: 2.34vw;
    top: 0;
    z-index: 2;
}

.character .swiper_big img {
    width: 100%;
    height: auto;
}

.character .left-nav {
    position: absolute;
    left: 6.77vw;
    top: 7.29vw;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.character .left-nav .swiper_small {
    width: 5.47vw;
    height: 16.41vw;
}

.character .left-nav .swiper_small img {
    width: 100%;
    height: auto;
    cursor: pointer;
    opacity: 0.35;
}

.character .left-nav .swiper_small .swiper-slide-thumb-active img {
    opacity: 1;
}

.character .left-nav .swiper-button-prev,
.character .left-nav .swiper-button-next {
    position: static;
    margin: 0 !important;
    width: 5.73vw;
    height: 5.31vw;
    border-radius: 0.31vw !important;
    background-image: url(../images/last-btn.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    border: 0.10vw solid transparent;
}

.character .left-nav .swiper-button-next {
    background-image: url(../images/next-btn.png);
}

.character .left-nav .swiper-button-prev::after,
.character .left-nav .swiper-button-next::after {
    display: none;
}

.character .left-nav .swiper-button-prev:hover,
.character .left-nav .swiper-button-next:hover {
    transform: scale(0.9);
    background-color: rgb(0, 0, 0, 0.2);
}


/* 插画页面样式 */
.illustration {
    position: relative;
    width: 100%;
    min-height: 49.22vw;
    height: 100vh;
    background-image: url(../images/illustration-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 8.33vw 0 0 9.11vw;
    display: flex;
    align-items: flex-start;
}

.illustration .b-title {
    width: 20.83vw;
    padding: 1.56vw 1.56vw 0 0;
}

.illustration .b-title img {
    width: 100%;
}

.illustration .akiswiper {
    width: calc(100% - 20.83vw);
}

.illustration .akiswiper .swiper-slide {
    width: 54.69vw;
    padding: 0.78vw;
    background: white;
    border-radius: 1.30vw;
    margin-right: 1.04vw;
    border: 0.05vw solid #ddd;
}

.illustration .akiswiper a {
    display: block;
    position: relative;
    border-radius: 1.04vw;
    overflow: hidden;
}

.illustration .akiswiper a img {
    width: 100%;
    height: 29.69vw;
}

.illustration .akiswiper a .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
    border-radius: inherit;
}

.illustration .akiswiper a:hover .layer {
    opacity: 1;
    transform: scale(1);
}

.illustration .akiswiper a .layer .iconfont {
    font-size: 2.60vw;
}

.illustration .akiswiper a .layer .title {
    margin-top: 0.78vw;
    font-size: 0.94vw;
}

.illustration .swiper-button-prev,
.illustration .swiper-button-next {
    margin: 0 !important;
    width: auto;
    height: auto;
    transition: all 0.3s ease;
    border: 0.10vw solid transparent;
    top: 50%;
    transform: translateY(-50%);
}

.illustration .swiper-button-next {
    right: 9.11vw;
}

.illustration .swiper-button-prev {
    left: 9.11vw;
}

.illustration .swiper-button-prev img,
.illustration .swiper-button-next img {
    width: 2.29vw;
    height: auto;
}

.illustration .swiper-button-prev::after,
.illustration .swiper-button-next::after {
    display: none;
}

/* 注册页面样式 */
.register-container {
    max-width: 500px;
    margin: 50px auto 50px;
    padding: 20px;
    background: transparent; 
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.register-container h2 {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.register-container h2 .cn {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.register-container h2 .en {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
}

.register-container h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
}

.form-group label .cn {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-right: 8px;
}

.form-group label .en {
    color: #666;
    font-size: 13px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

.verify-code {
    display: flex;
    gap: 15px;
    align-items: center;
}

.verify-code {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-img {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.captcha-img:hover {
    transform: scale(1.05);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #0056b3, #004094);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 86, 179, 0.3);
}

.submit-btn .cn {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.submit-btn .en {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

.login-link {
    text-align: center;
    margin-top: 25px;
    color: #666;
}

.login-link a {
    color: #007bff;
    text-decoration: none;
}

.login-link a:hover {
    text-decoration: underline;
}

.error {
    border-color: #ff4d4f !important;
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 24px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    z-index: 1000;
    display: none;
    animation: fadeInOut 0.3s ease-in-out;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translate(-50%, calc(-50% - 20px));
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* 可选：添加悬停效果 */
.banner-center:hover img {
    transform: scale(1.1);
}

/* 服务器列表页 */
.character {
    min-height: 100vh;
    padding: 50px 0;
    height: auto;
}

.notice-detail-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px;
    background: transparent; 
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: auto;
}

.notice-content {
    padding: 20px;
    height: auto;
}

.notice-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;  /* 添加相对定位以支持伪元素定位 */
}

.notice-title .cn {
    font-size: 24px;
    color: white;
    margin-bottom: 5px;
}

.notice-title .en {
    font-size: 16px;
    color: white;
}

.notice-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;  /* 分隔线的长度 */
    height: 2px;  /* 分隔线的粗细 */
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );  /* 渐变效果 */
}

.server-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.server-card {
background: url('../images/server-bg.png') center/cover no-repeat;  /* 添加背景图片 */
background-color: rgba(255, 255, 255, 0.9);  /* 保持原有的半透明白色背景，作为遮罩 */
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.server-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.server-name {
    margin-bottom: 10px;
}

.server-name .cn {
    font-size: 18px;
    color: #333;  /* 设置颜色 */
    font-weight: bold;
}

.server-name .en {
    font-size: 14px;
    color: #333;  /* 改为与中文相同的颜色 */
}

.server-status {
    margin: 10px auto;  /* 居中显示 */
    padding: 5px;
    border-radius: 4px;
    width: 150px;  /* 设置固定宽度 */
    /* 或者使用 max-width: 120px; 设置最大宽度 */
    display: inline-block;  /* 让元素具有块级特性但保持行内排列 */
}

.status-online {
    background: rgba(232, 245, 233, 0.5);
    color: #2e7d32;
}

.status-maintenance {
    background: rgba(255, 235, 238, 0.5);
    color: #c62828;
}

.server-info {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.enter-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #4a90e2;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
    text-align: center;  /* 确保文字居中 */
}

.enter-btn .cn {
    font-size: 16px;
    margin-bottom: 2px;
}

.enter-btn .en {
    font-size: 12px;
    opacity: 0.9;  /* 稍微降低英文透明度 */
}

.enter-btn:hover {
    background: #357abd;
}

@media (max-width: 768px) {
    /* 调整主容器尺寸 */
    .notice-detail-container {
        max-width: 100%; /* 移动端占宽度 */
        margin: 20px;
        padding: 15px;
    }

    /* 调整服务器列表布局 */
    .server-list {
        grid-template-columns: 1fr; /* 移动端单列显示 */
        gap: 15px;
    }

    /* 调整服务器卡片样式 */
    .server-card {
        width: 100%;
        padding: 15px;
    }
}

/* 添加移动端断点样式 */
@media screen and (max-width: 768px) {
    /* 头部导航样式 */
    .header {
        height: auto;
        padding: 10px;
        flex-direction: column;
    }

    .header .logo img {
        height: 40px;
    }

    .header .right-sec {
        width: 100%;
        flex-direction: column;
    }

    .header ul.menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        padding: 10px 0;
        flex-direction: column;
        gap: 0;
    }

    .header ul.menu.show {
        display: flex;
        animation: slideDown 0.3s ease;
    }

    .header ul.menu li {
        width: 100%;
    }

    .header ul.menu a {
        width: 100%;
        padding: 15px;
        border-radius: 0;
        background: transparent;
    }

    .header ul.menu a .cn,
    .header ul.menu a .en {
        font-size: 16px;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .header .app-all {
        margin: 10px 0;
        justify-content: center;
    }

    /* Banner区域样式 */
    .banner {
        position: relative;
        background: white;
        height: 100vh; /* 设置为视窗高度 */
        overflow: hidden; /* 防止内容溢出 */
    }

    .banner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* 确保视频填充整个容器 */
        z-index: 1;
    }

    .banner .download-section {
        flex-direction: column;
        bottom: 10%;
        gap: 15px;
    }

    .banner .download-section .download-btn {
        width: 40vw;
        min-width: 160px;
        max-width: 200px;
    }

    .banner .download-section .payment .bonus {
        font-size: 12px;
        padding: 3px 8px;
        right: -15px;
        top: -8px;
    }

    .banner .banner-left {
        left: 10px;
        bottom: auto; /* 移除底部定位 */
        top: 50%; /* 垂直居中 */
        transform: translateY(-50%); /* 精确居中定位 */
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
    }

    .banner .banner-left .link1,
    .banner .banner-left .link2 {
        width: 40px;
        margin-bottom: 15px; /* 调整间距 */
        transition: transform 0.3s ease; /* 添加过渡效果 */
    }

    .banner .banner-left .link2 {
        margin-bottom: 15px;
    }

    .banner .banner-left .link3 {
        width: 30px;
    }
    .banner .banner-left .link2 {
        margin-bottom: 15px; /* 统一间距 */
    }

    .banner .banner-left .link3 {
        width: 30px;
    }

    /* 可选：添加触摸反馈效果 */
    .banner .banner-left a:active {
        transform: scale(0.95);
    }
    
    .banner .banner-center {
        top: 70%;
    }

    .banner .banner-right {
        right: 10px;
        bottom: 10px;
    }

    .banner .banner-right img {
        width: 80px;
    }

    /* 视频弹窗样 */
    .video-alert .content {
        width: 90%;
        margin: 0 auto;
    }

    .video-alert .content video {
        width: 100%;
    }

    /* 可选：添加触摸反馈效果 */
    .banner .banner-left a:active {
        transform: scale(0.95);
    }
}

/* 添加平板断点样式 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header {
        padding: 0 20px;
        height: 60px;
    }

    .header .logo img {
        height: 40px;
    }

    .header ul.menu {
        gap: 15px;
    }

    .header ul.menu a {
        width: auto;
        padding: 5px 15px;
    }

    .banner .banner-left {
        left: 20px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* 添加高分辨率屏幕支持 */
@media screen and (min-width: 1920px) {
    .header {
        height: 72px;
    }

    .header .logo img {
        height: 46px;
    }
}

/* 移动端菜单按钮样式 */
.mobile-menu-btn {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.mobile-menu-btn span:nth-child(1) { top: 0; }
.mobile-menu-btn span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn span:nth-child(3) { bottom: 0; }

/* 菜单按钮激活状态 */
.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .header .right-sec {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        padding: 60px 20px 20px;
        z-index: 99;
    }

    .header .right-sec.show {
        display: flex;
    }

    .header ul.menu {
        flex-direction: column;
        width: 100%;
    }

    .header ul.menu li {
        width: 100%;
    }

    .header ul.menu a {
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header ul.menu a .cn {
        font-size: 18px;
    }

    .header ul.menu a .en {
        font-size: 18px;
    }

    .header .app-all {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .header .app-all a {
        margin: 0;
    }
}

/* 添加防止背景滚动的样式 */
body.menu-open {
    overflow: hidden;
}

/* 新闻页面移动端适配 */
@media screen and (max-width: 768px) {
    .news {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        padding: 60px 15px 30px;
    }

    .news .left-sec {
        width: 100%;
        margin-bottom: 30px;
    }

    .news .left-sec img {
        height: auto;
        width: 100%;
    }

    .news .left-sec .swiper-pagination {
        bottom: 10px;
    }

    .news .left-sec .swiper-pagination span {
        width: 20px;
        height: 4px;
        margin: 0 3px !important;
    }

    .news .left-sec .swiper-pagination span.swiper-pagination-bullet-active {
        width: 40px;
    }

    .news .right-sec {
        width: 100%;
        padding: 0;
    }

    .news .right-sec .cate {
        height: auto;
        padding: 10px;
    }

    .news .right-sec .cate .cate-item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .news .right-sec .cate .cate-item a {
        height: 32px;
        font-size: 14px;
        padding: 0 15px;
        margin-right: 10px;
    }

    .news .right-sec .cate a.more {
        height: 32px;
        width: 32px;
    }

    .news .right-sec .news-list {
        margin-top: 15px;
    }

    .news .right-sec .news-list a {
        height: auto;
        padding: 12px 0;
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .news .right-sec .news-list a .title {
        width: 100%;
        margin-bottom: 5px;
    }

    .news .right-sec .news-list a .date {
        width: auto;
        color: #999;
    }
}

/* 平板设备适配 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .news {
        padding: 80px 30px 30px;
    }

    .news .left-sec {
        width: 55%;
    }

    .news .right-sec {
        width: 45%;
        padding-left: 20px;
    }

    .news .right-sec .cate {
        padding: 0 10px;
    }

    .news .right-sec .news-list a {
        font-size: 14px;
    }
}

/* 设定页面移动端适配 */
@media screen and (max-width: 768px) {
    .setting {
        padding: 120px 15px 30px;
        height: auto;
        min-height: 100vh;
    }

    .setting .content-wrap {
        flex-direction: column;
    }

    .setting .left-sec,
    .setting .right-sec {
        width: 100%;
    }

    .setting .left-sec {
        margin-bottom: 30px;
    }

    .setting img {
        width: 100%;
        height: auto;
    }
}

/* 角色页面移动端适配 */
@media screen and (max-width: 768px) {
    .character {
        padding: 60px 15px 30px;
        height: auto;
        min-height: 100vh;
    }

    .character .swiper_big {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 20px;
    }

    .character .left-nav {
        position: relative;
        left: auto;
        top: auto;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .character .left-nav .swiper_small {
        width: 100%;
        height: auto;
    }

    .character .swiper-button-next,
    .character .swiper-button-prev {
        transform: scale(0.7);
    }
}

/* 插画页面移动端适配 */
@media screen and (max-width: 768px) {
    .illustration {
        padding: 100px 15px 30px;
        height: auto;
        min-height: 100vh;
    }

    .illustration .swiper {
        width: 100%;
        margin-top: 20px;
    }

    .illustration .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .illustration .swiper-button-next,
    .illustration .swiper-button-prev {
        transform: scale(0.7);
    }
}

/* 平板设备适配 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .setting,
    .character,
    .illustration {
        padding: 80px 30px 30px;
    }

    .character .swiper_big {
        width: 90%;
    }

    .character .left-nav {
        left: 20px;
    }

    .illustration .swiper-slide {
        width: 80% !important;
    }
}

/* 高分辨率屏幕支持 */
@media screen and (min-width: 1920px) {
    .setting,
    .character,
    .illustration {
        background-size: cover;
    }
}

/* 通用移动端优化 */
@media screen and (max-width: 768px) {
    /* 优化滚动体验 */
    .smooth-scroll {
        -webkit-overflow-scrolling: touch;
    }

    /* 优化触摸目标 */
    button,
    a {
        min-height: 44px;
        min-width: 44px;
    }

    /* 优化图片加载 */
    img {
        max-width: 100%;
        height: auto;
    }

    /* 优化字体大小 */
    body {
        font-size: 16px;
        line-height: 1.5;
    }

    /* 优化间距 */
    .section {
        margin-bottom: 30px;
    }
}

/* PC端轮播图容器样式 */
.news .left-sec .akiswiper {
    width: 100%;
    height: 30.83vw; /* 固定高度比例 */
    overflow: hidden;
}

.news .left-sec .swiper-slide {
    width: 100%;
    height: 100%;
}

.news .left-sec .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.news .left-sec .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例填充容器 */
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .news .left-sec .akiswiper {
        height: 56.25vw; /* 16:9 比例 */
    }

    .news .left-sec img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .news .right-sec .cate {
        background: transparent; /* 移除移动端导航栏的背景色 */
        border-radius: 20px;
        padding: 5px 10px;
        margin: -5px 0px 10px;
        position: sticky;
        top: 60px;
        z-index: 10;
    }

    .news .right-sec .cate .cate-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .news .right-sec .cate .cate-item a {
        color: #fff;
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 15px;
        transition: all 0.3s ease;
    }

    .news .right-sec .cate .cate-item a.active {
        background: #fff;
        color: #333;
    }

    .news .right-sec .cate .more {
        padding: 5px;
    }

    .news .right-sec .cate .more img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .header .app-all {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 每行4个图标 */
        gap: 15px;
        margin: 20px 0;
        width: 100%;
        padding: 0 20px;
    }

    .header .app-all a {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
    }

    .header .app-all img {
        width: 24px;
        height: 24px;
        max-width: none;
        max-height: none;
    }

    /* 音乐控制按钮特殊处理 */
    .header .app-all a.aki-music {
        grid-column: 1 / -1; /* 让音乐控制按钮占据整行 */
        margin-bottom: 10px;
    }

    .header .app-all a.aki-music img {
        width: 28px;
        height: 28px;
    }
}

/* 平板设备适配 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header .app-all {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 15px 0;
    }

    .header .app-all a {
        margin: 0;
    }
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 30px;
    gap: 8px;
    font-family: "Microsoft YaHei", sans-serif;
    position: relative;
    z-index: 2;
}

.pagination a {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 16px;
    font-size: 14px;
    color: #666;
    background: rgba(78, 89, 105, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.pagination a:hover {
    background: rgba(78, 89, 105, 0.2);
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(78, 89, 105, 0.1);
}

.pagination a.current {
    background: linear-gradient(135deg, #4E5969, #364d79);
    color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 12px rgba(78, 89, 105, 0.2);
}

.pagination .prev,
.pagination .next {
    padding: 0 15px;
    background: rgba(78, 89, 105, 0.15);
    font-weight: 500;
}

.pagination .dots {
    background: none;
    cursor: default;
}

.pagination .dots:hover {
    background: none;
    transform: none;
    box-shadow: none;
}

/* 添加点击效果 */
.pagination a:active:not(.dots) {
    transform: translateY(0);
    box-shadow: none;
}

/* 禁用状态 */
.pagination a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .pagination {
        gap: 5px;
        margin: 15px 0 20px;
    }

    .pagination a {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 8px;
    }

    .pagination .prev,
    .pagination .next {
        padding: 0 10px;
    }
}

/* 新闻列表样式优化 */
.news-list {
    padding: 10px 20px;
    flex: 1;
    overflow-y: auto;
    background: transparent;
    box-shadow: none;
}

/* 标签页头部 */
.tab-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 0.01rem solid rgba(77, 102, 133, 0.3);
    position: relative;
}

/* 移除之前的渐变分割线 */
.tab-header::after {
    display: none;
}

.tab-header a {
    color: #666666;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.tab-header a.active {
    color: #fff;
}

.tab-header a.active::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 1;
}

.tab-header .more {
    margin-left: auto;
    color: #666666;
    cursor: pointer;
    font-size: 20px;
}

.news-list {
    padding: 10px 20px;
    flex: 1;
    overflow-y: auto;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    position: relative;
    border-bottom: 0.01rem solid rgba(77, 102, 133, 0.3);
}

.news-item:last-child {
    border-bottom: none;
}

.news-item .tag {
    color: #4D6685;
    font-size: 14px;
    margin-right: 15px;
    font-weight: bold;
}

.news-item .title {
    flex: 1;
    color: #4D6685;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.news-item .date {
    color: #666666;
    font-size: 12px;
    margin-left: 15px;
}

.news-item:hover .title,
.news-item:hover .tag {
    color: #fff;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .news-item .tag,
    .news-item .title {
        font-size: 13px;
    }
}

/* 默认字体大小 */
.header ul.menu a .cn,
.header ul.menu a .en {
    font-size: 1.04vw; /* 桌面端使用 vw */
    margin-bottom: 0.10vw;
}

@media screen and (max-width: 768px) {
    .header ul.menu a .cn,
    .header ul.menu a .en {
        font-size: 20px; /* 增加菜单字体大小 */
    }

    .register-container h2 .cn,
    .register-container h2 .en,
    .form-group label .cn,
    .form-group label .en,
    .submit-btn .cn,
    .submit-btn .en,
    .server-name .cn,
    .server-name .en {
        font-size: 16px; /* 增加其他文本的字体大小 */
    }
}

/* 下滑指示样式 */
.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.scroll-down .arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    margin-bottom: 10px;
    animation: arrowDown 1.5s infinite;
}

.scroll-down .text {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.scroll-down .text .cn {
    font-size: 14px;
    margin-bottom: 2px;
}

.scroll-down .text .en {
    font-size: 12px;
    opacity: 0.8;
}

@keyframes arrowDown {
    0% {
        transform: rotate(45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) translate(10px, 10px);
        opacity: 0;
    }
}

/* 全屏滚动相关样式 */
html, body {
    overflow: hidden;
    height: 100%;
}

.fullpage-container {
    height: 100vh;
    overflow: hidden;
}

.section {
    position: relative;
    overflow: hidden;
}

.banner {
    height: 100vh;
}

.news-section {
    position: relative;
    overflow: hidden;
}

.news-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    max-height: 900px;
}

.news-container {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 900px;
    background: url(../images/border.png) no-repeat;
    background-size: 100% 100%;
}

.news-container::after {
    content: '';
    position: absolute;
    right: 100px;
    bottom: 90px;
    width: 100px;
    height: 100px;
    background: url(../images/icon_1.png) no-repeat;
    background-size: contain;
    z-index: 1;
    transform: scale(4);
}

/* 移除hover效果 */
.news-container:hover::after {
    transform: scale(4);
}

.news-content {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.news-title {
    width: 400px;
    height: 140px;
    position: absolute;
    left: -200px;
    top: 60px;
    z-index: 2;
}

.title_i {
    position: absolute;
    left: -180px;
    top: 60px;
    width: 250px;
    height: 150px;
    z-index: 1;
    background: url(../images/title_i.png) no-repeat;
    background-size: contain;
    background-position: right center;
}

.news-display {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 200px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.news-display::after {
    content: '';
    position: absolute;
    bottom: -200px;
    width: 105px;
    height: 50px;
    background: url(../images/gezi/1.png) no-repeat;
    background-size: contain;
    z-index: 1;
    transform: scale(4);
    animation: birdAni 1.5s steps(1) infinite;
}

@keyframes birdAni {
    0% { background-image: url(../images/gezi/1.png); }
    2.77% { background-image: url(../images/gezi/2.png); }
    5.54% { background-image: url(../images/gezi/3.png); }
    8.31% { background-image: url(../images/gezi/4.png); }
    11.08% { background-image: url(../images/gezi/5.png); }
    13.85% { background-image: url(../images/gezi/6.png); }
    16.62% { background-image: url(../images/gezi/7.png); }
    19.39% { background-image: url(../images/gezi/8.png); }
    22.16% { background-image: url(../images/gezi/9.png); }
    24.93% { background-image: url(../images/gezi/10.png); }
    27.7% { background-image: url(../images/gezi/11.png); }
    30.47% { background-image: url(../images/gezi/12.png); }
    33.24% { background-image: url(../images/gezi/13.png); }
    36.01% { background-image: url(../images/gezi/14.png); }
    38.78% { background-image: url(../images/gezi/15.png); }
    41.55% { background-image: url(../images/gezi/16.png); }
    44.32% { background-image: url(../images/gezi/17.png); }
    47.09% { background-image: url(../images/gezi/18.png); }
    49.86% { background-image: url(../images/gezi/19.png); }
    52.63% { background-image: url(../images/gezi/20.png); }
    55.4% { background-image: url(../images/gezi/21.png); }
    58.17% { background-image: url(../images/gezi/22.png); }
    60.94% { background-image: url(../images/gezi/23.png); }
    63.71% { background-image: url(../images/gezi/24.png); }
    66.48% { background-image: url(../images/gezi/25.png); }
    69.25% { background-image: url(../images/gezi/26.png); }
    72.02% { background-image: url(../images/gezi/27.png); }
    74.79% { background-image: url(../images/gezi/28.png); }
    77.56% { background-image: url(../images/gezi/29.png); }
    80.33% { background-image: url(../images/gezi/30.png); }
    83.1% { background-image: url(../images/gezi/31.png); }
    85.87% { background-image: url(../images/gezi/32.png); }
    88.64% { background-image: url(../images/gezi/33.png); }
    91.41% { background-image: url(../images/gezi/34.png); }
    94.18% { background-image: url(../images/gezi/35.png); }
    96.95% { background-image: url(../images/gezi/36.png); }
    100% { background-image: url(../images/gezi/1.png); }
}

/* 轮播图区域 */
.news-banner {
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    position: relative;
}

.news-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.news-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-banner:hover img {
    transform: none;
}

.news-banner .swiper-pagination {
    bottom: 20px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.news-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.news-banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 20px;
    border-color: #fff;
}

/* 新闻列表区域 */
.news-tabs {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 15px;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.tab-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: none;
}

.tab-header a {
    color: #666666;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.tab-header a.active {
    color: #fff;
}

.tab-header a.active::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.tab-header .more {
    margin-left: auto;
    color: #666666;
    cursor: pointer;
    font-size: 20px;
}

.news-list {
    padding: 10px 20px;
    flex: 1;
    overflow-y: auto;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    position: relative;
    border-bottom: 0.01rem solid rgba(77, 102, 133, 0.3);
}

.news-item:last-child {
    border-bottom: none;
}

.news-item .tag {
    color: #4D6685;
    font-size: 14px;
    margin-right: 15px;
    font-weight: bold;
}

.news-item .title {
    flex: 1;
    color: #4D6685;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.news-item .date {
    color: #666666;
    font-size: 12px;
    margin-left: 15px;
}

.news-item:hover .title,
.news-item:hover .tag {
    color: #fff;
}

/* 移动端适配 */
@media screen and (max-width: 1400px) {
    .news-content,
    .feature-content,
    .news-display,
    .feature-display {
        width: 100%;
        padding: 0 20px;
    }
    
    .news-title,
    .feature-title {
        left: 20px;
    }
    
    .title_i {
        left: 40px;
    }
}

/* 游戏特色部分样式 */
.feature-section {
    position: relative;
    overflow: hidden;
}

.feature-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    max-height: 900px;
}

.feature-container {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 900px;
    background: url(../images/border.png) no-repeat;
    background-size: 100% 100%;
}

.feature-content {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.feature-title {
    width: 400px;
    height: 140px;
    position: absolute;
    left: -200px;
    top: 60px;
    z-index: 2;
}

.feature-display {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 140px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 轮播图区域 */
.feature-banner {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 150px;
}

.feature-banner .swiper-container {
    width: 1000px;
    height: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.feature-banner .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.feature-banner .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* 导航按钮 */
.feature-banner .swiper-button-prev,
.feature-banner .swiper-button-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-banner .swiper-button-prev {
    left: -70px;
}

.feature-banner .swiper-button-next {
    right: -70px;
}

/* 按钮内部样式 */
.feature-banner .swiper-button-prev::before,
.feature-banner .swiper-button-next::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

/* 箭头样式 */
.feature-banner .swiper-button-prev::after,
.feature-banner .swiper-button-next::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid rgba(0, 0, 0, 0.8);
    border-right: 3px solid rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 1001;
    transition: all 0.3s ease;
}

.feature-banner .swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.feature-banner .swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 5px;
}

/* 悬停效果 */
.feature-banner .swiper-button-prev:hover::before,
.feature-banner .swiper-button-next:hover::before {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .feature-section {
        height: 100vh;
    }

    .feature-container {
        padding: 15px;
    }

    .feature-content {
        padding-top: 80px;
    }

    .feature-title {
        width: 400px;
        height: 128px;
        left: 20px;
        top: 80px;
    }
    
    .feature-display {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }
}

.feature-banner::before {
    content: '';
    position: absolute;
    right: 1px;
    top: 50px;
    width: 95px;
    height: 100px;
    background: url(../images/bird_2/1.png) no-repeat;
    background-size: contain;
    z-index: 10;
    transform: scale(4);
    animation: birdAni3 2s steps(1) infinite;
}

.feature-banner::after {
    content: '';
    position: absolute;
    left: 200px;
    top: 50px;
    width: 95px;
    height: 100px;
    background: url(../images/bird_1/1.png) no-repeat;
    background-size: contain;
    z-index: 1;
    transform: scale(4);
    animation: birdAni2 2s steps(1) infinite;
}

@keyframes birdAni2 {
    0% { background-image: url(../images/bird_1/1.png); }
    2.43% { background-image: url(../images/bird_1/2.png); }
    4.86% { background-image: url(../images/bird_1/3.png); }
    7.29% { background-image: url(../images/bird_1/4.png); }
    9.72% { background-image: url(../images/bird_1/5.png); }
    12.15% { background-image: url(../images/bird_1/6.png); }
    14.58% { background-image: url(../images/bird_1/7.png); }
    17.01% { background-image: url(../images/bird_1/8.png); }
    19.44% { background-image: url(../images/bird_1/9.png); }
    21.87% { background-image: url(../images/bird_1/10.png); }
    24.3% { background-image: url(../images/bird_1/11.png); }
    26.73% { background-image: url(../images/bird_1/12.png); }
    29.16% { background-image: url(../images/bird_1/13.png); }
    31.59% { background-image: url(../images/bird_1/14.png); }
    34.02% { background-image: url(../images/bird_1/15.png); }
    36.45% { background-image: url(../images/bird_1/16.png); }
    38.88% { background-image: url(../images/bird_1/17.png); }
    41.31% { background-image: url(../images/bird_1/18.png); }
    43.74% { background-image: url(../images/bird_1/19.png); }
    46.17% { background-image: url(../images/bird_1/20.png); }
    48.6% { background-image: url(../images/bird_1/21.png); }
    51.03% { background-image: url(../images/bird_1/22.png); }
    53.46% { background-image: url(../images/bird_1/23.png); }
    55.89% { background-image: url(../images/bird_1/24.png); }
    58.32% { background-image: url(../images/bird_1/25.png); }
    60.75% { background-image: url(../images/bird_1/26.png); }
    63.18% { background-image: url(../images/bird_1/27.png); }
    65.61% { background-image: url(../images/bird_1/28.png); }
    68.04% { background-image: url(../images/bird_1/29.png); }
    70.47% { background-image: url(../images/bird_1/30.png); }
    72.9% { background-image: url(../images/bird_1/31.png); }
    75.33% { background-image: url(../images/bird_1/32.png); }
    77.76% { background-image: url(../images/bird_1/33.png); }
    80.19% { background-image: url(../images/bird_1/34.png); }
    82.62% { background-image: url(../images/bird_1/35.png); }
    85.05% { background-image: url(../images/bird_1/36.png); }
    87.48% { background-image: url(../images/bird_1/37.png); }
    89.91% { background-image: url(../images/bird_1/38.png); }
    92.34% { background-image: url(../images/bird_1/39.png); }
    94.77% { background-image: url(../images/bird_1/40.png); }
    97.2% { background-image: url(../images/bird_1/41.png); }
    100% { background-image: url(../images/bird_1/1.png); }
}

@keyframes birdAni3 {
    0% { background-image: url(../images/bird_2/1.png); }
    2.63% { background-image: url(../images/bird_2/2.png); }
    5.26% { background-image: url(../images/bird_2/3.png); }
    7.89% { background-image: url(../images/bird_2/4.png); }
    10.52% { background-image: url(../images/bird_2/5.png); }
    13.15% { background-image: url(../images/bird_2/6.png); }
    15.78% { background-image: url(../images/bird_2/7.png); }
    18.41% { background-image: url(../images/bird_2/8.png); }
    21.04% { background-image: url(../images/bird_2/9.png); }
    23.67% { background-image: url(../images/bird_2/10.png); }
    26.3% { background-image: url(../images/bird_2/11.png); }
    28.93% { background-image: url(../images/bird_2/12.png); }
    31.56% { background-image: url(../images/bird_2/13.png); }
    34.19% { background-image: url(../images/bird_2/14.png); }
    36.82% { background-image: url(../images/bird_2/15.png); }
    39.45% { background-image: url(../images/bird_2/16.png); }
    42.08% { background-image: url(../images/bird_2/17.png); }
    44.71% { background-image: url(../images/bird_2/18.png); }
    47.34% { background-image: url(../images/bird_2/19.png); }
    49.97% { background-image: url(../images/bird_2/20.png); }
    52.6% { background-image: url(../images/bird_2/21.png); }
    55.23% { background-image: url(../images/bird_2/22.png); }
    57.86% { background-image: url(../images/bird_2/23.png); }
    60.49% { background-image: url(../images/bird_2/24.png); }
    63.12% { background-image: url(../images/bird_2/25.png); }
    65.75% { background-image: url(../images/bird_2/26.png); }
    68.38% { background-image: url(../images/bird_2/27.png); }
    71.01% { background-image: url(../images/bird_2/28.png); }
    73.64% { background-image: url(../images/bird_2/29.png); }
    76.27% { background-image: url(../images/bird_2/30.png); }
    78.9% { background-image: url(../images/bird_2/31.png); }
    81.53% { background-image: url(../images/bird_2/32.png); }
    84.16% { background-image: url(../images/bird_2/33.png); }
    86.79% { background-image: url(../images/bird_2/34.png); }
    89.42% { background-image: url(../images/bird_2/35.png); }
    92.05% { background-image: url(../images/bird_2/36.png); }
    94.68% { background-image: url(../images/bird_2/37.png); }
    97.31% { background-image: url(../images/bird_2/38.png); }
    100% { background-image: url(../images/bird_2/1.png); }
}

.banner .download-section .mobile-downloads {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

