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

@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%;
}

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


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

header {
    background: #1A1A1A;
    box-shadow: 0px 4px 4px 0px #000;
}

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

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

.search {
    margin-right: 10px;
    height: 32px;
    width: 300px;
    border-radius: 100px;
    border: 1px solid #FFF;
    position: relative;
}

.search input {
    width: 100%;
    border: none;
    padding-left: 24px;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    outline: none;
    border-radius: 100px;
    background-color: transparent;
    color: #fff;
}

.search_btn {
    position: absolute;
    right: 8px;
    top: 5px;
    padding: 0 10px;
}

.search_btn .icon-search {
    color: #fff;
    font-size: 16px;
}

.search input::placeholder {
    color: #FFF;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
}

.sear-img1 {
    display: none !important;
}

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

.nav-links::-webkit-scrollbar {
    height: 4px;
}

.nav-links::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e9ecef;
}

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

.nav-links li a.active,
.nav-links li a:hover {
    border-radius: 8px;
    background: linear-gradient(109deg, #00ACFF 24.4%, #004AAC 75.6%);
    box-shadow: 0px 0px 8px 0px #0051BB;
}

.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 img {
    width: 35px;
    vertical-align: bottom;
}

@media (max-width:992px) {

    .logo a {
        font-size: 28px;
    }
}

@media (max-width:768px) {
    .nav-links {
        margin: 10px;
        padding-bottom: 5px;
    }

    .logo a {
        padding: 5px 10px;
        font-size: 24px;
        line-height: 30px;
    }
}

.home-game {
    position: relative;
    z-index: 99;
}

.home-game::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 400px;
    background: url(../images/bg.jpg);
    background-size: cover;
    z-index: -1;
    background-position: center;
}

