<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    padding: 0 !important;
}
.navbar ul {
    width: 7.5rem;
    height: 0.9rem;
    background: #F04040;
    padding-left: 0.3rem;
}

.mg_con {
    margin-top: 0.4rem;
    padding: 0 .3rem;
}

.info_con_tabs {
    display: flex;
    flex-wrap: wrap;
    height: 1.8rem;
    overflow: hidden;
}

.info_con_tabs a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.48rem;
    height: 0.6rem;
    background: #ECECEC;
    border-radius: 0.1rem;
    margin-right: 0.32rem;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.info_con_tabs a:nth-child(4n) {
    margin-right: 0;
}

.info_con_tabs a.current {
   background: #F04040;
   color: #FFFFFF
}





.tuijianGameList {
    flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: .7rem; */
	margin-bottom: .3rem;
	margin-right: 0;
}
.list {
	display: flex;
}
.list a {
    width: 100%;
}
.list img {
	width: 1.4rem;
    height: 1.4rem;
	/* border-radius: .15rem; */
}
.tuijianGameListRight {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 1.4rem;
	margin-left: .4rem;
}
.tuijianGameListRight div {
    width: 3.56rem;
    height: 1.4rem;
}
.tuijianGameListRight div p:nth-child(1) {
	font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 0.1rem;
}
.tuijianGameListRight div p:nth-child(2),.tuijianGameListRight div p:nth-child(3) {
	font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
}
.tuijianGameListRight button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.92rem;
    height: 0.46rem;
    background: #F04040;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
	border-radius: .1rem;
}

.paging {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 0.3rem;
}
.paging div {
	font-size: .28rem;
	color: #666666;
}
.page_num {
	margin: 0 .2rem;
    font-size: .28rem;
    width: .5rem;
    height: .5rem;
    background: #F04040;
    line-height: 0.5rem;
    text-align: center;
}
.page_num div {
	color: #fff;
}</pre></body></html>