.gamelist-wrap__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-top: 55px
}

@media screen and (min-width: 760px){
    .gamelist-wrap__list {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        margin: 2rem;
    }

    .gamelist-wrap__list__item {
        width: 100%;
    }
}

@media screen and (max-width: 760px){
    .gamelist-wrap__list__item {
        width: 33.3%;
    }
}

.gamelist-wrap__list__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    /*margin: 12px 0;*/
    /*width: 33.3%;*/
    text-align: center;
    margin-top: 1rem;
}


.gamelist-wrap__list__item .poster {
    border-radius: 12px;
    cursor: pointer;
    height: 88px;
    overflow: hidden;
    position: relative;
    width: 88px
}

.gamelist-wrap__list__item .poster .ad {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    position: absolute;
    right: 4px;
    top: 4px
}

.gamelist-wrap__list__item .poster img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.gamelist-wrap__list__item .description,
.gamelist-wrap__list__item .title {
    cursor: pointer;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 88px*/
}

.gamelist-wrap__list__item .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.gamelist-wrap__list__item .title a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%
}

.gamelist-wrap__list__item .description {
    color: #666;
    font-size: 12px
}

.gamelist-wrap__list__item--has-extra {
    padding-bottom: 34px;
    position: relative
}

.gamelist__extra {
    bottom: 0;
    margin-top: 6px;
    position: absolute;
    text-align: center
}

.ranking-list {
    margin: 0;
    padding: 0
}

.ranking-list__item {
    align-items: center;
    display: flex;
    padding: 0 16px 0 10px
}

.ranking-list__item__num {
    color: #333;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 26px
}

.ranking-list__item__gamecard {
    flex: 1 1
}

.ranking-list__item__gamecard.over {
    padding: 12px 0
}

.ranking-morelist__breadcrumb.over {
    padding: 0 16px 0 0
}

.ranking-morelist .gamelist__extra--button {
    margin-left: 10px
}

.ranking-list {
    margin: 0;
    padding: 0
}

.ranking-list__item {
    align-items: center;
    display: flex;
    padding: 0 16px 0 10px
}

.ranking-list__item__num {
    color: #333;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 26px
}

.ranking-list__item__gamecard {
    flex: 1 1
}

.ranking-list__item__gamecard.over {
    padding: 12px 0
}

.ranking-list {
    padding-top: 40px
}

.ranking-list .gamelist__extra--button {
    margin-left: 10px
}
