html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

a {
    text-decoration: none;
    color: rgba(255,255,255,0.6);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

img {
    width: 100%;
    height: 100%;
}

img.error {
    background-color: #7266E6;
}

div {
    position: relative;
}

/* 滚动条整体样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #000;
}

/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #000;
}

/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(255,255,255,0.6);
}

body,
html {
    /* height: 100vh; */
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    /* background: url("../imgs/bg.webp") no-repeat center center; */
    /* background-color: #F6F8FB; */
    background-color: #0B0B0D;
    color: rgba(255,255,255,0.6);
    background-size: 100% 100%;
}

.body-bg {
    height: 100vh;
    background-size: 100% 100%;
    background-color: #0B0B0D;
    z-index: -1;
    position: absolute;
    top: 0;
}

#app {
    position: relative;
    /* height: 100vh; */
    overflow: auto;
}

.contain {
    /* display: flex; */
}

main {
    height: 100%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 20px 65px 224px;
    overflow: hidden;
    min-height: calc(100vh - 65px);
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}
.play-main {
    opacity: 1;
    margin:  0 auto;
    padding: 20px;
    width: auto;
    transform: translateY(0);
}
main.show-item {
    opacity: 1;
    transform: translateY(0);
}
.mt-20 {
    margin-top: 20px;
}
.swiper-top {
    padding-top: 20px; 
}
.index-main {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 68px;
    width: 92%;
}
.list-main {
    width: 82%;
    padding-right: 0;
}
.ad-slot {
    height: 200px;
    background-color: #1F1F26;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.ad-slot-detail {
    height: 160px;
}
.index-top-card {
    display: flex;
    width: 100%;
    height: 268px;
    margin: 48px 0;
}
.index-top-card-left {
    background: #1F1F26;
    border-radius: 12px;
    flex: 1;
    margin-right:16px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-top-card-left-info {
    width: 410px;
    padding: 0 24px;
}
.index-top-card-right {
    width: 464px;
    height: 100%;
    overflow: hidden;
}
.index-top-card-right .recommend-game-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.index-top-card-right .recommend-game {
    width: 224px;
    height: 126px;
}
.recommend-list {
    height: 207px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.recommend-swiper {
    width: 420px;
    height: 236px;
    padding-left: 36px;
}
.recommend-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
}

.recommend-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.recommend-swiper .swiper-pagination {
    bottom: -20px!important;
    left: 500px !important;
}
.top-card-left-game-name {
    height: 38px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.top-card-left-game-tag {
    width: 396px;
    height: 24px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.top-card-left-game-desc {
    height: 40px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    overflow: hidden;
    margin-bottom: 22px;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}

.game-top {
    width: 276px;
    height: 207px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 12px;
}

.game-img {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 10px;
}
.game-img,
.recommend-game-img,
.action-game-img {
    transition-duration: 0.5s;
}
.game-img:hover,
.recommend-game-img:hover,
.action-game-img:hover {
    cursor: pointer;
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}

.game-img1,
.game-img2,
.game-img3 {
    overflow: hidden;
    display: block;
    border: 10px;
}
.game-img1 {
    border-radius: 10px 0 0 0;
    width: 320px;
    height: 180px;
    margin-right: 8px;
}

.game-img2 {
    border-radius: 0 10px 0 0;
    width: 96px;
    height: 86px;
    margin-bottom: 8px;
}

.h5-menu-bg {
    display: none;
}

.game-img3 {
    border-radius: 0;
    width: 96px;
    height: 86px;
}

.type-title,
.type-title-history {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    text-align: left;
    margin: 80px 0px 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.type-title-history {
    margin: 48px 0px 32px;
}
.type-title-more {
    width: 109px;
    height: 28px;
    font-weight: bold;
    font-size: 14px;
    color: #3399FF;
    line-height: 16px;
    text-align: left;
    border-radius: 14px;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: 16px;
}
.type-title-more img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.type-title-more:hover {
    background: #3399FF;
    border-radius: 16px;
    color: #FFFFFF;
    border-color: #3399FF;
}
.type-title-more:hover img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    content: url('../imgs/icon/arrow-right-act.png');
}
.game-type-title {
    margin-top: 12px;
}
.search-title {
    font-weight: 900;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    padding-top: 12px;
}
.search-title-str {
    color: #3399FF;
}

.search-game-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    height: 153px;
    background: #1F1F26;
    border-radius: 16px;
    margin: 24px 0;
    padding: 16px;
    box-sizing: border-box;
}
.search-game-img {
    width: 216px;
    height: 121px;
    border-radius: 12px;
}
.search-game-info {
    flex: 1;
}
.search-game-info-name {
    height: 38px;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: left;
    font-style: normal;
}
.search-game-info-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}
.search-game-info-tag {
    font-weight: 400;
    height: 16px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 16px;
    text-align: left;
    font-style: normal;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    margin: 14px 8px 14px 0;
    padding: 4px 16px;
}

.search-game-info-desc {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    line-height: 16px;
    text-align: justify;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 960px;
}

.play-game {
    width: 190px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.2);
    font-weight: bold;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 12px 24px;
    box-sizing: border-box;
    cursor: pointer;
}
.play-game:hover {
    background: #3399FF;
    color: #FFFFFF;
    border-color: #3399FF;
}

