body{
    background: #121218;
}
/* 内容居中显示 */
.page-view-all{
    display: flex;
    justify-content: center;
    height:100%;
    min-height:500px;
    
}
.page-bg-mask{
    filter: blur(20px);
    position: absolute;
    min-height: 800px;
    top: 0;
    width: 100%;
    left: 0;
    transition: background-image .2s linear;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: scale(2);
    transform-origin: center;
}
.page-transition-mask{
    position: absolute;
    height: 950px;
    left: 0;
    top: 250px;
    width: 100%;
    background: linear-gradient(180deg, rgba(18, 18, 24, 0) 0, #121218 50%);
}

/* 当屏幕宽度小于1200px时，调整中间列的宽度 */
@media (max-width: 1200px) {
    .page-view-all .view-content{
        width: 1200px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }
}

@media (min-width: 1920px) {
    .page-view-all .view-content{
        width: 1200px;
        position: relative;
        /*height: 1450px;*/
        border-radius: 8px;
        overflow: hidden;
    }
}
.banner-swiper {
    position: relative;
    display: flex;
    width: 1200px;
    height: 465px;
    border-radius: 8px;
    overflow: hidden;
}


.ban-content{
    width: 900px;
    height: 100%;
}
.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical {
    touch-action: pan-x;
}
.h-100\%, .h-full {
    height: 100%;
}
.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    height: 100px;
}
.imamge-index-s{
    height: 465px; 
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
    display: none;
}
.swiper-slide-active {
    display: block;
}

