body {
    background-color: #2d2e4f;
    color: white;
    font-size: 15px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

    header img {
        margin-left: calc(9%);
        width: 300px;
        height: 100px;
    }

    header .tabs {
        flex: 1;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

.tab-btn {
    width: 150px;
    height: 50px;
    background-color: transparent;
    border: none;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    outline: none;
}

    .tab-btn:hover, .tab-btn.active {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .tab-btn:focus {
        outline: none;
        box-shadow: none;
    }

.content img {
    width: 100%;
}

.section {
    margin-top: 200px;
    width: 100vw;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section img {
        width: 500px;
        height: 500px;
    }

    .section p {
        width: 500px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 30px; /* 调整字体大小为你需要的大小 */
        background-image: linear-gradient(to right, #00ff00, #ffffff); /* 渐变颜色 */
        -webkit-background-clip: text; /* 使用文本剪切 */
        color: transparent; /* 设置文字颜色为透明 */
        font-family: 'ZCOOLQingKeHuangYou'; /* 使用 Chubby Cheeks 字体 */
    }

    /*选择器选中.section的所有直接子元素，除了最后一个，并为它们添加了20px的margin-right*/
    .section > *:not(:last-child) {
        margin-right: 50px;
    }

#section_title {
    display: flex;
    width: 100vw;
    height: 100px;
    align-items: center;
    justify-content: center;
    font-weight:bold;
    font-size: 60px; /* 调整字体大小为你需要的大小 */
    background-image: linear-gradient(to right, #00ff00, #ffffff); /* 渐变颜色 */
    -webkit-background-clip: text; /* 使用文本剪切 */
    color: transparent; /* 设置文字颜色为透明 */
    font-family: 'ZCOOLKuaiLe'; /* 使用 Chubby Cheeks 字体 */
    margin-top:150px;
}

.game_img_section {
    display: flex;
    width: 100vw;
    height: 500px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

    .game_img_section img {
        width: 1033px;
        height: 500px;
    }

#section1 {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/pc_header_bk.jpeg');
    background-size: 100vw 100vh;
    flex-direction: column; /* 垂直居中排列 */
}

#windows_img {
    width: 64px;
    height: 64px;
}

.blue-btn {
    background-color: #2969FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    color: white;
    margin-top: 60px;
    width: 280px;
    height: 90px;
    font-size: 20px;
    text-decoration: none; /* 禁用下划线 */
}

    .blue-btn:hover {
        background-color: #4287f5; /* 鼠标悬停时的背景颜色 */
    }

    /* 去除获取焦点时的灰白色外边框 */
    .blue-btn:focus {
        outline: none;
        box-shadow: none;
    }

.center-text {
    text-align: center;
}

.blue-text {
    font-size: 60px; /* 调整字体大小为你需要的大小 */
    color: white; /* 设置文字颜色为透明 */
    font-family: 'ZCOOLQingKeHuangYou'; /* 使用 Chubby Cheeks 字体 */
    margin-top: 30vh;
}

.section_info_text {
    font-size: 30px; /* 调整字体大小为你需要的大小 */
    background-image: linear-gradient(to right, #00ff00, #ffffff); /* 渐变颜色 */
    -webkit-background-clip: text; /* 使用文本剪切 */
    color: transparent; /* 设置文字颜色为透明 */
    font-family: 'ZCOOLQingKeHuangYou'; /* 使用 Chubby Cheeks 字体 */
    margin-top: 10px;
}

#about-content {
    display: none;
}

#game-library-content {
    display: none;
}

#mobile-content {
    display: none;
}

#pc-content {
    display: block;
}

.blue-btn-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

#inner-about-content {
	max-width: 50vw;
	margin: 160px auto 0 auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99A6B4;
	text-align: justify;
	line-height: 2.6;
	text-align: left; /* 设置为左对齐 */
	text-indent: 2em; /* 设置首行缩进为2个字符 */
	background-image: url('../img/bk0.jpg'); /* 背景图片 */
	background-size: cover; /* 背景图片覆盖整个区域 */
	background-position: center; /* 背景图片居中 */
	background-repeat: no-repeat; /* 背景图片不重复 */
}

#inner-about-content p {
	font-size: 13.5pt;
	margin-bottom: 20px;
}

/*原始的字符集文件太大，现在改用子集字体文件
    @font-face {
    font-family: 'ZCOOLKuaiLe';
    src: url('../font/ZCOOLKuaiLe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZCOOLQingKeHuangYou';
    src: url('../font/ZCOOLQingKeHuangYou-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/*这个字符集文件是只包含了特定字符集的字体文件，需要特定字符集以外的字符时，需要从新使用ZCOOLKuaiLe-Regular.ttf文件生成这个子集字体文件*/
