html, body, #wrapper{
	height:100%;
}

#wrapper{
	background-color: #000000;
}

.main-content{
	background-color: #000000;
}

.game-list{
	padding: 0.3rem 0.3rem;
	display: flex;
    flex-wrap: wrap;
}

.game-list .item{
    margin-bottom: 0.3rem;
    cursor: pointer;
	position: relative;
}

.game-list .item .mask-txt {
    font-size: .2rem;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0%;
    background-color: rgba(0,0,0,.6);
    padding: 0.05rem 0;
	text-align: center;
}

.game-list .item .mask-txt.gs-close, .game-list .item .mask-txt.gs-maintain{
	color:#fff;
}

.game-list .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.6);
}

.game-list .item .img{
	width:100%;
	height:100%;
	display: block;
}

.game-list .item_v1{
	width: 6.92rem;
	height: 2.4rem;
}

.game-list .item_v2{
	width: 3.3rem;
	height: 2.4rem;
}

.game-list .item_v2.right{
	margin-left: .3rem;
}
