@font-face {
    font-family: "ComicSimple";
    src: url(../fonts/comic_simple.ff9243a.ttf) format("truetype");
    font-display: swap;
}

.game_info[data-v-5f763426] {
    width: 100%;
    display: flex
}

.game_info>img[data-v-5f763426] {
    display: block;
    width: 4.875rem;
    height: 4.875rem;
    border-radius: 1rem;
    margin-right: 1.5rem
}

.game_info .name_info[data-v-5f763426] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: .75rem;
    width: 58%
}

.game_info .name_info .players[data-v-5f763426] {
    margin: .3rem 0
}

.game_info .name_info .my_star[data-v-5f763426] {
    font-size: 1rem;
    display: flex
}

.game_info .name_info .name[data-v-5f763426] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.play_btn[data-v-874420b0] {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background-color: #ea3397;
    border-radius: .75rem;
    margin-top: 1rem;
    font-size: .8476821192rem
}

.press[data-v-874420b0] {
    border-radius: .95rem;
    outline: 1px auto -webkit-focus-ring-color;
    border: 1px solid #fff;
    color: #fff
}

.desc[data-v-b18e5a14] {
    position: relative;
    padding: .75rem;
    padding-bottom: 14px;
    margin: .7rem auto 0;
    border-radius: .3125rem;
    background: linear-gradient(180deg,hsla(0,0%,100%,.77),hsla(0,0%,100%,.27));
    padding-bottom: .75rem
}

