.body {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.game_nav {
    padding: 18px 0px;
    border-bottom: .01rem solid hsla(0, 0%, 100%, .1);
    margin-bottom: 40px;
    color: #8d8ca4;
}

.game_nav span {
    padding: 10px;
}

.game_nav a {
    color: #8d8ca4;
    text-decoration: none;
     margin: 10px;
}

.game_nav a:last-child{
    color: #ffffff;
}

.game_nav a:hover {
    color: #ffffff;
}

.games-info-detail {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.games-info-detail img {
    width: 150px;
    height: 150px;
}

.left {
    margin-right: 15px;
}

.games-info-center {
    flex: 1;
    color: #fff;
}

.games-info-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: normal;
}

.games-infoDetail {
    margin: 0;
    font-size: 18px;
}

.games-infoDetail span {
    margin-right: 15px;
}

.games-info-right {
    display: none;
    flex-direction: column;
}

.downloadpc-btn, .play-btn, .downloadAndroid-btn {
    padding: 20px 30px;
    margin-bottom: 10px;
    border: none;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 200px;
}

.downloadpc-btn {
    background-color: #f7c04a;
    text-decoration: none;
}

.play-btn {
    background-color: #409eff;
}

.downloadAndroid-btn {
    background-color: #4a4a58;
}

.downloadAndroid-btn:hover {
    color: #f9d246;
}

.games-list-type-box {
    padding: 20px 0;
    position: relative;
    z-index: 5;
    /*margin-bottom: 20px;*/
}

.games-list-type-box.fixed {
    position: fixed;
    /*text-align: center;*/
    /*margin: 0 auto;*/
    top: 60px;
    left: 0;
    width: 100%;
    padding-left: 26.5%;
    background-color: #010406;
    z-index: 9;
/ margin-top: 0 !important;
    border: none;
    padding-bottom: 0px;
}

.games-list-content {
    width: 100%;
}

.games-list-type {
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #4a4a5c;
}

.games-list-tabs {
    display: flex;
    align-items: center;
}

.game-tab {
    /*padding: 10px 20px;*/
    padding: 10px 20px 10px 0;
    cursor: pointer;
    color: #b0b0b0;
}

.game-tab_on {
    color: #fff;
    position: relative;
}

.game-tab_on::after {
    content: "";
    position: absolute;
    /*left: 20px;*/
    bottom: 0;
    width: calc(100% - 20px);
    height: 3px;
    background-color: #ffcc00;
}

.game-tab-text {
    font-size: 16px;
}

.game-tab-text:hover {
    color: #fff;
}

.swiper-slide {
    width: 800px;
}

.games-banner h2, .games-giftBag h2, .app-box h2, .games-tutorial h2 {
    margin-bottom: 20px;
    color: #e3e3e5;
    font-size: 22px;
}

.games-banner-swiper {
    position: relative;
    /*width: 800px;*/
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
}

.games-banner-img {
    width: 800px;
    height: 100%;
    border-radius: 15px;
    bject-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    left: 20px;
    z-index: 1;
}

.swiper-button-next {
    left: auto;
    right: 20px;
}

.swiper-button-prev img {
    transform: scaleX(-1);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.games-des, .APPFiling {
    margin-top: 25px;
}

.games-des span {
    color: #92929a;
}

.games-giftBag {
    border-radius: 8px;
    margin-top: 60px;
}

.games-giftBag__title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.games-giftBag__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.games-giftBag__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    border-radius: 6px;
}

.games-giftBag__name {
    color: #ccc;
    font-size: 16px;
}

.games-giftBag__btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.games-giftBag__item:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.appBlogsListBox {
    border-radius: 8px;
}

.appBlogsListBox h2, .games-tutorial h2,.app-box h2 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.more-news {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.more-news:hover {
    color: #fff;
}

.blogs-list-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.blogs-item {
    display: block;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.blogs-item img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogs-item img:hover {
    transform: scale(1.1);
}

.blogs-item-image {
    width: 100%;
    height: 150px;
}

.blogs-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-item-text {
    padding: 15px;
    transition: background-color 0.3s ease;
}

.blogs-item-image:hover ~ .blogs-item-text {
    background-color: rgba(255, 255, 255, 0.3);
}

.blogs-item-text .text {
    color: #ccc;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
}

.blogs-item-image:hover ~ .blogs-item-text .text {
    color: #ffcc00;
}

.blogs-item-text:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.blogs-item-text:hover .text {
    color: #ffcc00;
}

.games-tutorial {
    color: #e0e0e0;
    /*padding: 20px;*/
    font-family: "Microsoft Yahei", sans-serif;
}

.games-tutorial__title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

.games-tutorial__des,
.games-tutorial__method,
.games-tutorial__vt,
.games-tutorial__channel {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #929298;
}

.tutorial-link {
    color: #2196f3;
}

.tutorial-link:hover {
    text-decoration: underline;
}

.games-tutorial__nav {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tutorial-btn {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    color: #2196f3;
    padding: 0 15px 0 0;
    /*border-radius: 4px;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    /*transition: background-color 0.3s ease;*/
}

/*.tutorial-btn:hover {*/
/*    background-color: rgba(255, 255, 255, 0.3);*/
/*}*/
.recommend-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.game-cards-container {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.game-card {
    display: block;
    width: 150px;
    height: 224px;
    text-decoration: none;
    color: #333;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    transition: transform 0.2s ease;
}

.game-card:hover,.hot-game-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.game-card:hover .xhdownload-btn,.hot-game-card:hover .hot-download-btn {
    background-color: #ffcc00;
    color: #000000;
}
.game-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-icon {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 10px;
    margin-top: 10px;
}


.game-name {
    width: 120px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xhdownload-btn,.hot-download-btn {
    margin-top: 20px;
    padding: 6px 17px;
    background-color: rgba(255, 255, 255, 0.1); /* 按钮主色 */
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
}

.xhdownload-btn:hover {
    background-color: #ffcc00;
    color: #000000;
}

.hot-games-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.hot-games-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.hot-game-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    height: 224px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
}


.game-icon img {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 8px;
}
.footer-msg{
    margin-top: 30px;
}