.flex {
    display: flex;
}
.text-cool-gray-600 {
    --un-text-opacity: 1;
    color: rgba(75, 85, 99, var(--un-text-opacity));
}
.w-100\%, .w-full {
    width: 100%;
}
.cursor-pointer, .hover\:cursor-pointer:hover {
    cursor: pointer;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
    opacity: 1;
}
.el-image__error, .el-image__placeholder, .el-image__wrapper, .el-image__inner {
    width: 100%;
    height: 100%;
}
.tl-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 8px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
    pointer-events: none;
    background: rgba(0, 0, 0, .6);
}
.tl-tag::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 20px;
    height: 20px;
    transform: translateY(-55%);
    background: url(https://p0.ssl.qhimg.com/t0146c879260a31a195.webp) no-repeat;
    background-size: contain;
}
.info-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}
.p-12px {
    padding: 12px;
}
.p-30px {
    padding: 30px;
}
.p-15px {
    padding-left: 15px;
}
.flex-col {
    flex-direction: column;
}
.info-block .game-name {
    font-size: 24px;
    padding-top: 78px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.info-block .tag-block {
    display: flex;
    margin-top: 12px;
}
.info-block .tag-block>span {
    display: block;
    margin-right: 12px;
    font-size: 14px;
    padding: 4px 8px;
    color: #ffc90d;
    background: rgba(0, 0, 0, 0);
    line-height: 1;
    border: 1px solid #ffc90d;
    border-radius: 2px;
}
.info-block .tag-block>span:last-child {
    color: #b0fb68;
    border-color: #b0fb68;
}







.ban-nav-containe-wrap {
    flex: 1;
    height: 100%;
    transition: background .2s linear;
    border-radius: 10px;
}
.ban-nav-containe-wrap .ban-nav-containe-inner, .ban-nav-containe-wrap .ban-nav-container {
    width: 100%;
    height: 100%;
}
.ban-nav-containe-wrap .ban-nav-container {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.ban-nav-containe-wrap .ban-nav-container .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 48px);
    height: 56px;
    padding-left: 24px;
    font-size: 20px;
    color: rgba(255, 255, 255, .75);
    border-radius: 8px;
    transition: background-color .2s linear, font-size .1s linear;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-swiper .ban-nav-containe-wrap .ban-nav-container .active {
    font-size: 24px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-weight: 700;
    cursor: pointer;
    transition: none;
}
.pointer-events-none {
    pointer-events: none;
}
.lh1 {
    line-height: 1;
}
.mb-20px {
    margin-bottom: 20px;
}
.items-center {
    align-items: center;
}
.w-42px {
    width: 42px;
}
.h-40px {
    height: 40px;
}
img {
    -webkit-user-drag: none;
}
img, video {
    max-width: 100%;
    height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.font-bold {
    font-weight: 700;
}
.text-24px {
    font-size: 24px;
}
.pl-19px {
    padding-left: 19px;
}
.position-relative, .relative {
    position: relative;
}
.more-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(https://p0.ssl.qhimg.com/t012d6918cbd88f016f.webp) no-repeat;
    background-size: contain;
}
.newest-pop-bar{
    width: 100%;
    height: 100%;
    margin-top: 60px;
}
body {
    font-family: PingFangSC-Regular, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #eee;
    font-size: 16px;
}
.more-btn{
    cursor: pointer;
}
.more-btn:hover {
    color: #e28700;
}
.flex-wrap {
    flex-wrap: wrap;
}
.m-\[-12\.5px\] {
    margin: -12.5px;
}
.bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    --un-bg-opacity: .1;
    background-color: rgba(255, 255, 255, var(--un-bg-opacity));
}
.border-rd-8px, .hover\:rounded-8px:hover, .rounded-\[8px\], .rounded-8px {
    border-radius: 8px;
}
.overflow-hidden {
    overflow: hidden;
}
.cursor-pointer, .hover\:cursor-pointer:hover {
    cursor: pointer;
}
.flex-col {
    flex-direction: column;
}
.w-150px {
    width: 150px;
}
.h-190px {
    height: 190px;
}
.position-relative, .relative {
    position: relative;
}
.h-150px {
    height: 150px;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.leading-40px {
    line-height: 40px;
}
.text-center {
    text-align: center;
}
.px-8px {
    padding-left: 8px;
    padding-right: 8px;
}
.flex-1 {
    flex: 1 1 0;
}
.ellipsis {
    white-space: nowrap;
}
.ellipsis, .ellipsis-multiline {
    overflow: hidden;
    text-overflow: ellipsis;
}
.newest-pop-bar .tag-icon.new-icon {
    background: url(https://p5.ssl.qhimg.com/t01eb78dfaf1c40bee3.webp) no-repeat;
    background-size: contain;
}

.text-14px, .text-size-14px {
    font-size: 14px;
}
.pl-8px {
    padding-left: 8px;
}
.w-49px {
    width: 49px;
}
.h-22px {
    height: 22px;
}
.top-0, .top-0px {
    top: 0;
}
.left-0, .left-0px {
    left: 0;
}
.absolute, .before\:absolute::before {
    position: absolute;
}
.newest-pop-bar .newest-hover-sty {
    display: none;
    background: rgba(0, 0, 0, .75);
}

.pt-12px {
    padding-top: 12px;
}
.h-102px {
    height: 102px;
}
.bottom-0 {
    bottom: 0;
}
.leading-none {
    line-height: 1;
}
.leading-18px {
    line-height: 18px;
}
.color-\[rgba\(255\,255\,255\,0\.75\)\] {
    --un-text-opacity: .75;
    color: rgba(255, 255, 255, var(--un-text-opacity));
}
.pt-8px {
    padding-top: 8px;
}
.px-4px {
    padding-left: 4px;
    padding-right: 4px;
}
.newest-pop-bar .newest-hover-sty .h-enter-btn {
    background: url(https://p1.ssl.qhimg.com/t011eda4d6ac7f6717c.webp) no-repeat;
    background-size: contain;
}

.flexc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.item-p{
    margin:0px;
}

.newest-item:hover .newest-hover-sty {
    display: block;
}
.m-\[12\.5px\] {
    margin: 12.5px;
}
.mrg-bottom-40{
    margin-bottom: 70px;
}
.ban-content{
    cursor: pointer;
}