.navbar {
    padding: 0 !important;
}
.navbar ul {
    width: 7.5rem;
    height: 0.9rem;
    background: #F04040;
    padding-left: 0.3rem;
}



.rank {
    padding: 0 .3rem;
}

/* 排行榜 */
.rankTypes {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-top: 0.28rem;
    margin-bottom: 0.3rem;
}
.rankTypes p {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 2.14rem;
    height: 0.78rem;
	font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.24rem;
}
.rankTypes p:nth-child(1) {
    background: url('/kaifamei/images/rank1.png') center no-repeat;
    background-size: 100%;
}
.rankTypes p:nth-child(2) {
    background: url('/kaifamei/images/rank2.png') center no-repeat;
    background-size: 100%;
}
.rankTypes p:nth-child(3) {
    background: url('/kaifamei/images/rank3.png') center no-repeat;
    background-size: 100%;
    margin-right: 0;
}
.rankTypeColor {
	font-size: .16rem !important;
	font-weight: bold !important;
	margin-right: .22rem !important;
}
.ranksList {
    display: none;
}
.ranksListShow {
    display: block;
}
.ranksListContent {
	min-height: 3.2rem;
}
.ranksList .gameDownloadList {
    width: 100%;
}
.ranksList .tuijianGameList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.4rem;
	margin-bottom: .3rem;
}
.ranksList .tuijianGameListLeft {
	display: flex;
	align-items: center;
	height: 1.4rem;
}
.ranksList .gameDownloadList .tuijianGameListLeft p {
    display: flex;
	justify-content: center;
    align-items: center;
    width: 0.38rem;
    height: 0.38rem;
    background: #D8D8D8;
    border-radius: 50%;
	font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
	margin-right: .2rem;
}
.ranksList .ranksListContent a:nth-child(1) .tuijianGameListLeft p {
    background: #F04040;
}
.ranksList .ranksListContent a:nth-child(2) .tuijianGameListLeft p {
    background: #FF5A00;
}
.ranksList .ranksListContent a:nth-child(3) .tuijianGameListLeft p {
    background: #FF9B19;
}




.ranksList .tuijianGameListLeft img {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.3rem;
}
.ranksList .tuijianGameListRight {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.4rem;
	margin-left: .4rem;
}
.ranksList .tuijianGameListRight div {
	height: 1.4rem;
}
.ranksList .tuijianGameListRight div p:nth-child(1) {
	font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.ranksList .tuijianGameListRight div p:nth-child(2),
.ranksList .tuijianGameListRight div p:nth-child(3) {
	width: 3rem;
	font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.1rem;
    margin-bottom: 0.14rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ranksList .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: 0.1rem;
}
