.home-game::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 400px;
    z-index: -1;
    background:
        linear-gradient(182deg, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(178deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(2deg, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(358deg, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0) 100%);
}

.top-heading {
    max-width: 1200px;
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 100px 30px;
    color: #FFDE04;
    font-family: 'Nunito';
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 2.4px;
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 4px #F50CBE;
    -webkit-text-stroke-color: #E403CE;
}

.top-heading span {
    padding: 100px 30px;
    font-family: 'Nunito';
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    z-index: -1;
    color: #E403CE;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #E403CE;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(calc(-50% + 2px), 0);
    width: 100%;
    text-shadow: 0px 0px 10px #F50CBE;
    opacity: 0.8;
}

.heading {
    color: #FFF;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
      text-transform: capitalize;
    /* 116.667% */
}

.g1 .heading {
    padding-left: 6px;
}

.g2 .heading,
.dt-g2 .heading {
    padding-left: 6px;
    padding-bottom: 6px;
}

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

.g1 a {
    display: block;
    flex: 0 0 50%;
    width: 50%;
    padding: 12px;
}

.g1 a:nth-child(2n+1) {
    padding-left: 6px;
}

.g1 a:nth-child(2n+2) {
    padding-right: 6px;
}

.bg-purple {
    border-radius: 12px;
    border: 1px solid #67077D;
    background: linear-gradient(90deg, #6F00AB 0%, #B900FF 100%);
    box-shadow: 0px 0px 24px 0px #9800BB;
}

.bg-blue {
    border-radius: 12px;
    border: 1px solid #073A7D;
    background: linear-gradient(90deg, #005ED9 0%, #99DEFF 100%);
    box-shadow: 0px 0px 24px 0px #0051BB;
}

.g1 {
    padding-bottom: 12px;
}

.g1 a .item {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g1 a .item .text {
    width: calc(100% - 204px);
}

.g1 a .item img {
    display: block;
    width: 192px;
    height: 192px;
    background: #D9D9D9;
    border-radius: 12px;
    object-fit: cover;

}

.g1 h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.g1 .play_btn,
.g2 .flex .item .play_btn {
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    z-index: 9;
    margin-top: 24px;
    padding: 4px 24px;
    width: max-content;
}

.g1 .bg-purple .play_btn::before {
    position: absolute;
    content: '';
    background: url(../images/play-p-bg.svg);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.g1 .bg-blue .play_btn::before {
    position: absolute;
    content: '';
    background: url(../images/play-b-bg.svg);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.g2 .flex .item .play_btn::before {
    position: absolute;
    content: '';
    background: url(../images/play-g2-bg.svg);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.g2 .flex a {
    display: block;
    padding: 6px;
    flex: 0 0 25%;
    width: 25%;
}

.g2 .flex .item {
    border-radius: 12px;
    border: 2px solid #67077D;
    background: #010101;
    box-shadow: 0px 0px 12px 0px #9800BB;
  height: 100%;
}

.g2 .flex .item img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
    background: #D9D9D9;
    border-radius: 12px 12px 0 0;
    display: block;
}

.g2 .flex .item .text {
    padding: 12px;
}

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

.g2 .flex .item .play_btn {
    margin-top: 8px;
}

.g2 .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.g2 .grid a {
    display: block;
    padding: 6px;
    grid-column: span 1;
    grid-row: span 1;
}

.g2 .grid a img {
    display: block;
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    border-radius: 12px;
    background: #D9D9D9;
}

.g2 .grid a:nth-child(1) {
    grid-column: 1/3;
    grid-row: 2/4;
}

.g2 .grid a:nth-child(2) {
    grid-column: 5/7;
    grid-row: 1/3;
}

.g3 .flex .item .play_btn::before {
    background: url(../images/play-g3-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.g3 .flex .item {
    border-radius: 12px;
    border: 2px solid #073A7D;
    background: #010101;
    box-shadow: 0px 0px 12px 0px #0051BB;
}

.g2 {
    padding-bottom: 18px;
}

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

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

footer {
    border-top: 1px solid #3E3E3E;
    background: #000;
    padding: 24px 0;
    width: 100%;
    margin: 48px auto 0;
    text-align: center;
}

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

footer .share a {
    display: flex;
    padding: 8px;
    background-color: #B400D9;
    margin: 0 10px;
    border-radius: 50%;
}

footer .pt {
    margin: 25px 0;
}

footer .pt a {
    padding: 5px 15px;
    color: #FFF;
    font-family: 'Nunito';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
}

.footer-copy {
    color: #AAA;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
}

.dt {
    padding: 28px 0;
}

.dt-info {
    padding: 24px;
    margin: 0 6px;
    border-radius: 12px;
    border: 2px solid #67077D;
    background: #010101;
    box-shadow: 0px 0px 40px 0px #9800BB;
}

.dt-info .text-1 {
    justify-content: space-between;
    align-items: center;
    padding: 0 0 12px 0;
}

.dt-info .text-1 .cover {
    width: 88px;
    height: 88px;
    object-fit: cover;
    display: block;
  border-radius: 8px;
}

.dt-info .text-1 .title {
    margin-right: auto;
    margin-left: 24px;
    width: calc(100% - 252px);
}

.dt-info .text-1 .title h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 120% */
}

.dt-info .text-1 .title span {
    color: #FFF;
    font-family: 'Nunito';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    padding: 8px 0;
    display: inline-block;
}

.dt-info .text-1 .title .star-info img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.dt-info .text-1 .play p {
    color: #FFF;
    font-family: 'Nunito';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    z-index: 9;
    padding: 8px 48px;
}

.dt-info .text-1 .play p::before {
    position: absolute;
    content: '';
    background: url(../images/play-g2-bg.svg);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.dt-info .text-2 .heading {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    margin-bottom: 4px;
}

.dt-info .text-2 .desc {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 12px;
    color: #FFF;
    font-family: 'Nunito';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.dt-info .text-2 .desc::-webkit-scrollbar {
    background-color: #4D4D4D;
    width: 8px;
    border-radius: 5px;
}

.dt-info .text-2 .desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #B400D9;
}

.dt-g1 {
    padding-top: 24px;
    padding-bottom: 18px;
}

.dt-g2 a {
    display: block;
    padding: 6px;
    flex: 0 0 33.33%;
    width: 33.33%;
}

.dt-g2 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    border: 2px solid #073A7D;
    background: #010101;
    box-shadow: 0px 0px 12px 0px #0051BB;
}

.dt-g2 .item .cover {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    background-color: #d9d9d9;
    border-radius: 12px;
}

.dt-g2 .item .dt-g2-text {
    width: calc(100% - 92px);
}

.dt-g2 .item .dt-g2-text h2 {
    width: 100%;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
    /* 125% */
}

.dt-g2 .item .dt-g2-text .star {
    display: inline-block;
    padding: 4px 0px;
}

.dt-g2 .item .dt-g2-text .play {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 9;
    padding: 4px 24px;
}

.dt-g2 .item .dt-g2-text .play::before {
    position: absolute;
    content: '';
    background: url(../images/play-g3-bg.svg);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.h5-desc {
    display: none;
}

#play-game {
    width: calc(100% - 12px);
    aspect-ratio: 1/0.8;
    margin: 0 6px 24px;
    border-radius: 12px;
    border: 2px solid #67077D;
    background: #000;
    box-shadow: 0px 0px 24px 0px #9800BB;
}

#play-game .palytop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, #B900FF 0%, #6F00AB 100%);
}

#play-game .palytop h2 {
    color: #FFF;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

#play-game .star-info {
    margin-left: auto;
    margin-right: 48px;
    display: flex;
    align-items: center;
}

#play-game .star-info img {
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

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

#play-game .botton-full .icon-fullscreen {
    color: #fff;
    font-size: 20px;
}

#play-game .palymain {
    position: relative;
    width: 100%;
    height: calc(100% - 45px);
}

.palymain .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 0 0 15px 15px;
}

.palymain::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(8px);
    z-index: 1;
    border-radius: 0 0 12px 12px;
}


#gameIframe {
    width: 100%;
    height: 100%;
    max-width: 50%;
    z-index: 999;
    margin: auto;
    display: block;
}

