html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #333;
    position: relative;
    z-index: 99;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

.container {
    max-width: 1000px;
    margin: auto;
    padding: 0 0;
    width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
}

h2 {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

p {
    color: #333;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}

.logo a {
    font-family: 'Nunito';
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    padding: 15px 20px;
    display: block;
    color: #F27318;
}

.nav-links {
    width: auto;
    display: flex;
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}


.nav-links li {
    position: relative;
    background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
}

.nav-links li:first-child {
    border-radius: 25px 0 0 25px;
}

.nav-links li:last-child {
    border-radius: 0 25px 25px 0;
}

.nav-links li a {
    text-transform: capitalize;
    color: #FFF0A0;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    padding: 12px 24px 12px;
    display: block;
}


.nav-links li.active,
.nav-links li:hover {
    background: linear-gradient(180deg, #FFF 0%, #E6E5FF 76.92%, #F0F0FF 100%);
}


.nav-links li.active a,
.nav-links li:hover a {
    color: #F27318;
}



.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    margin: 2px;
    background: #f87e10;
}

.h5-searbtn {
    margin-right: 20px;
    padding: 12px;
    border-radius: 100px;
    background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
}

.h5-searbtn i {
    color: #FFF0A0;
}

.h5-searbtn a,
.h5-home a {
    display: flex;
}

.h5-searbtn i,
.h5-home i,
.burger i {
    font-size: 18px;
}

.burger,
.h5-close,
.h5-home {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.h5-text {
    display: none;
}

@media (max-width:1100px) {
    .nav-links li a {
        padding: 12px 12px 12px;
        font-size: 14px;
    }
}

.head-active {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

@media screen and (max-width: 992px) {

    .navbar {
        padding: 8px 0px;
    }

    .nav-links {
        display: none;
        background-color: #fff;
        padding: 48px;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 20px;
        height: 100vh;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 0
    }


    .nav-links.nav-active {
        display: flex;
        gap: 16px;
        position: fixed;
        flex-wrap: wrap;
        padding-bottom: calc(100vh - 340px);
    }

    .nav-links li {
        width: 100%;
        border-radius: 25px !important;
        background: transparent
    }

    .nav-links li a {
        display: block;
        color: #FFF0A0;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        width: max-content;
        padding: 12px 48px;
        border-radius: 100px;
        background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
    }


    .nav-links li:hover {
        background: transparent;
    }

    .nav-links li:hover a {
        color: #FFF0A0;
    }

    .nav-links li a:hover {
        border-radius: 100px;
        background: linear-gradient(180deg, #FFF 0%, #E6E5FF 76.92%, #F0F0FF 100%);
    }

    .nav-links li a:hover {
        color: #F27318;
    }

    .pc-searbtn {
        display: none;
    }

    .burger {
        display: flex;
        padding: 12px;
        border-radius: 8px;
        border-radius: 133.333px;
        background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
        margin-left: 24px;
    }

    .h5-home {
        display: flex;
        padding: 12px;
        border-radius: 8px;
        border-radius: 133.333px;
        background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
        margin-left: auto;
    }

    .h5-close {
        display: block;
        width: auto !important;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
        position: absolute !important;
        top: -10px;
        right: 10px;

    }

    .h5-close i {
        font-size: 20px;
        color: #999;
    }

    .h5-searbtn {
        display: flex;
        padding: 12px;
        border-radius: 8px;
        margin-left: 24px;
        border-radius: 133.333px;
        background: linear-gradient(180deg, #FDAA28 0%, #F85F05 76.92%, #F5711B 100%);
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        color: #FFF0A0;
        font-size: 16px;
    }

    .logo a {
        padding: 2px 20px;
    }

    .h5-text {
        display: block;
        width: 100% !important;
    }

}



.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top i {
    font-size: 30px;
    color: #FB872E;
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}


section {
    padding: 20px 0;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    background: #D9D9D9;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.heading {
    color: #333;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 120% */
    padding-bottom: 12px;
    padding-left: 12px;
      text-transform: capitalize;
}

.heading i {
    color: #6D60E4;
    padding-left: 12px;
}

.g1 a {
    display: block;
    padding: 12px;
    position: relative;
}

.g1 a img {
    height: 100%;
    aspect-ratio: 1/0.6;
}

.g1 a .title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(20px);
    padding: 12px;
}

.g1 a:nth-child(1) .title {
    padding: 24px;
    left: 32px;
    right: 32px;
}

.g1 a:nth-child(1) {
    width: 50%;
}

.g1 a:nth-child(2) {
    width: 25%;
}

.g1 .flex .right {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.g1 .flex .right a:nth-child(1),
.g1 .flex .right a:nth-child(2) {
    width: 100%;
}

.g1 .flex .right a:nth-child(1) .title {
    padding: 12px;
    left: 24px;
    right: 24px;
}

.g2 .left {
    width: 60%;
}

.g2 .right {
    width: 40%;
    padding-left: 24px;
}

.g2 .left a {
    width: 25%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.g2 .left a img {
    aspect-ratio: 1/1;
}

.g2 .left .topgame {
    margin-bottom: 32px;
}

.g2 .right .heading {
    padding-left: 0;
}

.g2 .right .flex {
    border-radius: 20px;
    background: #F8F8F8;
    padding: 12px;
    margin-top: 12px;
}

.g2 .right .flex a {
    padding: 12px;
    display: flex;
    align-items: center;
    width: 100%;
}

.g2 .right .flex a img {
    width: 100px;
    height: 100px;
}

.g2 .right .flex a .playbtn,
.g2 .right .flex a .playbtn img {
    width: 24px;
    height: 24px;
}

.g2 .right .flex a h2 {
    width: calc(100% - 124px);
    padding: 0 24px 0 12px;
}

.g3 {
    background: #6156D8;
    padding: 48px 0;
}

.g3 .container {
    padding: 0 24px;
}

.g3 a {
    width: 100%;
    align-items: center;
}

.g3 a img {
    width: 200px;
    height: 200px;
}

.g3 a .palybtn {
    border-radius: 72px;
    border: 12px solid #3827EE;
    background: linear-gradient(180deg, #FCBB39 0%, #F95E04 90%, #FF8A41 100%);
}

.g3 a .palybtn i {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    display: block;
}

.g3 a .text {
    width: calc(100% - 380px);
    margin: 0 48px;
    border-radius: 24px;
    border: 4px solid #8C81FF;
    background: #FFF;
    height: 200px;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catename {
    text-transform: capitalize;
}

.g3 a .text .catename {
    color: #F27318;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    margin-bottom: 12px;
}

.g3 a .text h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

.g3 a .text .star i {
    color: #D9D9D9;
    font-size: 20px;
}

.g3 a .text .star i.full {
    color: #F27318;
}
/* 最后一颗特殊处理 */
.g3 a .text .star i.partial {
    background: linear-gradient(to right, #F27318 var(--percent, 0%), #D9D9D9 var(--percent, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g3 a .text .star span {
    color: #F27318;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
}

.checker {
    margin-bottom: 48px;
    width: 100%;
    height: 120px;
    /* 高度可调 */

    background:
        /* 橙白格 */
        linear-gradient(to right, #F27318 50%, white 50%) 0 0 / 60px 60px repeat-x,
        linear-gradient(to right, white 50%, rgba(242, 115, 24, 1) 50%) 0 60px / 60px 60px repeat-x;
    background-size: 120px 60px;
    background-repeat: repeat-x;
}

.g4 a {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 12px;
    width: 33.33%;
}

.g4 a img {
    width: 40%;
    aspect-ratio: 1/1;
}

.g4 a .text{
    width: 60%;
}

.g4 a .playbtn {
    width: 80%;
    margin-top: 24px;
    text-align: center;
    padding: 8px 0;
    border-radius: 100px;
    background: linear-gradient(180deg, #FCBB39 0%, #F95E04 90%, #FF8A41 100%);
    color: #FFF;
    text-shadow: 0 2px 2px #FB872E;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}



footer {
    background: #F4F5F6;
    padding: 20px 0;
}

footer .share {
    width: 50%;
    display: flex;
    justify-content: center;
}

footer .share a {
    padding: 3px;
    margin: 0 12px;
    display: flex;
    border-radius: 80px;
    border: 0.8px solid #333;
}

footer .share i {
    color: #333;
    font-size: 25px;
}

footer .pt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .pt a {
    padding: 0 24px;
    color: #333;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
    /* 125% */
}

footer .pb {
    width: 100%;
    color: #333;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-top: 24px;
    /* 125% */
}

.g4 {
    padding-bottom: 88px;
}

@media (max-width:768px) {
    section {
        padding: 12px 0;
    }

    .g1 a:nth-child(2) {
        width: 50%;
    }

    .g1 .flex .right {
        width: 100%;
        flex-direction: row;
    }

    .g1 .flex .right a:nth-child(1),
    .g1 .flex .right a:nth-child(2) {
        width: 50%;
    }

    .g1 a:nth-child(2) h2 {
        -webkit-line-clamp: 1;
    }

    .g1 a .title {
        padding: 24px !important;
    }

    .g2 .left,
    .g2 .right {
        width: 100%;
    }

    .g2 .right .flex a {
        width: 50%;
    }

    .g2 .right {
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 32px;
    }

    .g2 .right .flex a h2 {
        padding: 0 12px 0 12px;
    }

    .g3 .container {
        padding: 0 12px;
    }

    .g3 a img {
        width: 152px;
        height: 152px;
    }

    .g3 a .palybtn i {
        font-size: 15px;
        line-height: 15px;
        padding: 12px;
    }

    .g3 a .palybtn {
        border-radius: 72px;
        border: 6px solid #3827EE;
    }

    .g3 a .text {
        margin: 0 24px;
        height: 152px;
        width: calc(100% - 251px);
        padding: 0px 24px;
    }

    .g3 a .text h2 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 22px;
    }

    .g3 a .text .catename {
        font-size: 14px;
    }

    .g3 a .text .star i {
        font-size: 16px;
    }

    .g3 a .text .star span {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
    }

    .g4 a {
        width: 50%;
    }

    footer .share {
        width: 100%;
    }

    footer .pt {
        width: 100%;
        order: -1;
        padding-bottom: 6px;
    }

    footer .pb {
        padding-top: 6px;
    }

    footer .pt a,
    footer .pb {
        font-size: 12px;
    }

    footer .share a {
        padding: 0px;
        margin: 0 6px;
    }

    footer .share i {
        font-size: 22px;
    }

    footer {
        background: #F4F5F6;
        padding: 10px 0;
    }

    .back-to-top i {
        font-size: 26px;
        color: #FB872E;
    }

    .back-to-top {
        bottom: 140px;
        right: 30px;
    }


}

@media (max-width:550px) {

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        font-size: 14px;
    }

    .h5-home,
    .burger,
    .h5-searbtn {
        padding: 8px;
    }

    .navbar {
        padding: 5px 0px;
    }

    .logo a {
        font-size: 20px;
        line-height: 26px;
    }

    .nav-links {
        top: 38px;
        padding: 16px;
    }

    .nav-links li a {
        padding: 8px 32px;
    }

    .container {
        padding: 0 4px;
    }

    .g1 a {
        padding: 6px;
    }

    section {
        padding: 6px 0;
    }

    .g1 a img {
        aspect-ratio: 1 / 1;
    }

    .g1 a .title {
        padding: 8px !important;
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
    }

    .g1 a .title h2 {
        -webkit-line-clamp: 2;
    }

    h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .heading {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 6px;
        padding-left: 6px;
    }

    .g2 .left a {
        width: 33.33%;
        padding: 6px;
        gap: 4px;
    }

    .g2 .left .topgame {
        margin-bottom: 12px;
    }

    .g2 .right {
        padding-left: 6px;
        margin-top: 13px;
        padding-right: 6px;
        margin-bottom: 10px;
    }

    .g2 .right .flex {
        padding: 6px 0;
        margin-top: 6px;
    }

    .g2 .right .flex a {
        width: 100%;
        padding: 6px 12px;
    }

    .g2 .right .flex a img {
        width: 85px;
        height: 85px;
    }

    .g2 .right .flex a h2 {
        width: calc(100% - 109px);
    }

    .g3 a img {
        width: 94px;
        height: 94px;
    }

    .g3 a .text {
        height: 94px;
        margin: 0 8px;
        padding: 0px 16px;
        width: calc(100% - 150px);
        border-radius: 8px;
        border: 2px solid #8C81FF;
    }

    .g3 a .palybtn i {
        font-size: 12px;
        line-height: 12px;
        padding: 10px;
    }

    .g3 a .palybtn {
        border-radius: 72px;
        border: 4px solid #3827EE;
    }

    .g3 {
        background: #6156D8;
        padding: 16px 0;
    }

    .g3 .container {
        padding: 0 10px;
    }

    .g3 a .text h2 {
        -webkit-line-clamp: 1;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 18px;
    }

    .g3 a .text .catename {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .g3 a .text .star i {
        font-size: 12px;
    }

    .g3 a .text .star span {
        font-size: 12px;
        line-height: 16px;
        padding-left: 6px;
        font-weight: 700;
    }

    .checker {
        margin-bottom: 16px;
        width: 100%;
        height: 64px;
        /* 高度可调 */

        background:
            /* 橙白格 */
            linear-gradient(to right, #F27318 50%, white 50%) 0 0 / 32px 32px repeat-x,
            linear-gradient(to right, white 50%, rgba(242, 115, 24, 1) 50%) 0 32px / 32px 32px repeat-x;
        background-size: 64px 32px;
        background-repeat: repeat-x;
    }

    .g4 a {
        width: 100%;    padding: 6px
    }

    .g4 a img {
        width: 82px;
    }

    .g4 a .text {
        width: calc(100% - 82px);
        display: flex;
        align-items: center;
              justify-content: space-between;
    }
    .g4 a .text h2{
        padding-right: 12px;
    }

    .g4 a .playbtn {
        margin-top: 0;
        font-size: 0;
        /* 隐藏原文字 */
        position: relative;
        display: inline-block;
        width: max-content;
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .g4 a .playbtn::before {
        content: "\e60d";
        /* 这里填 iconfont 的 Unicode 码 */
        font-family: "iconfont" !important;
        font-size: 12px;
        line-height: 30px;
        /* 图标大小 */
        color: #fff;
        /* 图标颜色 */
        padding: 0 9px;
    }
    .g4 {
        padding-bottom: 60px;
    }
    .back-to-top {
        bottom: 140px;
        right: 20px;
    }
    .cover{
        border-radius: 8px;
    }

}