html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #333;
}

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

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

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



#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;
}

.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;
    color: #333;
}

header {
    background: #2A78FF;
}

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

.logo a {
    font-family: 'Nunito';
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    padding: 10px 10px;
    display: block;
    color: #FFF;
}

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

.nav-links li a {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Nunito';
    padding: 10px 24px;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    /* 150% */
}

.nav-links li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #FFC000;
}

.nav-links li a:hover {
    text-decoration: underline;
}

.navbar .sear-btn,
.navbar .hone-btn,
.navbar .cate-btn {
    padding: 10px;
    border-radius: 80px;
    background: linear-gradient(180deg, #FEFDFF 0%, #C9E8FF 100%);
    box-shadow: 0px -2px 4px 0px rgba(114, 175, 252, 0.80) inset;
}

.navbar .sear-btn a,
.navbar .hone-btn a,
.navbar .cate-btn a {
    display: flex;
}

.navbar .sear-btn i,
.navbar .hone-btn i,
.navbar .cate-btn i {
    color: #2A78FF;
}

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

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

.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::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 6px;
    left: 10px;
    z-index: 0;
}


.back-to-top i {
    color: #154CED;
    font-size: 30px;
    z-index: 99;
    position: relative;
}

.navbar .hone-btn,
.navbar .cate-btn,
.nav-links .close {
    display: none;
}

.navbar .cate-btn {
    margin: 0 24px;
}