.palymain .palybtn {
    position: absolute;
    top: 45%;
    z-index: 9999;
    width: 100%;
    transform: translate(0, -45%);
}

.palymain .palybtn .game-img {
    width: 152px;
    height: 152px;
    margin: auto;
    object-fit: cover;
    margin-bottom: 24px;
    display: block;
    cursor: pointer;
}

.palymain .palybtn button {
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px 20px;
    width: 70%;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #FFF1F5;
    background: linear-gradient(180deg, #FFE1EA 85.67%, #FFBACD 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    color: #BD274C;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

#play-game .palybuttom{
    display: none;
}

.cate-list,
.sear-list{
    padding: 24px 0;
}

.sear-list .search{
    width: 100%;
    margin-bottom: 24px;
    height: 40px;
}

.sear-list .search input{
    height: 40px;
}

.sear-list .search_btn{
    top: 8px;
}

@media (max-width:768px) {
    .home-game::before {
        height: 300px;
    }

    .top-heading,
    .top-heading span {
        padding: 60px 30px;
        font-size: 40px;
        line-height: 50px
    }

    .container {
        padding: 0 12px;
    }

    .g1 a .item img {
        width: 124px;
        height: 124px;
    }

    .g1 a .item .text {
        width: calc(100% - 136px);
    }

    .heading {
        font-size: 20px;
        line-height: 24px;
    }

    .g2 .grid {
        grid-template-columns: repeat(4, 1fr);
    }

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

    .dt-info .text-2 {
        display: none;
    }

    .dt-info .text-1 {
        padding-bottom: 0;
    }

    .dt-info .text-1 .title {
        width: calc(100% - 112px);
    }

    .dt-info .text-1 .play {
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }

    .dt-info .text-1 .play p {
        color: transparent;
        /* 隐藏原内容 */
        position: relative;
    }

    .dt-info .text-1 .play p::before {
        background: url(../images/dt-info-play.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        /* 垂直居中 */
        justify-content: center;
        content: "Get Game";
        color: #fff;
    }

    .h5-desc {
        display: block;
        border-radius: 12px;
        border: 2px solid #67077D;
        background: #010101;
        box-shadow: 0px 0px 24px 0px #9800BB;
        padding: 24px;
        margin: 0 6px 24px;
    }

    .h5-desc .heading {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .h5-desc .desc {
        height: 90px;
        overflow-y: auto;
        color: #FFF;
        font-family: 'Nunito';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        padding-right: 12px;
    }


    .h5-desc .desc::-webkit-scrollbar {
        background-color: #4D4D4D;
        width: 6px;
        border-radius: 5px;
    }

    .h5-desc .desc::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #B400D9;
    }

    .h5-desc a {
        display: block;
        padding: 12px 0 0;
    }

    .h5-desc a p {
        color: #FFF;
        font-family: 'Nunito';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        position: relative;
        z-index: 9;
        padding: 8px 48px;
        text-align: center;
    }

    .h5-desc a p::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(../images/dt-info-play.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .dt-g2 a {
        flex: 0 0 50%;
        width: 50%;
    }

    .dt-g1 .grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .dt-g1 .grid a:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 2 / 4;
    }

    .dt-g1 .grid a:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 3;
    }

    #play-game .palytop .star-info,
    #play-game .palytop .botton-full{
        display: none;
    }

    #play-game .palybuttom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 24px;
        border-radius: 0 0 10px 10px;
        background: linear-gradient(90deg, #B900FF 0%, #6F00AB 100%);
    }

    #play-game .star-info{
        margin-left: 0;
    }

    #play-game .palymain {
        height: calc(100% - 91px);
    }



}

@media (max-width:650px) {
    .g1 a .item {
        padding: 12px;
    }

    .g1 a .item img {
        width: 100px;
        height: 100px;
    }

    .g1 a .item .text {
        width: calc(100% - 108px);
    }
}

