/* GAME¶ÀÁ¢ÑùÊ½ */
.tspage{
    background-color: #fff !important;
}
.tspage .tsp_count,#tsp_change{
    display: none;
}
.subTitle {
    padding: 0 .3rem .12rem;
    line-height: .32rem;
    font-size: .3rem;
    color: #333;
    font-weight: bold;
}

.recommendList {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.3rem;
    overflow-x: auto;
    margin-top: .16rem;
    padding-bottom: .32rem;
}

.recommendList::-webkit-scrollbar {
    display: none;
}

.recommendList a {
    display: block;
    background: #ffffff;
    margin-right: .2rem;
    border-radius: .12rem .12rem 0 0;
    width: 3.01rem;
    min-width: 3.01rem;
}

.recommendList a:last-child {
    margin-right: 0;
}

.recommendList a > div {
    font-size: .22rem;
    color: #222529;
    line-height: .67rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.recommendList a > div svg {
    width: .24rem;
    height: .24rem;
    margin-left: .05rem;
    position: relative;
    top: .02rem;
}

.recommendList a img {
    width: 100%;
    height: 1.8rem;
    object-fit: cover;
}

.categoryBox {
    background: #ffffff;
    border-radius: .16rem;
    padding: .3rem .2rem;
    width: calc(100% - .6rem);
    margin: 0 auto;
    margin-bottom: .4rem;
}

.categoryBox .category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + .135rem);
}

.categoryBox .category a {
    display: block;
    margin: 0 .135rem .21rem 0;
    width: calc(33% - 0.135rem);
    line-height: .63rem;
    border-radius: .31rem;
    font-size: .28rem;
    color: #333;
    text-align: center;
    background: #F6F7F9;
}

.categoryBox .category a.active {
    background: #3CDFAD;
    color: #ffffff;
}

.categoryBox .category span {
    display: block;
    margin: 0 .135rem .21rem 0;
    width: 2.07rem;
    line-height: .63rem;
    border-radius: .31rem;
    font-size: .28rem;
    text-align: center;
    color: #3CDFAD;
    border: 1px solid #3CDFAD;
}

.line {
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    margin: .32rem 0;
}

.pageList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - .2rem);
    margin: 0.2rem auto;
}

.pageList a {
    height: .58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .26rem;
    color: #94979B;
    background-color: #F6F6F6;
    border-radius: .06rem;
    padding: 0.08rem .22rem;
}

.pageList a.active {
    background-color: #3CDFAD;
    color: #ffffff;
}

.pageList a svg {
    width: .2rem;
    height: .2rem;
    fill: #94979B;
}