.index-top-card-left-info .play-game {
    display: flex;
    align-items: center;
    justify-content: center;

}
.play-game img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


.swiper {
    --swiper-navigation-color: #000;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 18px;
    /* 设置按钮大小 */
}

.swiper-button-prev:after {
    content: '';
}

.swiper-button-next:after {
    content: '';
}

.swiper-button-prev {
    border-radius: 100%;
    /* border-top-right-radius: 120px;
    border-bottom-right-radius: 120px; */
    width: 48px!important;
    top: 180px !important;
    left: -20px !important;
}

.swiper-button-next {
    border-radius: 100%;
    /* border-top-left-radius: 120px;
    border-bottom-left-radius: 120px; */
    width: 48px!important;
    height: 48px!important;
    top: 180px !important;
    right: -20px !important;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    width: 48px!important;
    height: 48px!important;
    background: #FFFFFF;
    color: #000!important;
    /* backdrop-filter: blur(3.6014405762305px); */
}
.game-class:hover .swiper-button-prev,
.game-class:hover .swiper-button-next {
    opacity: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 24px !important;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 20px;
    height: 20px;
}

.game-type-list {
    display: flex;
}

/* .game-type-card {
    margin-right: 24px;
} */

.game-type-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 456px;
    background: #1F1F26;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px 12px 0 0 ;
}

.left-img-box {
    flex: 2;
    position: relative;

}

.right-img-box {
    flex: 1;
    position: relative;
}
.game-type-name-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.game-type-img {
    width: 24px;
    height: 24px;
    margin: 0 16px 0 4px;

}
.game-type-name {
    width: 456px;
    height: 64px;
    background: #1F1F26;
    color: rgba(255,255,255,0.8);
    border-radius: 0 0 12px 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    padding: 0 12px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-slide {
    cursor: pointer
}

/* .swiper-slide img {
    width: 100%;
    height: 100%
} */

.recommend-game-list,
.drawer-recommend-game-list {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 51px;
}
.recommend-game {
    width: 16%;
    height: 121px;
    position: relative;
    cursor: pointer;
}

/* .recommend-game-list:nth-child(6n) {
    margin-right: 0;
} */

.drawer-recommend-game-list {
    justify-content: flex-start;
}

.swiper-pagination {
    bottom: -40px!important;
}
.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #3399FF!important;
    border-radius: 2px!important;
}
.my-bullet-active {
    width: 8px;
    height: 8px;
    border-radius: 2px!important;
    background-color: #46464D!important;
}

.drawer-recommend-game {
    width: 105px;
    height: 105px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 16px 16px 0;
    position: relative;
    cursor: pointer;
}

.drawer-recommend-game:nth-child(6n) {
    margin-right: 0;
}