@media (max-width:1200px) {
    .logo a {
        font-size: 28px;
    }

    .nav-links li a {
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .nav-links .close {
        display: block;
        margin: 10px 0 10px auto;
        padding-right: 20px;
    }

    .nav-links .close i {
        color: #0080A3;
    }

    .navbar .hone-btn,
    .navbar .cate-btn {
        display: flex;
    }

    .logo {
        margin-right: auto;
        width: calc(100% - 140px);
    }

    .logo a {
        font-size: 28px;
        width: 100%;
        padding: 0px 10px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 10px;
        height: 100vh;
        margin: auto;
    }

    .navbar {
        padding: 3px 20px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .navbar .sear-btn,
    .navbar .hone-btn,
    .navbar .cate-btn {
        padding: 6px;
    }

    .navbar .sear-btn i,
    .navbar .hone-btn i,
    .navbar .cate-btn i {
        font-size: 14px;
    }

}

@media (max-width:550px) {
    .logo a {
        font-size: 22px;
        line-height: 30px;
        padding: 3px 10px;
        width: 100%;
    }

    .navbar {
        padding: 3px 10px 3px 0;
    }

    .navbar .cate-btn {
        margin: 0px 15px;
    }

    .logo {
        width: calc(100% - 120px);
    }
}

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

.g1 .heading {
    color: #fff;
}

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

section {
    padding-top: 24px;
    padding-bottom: 12px;
}

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

.cover img{
object-fit: cover;
}


.g1 {
    background-image: url(../images/pc.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.g1 .list {
    position: relative;
    z-index: 99;
}

.g1 .list a {
    display: block;
    width: 25%;
    padding: 12px;
}

.g1 .list a .item {
    border-radius: 12px;
    background: #FFF;
    padding: 12px;
}

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

.g1 .list a .item h2,
.g2 a .item .text h2,
.g3 a .item .text h2,
.g4 a h2 {
    padding-top: 12px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

.g2 {
    background: #F6F6FF;
}

.g2 a {
    display: block;
    padding: 12px;
    width: 33.33%;
}

.g2 a .item {
    border-radius: 12px;
    background: #FFF;
    padding: 12px;
    display: flex;
    align-items: center;
}

.g2 a .item .img,
.g2 a .item img {
    width: 136px;
    height: 136px;
}

.g2 a .item .text {
    width: calc(100% - 136px);
    padding-left: 12px;
}

.g2 a .item .text .playbtn,
.g3 .big .item .text .playbtn,
.g3 .sm .item .text .playbtn {
    margin-top: 12px;
    text-align: center;
    padding: 8px 0;
    color: #FFF;
    text-shadow: 0px 2px 2px #FB872E;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    /* 142.857% */
    border-radius: 100px;
    background: linear-gradient(180deg, #FFB84D 0%, #FF9F3F 100%);
    box-shadow: 0px 2px 4px 0px rgba(254, 96, 0, 0.65), 0px -4px 4px 0px rgba(255, 64, 0, 0.65) inset;
}

.g3 {
    background: #EDEEFF;
    position: relative;
}

.g3 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.g3 .list a {
    display: block;
    padding: 12px;
}

.g3 .list .big .item {
    border-radius: 12px;
    background: #FFF;
    padding: 24px;
    display: flex;
    align-items: center;
}

.g3 .big .item .img {
    width: 50%;
}

.g3 .big .item img {
    aspect-ratio: 1/1;
}

.g3 .big .item .text {
    width: 50%;
    padding-left: 24px;
}

.g3 .big .item .text .playbtn {
    margin-bottom: 24px;
}

.g3 .big:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
}

.g3 .big:nth-child(2) {
    grid-column: 2/3;
    grid-row: 3/5;
}

.g3 .sm {
    grid-column: span 1;
    grid-row: span 1;
    position: relative;
}

.g3 .sm .item {
    display: flex;
    position: relative;
}

.g3 .sm .item img {
    width: 136px;
    height: 136px;
    /* position: absolute;
    left: 12px;
    bottom: 12px; */
    position: relative;
    z-index: 9;
}

.g3 .sm .item .text {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #C0C9F1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 24px 24px 160px;
    display: flex;
    gap: 24px;
    align-items: center;
  justify-content: space-between;
}

.g3 .sm .item .text .playbtn {
    padding: 10px 11px;
    border-radius: 100%;
    line-height: 16px;
    margin-top: 0
}

.g4 a {
    display: block;
    padding: 12px;
    width: 16.666%;
}

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


footer {
    padding: 24px 0;
    background: #154CED;
    color: #fff;
}

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

footer .share a {
    display: flex;
    padding: 5px 7px;
    border-radius: 80px;
    background: linear-gradient(180deg, #FEFDFF 0%, #C9E8FF 100%);
    box-shadow: 0px -2px 4px 0px rgba(114, 175, 252, 0.80) inset;
    border-radius: 50%;
    align-items: center;
}

footer .pt {
    width: 50%;
    text-align: center;
}

footer .pt a {
    color: #fff;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    padding: 0 24px 0 36px;
    position: relative;
}

footer .pt a::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #FFC000;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
}

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

.dt {
    background-color: #154CED;
    padding: 0;
}

.dt .container {
    position: relative;
}

.dt .dt-main {
    display: block;
    padding: 24px 12px 12px;
    width: 100%;
    position: relative;
}

.dt .dt-main .box {
    display: flex;
    align-items: flex-end;
}

.dt .dt-main .box .cover {
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 24px solid #fff;
    width: 24%;
    position: relative;
    z-index: 99;
}
.dt .dt-main .box .cover img{
  width: 100%;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.dt .dt-main .box .text {
    width: 87%;
    right: 12px;
    position: absolute;
    border-radius: 24px 24px 24px 0;
    background: #FFF;
    padding-left: calc(12% + 24px);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
}

.dt .dt-main .box .text .cate,
.play-main .head .cate {
    color: #5F80E2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.dt .dt-main .box .text .cate i,
.play-main .head .cate i {
    padding-left: 8px;
    font-size: 14px;
}

.dt .dt-main .box .text h2 {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    padding: 12px 0;
}

.dt .dt-main .box .text .star {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.dt .dt-main .box .text .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-height: 80px;
    overflow-y: auto;
    padding-right: 12px;
}

.dt .dt-main .box .text .desc::-webkit-scrollbar {
    background-color: #E6E6E6;
    width: 6px;
}

.dt .dt-main .box .text .desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FFB249;
}

.dt .playbtn {
    width: 55%;
    margin: 24px auto;
    border-radius: 100px;
    padding: 8px;
    background: #FFF;
    box-shadow: 0px 8px 12px 0px #0023CC;
}

.dt .playbtn p {
    text-align: center;
    color: #FFF;
    text-shadow: 0px 2px 2px #FB872E;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    /* 120% */
    padding: 20px 0;
    border-radius: 100px;
    background: linear-gradient(180deg, #FFB84D 0%, #FF9F3F 100%);
    box-shadow: 0px 2px 8px 0px #FE6000, 0px -4px 4px 0px rgba(255, 64, 0, 0.65) inset;
}

.dt .playbtn p i {
    padding-right: 12px;
}

.dt .moregame,
.play-main .head .moregame {
    position: absolute;
    right: 12px;
    top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 24px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    z-index: 9;
}

.dt .moregame i,
.play-main .head .moregame i {
    color: #FFB249;
}

.dt .h5-game {
    display: none;
}

.play-main .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.play-main .head .cate {
    padding: 8px 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.10);
}

.play-main .head .moregame {
    padding: 8px 24px;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.10);
}

.play-game {
    border-radius: 24px;
    background: #6A91FF;
    width: 100%;
    aspect-ratio: 1/0.7;
    position: relative;
}

.play-game .top {
    height: calc(100% - 60px);
    border-radius: 23px 23px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.play-game .top .top__shading {
    background: #F6F6FF;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 68px);
    border-radius: 23px 23px 0 0;
}

#gameIframe {
    position: relative;
    width: 100%;
    height: calc(100% - 8px);
    max-width: 50%;
  top: 4px;
}


@media (max-width: 550px) {
    #gameIframe {
        max-width: 100%;
        top: 2px;
        height: calc(100% - 4px);
        border-radius: 23px 23px 0 0;
        width: calc(100% - 4px);
    }
}

.play-game .top .bg {
    width: 152px;
    height: 152px;
    border-radius: 8px;
    position: absolute;
    background: #D9D9D9;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.play-game .top button {
    cursor: pointer;
    width: max-content;
    position: absolute;
    top: calc(40% + 160px);
    left: 50%;
    transform: translate(-50%, -40%);
    padding: 20px 140px;
    border: none;
    z-index: 99;
    display: flex;
    gap: 12px;
    border-radius: 100px;
    color: #FFF;
    text-shadow: 0 2px 2px #FB872E;
    font-weight: 900;
    line-height: 24px;
    font-size: 20px;
    background: linear-gradient(180deg, #FFB84D 0%, #FF9F3F 100%);
    box-shadow: 0 2px 4px 0 #FE6000, 0 -4px 4px 0 rgba(255, 64, 0, 0.65) inset;
}

.play-game .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 32px;
}

.play-game .bottom p {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #FFF;
}

.play-game .bottom .botton-full {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.play-game .bottom .botton-full i {
    color: #fff;
    font-size: 24px;
}

.play-main {
    padding-left: 12px;
    padding-right: 12px;
}

.sear {
    position: relative;
    padding: 24px 0;
}

.sear::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2A61FF;
    top: 0;
    z-index: 0;
}

.search {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 0 12px;
}

.search input {
    width: 100%;
    border-radius: 32.25px;
    background: #FFF;
    box-shadow: 0 0 4px 0 #093DCD;
    border: none;
    outline: none;
    padding-left: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2A61FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.search input::placeholder {
    color: #2A61FF;
    font-size: 16px;
    font-weight: 700;
    font-family: Nunito;
    line-height: 20px;
}

.search_btn {
    position: absolute;
    right: 12px;
    top: 0;
    padding: 9px 40px;
    border-radius: 32.25px;
    border-bottom: 0.5px solid #0D601F;
    background: linear-gradient(180deg, #C9EE39 0%, #6BB315 100%);
    box-shadow: 0 -2px 2px 0 #259101 inset;
}

.search_btn i{
    color: #fff;
    font-size: 16px;
}
.search-results a{
    width: 20%;
}
.search-results .item{
    padding: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 6.233px 0 #C0C9F1;
}

@media (max-width:1200px) {
    .dt .dt-main .box .text {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .play-game .top button {
        padding: 15px 140px;
    }
}

@media (max-width:992px) {
  .nav-links li a{
  color:#333}
    .play-game .top .bg {
        top: 35%;
        transform: translate(-50%, -35%);
    }

    .dt .dt-main .box {
        padding-top: 50px;
    }

    .dt .dt-main .box .cover {
        width: 30%;
    }

    .dt .dt-main .box .text {
        width: 83%;
        padding-left: calc(15% + 24px);
    }

    .g1 {
        background-image: url(../images/bg01.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .g2 a .item .img,
    .g2 a .item img,
    .g3 .sm .item img {
        width: 88px;
        height: 88px;
    }

    .g2 a .item .text {
        width: calc(100% - 88px);
        padding-left: 12px;
    }

    .g3 .sm .item .text {
        padding: 24px 24px 24px 100px;
    }

    .g2 a .item .text .playbtn,
    .g3 .big .item .text .playbtn {
        padding: 4px 0;
    }
}

@media (max-width:768px) {
    .play-main {
        padding-left: 6px;
        padding-right: 6px;
    }

    .play-game {
        aspect-ratio: 1 / 1;
    }

    section {
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .container {
        padding: 0 4px;
    }

    .g1 .list a,
    .g2 a,
    .g3 .list a,
    .g4 a {
        padding: 6px;
    }

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

    .g1 .list a .item {
        padding: 8px;
    }

    .g1 .list a .item h2,
    .g2 a .item .text h2,
    .g3 a .item .text h2,
    .g4 a h2 {
        padding-top: 6px;
        font-size: 14px;
        line-height: 18px;
    }

    .g2 a {
        width: 50%;
    }

    .g2 a .item .text .playbtn,
    .g3 .big .item .text .playbtn,
    .g3 .sm .item .text .playbtn {
        font-size: 12px;
        line-height: 18px;
    }

    .g3 .list .big .item {
        padding: 12px;
    }

    .g3 .big:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .g3 .sm .item img {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .g3 .sm .item .text {
        padding: 10px 12px 10px 100px;
    }

    .g3 .sm .item .text .playbtn i {
        font-size: 12px;
        line-height: 12px;
    }

    .g3 .sm .item .text .playbtn {
        padding: 4px 7px;
    }

    .g3 .sm .item .text h2 {
        -webkit-line-clamp: 2;
    }

    .g4 a {
        width: 20%;
    }

    footer .flex {
        flex-direction: column;
        align-items: center;
    }

    footer .footer-copy {
        padding-top: 0;
    }

    footer .share a {
        display: flex;
        padding: 5px 5px;
    }

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

    footer .pt,
    footer .share {
        width: 100%;
    }

    footer {
        padding: 10px 0;
    }

    .dt .h5-game {
        display: block;
    }

    .dt .h5-game a {
        display: block;
        width: 20%;
        padding: 6px;
    }

    .dt .h5-game a img {
        aspect-ratio: 1/1;
    }

    .dt {
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .dt .moregame {
        top: 0;
        right: 10px;
        padding: 4px 24px;
        font-size: 12px;
        line-height: 16px;
    }

    .dt .moregame i {
        font-size: 12px;
    }

    .dt .dt-main .box {
        padding-top: 0;
    }

    .dt .dt-main .box .cover {
        border: 12px solid #fff;
    }

    .dt .dt-main .box .text {
        padding-left: calc(15% + 12px);
    }

    .dt .dt-main .box .text .cate,
    .dt .dt-main .box .text h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .dt .dt-main .box .text h2 {
        padding: 8px 0;
    }

    .dt .dt-main .box .text .star {
        margin-bottom: 8px;
        gap: 8px;
    }

    .dt .dt-main .box .text .star img {
        width: 12px;
    }

    .dt .dt-main .box .text .desc {
        font-size: 12px;
        line-height: 16px;
       max-height: 64px;
    }

    .dt .dt-main {
        padding: 12px 6px 12px;
    }

    .dt .playbtn p {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }
    .search-results a{
        width: 25%;
    }
    .search-results .item {
        padding: 8px;
    }
}

.h5-desc {
    display: none !important;
}

@media (max-width:550px) {
    .play-game {
        aspect-ratio: 1 / 1.3;
    }

    .play-game .top button {
        padding: 12px 100px;
        line-height: 20px;
        font-size: 14px;
    }

    .play-game .top .top__shading {
        width: calc(100% - 8px);
        top: 4px;
        height: calc(100% - 44px);
    }

    .play-game .bottom {
        padding: 0 12px;
        height: 40px;
    }

    .play-game .bottom p {
        font-size: 12px;
        line-height: 20px;
    }

    .play-game .bottom .botton-full i {
        font-size: 16px;
    }

    .play-game .top {
        height: calc(100% - 40px);
    }

    .play-main .head {
        padding-bottom: 10px;
    }

    .dt .moregame,
    .play-main .head .moregame,
    .dt .dt-main .box .text .cate,
    .play-main .head .cate {
        font-size: 12px;
        line-height: 16px;
    }

    .g1 .list a {
        width: 33.33%;
    }

    .g1 .list a .item {
        padding: 4px;
    }

    .g1 .list a .item h2,
    .g2 a .item .text h2,
    .g3 a .item .text h2,
    .g4 a h2 {
        padding-top: 4px;
    }

    .g1 {
        background-image: url(../images/bg02.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    section {
        padding-top: 8px;
        padding-bottom: 2px;
    }

    .g2 a .item .text .playbtn {
        display: none;
    }

    .g2 a .item .text h2 {
        -webkit-line-clamp: 2;
    }

    .g2 a .item {
        padding: 4px;
    }

    .g2 a .item .img,
    .g2 a .item img,
    .g3 .sm .item img {
        width: 76px;
        height: 76px;
    }

    .g2 a .item .text {
        width: calc(100% - 76px);
        padding-left: 6px;
    }

    .g3 .list .big .item {
        padding: 8px;
    }

    .g3 a {
        grid-column: span 2 !important;
        grid-row: span 1 !important;
    }

    .g3 .big .item .img {
        width: 30%;
    }

    .g3 .big .item .text {
        width: 70%;
        padding-left: 12px;
    }

    .g3 .big .item .text .playbtn {
        width: 70%;
        padding: 8px 0;
        margin-bottom: 0;
    }

    .g3 .sm .item .text h2 {
        -webkit-line-clamp: 1;
    }

    .g3 .sm .item .text {
        padding: 14px 12px 14px 84px;
    }

    .g4 a {
        width: 25%;
    }

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

    footer .pt {
        order: -1;
    }

    footer .share {
        padding-bottom: 8px;
    }

    footer .share svg {
        width: 15px;
        height: 15px;
    }

    footer .pt a {
        padding: 0 15px;
    }

    footer .pt a::after {
        width: 8px;
        height: 8px;
    }

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

    .dt .dt-main .box .text .desc {
        display: none;
    }

    .dt {
        padding-top: 8px;
        padding-bottom: 2px;
    }

    .dt .h5-game a {
        padding: 4px;
    }

    .dt .dt-main .box .cover {
        border: 4px solid #fff;
    }

    .dt .dt-main .box .text .cate,
    .dt .dt-main .box .text h2 {
        font-size: 12px;
        line-height: 16px;
    }

    .dt .dt-main .box .text {
        padding-right: 12px;
    }

    .dt .dt-main .box .text .star {
        margin-bottom: 0;
        gap: 4px;
    }

    .dt .h5-game a {
        width: 25%;
    }

    .dt .dt-main {
        padding: 8px 6px 8px;
    }

    .dt .playbtn {
        width: 100%;
        margin: 8px auto;
        padding: 4px;
    }

    .dt .playbtn p {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 0;
        border-radius: 100px;
        background: linear-gradient(180deg, #FFB84D 0%, #FF9F3F 100%);
        box-shadow: 0 1px 4px 0 #FE6000, 0 -2px 2px 0 rgba(255, 64, 0, 0.65) inset;
    }

    .dt .dt-main .box .text .cate i {
        padding-left: 8px;
        font-size: 10px;
    }

    .dt .dt-main .box .cover {
        width: 34%;
    }

    .dt .dt-main .box .text {
        width: 80%;
        right: 8px;
        padding-left: calc(18% + 0px);
    }

    .h5-desc {
        display: block !important;
    }

    .h5-desc .desc {
        width: calc(100% - 12px);
        margin: 0 auto 12px;
        font-size: 12px;
        line-height: 16px;
        max-height: 80px;
        overflow-y: auto;
        padding-right: 12px;
        font-weight: 600;
    }

    .h5-desc .desc::-webkit-scrollbar {
        background-color: #E6E6E6;
        width: 6px;
    }

    .h5-desc .desc::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #FFB249;
    }
    .search-results a{
        width: 33.33%;
    }
    .search-results .item {
        padding: 4px;
    }
    .sear {
        padding: 8px 0;
    }
    .search{
        padding: 0 4px;
    }
    .search input{
        padding-left: 24px;
        font-size: 14px;
        line-height: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .search input::placeholder{
        font-size: 14px;
        line-height: 18px;
    }
    .search_btn{
        right: 4px;
        padding: 6px 30px;
    }
}