.main{
	width: 100%;
}

.rank_classSilde{
	width: 92%;
	padding-left: 4%;
	margin: 0 auto;
	padding: 5px 0;
}
.swiper-container{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container .swiper-wrapper .swiper-slide{
	width: 73px;
	height: 25px;
	background-color: rgba(238,109,70,0.10);
	/* background: #ededed; */
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
	margin-right: 13px;
}
.swiper-container .swiper-wrapper .swiper-slideActive{
	border: 1px solid #ff6638;
	background-color: #FFFFFF;
}
.swiper-container .swiper-wrapper .swiper-slideActive a span{
	color: #ff6638;
}
.rank_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
}
.rank_topList{
	width: 92%;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	position: relative;
	height: 220px;
	margin: 0 auto;
	/*padding: 15px;*/
	box-sizing: border-box;
}
.rank_topList a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.rank_topList .game_bg{
    width: 100%;
    height: 220px;
    position: relative;
    border-radius: 10px;
}
.rank_topList .game_content{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    padding: 12px 16px 16px 12px;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 0 10px 10px;
}
.rank_topList .game_name{
    height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_topList .game_tag{
    padding: 0 5px 0 8px;
    height: 16px;
    margin: 5px 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(0,0,0,.5);
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: scale(.85);
    transform-origin: left;
    display: flex;
    align-items: center;
}
.rank_topList .game_tag img{
    width: 10px;
    height: 10px;
    margin-right: 3px;
}
.rank_topList .game_tag span{
    font-size: 12px;
    color: #FFFFFF;
}
.rank_list .game_type{
    display: flex;
    align-items: center;
}
.rank_list .game_type span{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.rank_bg{
	width: 100%;
	height: 191px;
	position: relative;
}
.rank_contentBox1{
	width: 33%;
	position: absolute;
	top: 0;
	left: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rank_contentBox1 a ,.rank_contentBox2 a , .rank_contentBox3 a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rank_number{
	font-size: 50px;
	font-family: DIN-MediumItalicAlt, DIN-MediumItalicAlt-Regular;
	font-weight: 400;
	color: #f02110;
	position: absolute;
	top: -6px;
	left: 12px;
	font-style: oblique;
}
.rank_content{
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
	/* margin-top: 42%; */
}
.rank_gameIcon{
	width: 57px;
	height: 56px;
	border-radius: 8px;
}
.rank_gameName{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 3px;
}
.rank_gameMain{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px 0;
}
.rank_gameType{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ffffff;
	margin-right: 5px;
}
.rank_gameScore{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ffffff;
}
.rank_download{
	width: 47px;
	height: 17px;
	line-height: 17px;
	background: #f65d2f;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-top: 3px;
}
.rank_contentBox2{
	width: 33%;
	position: absolute;
	top: 16px;
	left: 0%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rank_number2{
	font-size: 50px;
	font-family: DIN-MediumItalicAlt, DIN-MediumItalicAlt-Regular;
	font-weight: 400;
	color: #ff8212;
	position: absolute;
	top: -6px;
	left: 12px;
	font-style: oblique;
}
.rank_content2{
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 46px;
	/* margin-top: 40%; */
}
.rank_download2{
	width: 47px;
	height: 17px;
	line-height: 17px;
	background: #ffac24;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-top: 3px;
}
.rank_contentBox3{
	width: 33%;
	position: absolute;
	top: 18px;
	right: 0%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rank_number3{
	font-size: 50px;
	font-family: DIN-MediumItalicAlt, DIN-MediumItalicAlt-Regular;
	font-weight: 400;
	color: #084dfe;
	position: absolute;
	top: 5px;
	left: 7px;
	font-style: oblique;
}
.rank_download3{
	width: 47px;
	height: 17px;
	line-height: 17px;
	background: #227fff;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-top: 3px;
}
.rank_bottomList{
	width: 92%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 5px;
}
.rank_contentBoxOther{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.rank_contentBoxOther a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rank_bottomList .rank_contentBoxOther:nth-child(9){
    border-bottom: none;
}
.rank_contentLeft{
	width: 80%;
	display: flex;
	align-items: center;
}
.rank_numberOther{
	width: 16px;
	height: 18px;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
	margin-right: 5px;
}
.rank_gameIconOther{
	width: 22%;
	height: 22%;
	border-radius: 8px;
	margin-right: 7px;
}
.rank_gameMainOther{
	width: 80%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.rank_gameNameOther{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.rank_game_subtitle{
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: initial;
}
.rank_typeBox{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 3px 0;
}
.rank_gameTypeOther{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
}
.rank_gameStar{
	width: 11px;
	height: 11px;
	background-color: #ee6d46;
	border-radius: 50%;
	margin: 0 8px;
}
.rank_gameScoreOther{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ee6d46;
}
.rank_gameSize{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
}
.rank_downloadOther{
	width: 50px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ee6d46;
	border-radius: 3px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ee6d46;
	text-align: center;
}
.rank_more{
	width: 100%;
	height: 31px;
	background: rgba(228,228,228,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rank_more span{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #979797;
	margin-right: 6px;
}
.rank_more img{
	width: 14px;
	height: 14px;
}