.drawer-recommend-game-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.star-img-box {
    width: 20%;
    height: 25%;
    min-width: 24px;
    max-width: 48px;
    min-height: 24px;
    max-height: 48px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff;
    opacity: 0;
    display: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.star-img-name,
.star-img-name2 {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-size: 16px;
    margin-top: 12px;
}
.star-img-name2 {
}
.recommend-game:hover .star-img-name2 {
    opacity: 1;
}

.star-img-name img {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    border-radius: 10px;
}
.list-search-null {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #3399FF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-align: center;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.star-img-name span {
    width: 216px;
    height: 20px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 18px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.star-img-name .top-play {
    padding: 7px 16px;
    color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    margin-right: 10px;
}

.star-img-box img {
    width: 50%;
    height: 50%;
    min-width: 12px;
    max-width: 24px;
    min-height: 12px;
    max-height: 24px;
}

.game-top:hover,
.detail-game-top:hover,
.left-img-box:hover,
.right-img-box div:hover,
.recommend-game:hover,
.action-game-box:hover {
    cursor: pointer;
}

.game-top:hover .star-img-box,
.detail-game-top:hover .star-img-box,
.left-img-box:hover .star-img-box,
.right-img-box div:hover .star-img-box,
.recommend-game:hover .star-img-box,
.action-game-box:hover .star-img-box {
    opacity: 1;
}

.recommend-game:last-child,
.recommend-game:nth-child(6n) {
    margin-right: 0;
}

.recommend-game-img {
    width: 100%;
    height: 121px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #1F1F26;
    object-fit: cover;
}
.action-game-box img,
.game-img {
    background-color: #1F1F26;
    object-fit: cover;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #0B0B0D;
    color: rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.1);
    overscroll-behavior: contain; /* 阻止滚动传播 */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}
.menu.show-item {
    opacity: 1;
    transform: translateY(0);
}
/* .menu-index {
    position: sticky;
} */
.menu-top,
.menu-middle,
.menu-bottom {
    width: 192px;
    /* padding: 20px 16px 20px 20px; */
    padding: 0 12px;
    background-color: #0B0B0D;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.1);;
}
.menu-middle-top {
    padding-top: 60px;
}

.menu-bottom {
    padding-bottom: 0;
    border-bottom: none;
    padding: 12px 0 0 24px;
}

.menu-top-right {
    color: #7266E6;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.menu-top-logo {
    width: 64px;
    height: 64px;
    padding-right: 16px;
    margin: 0 16px;
    border-right: 1px solid #F0F0F4;
}

.menu-top-img-box,
.menu-top-img-box2 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer;
}

.menu-top-img-box2 {
    margin: 0;
}

.menu-top-home {
    width: 20px;
    height: 20px;
}

.menu-top-img-name {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #7266E6;
    margin-left: 8px;
}

.menu-top-search {
    width: 20px;
    height: 20px;
}

