@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt {
    font-size: 100%
}

input, button, textarea, select {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol, ul {
    list-style: none
}

:link, :visited, ins {
    text-decoration: none
}

html, body {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    color: #333;
    background: #fff;
    height: 100%;
}

button, input, select, textarea, th {
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun";
}

input[type="submit"], input[type="reset"], input[type="password"], input[type="button"], input[type="text"], button {
    -webkit-appearance: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html {
    font-size: 100px;
}

body {
    font-size: .24rem;
    background: #b2dcf5 !important;
    position: relative;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 568px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.scroll-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    transition: all .4s;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    z-index: 10001;
    border: none;
    background: #fff;
}

.scroll-top img {
    width: 100%;
    height: 100%;
}

.background-search {
    background: #75c3fa!important;
}

.back-search-1 {
    background: #35d6ff!important;
}

.hide {
    display: none;
}

ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.logo {
    display: flex;
}

.menu-content {
    padding: 20px 10px;
    background: #fff;
    border-radius: 0 0 30px 30px;
}

.header {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: #fff;
}

header .logo img {
    width: 160px;
}

.header .menu {
    width: 0.3rem;
    height: 0.3rem;
}

.header .menu img {
    width: 100%;
    height: 100%;
}

.game-path a {
    color: #d5d5d5;
}

footer {
    padding: 20px 0;
    background: #333333;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border-radius: 30px 30px 0 0;
}

footer p {
    text-align: center;
    line-height: 0.48rem;
    color: #666666;
    font-size: 16px;
    margin: auto;
}

footer p a {
    color: #666666;
}

.app-nav {
    position: relative;
    overflow: hidden;
}

.app-nav > p {
    font-size: .36rem;
    color: #333;
    line-height: .36rem;
    font-weight: 600;
    margin-left: .4rem;
    margin-top: .32rem;
    margin-bottom: .3rem;
}

.app-nav ul {
    overflow: hidden;
}

.app-nav ul li {
    background: #fed6e1;
    border: .01rem solid #fed6e1;
    border-radius: .2rem;
    position: relative;
    padding: 5px 10px;
}

.app-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.app-nav ul li .info {
    position: relative;
    z-index: 4;
    font-size: 18px;
    font-weight: bold;
}

.app-nav ul li p {
    font-size: .24rem;
    color: #000;
}

.app-nav ul li:nth-child(2), .app-nav ul li:nth-child(6), .app-nav ul li:nth-child(10), .app-nav ul li:nth-child(15) {
    background: #EFFEFF;
}

.app-nav ul li:nth-child(3), .app-nav ul li:nth-child(8), .app-nav ul li:nth-child(11), .app-nav ul li:nth-child(12), .app-nav ul li:nth-child(17) {
    background: #f6faff;
}

.app-nav ul li:nth-child(4), .app-nav ul li:nth-child(7) {
    background: #fffaf2;
}

.app-nav ul li:nth-child(5), .app-nav ul li:nth-child(9), .app-nav ul li:nth-child(13), .app-nav ul li:nth-child(16) {
    background: #fffaf9;
}

.app-nav ul.game-nav li:nth-child(2), .app-nav ul.game-nav li:nth-child(6), .app-nav ul.game-nav li:nth-child(8), .app-nav ul.game-nav li:nth-child(15) {
    background: #f6faff;
}

.app-nav ul.game-nav li:nth-child(3), .app-nav ul.game-nav li:nth-child(4), .app-nav ul.game-nav li:nth-child(10), .app-nav ul.game-nav li:nth-child(12) {
    background: #fbeacf;
}

.app-nav ul.game-nav li:nth-child(5), .app-nav ul.game-nav li:nth-child(9), .app-nav ul.game-nav li:nth-child(13), .app-nav ul.game-nav li:nth-child(16) {
    background: #fffaf9;
}

.app-nav ul.game-nav li:nth-child(7), .app-nav ul.game-nav li:nth-child(11) {
    background: #effeff;
}

.tab-nav {
    display: flex;
}

.tab-nav span {
    display: block;
    border-radius: .1rem;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 10px 15px;
    position: relative;
}

.tab-nav span:nth-child(1) {
    background: #ff6135;
}

.tab-nav span:nth-child(2) {
    background: #ffcf5c;
}

.tab-nav span:nth-child(3) {
    background: #5ce8ff;
    margin-right: 0;
}

.tab-nav span i {
    width: 1.71rem;
    height: .09rem;
    display: block;
    background-position: -.06rem -5.61rem;
    position: absolute;
    top: .29rem;
    left: .19rem;
}

.tab-nav span:nth-child(2).current {
    background-position: -2.37rem -5.8rem;
}

.tab-nav span:nth-child(3).current {
    background-position: -4.81rem -5.8rem;
}

.tab-nav span.current i {
    top: .43rem;
}

.index-main {
    background: #fff;
    margin: 20px 0;
    border-radius: .2rem;
}

.index-main ul {
    padding: 20px 10px;
}

.index-main ul li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.index-main ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.index-main ul li:nth-last-child(1) .info {
    border-bottom-right-radius: .2rem;
    border: none;
}

.index-main ul li i {
    position: absolute;
    top: .3rem;
    left: .2rem;
    width: .51rem;
    height: .43rem;
    background-position: -7.37rem -4.42rem;
    color: #fff;
    font-size: .22rem;
    font-weight: 600;
    text-indent: .6em;
}

.index-main ul li img {
    display: block;
    width: 20%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    margin-right: 10px;
    flex: 2;
}

.index-main ul li .info {
    flex: 6;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-main ul li .info p:nth-child(1) {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.index-main ul li .info p:nth-child(2) {
    font-size: 16px;
    color: #9F9FA4;
    font-weight: bold;
    margin-top: 10px;
}

.index-main ul li .info p:nth-child(3) {
    font-size: .22rem;
    color: #9F9FA4;
    margin-top: .18rem;
    line-height: .24rem;
}

.index-main ul li span {
    display: block;
    background: linear-gradient(-90deg, #FED100, #FEB900);
    color: #fff;
    border-radius: .25rem;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
    flex: 2;
    height: fit-content;
    padding: 5px 10px;
}

.index1 {
    background: #d7ffdd;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 .06rem .15rem 0 rgba(102, 102, 102, 0.1);
    overflow: hidden;
    padding: 20px 10px;
    margin-top: 75px;
}

.index1_b {

}

.index1_b > p {
    position: absolute;
    font-size: .3rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    top: .46rem;
    left: .24rem;
    width: .3rem;
}


.index1_b ul li {
    overflow: hidden;
}

.index1_b ul li:nth-child(4) {
    margin-right: 0;
}

.index1_b ul li img {
    display: block;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.index1_b ul li p {
    position: relative;
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index2 {
    overflow: hidden;
    border-radius: 30px;
    padding: 20px 10px;
    background: #fae775;
}

.index-title {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-title p {
    font-size: .24rem;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.index-title span {
    font-size: 30px;
    color: #ffffff7a;
    font-weight: 600;
    position: absolute;
    left: .2rem;
    top: -.1rem;
}

.index-title em {
    width: 1.94rem;
    height: .28rem;
    display: block;
    background: linear-gradient(-90deg, #e6e6e6, #fff);
    border-radius: .14rem;
    position: absolute;
    left: .17rem;
    top: .18rem;
}

.index-title a {
    font-size: .16rem;
    color: #ff9900;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.index2 ul li {

}

.index2 ul li:nth-child(4n) {
    margin-right: 0;
}

.index2 ul li:nth-child(n+5) {
    margin-bottom: 0;
}

.index2 ul li img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
}

.index2 ul li p {
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: bold;
}

.index2 ul li span {
    display: block;
    margin: 0 auto;
    background: linear-gradient(-90deg, #FED100, #FEB900);
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    border-radius: .25rem;
}

.index3 {
    background: #ff9797;
    overflow: hidden;
    border-radius: 30px;
    padding: 20px 10px;
}

.index3 .app-nav {
    margin-top: 20px;
}

.index7 {
    background: #fa8775;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 30px;
}

.index7 .index-main {
    overflow: hidden;
}

.index7 .tab-nav p:nth-child(1) {
    background: #ff6135;
}

.index7 .tab-nav p:nth-child(2) {
    background: #ffcf5c;
}

.index7 .tab-nav p:nth-child(3) {
    background: #5ce8ff;
    margin-right: 0;
}

.index8 {
    box-shadow: 0 .06rem .15rem 0 rgba(102, 102, 102, 0.1);
    overflow: hidden;
    border-radius: 30px;
    padding: 20px 10px;
    background: #77c8f7;
}

.index8 ul {
    overflow: hidden;
}

.index8 ul li a {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

.index8 ul li a img {
    flex: 2;
    border-radius: 0.1rem;
    margin-right: 10px;
    width: 40%;
    aspect-ratio: 4 / 2.25;
}

.index8 ul li a div {
    flex: 3;
}

.index8 ul li:last-child a div {
    border-bottom: none;
}

.index8 ul li a div > p:nth-child(1) {
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.index8 ul li a div > p:nth-child(2) {
    color: #e4e3e3;
    font-size: 16px;
    overflow: hidden;
}

.index8 ul li a div > p:nth-child(2) span {
    margin-left: 0.3rem;
}

.index8 > a {
    width: 5.9rem;
    height: .62rem;
    line-height: .62rem;
    border: .02rem dashed rgba(255, 186, 37, .8);
    display: block;
    margin: .3rem auto .55rem;
    border-radius: .33rem;
    text-align: center;
    color: #FFBA25;
    font-size: .26rem;
}

.main-game {
    position: relative;
    padding: 0 10px 30px;
    color: #fff;
    background: #fff;
    z-index: 1000;
}

.main-game > p {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.main-game > span {
    position: absolute;
    width: 1.94rem;
    height: .28rem;
    display: block;
    background: linear-gradient(-90deg, #e6e6e6, #fff);
    border-radius: .14rem;
    position: absolute;
    left: .17rem;
    top: .2rem;
}

.main-game ul {
    margin: 20px 0 0;
}

.main-game ul li {
    position: relative;
    border: .01rem solid #a9a0a0;
    padding: 5px 10px;
    border-radius: .26rem;
    background: #fff;
}

.main-game ul li:nth-child(4n) {
    margin-right: 0;
}

.main-game ul li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.search-content {
    padding: 30px 10px;
    border-top: 1px dashed #9c9898;
    position: relative;
}

.search-content form {
    display: flex;
    align-items: center;
}

.search-input {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #333;
    outline: none;
    padding: 0 50px 0 20px;
    background: #dcdcdc;
    font-size: 16px;
}

.search-btn {
    position: absolute;
    right: 30px;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}

.search-btn img {
    width: 100%;
    height: 100%;
}


.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.footer-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.footer-item a {
    color: #9d9d9d;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width: 568px) {
    header {
        width: 568px;
    }
}

.index-game {
    border-radius: 0 0 30px 30px;
    background: #64bfff;
    padding: 20px;
}

.game-path {
    color: #d5d5d5;
    display: flex;
    line-height: 1;
    gap: 5px;
    align-items: center;
}

.game-path a, .game-path p {
    font-size: 14px;
}

.game-info {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 20px;
}

.game-icon {
    flex: 2;
    width: 30%;
}

.game-icon img {
    width: 100%;
    aspect-ratio: 1/1;
}

.game-text {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.game-title {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

.game-type b {
    font-size: 14px;
    font-weight: bold;
    color: #d5d5d5;
}

.game-type {
    font-size: 14px;
    color: #fff;
}

.game-play {
    display: block;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    width: 80%;
    border-radius: 50px;
    background: #1eb81e;
    padding: 5px;
}

.game-desc {
    border-radius: 30px;
    padding: 20px 10px;
    background: #c3e6ff;
}

.game-desc h2 {
    font-weight: bold;
    font-size: 28px;
    margin: 10px 0 20px;
}

.detail-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #686868;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc_btn {
    background: #24a1de;
    padding: 5px 10px;
    border-radius: 50px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}
