.game_info {
    width: 100%;
    display: flex
}

.game_info .name_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Microsoft YaHei,微软雅黑;
    /*font-size: .75rem;*/
    width: 58%
}

.game_info .name_info .players {
    margin: .3rem 0
}

.game_info .name_info .my_star {
    font-size: 1rem;
    display: flex
}

.game_info .name_info .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.play_btn{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background-color: forestgreen;
    border-radius: .75rem;
    /*margin-top: 1rem;*/
    font-size: .8476821192rem
}

.press{
    border-radius: .95rem;
    outline: 1px auto -webkit-focus-ring-color;
    border: 1px solid #fff;
    color: #fff
}

.desc {
    position: relative;
    padding: .75rem;
    padding-bottom: 14px;
    margin: .7rem auto 0;
    border-radius: .3125rem;
    box-shadow: 0 .1875rem .5rem 0 rgba(31,31,31,.4);
    color: #fff;
    background-color: rgba(51,51,51,.2);
    padding-bottom: 0
}

.desc>p {
    overflow: hidden;
    display: -webkit-box;
    margin: 0;
    font-size: .8rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.desc>div {
    text-align: right
}

.desc .more {
    -webkit-line-clamp: 99999!important
}

.detail {
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 4.25rem 1rem .5rem
}

.detail .game_show_box {
    margin: 0 auto;
    margin-top: .3rem
}

.detail .game_show_box>div {
    text-align: center;
    font-size: .5rem
}

.detail .similar_game {
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding-bottom: 2rem
}

.detail .similar_game .similar_list {
    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 {
    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 {
    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 {*/
/*    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 {
    margin: 5px;
    font-weight: 900;
    font-size: .85rem
}

.info_filter {
    width: 100%;
    height: 12rem;
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.info_filter>img {
    -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 {  
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.game_info>img {
    display: block;
    /*width: 4.875rem;*/
    /*height: 4.875rem;*/
    /*border-radius: 1rem;*/
    margin-right: 1.5rem;
    border: 1px solid #fff;
}

@media screen and (max-width: 2560px) {
    .game_info img {
        width: 2.5rem;
        height: 1.5rem;
        border-radius: .1rem;
    }

    .game_info>img {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: .2rem;
    }

    .game_info .name_info {
        font-size: .5rem;
        margin-bottom: 1.5rem;
    }

    .detail .similar_game .similar_list {
        grid-template-columns: repeat(6,minmax(0, 1fr));
    }

    .detail .similar_game .similar_list .sim_game_item>span{
        font-size: .4rem;
    }

    .detail .similar_game .similar_list .sim_game_item {
        width: 2.0rem;
        height: 2.0rem;
    }

}

@media screen and (max-width: 768px) {
    .game_info img {
        width: 4.875rem;
        height: 4.875rem;
        border-radius: 1rem;
    }

    .game_info>img {
        width: 4.875rem;
        height: 4.875rem;
        border-radius: 1rem;
    }

    .game_info .name_info {
        font-size: .75rem;
    }

    .detail .similar_game .similar_list {
        grid-template-columns: repeat(3,4.875rem);
    }

    .detail .similar_game .similar_list .sim_game_item>span{
        font-size: .7rem;
    }

    .detail .similar_game .similar_list .sim_game_item {
        width: 4.875rem;
        height: 4.875rem;
    }

}

@media screen and (min-width: 768px) {
    .game_info>img {
        margin-bottom: 2.5rem;
    }
}

.game_info>span {
    margin-top: 1rem
}

.categorys,.score {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .8476821192rem
}

.categorys>p,.score>p {
    margin-right: 5px
}

.categorys .c {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    height: 3rem
}

.categorys .c>span {
    padding: 2px .5rem;
    border: 1px solid #fff;
    margin-right: 8px;
    border-radius: 5px
}

.van-icon {
    font-size: 1.059602649rem
}

.detail {
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 4.25rem 1rem .5rem
}

.detail .game_show_box {
    margin: 0 auto;
    margin-top: .3rem
}

.detail .game_show_box>div {
    text-align: center;
    font-size: .5rem
}

.detail .similar_game {
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding-bottom: 2rem
}

.detail .similar_game .similar_list .sim_game_item>img {
    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 {
    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 {
    margin: 5px;
    font-weight: 900;
    font-size: .85rem
}

* {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}

.tr {
    border-bottom: 1px solid #000
}

body,html {
    padding: 0;
    margin: 0;
    /*max-width: 800px;*/
    margin: 0 auto;
    font-family: -apple-system,Helvetica,sans-serif;
    color: #fff
}

#detail,body,html {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

#detail {
    font-size: 16px
}

a {
    text-decoration: none;
    color: #fff;
    display: block
}

a,a .game_icon {
    width: 100%;
    height: 100%
}