@font-face {
    font-family: 'ZCOOLKuaiLe';
    src: url('../font/subset-ZCOOLKuaiLe-Regular.woff2') format('woff2'), url('../font/subset-ZCOOLKuaiLe-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*这个字符集文件是只包含了特定字符集的字体文件，需要特定字符集以外的字符时，需要从新使用ZCOOLKuaiLe-Regular.ttf文件生成这个子集字体文件*/
@font-face {
    font-family: 'ZCOOLQingKeHuangYou';
    src: url('../font/subset-ZCOOLQingKeHuangYou-Regular.woff2') format('woff2'), url('../font/subset-ZCOOLQingKeHuangYou-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 创建底部容器 */
.footer {
    text-align: center;
    margin-top:30px;
}

    /*选择器选中.section的所有直接子元素，除了最后一个，并为它们添加了20px的margin-right*/
    .footer > *:not(:last-child) {
        margin-right: 50px;
    }


/* 样式按钮 */
.footer-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 150px 10px 0px 10px; /* 左右间隔为20像素 */
    padding: 10px 20px; /* 上下内边距为10像素，左右内边距为20像素 */
    color: #99A6B4; /* 按钮的文本颜色设置为白色 */
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px; /* 按钮的边框圆角 */
}

    .footer-btn:hover{
        color: #FFFFFF; /* 按钮的文本颜色设置为白色 */
    }

    .footer-btn:focus {
        outline: none;
        box-shadow: none;
    }


#rights_section {
    width: 100vw;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #99A6B4; /* 按钮的文本颜色设置为白色 */
    text-decoration: none;
    font-size: 15px;
    margin-top:30px;
}

/* 创建底部容器 */
.tail_section {
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100vw;
    height: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .tail_section button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        display: block;
        margin-right:30px;
        color: #99A6B4; /* 按钮的文本颜色设置为白色 */
        text-decoration: none;
        font-size: 15px;
    }

        .tail_section button:hover {
            color: #FFFFFF; /* 按钮的文本颜色设置为白色 */
        }

        .tail_section button:focus {
            outline: none;
            box-shadow: none;
        }

    .tail_section p {
        color: #99A6B4; /* 按钮的文本颜色设置为白色 */
        text-decoration: none;
        font-size: 15px;
        border: none;
        outline: none;
    }

.mobile_section {
    width: 100vw;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobile_section p {
        margin-top:50px;
        font-size: 60px; /* 调整字体大小为你需要的大小 */
        background-image: linear-gradient(to right, #00ff00, #ffffff); /* 渐变颜色 */
        -webkit-background-clip: text; /* 使用文本剪切 */
        color: transparent; /* 设置文字颜色为透明 */
        font-family: 'ZCOOLKuaiLe'; /* 使用 Chubby Cheeks 字体 */
    }
	
#news-announcement-section {
    display: flex;
    justify-content: space-between;
    width: 56%;
    margin: 20px auto;
    padding: 10px;
    margin-top: 200px;
}

.news-section, .announcement-section {
    flex-basis: 47%;
    min-height: 180px; /* 可以根据实际情况调整 */
    background-color: #2d2e4f;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.section-title {
    color: #DCDCDC;
    cursor: pointer;
    font-size: 15px;
    transition: color 0.3s;
}

.section-title:hover {
    color: white;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    max-height: 360px; /* 根据6条信息的高度进行调整 */
    overflow-y: hidden; /* 隐藏滚动条 */
}

li {
    color: #99A6B4;
    margin-bottom: 0px; /* 减少间隙，可以根据需要调整这个值 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    height: 50px; /* 根据之前的设置 */
    line-height: normal;
    cursor: pointer;
}

li:hover {
    color: white;
}



/* 游戏库样式 */
.game-library {
    text-align: center;
}

.game-library h2 {
    /* 其他样式 */
    font-family: Arial, Helvetica, sans-serif;
	margin-top: 160px; /* 与上方内容的间距 */
    font-size: 24px; /* 字体大小 */
    color: #99A6B4; /* 字体颜色 */
    text-align: center; /* 标题居中 */
}


.game-grid {
    display: grid;
    grid-template-columns: repeat(6, 190px); /* 每列固定宽度为190px */
    justify-content: center; /* 居中整个网格 */
    gap: 25px 30px; /* 垂直间隙25px, 水平间隙30px */
	margin-top: 50px;
}

.game-card {
    width: 190px;
    min-height: 320px; /* 根据需要调整最小高度 */
    margin-bottom: 20px;
    cursor: pointer;
}

.game-card img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.game-card:hover img {
    transform: scale(1.1); /* 鼠标悬停时放大图片 */
}


.game-card p {
    margin: 5px 0;
    color: #99A6B4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9em; /* 根据需要调整字体大小 */
}

.game-card .game-name {
    font-size: 1em; /* 游戏名称的字体大小 */
    color: #99A6B4;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game-card .game-ex-name {
    font-size: 0.8em; /* 游戏别名的字体大小 */
    color: #99A6B4;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination {
	display: block; /* 使其成为块级元素 */
    margin-top: 20px; /* 与上方内容保持距离 */
    text-align: center; /* 居中内部元素（按钮） */
}

.pagination button {
    background-color: #007bff; /* 蓝色背景 */
    color: white; /* 白色文字 */
    border: none; /* 无边框 */
    padding: 6px 20px; /* 内边距 */
    margin: 0 50px; /* 按钮之间的间隔 */
    border-radius: 5px; /* 圆角边框 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
}

.pagination button:hover {
    background-color: #0056b3; /* 鼠标悬停时的背景颜色 */
}

.pagination button:focus {
    outline: none; /* 取消焦点时的轮廓 */
}






