﻿.main-content .mescroll {
    width: 100%;
    left: 0;
}

.game-list {
    margin: .3rem auto 0;
    width: 5.88rem;
}

.game {
    position: relative;
    margin-bottom: .3rem;
    height: 1.75rem;
}

.game-info {
    position: relative;
    width: 1.15rem;
    font-size: 0;
}

.game-img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .14rem;
    font-size: .15rem;
}

.tag {
    position: absolute;
    top: -.15rem;
    right: -.28rem;
    width: .42rem;
    height: .42rem;
    /* border-radius: 50%; */
}

.game-name {
    margin-top: .1rem;
    width: 1.3rem;
    text-align: center;
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introduction {
    position: absolute;
    top: 0;
    right: 0;
}

.text {
    padding-top: .02rem;
    width: 3.67rem;
    height: .72rem;
    font-size: .22rem;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
}

.links {
    position: absolute;
    right: 0;
    margin-top: .32rem;
    font-size: 0;
}

.links a {
    display: inline-block;
    width: 1.4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
    text-align: center;
    color: #FFF;
    border-radius: .14rem;
}

.links .gift {
    margin-right: .14rem;
    background:#7D7D7D;
}

.links .website {
    background: rgba(38,169,237,1);
}