@font-face {
    font-family: "Odor Mean Chey";
    src: url(../fonts/OdorMeanChey-Regular.ttf) format(truetype);
}

@font-face {
    font-family: "PingFangSC-Semibold";
    src: url(../fonts/PingFangSC-Semibold.woff2) format(woff2);
}

html {
    overflow-x: hidden;
}

body {
    background: linear-gradient(180deg, #FFFFFF 25%, #95EFF3 100%);
    position: relative;
    overflow-x: hidden;
}


body::before {
    content: '';
    /* 伪元素需要添加内容 */
    position: absolute;
    top: -50%;
    left: -40%;
    width: 100%;
    height: 70%;
    border-radius: 50%;
    /* 圆形背景 */
    background: #7FF3A1;
    filter: blur(250px);
    /* 添加模糊效果 */
    z-index: -2;
    /* 确保背景在内容后面 */
}

body::after {
    content: '';
    /* 伪元素需要添加内容 */
    position: absolute;
    top: -50%;
    right: -40%;
    width: 100%;
    height: 60%;
    border-radius: 50%;
    /* 圆形背景 */
    background: #94EEF2;
    filter: blur(150px);
    /* 添加模糊效果 */
    z-index: -2;
    /* 确保背景在内容后面 */
}

.container {
    max-width: 1076px;
    margin: auto;
    padding: 0 15px;
}

header {
    max-width: 1076px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
    padding: 0 20px;

}

header .nav {
    display: flex;
    align-items: center;
}

header .logo img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

header .logo a {
    font-family: "Odor Mean Chey";
    font-size: 38px;
    line-height: 38px;
    vertical-align: middle;
}


header .nav img {
    width: 20px;
    height: 20px;
}

header .categorize,
header .search {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 94.444px;
    background: #FFFDE5;
    box-shadow: 0px 0px 23.611px 0px #FFF7A4, 0px -3.778px 3.778px 0px #FFF7A1 inset, 0px 3.778px 3.778px 0px #FFF inset;
    color: #088;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

header .categorize {
    margin-right: 28px;
}

.fun-games {
    position: relative;
    z-index: 1;
}


.fun-games-text h1 {
    color: #003538;
    font-family: "Odor Mean Chey", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 25px;
}

.fun-games-text h1 span {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(calc(-50% + 7px), 0);
    z-index: -1;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00A8AE;
    font-size: 80px;
    font-family: "Odor Mean Chey", sans-serif;
    letter-spacing: 12px;
    width: max-content;
}


.fun-games-text p {
    max-width: 749px;
    margin: auto;
    color: #167432;
    text-align: center;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.fun-games-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.fun-games-list a {
    width: calc(20% - 20px);
    margin-bottom: 20px;
    transition: 0.2s all;
}

.fun-games-list a:hover {
    transform: scale(1.1)
}

.fun-games-list a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #D9D9D9;
    margin-bottom: 12px;
}

.fun-games-list a p {
    color: #333;
    text-overflow: ellipsis;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.fun-games-bg-1 {
    position: absolute;
    top: -50px;
    z-index: -1;
    opacity: 0.2;
    width: 100%;
}

.fun-games-bg-2 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
    opacity: 0.6;
    width: 70%;
}

.game-list {
    margin-top: 60px;
    position: relative;
    z-index: 99;
}

.game-list-name {
    display: flex;
    align-items: center;
}

.game-list-name .game-icon {
    width: 36px;
    height: 36px;
    margin-right: 16px;
    object-fit: contain;
}

.game-list-name .decoration {
    width: 71px;
    height: auto;
}

.game-list-name h1 {
    color: #333;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 12px;
    position: relative;
    z-index: 1;
}

.game-list-name h1 span {
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 12px;
    position: relative;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00A8AE;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(calc(-50% + 4px), 0);
    width: 100%;
}

.game-list-list {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.game-list-list a {
    width: calc(20% - 20px);
    margin-bottom: 20px;
    transition: 0.2s all
}

.game-list-list a:hover {
    transform: scale(1.1)
}

.game-list-list a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #D9D9D9;
    margin-bottom: 12px;
}

.game-list-list a p {
    color: #333;
    text-overflow: ellipsis;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.all-categorize {
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 94.444px;
    background: #FFFDE5;
    box-shadow: 0px 0px 23.611px 0px #FFF7A4, 0px -3.778px 3.778px 0px #FFF7A1 inset, 0px 3.778px 3.778px 0px #FFF inset;
    color: #088;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 60px auto;
    width: fit-content;
    position: relative;
    z-index: 99;
}

.exclusive-games {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.exclusive-games .container {
    position: relative;
}

.exclusive-games-bg {
    cursor: auto;
    position: absolute;
    width: 100%;
    object-fit: contain;
    top: -10%;
    left: 0;
}

.exclusive-games-text {
    margin: auto;
    width: fit-content;
    position: relative;
}

.exclusive-games-text h1 {
    color: #212F27;
    font-family: "PingFangSC-Semibold";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.5px;
    position: relative;
    z-index: 1;
    line-height: 130px;
    text-align: center;
}

.exclusive-games-text h1 span {
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #58EFF8;
    font-family: "PingFangSC-Semibold";
    font-size: 144px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    color: transparent;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1;
}

.exclusive-games-text P {
    color: #25B5BA;
    font-family: "PingFangSC-Semibold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.exclusive-games-list {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.exclusive-games-list a {
    width: calc(25% - 20px);
    margin-bottom: 90px;
    position: relative;
}

.exclusive-games-list a p {
    color: #333;
    font-family: "PingFangSC-Semibold";
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    bottom: -96px;
    height: 45px;
}

.exclusive-games-list a .bg {
    border-radius: 8px;
    background: #707070;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.exclusive-games-list a .small {
    border-radius: 8px;
    background: #D9D9D9;
    width: 102px;
    height: 102px;
    position: absolute;
    bottom: -24px;
    right: 24px;
    transition: 0.1s all;
}

.exclusive-games-list a:hover .small {
    box-shadow: 0px 6px 8px 0px #A1FFBD;
    right: 50%;
    transform: translate(50%, 0);
}

.about {
    max-width: 740px;
    margin: 60px auto 120px;
    padding-top: 60px;
    padding-bottom: 200px;
    padding: 0 15px;

}

.about h1 {
    color: #333;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}

.about h1 span {
    color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #00A8AE;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(calc(-50% + 8px), 0);
    text-align: center;
    width: 100%;
}

.about p {
    color: #24B5BA;
    text-align: center;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

footer {
    background: #00A9B0;
    height: 140px;
    color: #fff;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 140px;
    max-width: none;
}

footer .box-1 .logo a {
    display: block;
    text-align: center;
    font-family: "Odor Mean Chey";
}

footer .logo img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

footer .share {
    margin-top: 22px;
    display: flex;
    justify-content: space-around;
}

footer .share a {
    background-color: #fff;
    border-radius: 8px;
    padding: 2px;
    margin: 0 2px;
}

footer .box-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


footer .box-2 .aboutus,
footer .box-2 .privacy {
    position: relative;
}

footer .box-2 .aboutus {
    margin-right: 40px;
    width: 265px;
}

footer .box-2 .privacy {
    width: 272px;
}

footer .box-2 a {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    display: block;
    width: auto;
    position: relative;
    z-index: 99;
}

footer .box-2 img {
    height: 40px;
    object-fit: contain;
    position: absolute;
    width: auto;
}

footer .box-3 p {
    color: #FFF;
    text-align: right;
    font-family: "PingFangSC-Semibold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

.back-to-top img {
    width: 50px;
    height: 50px;
}

.categories {
    margin: 60px auto;
}

.categories .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.categories-list {
    width: 221px;
    margin-right: 24px;
}

.categories-list ul li {
    width: 221px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #FFFDE5;
    box-shadow: 0px -3.778px 3.778px 0px #FFF7A1 inset, 0px 3.778px 3.778px 0px #FFF inset;
}

.categories-list ul li a {
    display: block;
    width: 100%;
    color: #088;
    font-family: "PingFangSC-Semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 54px;
}

/* .categories-list ul li:active{
    border-radius: 8px;
    background: #FFF47A;
    box-shadow: 0px -3.778px 3.778px 0px #FFEA00 inset, 0px 3.778px 3.778px 0px #FFFBD3 inset;
} */

.categories-list ul li img {
    width: 24px;
    height: 23.76px;
    margin-left: 15px;
    margin-right: 10px;
    object-fit: contain;
    vertical-align: text-bottom;
}

.categories-game {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.categories-game a {
    width: calc(16% - 4px);
    transition: 0.2s all;
    margin-bottom: 16px;
}

.categories-game a:hover {
    transform: scale(1.1)
}

.categories-game a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #D9D9D9;
    margin-bottom: 8px;
}

.categories-game a p {
    color: #333;
    text-overflow: ellipsis;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.dt .title {
    color: #004D52;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dt .title span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00A8AE;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 48px;
    color: transparent;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    position: absolute;
    left: 3px;
    z-index: -1;
    top: 0;
}

.play{
    padding-top: 20px;}

.dt .text {
    display: flex;
    padding: 25px 60px;
    margin-bottom: 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    border-radius: 24px;
    border: 2px solid #00D0D9;
    background: linear-gradient(96deg, #BEFDFF 1.58%, #D3FFE0 100%);
    box-shadow: 0px -12px 8px 0px rgba(132, 241, 214, 0.50) inset, 0px 12px 12px 0px rgba(255, 255, 255, 0.50) inset;
}

.dt .text img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.dt .text p {
    color: #004D52;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 150% */
    flex: 1 0 0;
    max-height: 200px;
    overflow-y: auto;
}

.dt .text p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /* background-color: #FFFDE5; */
}

.dt .text p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
}

.play-game {
    height: 658px;
    border-radius: 24px;
    border: 1px solid #00D0D9;
    position: relative;
    box-shadow: 0px 0px 14.611px 0px #FFF7A4, 0px -3.778px 3.778px 0px #FFF7A1 inset, 0px 3.778px 3.778px 0px #FFF inset;
}

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

.play-game .top .top__shading {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 100px);
    border-radius: 23px 23px 0 0;
}

#gameIframe {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 35%;
}

@media (max-width: 768px) {
    #gameIframe {
        max-width: 45%;
    }
}

@media (max-width: 550px) {
    #gameIframe {
        max-width: 60%;
    }
}

.play-game .top .bg {
    height: 100%;
    border-radius: 23px 23px 0 0;
    position: absolute;
    z-index: -1;
    background: #707070;
}

.play-game .top button {
    cursor: pointer;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 40px;
    border: none;
    border-radius: 100px;
    background: #FFFDE5;
    z-index: 99;
    box-shadow: 0px 0px 25px 0px #FFF7A4, 0px -4px 4px 0px #FFF7A1 inset, 0px 4px 4px 0px #FFF inset;
}

.play-game .top button .start {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    margin-left: 32px;
}

.play-game .top button span {
    color: #088;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 40px;
}

.play-game .bottom {
    height: 100px;
    border-radius: 0 0 23px 23px;
    background: linear-gradient(90deg, #00D0D9 0%, #80F4A2 100%);
    display: flex;
    align-items: center;
    padding: 0 48px;
}

.play-game .bottom .bottom-img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
}

.play-game .bottom p {
    color: #FFF;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 38px;
}

.play-game button {
    border: none;
    border-radius: 100px;
    background: #FFFDE5;
    box-shadow: 0px -4px 4px 0px #FFF7A1 inset, 0px 4px 4px 0px #FFF inset;
    padding: 8px 20px;
}

.play-game button img {
    width: 30px;
}

.play-game .botton-love {
    margin-left: auto;
    background-image: url(../images/love.svg);
    background-repeat: no-repeat;
    background-position: 7px;
    width: 105px;
    height: 50px;
    cursor: pointer;
}

.play-game .botton-love.active {
    background-image: url(../images/love-active.svg);
    background-repeat: no-repeat;
    background-position: 7px;
    width: 105px;
    height: 50px;
    cursor: pointer;
}

.play-game .botton-love span {
    color: #00A7A7;
    font-family: "PingFangSC-Semibold", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-left: 22px;
}

.play-game .botton-full {
    margin-left: 20px;
    width: 65px;
    height: 50px;
    background-image: url(../images/full.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.similar-games {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.similar-games .container {
    position: relative;
}

.similar-games-text {
    margin: auto;
}

.similar-games-text h1 {
    color: #333;
    font-family: "PingFangSC-Semibold";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6px;
    position: relative;
    z-index: 1;
}

.similar-games-text h1 span {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00A8AE;
    font-family: "PingFangSC-Semibold";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 6px;
    color: transparent;
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 5px;
}

.similar-games-text P {
    color: #25B5BA;
    font-family: "PingFangSC-Semibold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.similar-games-list {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.similar-games-list a {
    width: calc(25% - 20px);
    margin-bottom: 100px;
    position: relative;
}

.similar-games-list a p {
    color: #333;
    font-family: "PingFangSC-Semibold";
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    bottom: -85px;
    height: 45px;
}

.similar-games-list a .bg {
    border-radius: 8px;
    background: #707070;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.similar-games-list a .small {
    border-radius: 8px;
    background: #D9D9D9;
    width: 102px;
    height: 102px;
    position: absolute;
    bottom: -24px;
    right: 24px;
    transition: 0.1s all;
}

.similar-games-list a:hover .small {
    box-shadow: 0px 6px 8px 0px #A1FFBD;
    right: 50%;
    transform: translate(50%, 0);
}

.search {
    position: relative;
    width: 100%;
    margin: 30px auto;
}

.search input {
    margin: auto;
    width: 60%;
    display: block;
    padding: 15px 48px 15px 48px;
    height: 38px;
    border-radius: 94.444px;
    background: #FFF;
    box-shadow: 0px 0px 23.611px 0px #FFF7A4, 0px -3.778px 3.778px 0px #FFF7A1 inset, 0px 3.778px 3.778px 0px #FFF inset;
    border: none;
    outline: none;
    text-indent: 50px;
    color: #6E9E9E;
    font-size: 24px;
    font-weight: 600;
}

.search input::placeholder {
    color: #6E9E9E;
    font-family: "PingFangSC-Semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.search_btn {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20%;
}

.search-results {
    margin-top: 40px;
}

.popular-games {
    margin-top: 60px;
    margin-bottom: 60px;
}

.search-results h2,
.popular-games h2 {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFFDE5;
    box-shadow: 0px -3.778px 3.778px 0px #FFF7A1 inset, 0px 3.778px 3.778px 0px #FFF inset;
    color: #088;
    text-align: center;
    font-family: "PingFangSC-Semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.search-list,
.popular-games-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.search-list a,
.popular-games-list a {
    width: calc(16.6% - 12px);
    margin-bottom: 20px;
    transition: 0.2s all;
}


.search-list a:hover,
.popular-games-list a:hover {
    transform: scale(1.1)
}

.search-list a img,
.popular-games-list a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #D9D9D9;
    margin-bottom: 12px;
}

.search-list a p,
.popular-games-list a p {
    color: #333;
    text-overflow: ellipsis;
    font-family: "PingFangSC-Semibold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}


@media (max-width:1200px) {
    footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    footer .box-3 {
        width: 100%;
    }

    footer .box-3 p {
        text-align: center;
    }
}

@media (max-width:992px) {
    .exclusive-games-list a .small {
        width: 90px;
        height: 90px;
    }

    .exclusive-games-list {
        margin-top: 60px;
    }

    .about {
        padding-top: 40px;
        padding-bottom: 100px;
        margin: 60px auto 0;
    }

    .all-categorize {
        margin: 40px auto;
    }

    .back-to-top img {
        width: 40px;
        height: 40px;
    }

    .categories-game a {
        width: calc(25% - 8px);
    }

    .dt .title,
    .dt .title span {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .dt .text {
        padding: 25px 45px;
        margin-bottom: 50px;
    }

    .dt .text p {
        max-height: 138px;
    }

    .play-game {
        height: 600px;
    }

    .similar-games {
        padding-top: 40px;
    }

    .similar-games-list {
        margin-top: 25px;
    }
}

@media (max-width:768px) {
    header {
        height: 80px;
    }

    .fun-games-text h1,
    .fun-games-text h1 span {
        font-size: 54px;
        margin-bottom: 0px;
    }

    header .categorize span,
    header .search span {
        display: none;
    }

    .all-categorize {
        margin: 20px auto;
    }

    .exclusive-games-text h1 {
        font-size: 36px;
        line-height: 86px;
    }

    .exclusive-games-text h1 span {
        font-size: 86px;
    }

    .exclusive-games-list {
        margin-top: 60px;
    }

    .exclusive-games {
        padding-top: 40px;
    }

    .about {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .about h1 {
        margin-bottom: 20px;
        font-size: 46px;
    }

    .about h1 span {
        font-size: 46px;
        -webkit-text-stroke-width: 2px;
    }

    .exclusive-games-list a .small {
        width: 50px;
        height: 50px;
        bottom: -20px;
        right: 14px;
    }

    body::before {
        top: -40%;
        height: 50%;
        filter: blur(100px);
    }

    footer .box-2 {
        display: block;
    }

    footer .box-2 .aboutus {
        margin-bottom: 10px;
        margin-right: 0;
    }

    footer .box-2 img {
        height: 30px;
    }

    footer .box-2 a {
        line-height: 30px;
        font-size: 18px;
    }

    footer .box-2 .privacy {
        width: 204px;
    }

    footer .box-2 .aboutus {
        width: 199px;
    }

    footer .box-3 p {
        font-size: 16px;
    }

    .fun-games-bg-1 {
        top: 0px;
    }

    .play-game .bottom p {
        font-size: 22px;
    }

    .similar-games-list a .small {
        width: 50px;
        height: 50px;
        bottom: -20px;
        right: 14px;
    }

    footer .container {
        justify-content: space-between;
    }

    .search-list a,
    .popular-games-list a {
        width: calc(20% - 12px);
    }
}

@media (max-width:620px) {
    .fun-games-list {
        margin-top: 30px;
    }

    .fun-games-list a,
    .game-list-list a {
        width: calc(25% - 15px);
    }

    .game-list {
        margin-top: 30px;
    }

    .exclusive-games-list {
        margin-top: 30px;
    }

    .exclusive-games-list a {
        width: calc(33.33% - 15px);
        margin-bottom: 100px;
    }


    .about p {
        font-size: 18px;
        line-height: 26px;
    }

    .categories {
        margin: 20px auto 0px;
    }

    .categories .container {
        display: block;
    }

    .categories-list {
        width: 100%;
    }

    .categories-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .categories-list ul li {
        width: calc(50% - 10px)
    }

    .categories-list ul li {
        height: 40px;
    }

    .categories-list ul li a {
        font-size: 14px;
        line-height: 40px;
    }

    .categories-list ul li img {
        vertical-align: sub;
        margin-left: 6px;
        margin-right: 3px;
        width: 17px;
        height: 17.76px;
    }

    header .categorize {
        margin-right: 15px;
    }

    .categories-game {
        margin-top: 20px;
    }

    .categories-game a {
        width: calc(33.33% - 8px);
    }

    .dt .title {
        margin-top: 10px;
    }

    .dt .title,
    .dt .title span {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .dt .text {
        padding: 10px;
        margin-bottom: 20px;
        gap: 20px;
    }

    .dt .text p {
        font-size: 16px;
        line-height: 26px;
        max-height: 104px;
    }

    .play-game {
        height: 400px;
    }

    .play-game .top,
    .play-game .top .top__shading {
        height: calc(100% - 60px)
    }

    .play-game .bottom {
        height: 60px;
        padding: 0 15px;
    }

    .play-game .top button span {
        font-size: 18px;
        line-height: 30px;
    }

    .play-game .top button .start {
        width: 30px;
        height: 30px;
    }

    .play-game .bottom .bottom-img {
       display: none;
    }

    .play-game .bottom p {
        padding-left: 0px;
        font-size: 14px;
    }

    .play-game .botton-full {
        margin-left: 8px;
    }

    .play-game button img {
        width: 20px;
    }

    .play-game button {
        padding: 8px 10px;
    }

    .similar-games-text h1,
    .similar-games-text h1 span {
        font-size: 30px;
        letter-spacing: 3px;
        -webkit-text-stroke-width: 1px;
    }

    .similar-games {
        padding-top: 20px;
    }

    .similar-games-list a {
        width: calc(33.33% - 15px);
    }

    .similar-games-list a p,
    .exclusive-games-list a p{
        font-size: 14px;
        height: 40px;
    }
    .similar-games-list a p,
    .exclusive-games-list a p{
        bottom: -75px;
    }

    footer .box-1 .logo a {
        font-size: 20px;
    }

    header .logo a {
        font-size: 30px;
    }

    .play-game .botton-full{
        width: 40px;
        height: 35px;
        background-size: 20px;
    }

    .play-game .botton-love,
    .play-game .botton-love.active {
        width: 75px;
        height: 35px;
        background-size: 20px;
        padding: 3px 10px;
    }

    .play-game .botton-love span{
        font-size: 16px;    padding-left: 20px;
    }

    .search input {
        padding: 8px 20px 8px 20px;
        width: -webkit-fill-available;
        font-size: 20px;
    }

    .search input::placeholder {
        font-size: 20px;

    }

    .search_btn {
        left: 10%;
    }

    .search-list a,
    .popular-games-list a {
        width: calc(25% - 12px);
    }

    .popular-games {
        margin-top: 20px;
    }
    .back-to-top{
        right: 40px;
    }
}

@media (max-width:425px) {
    header {
        height: 50px;
    }

    header .logo a {
        font-size: 18px;
        line-height: 24px;
    }

    .fun-games-text h1,
    .fun-games-text h1 span {
        font-size: 36px;
        line-height: 1.5;
        letter-spacing: 10px;
    }

    .fun-games-text h1 span {
        transform: translate(calc(-50% + 4px), 0);
        -webkit-text-stroke-width: 1px;
        top: 3px;
    }

    .fun-games-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .fun-games-list a,
    .game-list-list a {
        width: calc(33.333% - 10px);
margin-bottom: 14px;
    }

    .game-list {
        margin-top: 10px;
    }

    .exclusive-games-text h1 {
        font-size: 26px;
        line-height: 64px;
    }

    .exclusive-games-text h1 span {
        font-size: 64px;
    }

    .exclusive-games-text P,
    .about p {
        font-size: 16px;
        line-height: 22px;
    }

    footer .box-2 a {
        line-height: 24px;
        font-size: 15px;
    }

    footer .box-2 img {
        height: 25px;
    }

    footer .box-2 .privacy {
        width: 170px;
    }

    footer .box-2 .aboutus {
        width: 166px;
    }

    footer .share {
        margin-top: 15px;
    }

    .search-list a,
    .popular-games-list a {
        width: calc(33% - 10px);
    }
.fun-games-list a img,
.game-list-list a img,
.categories-game a img,
.search-list a img, .popular-games-list a img{margin-bottom: 5px;}

.fun-games-list a p,
.game-list-list a p,
.similar-games-list a p, .exclusive-games-list a p,
.categories-game a p,
.search-list a p, .popular-games-list a p{font-size: 12px;    line-height: 16px;}

    .exclusive-games-list a ,
.similar-games-list a{
        width: calc(33.33% - 10px);margin-bottom: 80px;}

    .similar-games-list a p, .exclusive-games-list a p ,
.similar-games-list a p, .exclusive-games-list a p
{
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
    .similar-games-list a p, .exclusive-games-list a p {
        bottom: -60px;
    }
.game-list-name h1,
.game-list-name h1 span{    font-size: 26px;}
.game-list-name .game-icon {
    width: 30px;
    height: 30px;    margin-right: 10px;
}

.search-results h2, .popular-games h2{
    font-size: 20px;    padding: 6px 18px;
}

}

.big {
    font-family: "PingFangSC-Semibold";
    margin-top: 20px;
    margin-bottom: 40px;
}

.big h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 600;
}

.big h2 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 600;

}

.big h3,
.big h4 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 600;

}

.big p,
.big li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    word-wrap: break-word;
}

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