.header {
    display: flex;
    justify-content: space-around;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center
}

.header_left {
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
    cursor: pointer
}

.header_logo {
    width: auto;
    max-height: 50px
}

.header_title {
    flex: 1;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #1f285a;
    text-align: center
}

.header_right {
    flex: 1;
    text-align: right
}

.bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 576px;
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #eee;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    height: 50px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.bottom-navigation .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.bottom-navigation .nav-item .icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

.bottom-navigation .nav-item span {
    font-size: 12px;
    line-height: 1;
}

.icon-home[data-v-1129fe84] {
    background: url(../img/index1.png) no-repeat
}

.router-link-active span[data-v-1129fe84] {
    color: #1b71dc;
    font-weight: 700
}

.router-link-active .icon-home[data-v-1129fe84] {
    background: url(../img/index2.png) no-repeat
}

.accounts-scroll {
    padding-bottom: 60px;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 1500px;
    height: auto;
    aspect-ratio: 100/40;
    max-height: 230px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity .5s ease
}

.dots {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%)
}

.dot {
    display: inline-block;
    width: 24px;
    height: 8px;
    border-radius: 5px;
    background-color: #c4dcff;
    margin: 0 5px;
    cursor: pointer
}

.dot.active {
    background-color: #5d7bff
}

.marquee-container {
    display: flex;
    overflow: hidden;
    padding: 8px !important;
    margin-left: .26667rem !important;
    background: #eef0fa !important;
    color: #6478b1 !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px
}

.marquee {
    white-space: nowrap;
    animation: marquee-scroll linear infinite
}

.noticeimg {
    width: 18px;
    height: 18px
}

.marquee-wrapper {
    overflow: hidden;
    flex: 1
}

.trumpet-icon {
    display: flex;
    margin-right: 15px
}

@keyframes marquee-scroll {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

.typeMark {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px
}

.l_img {
    width: 28%
}

.game_item {
    position: relative;
    z-index: 1;
}

.game_item {
    display: flex;
    flex-basis: calc(33% - 1rem);
    background: linear-gradient(135deg, rgb(248 250 254) 0%, rgb(230 237 255) 100%);
    aspect-ratio: 1;
    padding: 10px 4px 2px;
    margin: 3px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.innerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.game_name {
    color: #1f285a;
    font-weight: 700;
    font-size: .9rem;
    z-index: 999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.gameText {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #6478b1;
    z-index: 999;
    margin: 10px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

img.rtop_img {
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999
}

img.start_img {
    position: relative;
    z-index: 1;
    width: 80px;
}

.slideimg {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    object-fit: cover;
    cursor: pointer
}

.dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .carousel {
        aspect-ratio: 3/1
    }
}


img.app_logo {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    margin-right: .5rem;
    border-radius: 15px;
    background: #fff
}

.app_info {
    width: 95%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    justify-content: flex-start
}

body {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: #f5f6fa;
}

div#app {
    width: 100%;
    max-width: 576px;
    min-height: 100vh;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.body {
    padding: 5px 5px 70px
}

a {
    text-decoration: none
}

/* 响应式布局 */
@media screen and (max-width: 768px) {
    div#app {
        max-width: 100%;
        box-shadow: none;
    }
}

/* 底部导航样式优化 */
.bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 576px;
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #eee;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    height: 50px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.bottom-navigation .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.bottom-navigation .nav-item .icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

.bottom-navigation .nav-item span {
    font-size: 12px;
    line-height: 1;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .bottom-navigation {
        left: 0;
        transform: none;
        max-width: 100%;
    }
}

/* 确保内容区域不被底部导航遮挡 */
.accounts-scroll {
    padding-bottom: 60px;
}