.el-menu-demo a:nth-child(6){
	background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo a:nth-child(6) span{
	color: #ED6D47;
}
/* .el-menu-demo a:nth-child(6)::after{
	content: '';
	width: 150%;
	height: 5px;
	bottom: -80%;
	left: -30%;
	display: block;
	background-color: #409EFF;
	position: absolute;
} */
.main{
	width: 100%;
	padding: 15px 0;
	background-color: #f5f7f8;
	/* padding-bottom: 30px; */
}
.bg_icon {
	z-index: 10;
}
/* .bg_icon img {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100px;
	left: 0;
} */
.rank_box{
	width: 1200px;
	/* width: 60%; */
	margin: 0 auto;
	position: relative;
	z-index: 10;
	/* background-color: #f5f7f8; */
	/* background-color: #0091FF; */
	/* background-color: #FFFFFF; */
}
.hot_recommend{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgb(218 207 204 / 60%);
}
.hot_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: 20px; */
}
.title_icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.hot_title span{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
}
.recommend_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.hot_content{
	width: 23%;
	margin-bottom: 30px;
}
.hot_content a{
	width: 100%;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.recommend_cover{
	width: 100%;
	height: 120px;
	border-radius: 10px;
}
.recommend_name{
	width: 100%;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	/* color: #000000; */
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-weight: bold;
	opacity: 0.8;
}
.recommend_name:hover{
	/* color: #ED6D47; */
	color: #FF4934;
}
.more_recommend{
	width: 159px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: rgba(227,227,227,0.6);
	border-radius: 19px;
}
.more_recommend a{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(162,162,162,0.9);
}
/* 排行榜列表 */
.rank_list_box{
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgb(218 207 204 / 60%);
	/* align-items: center; */
	/* justify-content: space-between; */
}
.rank_typeBox{
	width: 31%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	margin-right: 2%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.rank_typeTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.rank_typeTitle p{
	width: auto;
	height: 30px;
	display: inline-block;
	/* line-height: 50px; */
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -2px;
	position: relative;
}
.rank_typeTitle p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 18px;
	top: 13%;
	left: 0;
	background-color: #ED6D47;
}
.type_contentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.rank_explain{
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0;
	padding: 5px;
	background-color: #f5f7f8;
}
.left_explain{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_explain span,.operation{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #999999;
}
.left_explain span:nth-child(1){
	margin-right: 10px;
}
.operation{
	margin-right: 17px;
}
.pc_rank{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
ul,li{
	list-style:none;
	padding: 0;
	margin: 0;
}
.open{
	width: 100%;
	display: flex;
	padding: 10px 0;
	align-items: center;
	justify-content: space-evenly;
	border-bottom: 1px dashed  rgba(0,0,0,0.08);
}
.open .rank_contentBox{
	display: block!important;
}
.open .rank_contentBox2{
	display: none!important; 
}
.rank_contentBox{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	display: none;
	overflow: hidden;
}
.pc_new{
	width: 95%;
	display: flex;
	margin-left: 3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rank_fraction,.rank_fraction2,.rank_fraction3,.rank_fractionOther{
	width: 17px;
	height: 55px;
	line-height: 53px;
	background: #FD6457;
	text-align: center;
}
.number{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.rankMain_content{
	width: 80%;
	height: 55px;
	display: flex;
	align-items: center;
}
.rankMain_content a{
	width: 100%;
	display: flex;
	align-items: center;
}
.rankMain_content img{
	width: 54px;
	height: 53px;
	/* background: #ED6D47; */
	border-radius: 10px;
	margin: 0 10px;
}
.content_info{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rank_gameName{
	width: 180px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.rank_gameSize,.rank_gameType{
	font-size: 11px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	opacity: 0.8;
	height: 18px;
	overflow: hidden;
}
.goDetail_button{
	width: 61px;
	height: 24px;
	border: 1px solid #ED6D47;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
}
.goDetail_button span{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ED6D47;
	opacity: 0.8;
}
.goDetail_button:hover,.goDetail_button:hover span{
	background-color: #ED6D47;
	color: #FFFFFF;
}
.rank_contentBox2{
	width: 97%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding: 5px 6px;
	border-bottom: 1px dashed  rgba(0,0,0,0.08);
}
.left_info2{
	width: 80%;
	display: flex;
	align-items: center;
	margin-left: 1%;
}
.rank_number,.rank_number2,.rank_number3,.rank_numberOther{
	width: 20px;
	height: 20px;
	background: #FD6457;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 20px;
}
.rank_number2,.rank_fraction2{
	background: #FF9908;
}
.rank_number3,.rank_fraction3{
	background: #0091FF;
}
.rank_numberOther,.rank_fractionOther{
	background: #C2C2C2;
}
.rank_gameName2{
	width: 60%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.rank_gameType2{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	opacity: 0.8;
}
.more_ranking{
	width: 199px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ED6D47;
	border-radius: 17px;
	margin-top: 20px;
}
.more_ranking span{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ED6D47;
}
.more_ranking:hover,.more_ranking:hover span{
	background-color: #ED6D47;
	color: #FFFFFF;
}
