
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", sans-serif;
        }
        
        body {
            background: #0a0a0a url('https://upload.jvwan.com/assets/images/dwby/main-bg.jpg') no-repeat center top;
            background-size: cover;
            background-attachment: fixed;
            color: #e4d6a7;
            line-height: 1.6;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* 头部样式 */
        header {
            background: linear-gradient(to bottom, rgba(26, 18, 6, 0.9), rgba(10, 8, 3, 0.8));
            padding: 15px 0;
            border-bottom: 2px solid #3d2e14;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo img {
            height: 80px;
            width: auto;
        }
        
        .game-title {
            margin-left: 15px;
        }
        
        .game-title h1 {
            font-size: 32px;
            color: #e4b04a;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            letter-spacing: 2px;
        }
        
        .game-title p {
            font-size: 14px;
            color: #b89a5f;
        }
        
        .user-actions {
            display: flex;
            gap: 10px;
        }
        
        .btn {
            padding: 8px 20px;
            background: #8a6d3b;
            color: #f1d8a7;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .btn:hover {
            background: #a47c48;
            transform: translateY(-2px);
        }
        
        .btn-primary {
            background: #d4a017;
            color: #3d2e14;
            font-weight: bold;
        }
        
        .btn-primary:hover {
            background: #e4b04a;
        }
        
        /* 导航样式 */
        nav {
            background: rgba(26, 18, 6, 0.9);
            border-top: 1px solid #3d2e14;
            border-bottom: 1px solid #3d2e14;
        }
        
        .nav-menu {
            display: flex;
            justify-content: center;
            list-style: none;
        }
        
        .nav-menu li {
            position: relative;
        }
        
        .nav-menu a {
            display: block;
            padding: 15px 25px;
            color: #d4b77d;
            text-decoration: none;
            transition: all 0.3s;
            font-size: 16px;
        }
        
        .nav-menu a:hover {
            color: #f1d8a7;
            background: rgba(61, 46, 20, 0.5);
        }
        
        .nav-menu a.active {
            color: #e4b04a;
            background: rgba(61, 46, 20, 0.7);
        }
        
        /* 轮播图区域 */
        .banner-container {
            position: relative;
            height: 400px;
            margin: 20px 0;
            border: 2px solid #3d2e14;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        
        .banner-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }
        
        .banner-slide.active {
            opacity: 1;
        }
        
        .banner-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .banner-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(10, 8, 3, 0.9));
            padding: 20px;
            color: #f1d8a7;
        }
        
        .banner-content h2 {
            font-size: 28px;
            margin-bottom: 10px;
            color: #e4b04a;
        }
        
        .banner-controls {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            gap: 10px;
        }
        
        .banner-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .banner-dot.active {
            background: #e4b04a;
            transform: scale(1.2);
        }
        
        /* 主要内容区域 */
        .main-content {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 20px;
            margin: 30px 0;
        }
        
        .card {
            background: rgba(26, 18, 6, 0.8);
            border: 1px solid #3d2e14;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        }
        
        .card-header {
            background: #3d2e14;
            padding: 12px 20px;
            font-size: 18px;
            color: #e4b04a;
            border-bottom: 1px solid #5a441f;
        }
        
        .card-body {
            padding: 20px;
        }
        
        /* 新闻列表 */
        .news-list {
            list-style: none;
        }
        
        .news-item {
            padding: 12px 0;
            border-bottom: 1px dashed #3d2e14;
            display: flex;
            justify-content: space-between;
        }
        
        .news-item:last-child {
            border-bottom: none;
        }
        
        .news-item a {
            color: #d4b77d;
            text-decoration: none;
            transition: color 0.3s;
            flex-grow: 1;
        }
        
        .news-item a:hover {
            color: #e4b04a;
        }
        
        .news-date {
            color: #8a6d3b;
            font-size: 14px;
            min-width: 80px;
            text-align: right;
        }
        
        /* 服务器列表 */
        .server-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 10px;
        }
        
        .server-item {
            background: #261b0a;
            border: 1px solid #5a441f;
            border-radius: 4px;
            padding: 10px;
            text-align: center;
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .server-item:hover {
            border-color: #e4b04a;
            transform: translateY(-3px);
        }
        
        .server-name {
            font-weight: bold;
            color: #e4b04a;
        }
        
        .server-status {
            font-size: 12px;
            color: #8a6d3b;
            margin-top: 5px;
        }
        
        /* 游戏特色 */
        .features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            background: #261b0a;
            padding: 10px;
            border-radius: 4px;
            border: 1px solid #3d2e14;
        }
        
        .feature-item img {
            width: 110px;
            height: 60px;
            object-fit: cover;
            border-radius: 4px;
            margin-right: 10px;
        }
        
        .feature-info h3 {
            font-size: 16px;
            color: #e4b04a;
            margin-bottom: 5px;
        }
        
        .feature-info p {
            font-size: 13px;
            color: #b89a5f;
        }
        
        /* 职业介绍 */
        .classes {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }
        
        .class-item {
            text-align: center;
            background: #261b0a;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #3d2e14;
            transition: all 0.3s;
        }
        
        .class-item:hover {
            transform: translateY(-5px);
            border-color: #e4b04a;
        }
        
        .class-item img {
            width: 100%;
            height: 240px;
            object-fit: cover;
        }
        
        .class-info {
            padding: 15px;
        }
        
        .class-info h3 {
            color: #e4b04a;
            margin-bottom: 10px;
        }
        
        .class-info p {
            font-size: 14px;
            color: #b89a5f;
        }
        
        /* 底部区域 */
        footer {
            background: rgba(26, 18, 6, 0.9);
            border-top: 2px solid #3d2e14;
            padding: 30px 0 20px;
            margin-top: 40px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        
        .footer-column h3 {
            color: #e4b04a;
            font-size: 18px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #3d2e14;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 8px;
        }
        
        .footer-links a {
            color: #b89a5f;
            text-decoration: none;
            transition: color 0.3s;
            font-size: 14px;
        }
        
        .footer-links a:hover {
            color: #e4b04a;
        }
        
        .copyright {
            text-align: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #3d2e14;
            color: #8a6d3b;
            font-size: 14px;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .main-content {
                grid-template-columns: 1fr;
            }
            
            .features {
                grid-template-columns: 1fr;
            }
            
            .classes {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .footer-content {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                text-align: center;
            }
            
            .game-title {
                margin: 10px 0;
            }
            
            .nav-menu {
                flex-wrap: wrap;
            }
            
            .classes {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
            }
            
            .banner-container {
                height: 300px;
            }
        }