.desc>p[data-v-b18e5a14] {
    overflow: hidden;
    display: -webkit-box;
    margin: 0;
    font-size: .7466666667rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.desc>div[data-v-b18e5a14] {
    color: #2d9afa;
    text-align: right
}

.desc .more[data-v-b18e5a14] {
    -webkit-line-clamp: 99999!important
}

.detail[data-v-ac848710] {
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 0.5rem 1rem .5rem
}

.detail .game_show_box[data-v-ac848710] {
    margin: 0 auto;
    margin-top: .3rem
}

.detail .game_show_box>div[data-v-ac848710] {
    text-align: center;
    font-size: .5rem
}

.detail .similar_game[data-v-ac848710] {
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding-bottom: 2rem
}

.detail .similar_game .similar_list[data-v-ac848710] {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(3,4.875rem);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem
}

.detail .similar_game .similar_list .sim_game_item[data-v-ac848710] {
    border-radius: 1rem;
    box-sizing: border-box;
    width: 4.875rem;
    height: 4.875rem;
    margin-bottom: .5rem
}

.detail .similar_game .similar_list .sim_game_item>img[data-v-ac848710] {
    width: 4.875rem;
    height: 4.875rem;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 1px solid #fff
}

.detail .similar_game .similar_list .sim_game_item>span[data-v-ac848710] {
    display: inline-block;
    font-size: .7rem;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    -webkit-text-emphasis: inherit;
    text-emphasis: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.detail .similar_game .title[data-v-ac848710] {
    margin: 5px;
    font-weight: 900;
    font-size: .85rem
}

.info_filter[data-v-df1a7cd2] {
    width: 100%;
    height: 12rem;
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.info_filter>img[data-v-df1a7cd2] {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(20px)
}

.game_info[data-v-df1a7cd2] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.game_info>img[data-v-df1a7cd2] {
    display: block;
    width: 4.875rem;
    height: 4.875rem;
    border-radius: 1rem;
    border: 1px solid #fff
}

.game_info>span[data-v-df1a7cd2] {
    margin-top: 1rem
}

.categorys[data-v-f43a11ec],.score[data-v-f43a11ec] {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .8476821192rem
}

.categorys>p[data-v-f43a11ec],.score>p[data-v-f43a11ec] {
    margin-right: 5px
}

.categorys .c[data-v-f43a11ec] {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    height: 3rem
}

.categorys .c>span[data-v-f43a11ec] {
    padding: 2px .5rem;
    border: 1px solid #fff;
    margin-right: 8px;
    border-radius: 5px
}

.van-icon[data-v-f43a11ec] {
    font-size: 1.059602649rem
}

.detail[data-v-ad8d321a] {
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 0.5rem 1rem .5rem
}

.detail .game_show_box[data-v-ad8d321a] {
    margin: 0 auto;
    margin-top: .3rem
}

.detail .game_show_box>div[data-v-ad8d321a] {
    text-align: center;
    font-size: .5rem
}

.detail .similar_game[data-v-ad8d321a] {
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding-bottom: 2rem
}

.detail .similar_game .similar_list[data-v-ad8d321a] {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(3,4.875rem);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem
}

.detail .similar_game .similar_list .sim_game_item[data-v-ad8d321a] {
    border-radius: 1rem;
    box-sizing: border-box;
    width: 4.875rem;
    height: 4.875rem;
    margin-bottom: .5rem
}

.detail .similar_game .similar_list .sim_game_item>img[data-v-ad8d321a] {
    width: 4.875rem;
    height: 4.875rem;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 1px solid #fff
}

.detail .similar_game .similar_list .sim_game_item>span[data-v-ad8d321a] {
    display: inline-block;
    font-size: .7rem;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    -webkit-text-emphasis: inherit;
    text-emphasis: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.detail .similar_game .title[data-v-ad8d321a] {
    margin: 5px;
    font-weight: 900;
    font-size: .85rem
}

.play[data-v-1ad5ccb2] {
    text-align: center;
    color: #fff;
    font-size: .747rem;
    width: 5.587rem;
    height: 1.533rem;
    opacity: 1;
    border-radius: 20px;
    line-height: 1.533rem;
    background: linear-gradient(60deg, #0d6964 0%, #50c9c3 100%);
    animation: .89s ease-in-out 0s infinite normal none running scales;
    font-weight: 800
}

@keyframes scales {
    0%, 100% {
        transform: scale(1);
    }

    25%, 75% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes scales {
    0%, 100% {
        transform: scale(1)
    }

    25%, 75% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1.2)
    }
}

.game_info_3[data-v-0005740e] {
    min-height: 10rem;
    margin-bottom: -.5rem
}

.game_info[data-v-0005740e] {
    position: relative
}

.game_info>img[data-v-0005740e] {
    display: block;
    width: 100%;
    height: 9.067rem;
    border-radius: .427rem;
    margin-bottom: .8rem
}

.game_info .game_name[data-v-0005740e] {
    display: block;
    /* position: absolute; */
    top: 4.1rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .8533333333rem;
    font-weight: 800;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
}

.game_info .play_btn[data-v-0005740e] {
    /* position: absolute; */
    top: 6.1rem;
    /* display: flex; */
    margin: 0 auto;
    margin-top: .7rem;
    left: calc(50% - 2.8rem)
}

.game_info .name_info[data-v-0005740e] {
    display: flex;
    justify-content: space-between;
    height: 1.44rem;
    line-height: 1.44rem;
    margin-bottom: .86rem
}

.game_info .name_info .name[data-v-0005740e] {
    font-size: .8rem;
    font-weight: 700;
    color: #333;
    font-weight: 800
}

.game_info .name_info .my_star[data-v-0005740e] {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzI2LjQ2OSIgeTE9IjI3NyIgeDI9IjMyNi40NjkiIHkyPSIyNTUuMDIyIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIuNTU3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9Ii44ODIiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yOTcgMjYyYTggOCAwIDAxOC04aDQxYTggOCAwIDAxOCA4djdhOCA4IDAgMDEtOCA4aC00MWE4IDggMCAwMS04LTh2LTd6IiBmaWxsPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3IC0yNTQpIi8+PC9zdmc+");
    background-size: 100% 100%;
    width: 3.2rem;
    text-align: center;
    color: #fff
}

.game_info .name_info .my_star>span[data-v-0005740e] {
    margin-left: .267rem;
    font-size: .747rem
}

.desc[data-v-0005740e] {
    font-size: .587rem;
    font-weight: 700;
    line-height: 15.93px;
    color: #8e8e8e
}

.line[data-v-0005740e] {
    width: 1000%;
    border: 1px solid hsla(0,0%,47.5%,.13);
    position: absolute;
    margin: 1rem 0 1rem -2rem
}

.score[data-v-26e3f8a5] {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    padding: .5rem .267rem;
    border-radius: .267rem;
    font-size: .8rem;
    font-weight: 800
}

.my_star[data-v-26e3f8a5] {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzI2LjQ2OSIgeTE9IjI3NyIgeDI9IjMyNi40NjkiIHkyPSIyNTUuMDIyIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIuNTU3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9Ii44ODIiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yOTcgMjYyYTggOCAwIDAxOC04aDQxYTggOCAwIDAxOCA4djdhOCA4IDAgMDEtOCA4aC00MWE4IDggMCAwMS04LTh2LTd6IiBmaWxsPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3IC0yNTQpIi8+PC9zdmc+");
    background-size: 100% 100%;
    text-align: center;
    padding: .23rem .567rem;
    color: #fff;
    font-size: .64rem
}

.my_star>span[data-v-26e3f8a5] {
    margin-left: .427rem
}

.detail[data-v-d0b953e2] {
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 0.5rem 1rem .5rem
}

.detail .game_show_box[data-v-d0b953e2] {
    margin: 0 auto;
    margin-top: .3rem
}

.detail .game_show_box>div[data-v-d0b953e2] {
    text-align: center;
    font-size: .5rem
}

.detail .similar_game[data-v-d0b953e2] {
    box-sizing: border-box
}

.title[data-v-d0b953e2] {
    font-size: .8rem;
    margin: .267rem;
    color: #333;
    font-weight: 800
}

.similar_list[data-v-d0b953e2] {
    padding: .4rem 0;
    display: grid;
    grid-template-columns: repeat(4,4.05rem);
    grid-column-gap: .6rem;
    grid-row-gap: .6rem
}

.similar_list .sim_game_item[data-v-d0b953e2] {
    border-radius: 10px;
    box-sizing: border-box;
    width: 4.05rem;
    height: 4.05rem;
    position: relative
}

.similar_list .sim_game_item>img[data-v-d0b953e2] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.similar_list .sim_game_item>span[data-v-d0b953e2] {
    display: inline-block;
    font-size: .7rem;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    -webkit-text-emphasis: inherit;
    text-emphasis: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.my_star[data-v-d0b953e2] {
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzI2LjQ2OSIgeTE9IjI3NyIgeDI9IjMyNi40NjkiIHkyPSIyNTUuMDIyIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIuNTU3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9Ii44ODIiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yOTcgMjYyYTggOCAwIDAxOC04aDQxYTggOCAwIDAxOCA4djdhOCA4IDAgMDEtOCA4aC00MWE4IDggMCAwMS04LTh2LTd6IiBmaWxsPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3IC0yNTQpIi8+PC9zdmc+");
    background-size: 100% 100%;
    text-align: center;
    padding: .1rem .267rem;
    color: #fff;
    font-size: .64rem;
    bottom: .267rem;
    left: .267rem
}

.my_star>span[data-v-d0b953e2] {
    margin-left: .427rem
}

.more[data-v-d0b953e2] {
    margin-bottom: .8rem
}

.more .title[data-v-d0b953e2] {
    margin-bottom: .8rem;
    font-size: .8rem;
    margin: .267rem;
    color: #333;
    font-weight: 800
}

.more .more_list[data-v-d0b953e2] {
    display: flex;
    flex-wrap: wrap
}

.more .more_list>a[data-v-d0b953e2] {
    width: unset;
    padding: .427rem 1.067rem;
    border-radius: 1.067rem;
    margin: .32rem
}

* {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0
}

.tr {
    border-bottom: 1px solid #000
}

body,html {
    padding: 0;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
    font-family: "ComicSimple", Arial, sans-serif;
    background: #B8B1C4;
    color: var(--font-color-blank)

}

#detail,body,html {
    width: 100%;
    -webkit-overflow-scrolling: touch
}

#detail {
    height: 100%;
    font-size: 16px
}

a {
    text-decoration: none;
    color: #fff;
    display: block
}

a,a .game_icon {
    width: 100%;
    height: 100%
}
