img {
    max-width: 100%;
}

:root {
    --logo-w: 70px;
    --our-img-w: 100px;
    --fd-icon-w: 200px;
    --fd-icon-h: 327px;
    --font-s12: 12px;
    --font-s14: 14px;
    --font-s16: 16px;
    --font-s17: 17px;
    --font-s18: 18px;
    --font-s26: 26px;
    --base-main-color: #ffed4e;
    --full-bg-color: #3038ac;
}

body,
.full-bg1 {
    background: linear-gradient(180deg, #0d0e13 0%, #1d1850 10000%);
}

.full-bg2 {
    background: linear-gradient(180deg, #0a163b 0%, #1d1850 10000%);
}

.full-bg3 {
    background: #3038ac;
}

.full-bg4 {
    background: linear-gradient(180deg, #3038ac 0%, #1d1850 10000%);
}

.full-bg5 {
    background: linear-gradient(180deg, #0d0161 0%, #1d1850 10000%);
}

.ft-12 {
    font-size: var(--font-s12);
}

.ft-26 {
    font-size: var(--font-s26);
}

.color-4e {
    color: var(--base-main-color);
}

.color-be {
    color: #bebebe;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line19 {
    line-height: 19px;
}

.s85x85 {
    min-height: 85px;
    min-width: 85px;
}

.s372x218 {
    min-width: 100%;
    max-height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
}

.secondary-nav {
    list-style: none;
}

.secondary-nav .nav-link {
    background: rgba(255, 255, 255, 0.2);
}

.category-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--base-main-color);
    line-height: 30px;
}

.full-width-header {
    position: sticky;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    transition: all 0.3s ease;
    background: rgba(31, 31, 31, 0.5);
}

.full-width-header .site-title {
    font-size: var(--font-s17);
    color: var(--base-main-color);
    margin-bottom: 6px;
}

.common-dwn {
    background: linear-gradient( 88.03deg, var(--base-main-color) 0%, #ffa53b 101.1%);
    color: rgba(107, 34, 0, 1);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.common-dwn:hover {
    color: rgb(90, 29, 0);
    opacity: 0.95;
}

.sticky-logo {
    width: var(--logo-w);
    height: var(--logo-w);
}

.rs-slider.slider-style2 .slider {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0c0060 0%, #1d1850 10000%);
}

.rs-slider.slider-style2 .slider .slider-item {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.rs-slider.slider-style2 .slider .slider-item .slider-inner {
    display: flex;
    flex-wrap: wrap;
    max-height: 910px;
    position: relative;
}

.rs-slider.slider-style2 .slider .slider-item .slide-img {
    position: relative;
    width: 100%;
    height: auto;
}

.rs-slider.slider-style2 .slider .slider-item .download-btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.rs-slider.slider-style2 .slider .slider-item .animation-scale {
    animation: zoomBtn 2s infinite;
}

.rs-slider.slider-style2 .slider .slick-dots {
    bottom: 5px;
    display: flex;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}

.rs-slider.slider-style2 .slider .slick-dots li {
    display: block;
}

.rs-slider.slider-style2 .slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    background: transparent;
    border-radius: 15px;
    margin-bottom: 10px;
}

.rs-slider.slider-style2 .slider .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.rs-slider.slider-style2 .slider .slick-dots li.slick-active button,
.rs-slider.slider-style2 .slider .slick-dots li:hover button {
    border: 1px solid rgba(255, 255, 255, 0.46);
    background: #fff;
    opacity: 0.89;
}

.our-img-icon {
    width: var(--our-img-w);
    height: var(--our-img-w);
}

.our-container .game-ul {
    list-style: none;
}

.our-container .game-intro {
    background: linear-gradient(88.03deg, #c03aff 0%, #e510d0 101.1%);
    border-radius: 10px;
    height: 100%;
}

.game-container .game-intro .position-absolute {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
}

.game-container .game-intro .truncate {
    padding-top: 5px;
    line-height: 18px;
}

.blog-container .gx-4 {
    --bs-gutter-x: 2.5rem;
}

.blog-container .blog-item {
    background: #0a163b;
    border: 1px solid #292bd9;
    box-shadow: 0px 0px 10px 0px #2629db4d;
}

.blog-container .blog-more {
    background: #e5a701;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #6b2200;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0.2rem;
}

.blog-container .blog-more:hover {
    opacity: 0.9;
}

.blog-ft-bg {
    height: 102px;
    background-size: auto 100%;
    background-position: center;
}

.section-detail-row .grid-item {
    box-shadow: 0px 0px 10px 0px rgba(38, 41, 219, 0.3);
    background: rgba(32, 32, 32, 1);
    border-radius: 5px;
    line-height: 22px;
}

.section-detail-row .r-btn {
    min-width: 200px;
}

.slick-dots {
    position: absolute;
    line-height: 10px;
    bottom: -45px;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: unset;
    height: unset;
    font-size: 0;
    margin: 0 5px;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border: 0;
    background: #0092f2;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    border-radius: 15px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    width: 24px;
    background: #0092f2;
    opacity: 40%;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.footer {
    box-sizing: content-box;
    background-color: #333;
}

.footer .footer-text {
    line-height: 24px;
    font-size: 20px;
    color: #bebebe;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.footer a {
    color: #bebebe;
    text-decoration: none;
    font-size: 20px;
}

.footer .footer-text a:hover {
    color: var(--base-main-color);
}

.footer-text-para {
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #8b8b8b;
}

.download-btn {
    cursor: pointer;
}

.download-btn.mobile {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
}

.download-btn.mobile .download-icon {
    max-height: 65px;
}

.fd {
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    flex-direction: column;
    border-radius: 16px;
}

.fd .fd-icon {
    width: var(--fd-icon-w);
    height: var(--fd-icon-h);
}

.back-top {
    position: fixed;
    right: 10px;
    bottom: 26px;
    width: 40px;
    height: 40px;
    background-color: var(--base-main-color);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 1px rgba(52, 32, 109, 0.2);
    display: none;
    z-index: 101;
}

.back-top::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border: 3px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
}

.back-top::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -2px;
    width: 4px;
    height: 18px;
    background-color: #fff;
    border-radius: 2px;
}

.back-top:hover {
    transform: scale(1.05);
    cursor: pointer;
}

@media (max-width:576px) {}

@media only screen and (max-width:767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (max-width:991px) {
    :root {
        --logo-w: 52px;
        --our-img-w: 85px;
        --fd-icon-w: 105px;
        --fd-icon-h: 170px;
    }
    .full-our {
        background: #3038ac;
    }
    .full-game {
        background: none;
    }
    .hidden-md {
        display: none !important;
    }
    html {
        font-size: 13px;
    }
    .full-width-header .nav-link {
        padding: 5px 8px;
        font-size: 1rem !important;
    }
    .full-width-header .download {
        max-height: var(--fd-btn-h);
    }
    .common-dwn {
        font-size: var(--font-s12) !important;
    }
    .rs-slider.slider-style2 .slider .slider-item {
        background-size: cover;
    }
    .rs-slider.slider-style2 .slider .slider-item .slider-inner {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        min-height: 175px;
    }
    .rs-slider.slider-style2 .slider .slider-item .slider-inner img {
        display: block;
    }
    .our-container .game-intro {
        background: transparent;
    }
    .game-container .position-absolute .color-4e {
        font-size: var(--font-s17);
    }
    .section-detail-row .blog-title {
        font-size: var(--font-s17);
    }
    .blog-container .blog-more {
        width: auto;
        display: inline-block;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
    .category-title {
        font-size: var(--font-s17);
        line-height: 22px;
    }
    .blog-container p.fs-6.line19 {
        font-size: var(--font-s12);
    }
    .blog-ft-bg {
        height: 85px;
    }
    .footer .footer-text,
    .footer .footer-text a {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-text-para {
        font-size: 10px;
    }
    .fd {
        right: 3px;
    }
}

@keyframes zoomBtn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}