<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
    width: 100%;
 
    margin: 0 auto;
}
.title {    padding: .3rem;}
 .bg {
	background: #fff;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex_grow {
	-webkit-box-flex: 1.0;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.title {
	padding: .3rem;
}

.title h3 {
	height: 2.0rem;
	line-height: 2.0rem;
	border-left: .5rem solid #19b955;
	font-size: 1.05rem;
	color: #000;
	padding-left: .72rem;
	font-weight: 700;
}

.title .more {
	color: #666;
	font-size: .24rem;
}

.recommend_game ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend_game li {
	width: 20%;
	text-align: center;
	margin-bottom: .53rem;
	text-align: center;
}

.recommend_game li a {
	display: block;
}
.recommend_game li a:hover {
	color: #FBB401;
}
.recommend_game li img {
	display: block;
	width: 3.24rem;
	height: 3.24rem;
	border-radius: .24rem;
	margin: 0 auto;
}

.recommend_game li p {
	color: #999;
	font-size: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_game li .name {
	height: .995rem;
	line-height: .995rem;
	color: #333;
	font-size: .628rem;
}

.recommend_game li .btn {
	display: block;
	width: 3.22rem;
	height: .758rem;
	line-height: .758rem;
	margin: .2rem auto 0 auto;
	border: .02rem solid #19b955;
	border-radius: .25rem;
	color: #19b955;
	font-size: .63rem;
}</pre></body></html>