@media (max-width:550px) {
    .logo a {
        padding: 5px 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .nav-links {
        margin: 5px 10px;
    }

    .search {
        width: 50%;
        height: 24px;
    }

    .nav-links li a {
        font-weight: 600;
    }

    .search input {
        height: 24px;
    }
  
   .search input,
  .search input::placeholder{font-size: 12px;
    line-height: 20px;}

    .search_btn {
        top: 0px;
    }

    .search_btn .icon-search {
        font-size: 14px;
    }

    .nav-links li a {
        font-size: 12px;
        line-height: 16px;
        padding: 2px 12px;
    }

    .home-game::before {
        height: 150px;
    }

    .top-heading,
    .top-heading span {
        font-size: 20px;
        line-height: 24px;
        padding: 30px 20px;
    }

    .top-heading span {
        -webkit-text-stroke-width: 2px;
    }

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

    .container {
        padding: 0 6px;
    }

    .g1 a {
        flex: 0 0 100%;
        width: 100%;
        padding: 6px !important;
    }

    .g1 h2,
    .g2 .flex .item h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .g1 .play_btn,
    .g2 .flex .item .play_btn {
        font-size: 12px;
        line-height: 16px;
    }

    .g1 .play_btn {
        margin-top: 10px;

    }

    .g1 a .item img {
        width: 82px;
        height: 82px;
    }

    .g1 a:nth-child(3) {
        order: 4;
    }


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

    .g2 .flex .item .text {
        padding: 8px;
    }

    .g2 .flex .item h2 {
        -webkit-line-clamp: 1;
    }

    .g2 .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .g2 .grid a:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .g2 .grid a:nth-child(2) {
        grid-column: 2 / 4;
        grid-row: 4 / 6;
    }

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

    footer .share a svg {
        width: 16px;
        height: 16px;
    }

    .back-to-top {
        right: 38px;
        bottom: 150px;
    }

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

    footer .pt {
        margin: 12px 0;
    }

    footer {
        padding: 20px 0;
    }

    .back-to-top i {
        font-size: 24px;
    }

    .dt {
        padding: 12px 0;
    }

    .dt-info {
        padding: 12px;
    }

    .dt-info .text-1 .title h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .dt-info .text-1 .title {
        margin-left: 12px;
        width: calc(100% - 100px);
    }

    .dt-info .text-1 .title span {
        font-size: 12px;
        line-height: 16px;
    }

    .dt-info .text-1 .play {
        margin-top: 12px;
    }

    .dt-info .text-1 .play p,
  .h5-desc a p{
        font-size: 16px;
        line-height: 20px;
    }


    .dt-info .text-1 .play p::before {
        background: url(../images/dt-info-play-h5.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

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

    .dt-g1 .grid a:nth-child(1),
    .dt-g1 .grid a:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .dt-g1 {
        padding-bottom: 6px;
    }

    .h5-desc {
        padding: 12px;
    }

    .h5-desc .desc {
        height: 66px;
        font-size: 12px;
        line-height: 16px;
    }

    .h5-desc a p::before {
        background: url(../images/dt-info-play-h5.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .dt-g2 .item {
        padding: 8px;
    }

    .dt-g2 .item .cover {
        width: 64px;
        height: 64px;
    }

    .dt-g2 .item .dt-g2-text .play {
        display: none;
    }

    .dt-g2 .item .dt-g2-text {
        width: calc(100% - 70px);
    }

    .dt-g2 .item .dt-g2-text h2 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .dt-g2 .item .dt-g2-text .star img {
        width: 12px;
        height: 12px;
    }

    .dt-g2 .item .dt-g2-text .star span {
        font-size: 12px;
        line-height: 16px;
    }

    .dt-g2 .item .dt-g2-text .star {
        padding: 0px 0px;
    }

    #play-game .palytop,
    #play-game .palybuttom{
        padding: 12px;
    }

    #play-game .palytop h2{
        font-size: 14px;
        line-height: 18px;
    }

    #play-game{
        aspect-ratio: 1 / 1.3;
    }

    .palymain .palybtn .game-img{
        width: 100px;
        height: 100px;
    }
    #play-game .star-info img {
        width: 16px;
        height: 16px;
    }
    #play-game .botton-full .icon-fullscreen {
        font-size: 16px;
    }

    #play-game .palymain {
        height: calc(100% - 85px);
    }
  
  #gameIframe{max-width: 100%;}

    .cate-list,
    .sear-list {
        padding: 12px 0;
    }
    .sear-list .search,
    .sear-list .search input {
        height: 32px;
    }
    .sear-list .search_btn {
        top: 5px;
    }


}

@media (max-width:375px) {
    .dt-info .text-1 .play p::before {
        background: url(../images/dt-info-play-h5.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
   .h5-desc a p::before {
        background: url(../images/dt-info-play-h5.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }
}

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