.game-detail-container {
    max-width: 1200px;
    margin: auto;
}

.game-detail-content {
    max-width: 900px;
    background: #fff;
    padding: 30px;
}

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f5f5f5;
}

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

.game-info {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.game-logo {
    width: 170px;
    height: 170px;
    flex-shrink: 0;
    margin-top: 10px;
}

.game-logo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.game-details {
    flex: 1;
    margin-top: 10px;
}

.game-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.game-meta {
    display: flex;
    margin-bottom: 20px;
}

.game-meta-item {
    flex: 1;
}

.game-meta-label {
    color: #666;
    font-size: 16px;
}

.game-meta-value {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

.game-links {
    display: flex;
    margin-bottom: 10px;
}

.game-link-item {
    flex: 1;
}

.game-link-item .link {
    color: #409EFF;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: none;
}

.game-warning {
    color: #ff6b6b;
    font-size: 13px;
    background: #fff5f5;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}

.qrcode-section {
    width: 180px;
    flex-shrink: 0;
    text-align: center;
}

.qrcode-box {
    width: 170px;
    height: 170px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 8px;
}

.qrcode-box img {
    width: 100%;
    height: 100%;
}

.qrcode-text {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #409EFF;
    padding-bottom: 10px;
}

.swiper-section {
    margin-top: 20px;
}

.mySwiper {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}

.swiper-slide {
    width: 300px;
    margin-right: 8px;
}

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

.swiper-button-next,
.swiper-button-prev {
    color: #409EFF;
}

.game-intro {
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

[v-cloak] {
    display: none;
}

.loading-state {
    text-align: center;
    padding: 100px 0;
}

.loading-state p {
    color: #999;
}

.banner-section {
    margin-bottom: 30px;
    max-width: unset;
}