.menu-middle-line {
    padding: 10px 0px;
    margin: 10px 0;
    font-size: 14px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.menu-middle-line:hover {
    scale: 1.05;
    color: #3399FF ;
}
.menu-middle-line.active {
    background-color: #333;
}
.menu-middle-line-split {
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    margin: 12px 0;
}
.menu-sm .menu-top,
.menu-sm .menu-middle,
.menu-sm .menu-bottom {
    width: 68px;
    box-sizing: border-box;
}
.menu-sm .menu-middle {
    border-bottom: none;
}
.menu-sm .menu-middle-line {
    align-items: center;
}
/* .menu-middle-line:last-child {
    margin-bottom: 0;
} */

.menu-middle-line a {
    display: flex;
    align-items: center;
}

.menu-middle-img {
    width: 20px;
    height: 20px;
    margin-left: 24px;
    margin-right: 12px;
}
.menu-sm .menu-middle-img {
    margin-left: 12px;
}

.menu-bottom a {
    font-size: 14px;
    padding: 8px 12px;
    margin: 4px 0;
    display: block;
}
.menu-bottom a:hover {
    scale: 1.05;
    color: #3399FF ;

}

.mask-all{
    background: #1f1f2673;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    filter: alpha(opacity=90);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes ball-scale {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.mask {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    filter: alpha(opacity=60);
    opacity: 0;
}

.bottom-about-line {
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    margin: 60px 0 0 164px;
}
.bottom-about-line2 {
    margin: 60px 0 0 0;
}


.bottom-about,
.bottom-about2 {
    width: 84%;
    margin: 24px auto 0 auto;
    padding: 36px 36px 36px 224px;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    color: rgba(255,255,255,0.4);
}
.bottom-about2 {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.bottom-about3 {
    padding-left: 96px;
    width: 92%;
}
.anywhere {
    width: 420px;
    height: 48px;
    margin-bottom: 24px;
}
.bottom-about-tags-box {
    display: flex;
    flex-wrap: wrap;
}
.bottom-about-tags {
    padding: 8px 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.2);
}


.drawer {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    height: 100vh;
    border-radius: 4px 0px 0px 4px;
    background-color: #F5F6FF;
    box-shadow: 0px 2px 4px 0px #14161b;
    transition: 0.5s ease;
    padding: 44px;
    opacity: 0;
}
.drawer-box {
    opacity: 0;
    transition: all 1.5s;
}
.drawer-top {
    display: flex;
    align-items: center;
}

.close-btn {
    cursor: pointer;
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;

}

.close-btn img {
    width: 28px;
    height: 28px;
}

.search-ipt-box {
    width: 712px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.search-ipt {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000000;
    padding: 0 24px;
    border-radius: 12px;
}

.search-btn {
    width: 28px;
    height: 28px;
    margin: 0 24px;
    cursor: pointer;
}

.search-null {
    margin: 44px auto;
    text-align: center;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #7266E6;
    line-height: 21px;
    font-style: normal;
}

.drawer-type-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.drawer-type-item {
    width: 166px;
    height: 44px;
    background: #FFFFFF;
    color: #000;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin: 0 12px 12px 0;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.drawer-type-item:nth-child(4),
.drawer-type-item:nth-child(8) {
    margin-right: 0;
}

.drawer-type-item img {
    width: 20px;
    height: 20px;
    margin: 10px 8px 10px 8px;
}
.index-type-list .drawer-type-item {
    width: 22%;
    height: 56px;
    background: #1F1F26;
    color: rgba(255,255,255,0.8);
    border-radius: 12px;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
.index-type-list .drawer-type-item img {
    width: 32px;
    height: 32px;
}
.index-type-list .drawer-type-list {
    gap: 4%;
    row-gap: 40px;
}

.action-game-list {
    width: 100%;
    height: 56.25%;
    display: grid;
    grid-template-columns: repeat(6, calc((100% - 110px)/6));
    grid-gap: 16px;
    grid-auto-flow: row dense;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.action-game-box {
    width: 100%;
    height: 56.25%;
    cursor: default;
    transition: all .3s;
    position: relative;
}

.action-game-box img {
    border-radius: 10px;
}

.cookie-box {
    position: fixed;
    background: rgba(120, 114, 174, 0.95);
    color: #fff;
    font-size: 18px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    bottom: -42px;
    width: calc(100% - 80px);
    padding: 20px 40px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

.cookie-contain a {
    text-decoration: underline;
    font-style: italic;
}

.cookie-btn-h5box {
    border: 1px solid #fff;
    padding: 6px 12px;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
}
.action-game-list .action-game-box {
    overflow: hidden;
    border-radius: 10px;
}
.action-game-list .action-game-box .star-img-name2 {
    padding: 6px 0;
}
@media screen and (min-width: 1415px) {

.recommend-game-list {
    flex-wrap: nowrap;
}
.recommend-game-list.warp {
    flex-wrap: wrap;
}
.recommend-game-img {
    width: 100%;
    height: 100%;
}
.contain-list .recommend-game-list {
    justify-content: flex-start;
}
/* 
    .action-game-list .action-game-box:nth-child(1) {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .action-game-list .action-game-box:nth-child(2) {
        grid-column: 3/6;
        grid-row: 1/4;
    }

    .action-game-list .action-game-box:nth-child(3) {
        grid-column: 6/8;
        grid-row: 2/4;
    }

    .action-game-list .action-game-box:nth-child(4) {
        grid-column: 8/10;
        grid-row: 2/4;
    }

    .action-game-list .action-game-box:nth-child(5) {
        grid-column: 10/13;
        grid-row: 1/4;
    } */

}

.panel-desc .desc-area {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 40px 50px;
    color: rgba(255,255,255,0.4);
    margin: 0 20px;
}

.panel-desc .desc-area h3 {
    line-height: 24px;
    font-size: 20px
}

.panel-desc .desc-area p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px
}

.privacy-title {
    text-align: center;
}

.privacy-title h1 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.privacy-contain p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 30px;
}

.img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    border-radius: 0px 0px 24px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    box-sizing: border-box;
}
.img-bottom-play {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    padding: 6px 16px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    height: 200px;
    right: 0px;
    top: 0px;
    left: auto;
}

.history-list {
    margin-bottom: 24px;
}
.top-bar {
    background-color: #000;
    height: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}
.top-bar.show-item {
    opacity: 1;
    transform: translateY(0);
}
.top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top-bar-left .menu-white {
    width: 24px;
    height: 24px;
    margin: 0 22px 0 10px;
    cursor: pointer;
}
.top-bar-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 480px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}
input {
    -webkit-appearance: none; /* 去除 iOS 默认样式 */
    -moz-appearance: none;    /* 去除 Firefox 默认样式 */
}
.top-bar-center input {
    flex: 1;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 0 40px 0 24px;
    font-size: 16px;
}
.top-bar-center input:focus {
    border: 1px solid #3399FF;
    border-radius: 20px;
    outline: none;
}
.top-bar-center input::placeholder {
    color: #9E9E9E;
    font-style: italic;
  }
.top-bar-center img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 12px;
}
.top-bar-center img:hover {
    content: url('../imgs/icon/search2.png');
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar-right-heart {
    width: 20px;
    height: 20px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100%;
    cursor: pointer;
}


.top-bar-right-heart:hover {
    border-color: #3399FF;
    background-color: #3399FF;
}
.top-bar-right-login {
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin: 0 22px;
    width: 88px;
    height: 40px;
    background: #3399FF;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}


@media screen and (max-width: 1415px) {
    .play-main {
        min-height: auto;
        padding: 0;
    }
    .drawer-type-list {
        justify-content: space-between;
    }
    .drawer-recommend-game-list {
        justify-content: space-between;
    }
    .drawer-recommend-game

    .star-img-name,
    .star-img-name2 {
        margin-top: 8px;
    }
    .menu-box {
        width: 0;
    }
    .mt24px-h5 {
        margin-top: 24px;
    }
    .drawer {
        width: 100% !important;
        height: 100vh;
        overflow-y: auto;
        padding: 0;
        margin-bottom: 50px;
    }
    .drawer-box { 
        width: 350px;
        margin: 0 auto;
    }
    .search-btn {
        margin: 0 12px;
    }
    .search-ipt {
        padding: 0 12px;
    }
    .close-btn {
        width: 50px;
        height: 50px;
        z-index: 1002;
    }
    .close-btn img {
        width: 16px;
        height: 16px;
    }
    .index-type-list .drawer-type-list {
        gap: 32px;
    }
    .search-ipt-box {
        width: 282px;
        height: 50px;
        margin: 24px 0 24px 60px;
    }

    .index-main {
        padding-top: 54px;
        padding-left: 0;
        overflow: hidden;
    }
    .history-list {
        margin-bottom: 24px;
    }
    .recommend-game-list,
    .drawer-recommend-game-list {
        margin-bottom: -12px;
        gap: 40px;
    }
    /* .game-type-card {
        margin-right: 0px !important;
    } */
    .panel-desc .desc-area {
        padding: 24px;
        margin: 0;
    }
    .cookie-box{
        font-size: 14px;
        width: calc(100% - 40px);
        padding: 12px 20px 20px;
    }
        .cookie-btn-h5box {
            border: 1px solid #fff;
            padding: 6px 12px;
            font-size: 14px;
            border-radius: 8px;
            cursor: pointer;
        }

    .swiper-button-prev {
        display: none !important;
        /* border-top-right-radius: 120px;
        border-bottom-right-radius: 120px;
        width: 50px !important;
        left: -20px !important;
        top: 15px !important;
        height: 103px !important; */
    }

    .swiper-button-next {
        display: none !important;
        /* border-top-left-radius: 120px;
        border-bottom-left-radius: 120px;
        width: 50px !important;
        right: -20px !important;
        top: 15px !important;
        height: 103px !important; */
    }

    .swiper-button-prev:after {
        display: none;
        /* content: '';
        margin-left: 18px !important; */
    }

    .swiper-button-next:after {
        display: none;
        /* content: '';
        margin-right: 18px !important; */
    }

    .type-title {
        font-weight: bold;
        font-size: 16px !important;
        color: #fff;
        line-height: 33px;
        text-align: left;
        margin: 48px 0px 12px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .drawer .type-title {
        color: #000;
        margin-top: 24px;
    }
    .type-title-more {
        font-weight: 400;
    }

    .mt-20 {
        margin-top: 65px;
    }
    main,
    .list-main {
        width: 350px;
        margin: 0 auto;
        border: none;
        padding: 12px 0 20px 0;

    }
    .index-type-list
    .drawer-type-item{
        width: 350px;
    }
    .recommend-game-list,
    .drawer-recommend-game-list {
        gap: 30px;
    }
    .bottom-about3 {
        padding-left: 96px;
    }

    .menu {
        display: none;
    }

    .recommend-list {
        margin: 0;
        justify-content: center;
    }
    
    .h5-menu-bg {
        width: 100%;
        background-color: #FFFFFF;
        /* height: 60px; */
        min-width: 358px;
        position: fixed;
        z-index: 10;
        display: flex;
        top: 0;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .h5-menu {
        min-width: 358px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .h5-menu img {
        width: 22px;
        height: 22px;
        margin: 8px 0;
    }
    .h5-menu img:nth-child(2)  {
        width: 38px;
        height: 38px;
        margin: 8px 20px;
    }

    .game-top {
        width: 358px;
        height: 269px;
        margin: 45px 0 0 0;
    }


    .game-type-box {
        width: 348px;
    }

    .game-type-name {
        width: 348px;
    }

    .game-img1 {
        width: 162px;
        height: 120px;
    }

    .game-img2 {
        width: 80px;
        height: 60px;
    }

    .game-img3 {
        width: 80px;
        height: 60px;
    }

    .game-type-name {
        font-size: 14px !important;
    }

    .swiper {
        --swiper-navigation-size: 20px;
        /* 设置按钮大小 */
    }

    .recommend-game {
        width: 160px;
        height: 120px;
        margin: 0 0 36px 0;
    }

}
/* 平板设备 */
@media (min-width: 768px) and (max-width: 1049px) {
    .recommend-game {
        width: 170px;
        height: 130px;
        margin: 0 12px 36px 0;
    }
    main,
    .list-main,
    .drawer-box  {
        width: 728px;
    }
    .h5-menu {
        min-width: 728px;
    }
    .recommend-game:nth-child(2n) {
        margin-right: 12px;
    }
    .recommend-game:nth-child(4n) {
        margin-right: 0;
    }
    .recommend-game-list:nth-child(2n) {
        margin-right: 0;
    }
    .index-type-list .drawer-type-list {
        gap: 8px;
    }
    .search-game-info-desc {
        max-width: 290px;
    }
}
/* 平板设备 */
@media (min-width: 1080px) and (max-width: 1415px) {
    .recommend-game {
        width: 170px;
        height: 130px;
        margin: 0 12px 36px 0;
    }
    .mt-20 {
        margin-top: 65px;
    }
    main,
    .list-main {
        width: 1060px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .search-game-info-desc {
        max-width: 660px;
    }
    
    .drawer-box  {
        width: 728px;
    }
    .drawer-type-item:nth-child(5n) {
        margin-right: 12px;
    }

    .h5-menu {
        min-width: 1060px;
    }
    .recommend-game:nth-child(2n) {
        margin-right: 12px;
    }
    .recommend-game:nth-child(5n) {
        margin-right: 0;
    }
    .drawer-type-item:nth-child(4n){
        margin-right: 12px;
    }
    .drawer-recommend-game:nth-child(6n) {
        margin-right: 16px;
    }
    
    .index-type-list .drawer-type-item:nth-child(4n){
        margin-right: 0;
    }
    
    
}
/* 笔记本 */
@media (min-width: 1416px) and (max-width: 1780px) {
    main {
        width: 82%;
        margin: 0 auto;
        padding-left: 220px;
    }
    .search-game-info-desc {
        max-width: 760px;
    }
    .bottom-about,
    .bottom-about2 {
        width: 82%;
        padding-left: 240px;
    }
    .bottom-about3 {
        width: 92%;
        padding-left: 90px;
    }
    .index-top-card-right .recommend-game {
        height: 128px;
    }
    .index-top-card-right {
        width: 220px;
    }
    .game-type-box {
        width: 348px;
    }

    .game-type-name {
        width: 348px;
    }
    .game-img1 {
        width: 162px;
        height: 120px;
    }

    .game-img2 {
        width: 80px;
        height: 60px;
    }

    .game-img3 {
        width: 80px;
        height: 60px;
    }
    .recommend-game-list {
        gap: 1%;
    }
    .list-main .recommend-game-list {
        gap: 2%;
    }
    .list-main .recommend-game {
        width: 15%;
        margin-bottom: 1%;
        height: 180px;
    }
    .list-main .recommend-game-img {
        width: 100%;
        height: 68%;
    }
    .list-main.index-main {
        width: 92%;
    }
    .index-type-list .drawer-type-item {
        width: 22%;
    }

}
@media screen and (max-width: 800px) {
    .drawer-type-item {
        margin-right: 0;
    }
    .drawer-recommend-game {
        width: 100px;
        height: 100px;
        margin: 0;
    }
    .search-ipt-box {
        width: 260px;
        margin-left: 80px;
    }
    .drawer-recommend-game-list {
        gap: 24px;
    }
}
@media (min-width: 1781px) and (max-width: 1920px) {
    
    .list-main .recommend-game-list {
        gap: 2%;
    }
    .list-main .recommend-game {
        width: 15%;
        margin-bottom: 1%;
        height: 180px;
    }
    .list-main .recommend-game-img {
        width: 100%;
        height: 68%;
    }
    .list-main.index-main {
        width: 92%;
    }
}
@media screen and (min-width: 1920px) {
    .index-top-card-left-info {
        width: 550px;
        padding: 0 12px;
    }
    main,
    .list-main {
        width: 85%;
        padding-left: 224px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .bottom-about,
    .bottom-about2 {
        width: 85%;
        padding-left: 245px;
    }
    .recommend-game {
        width: 15%;
    }
    .recommend-game-img {
        width: 100%;
        height: 100%;
    }

    .bottom-about3 {
        padding-left: 96px;
        width: 92%;
    }
    .list-main {
        width: 85%;
        margin: 0 auto;
        padding-left: 210px;
        padding-right: 0;
    }
    .list-main.index-main {
        width: 92%;
        margin: 0 auto;
        overflow: hidden;
        padding-left: 68px;
    }
    .list-main .recommend-game-list {
        gap: 2%;
    }
    .list-main .recommend-game {
        margin-bottom: 1%;
        height: 180px;
    }
    .list-main .recommend-game-img {
        width: 100%;
        height: 68%;
    }
    

    .game-top {
        width: 300px;
        height: 220px;
    }

    .h5-menu-bg {
        display: none;
    }

    .swiper-button-prev {
        border-radius: 100%;
        /* border-top-right-radius: 120px;
        border-bottom-right-radius: 120px; */
        width: 48px!important;
        height: 48px!important;
        top: 180px !important;
        left: -20px !important;
    }
    
    .swiper-button-next {
        border-radius: 100%;
        /* border-top-left-radius: 120px;
        border-bottom-left-radius: 120px; */
        width: 48px!important;
        height: 48px!important;
        top: 180px !important;
        right: -20px !important;
    }
    .action-game-list {
        grid-template-columns: repeat(15, calc((100% - 191px)/15));
        grid-gap: 12px;
    }

    .action-game-list {
        width: 100%;
        /* height: calc(100% - 48px); */
        /* margin: 0px 24px; */
        display: grid;
        grid-template-columns: repeat(13, calc((100% - 191px)/13));
        grid-gap: 16px;
        grid-auto-flow: row dense;
        flex-shrink: 0;
        position: relative;
        transition-property: transform;
    }
}
.goback {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.goback img {
    width: 20px;
    height: 20px;
}

.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
}

.loading.la-dark {
  color: #333;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 54px;
  height: 18px;
}

.loading > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  animation: ball-pulse-sync 0.6s infinite ease-in-out;
}

.loading > div:nth-child(1) {
  animation-delay: -0.14s;
}

.loading > div:nth-child(2) {
  animation-delay: -0.07s;
}

.loading > div:nth-child(3) {
  animation-delay: 0s;
}

.loading.la-sm {
  width: 26px;
  height: 8px;
}

.loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.loading.la-2x {
  width: 108px;
  height: 36px;
}

.loading.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.loading.la-3x {
  width: 162px;
  height: 54px;
}

.loading.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(100%);
  }

  66% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
.warp {
    flex-wrap: wrap !important;
}
.jc-fs {
    justify-content: flex-start;
}

