.el-menu-demo a:nth-child(4){
	background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo a:nth-child(4) span{
	color: #ED6D47;
}
/* .el-menu-demo a:nth-child(4)::after{
	content: '';
	width: 150%;
	height: 5px;
	bottom: -80%;
	left: -30%;
	display: block;
	background-color: #409EFF;
	position: absolute;
} */
.main{
	width: 100%;
	background-color: #f5f7f8;
	padding: 15px 0;
	/* padding-bottom: 30px; */
}
.game_info{
	/* width: 68%;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 10px; */
}
.info_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.1);
}
.info_title 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;
	margin-top: 10px;
	position: relative;
}
.info_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 13%;
	left: 0;
	background-color: #ED6D47;
}
.card-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.game-card{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}
.game-card a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card-img{
	width: 100%;
	height: 158px;
	position: relative;
}
.card-img:hover .gameCard_cover img{
	transform: scale(1.2);
}
.card-img:hover .float-bar span{
	color: #55ffff;
}
.gameCard_cover{
	width: 100%;
	height: 158px;
	overflow: hidden;
}
.gameCard_cover img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all 0.6s ease;
}
.float-bar{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 4px 4px;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
}
.float-bar span{
	width: 97%;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255,255,255,0.8);
	padding: 0 1.5%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.card-title{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-title:hover .title-text,.card-title:hover .title_time{
	color: #ED6D47;
}
.title-text{
	width: 61%;
	line-height: 20px; 
	max-height: 40px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #323235;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.title-text::after{
/* 	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 38%;
	padding-left: 4px;
	background: linear-gradient(to right, transparent, #fff 0%); */
}
.title_time{
	cursor: pointer;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
}
.gameInfo_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.gameInfo_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/* 游戏资讯轮播图 */
.gameInfo_silde{
	width: 66.5%;
	background-color: #FFFFFF;
	padding: 15px 2%;
	border-radius: 10px;
	position: relative;
}
.gameInfo_silde .swiper-container{
	border-radius: 6px;
}
.gameInfo_silde .swiper-slide{
	width: 100%;
	height: 358px;
	background: #FFFFFF;
}
.gameInfo_silde .custom_pagination{
	position: absolute;
	top: 15px;
	right: 24px;
	width: 229px;
	height: 92.2%;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 4px 5px 0px;
	z-index: 10;
}
.gameInfo_silde .custom_pagination ul{
	width: 100%;
	height: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.gameInfo_silde .custom_pagination ul li{
	width: 100%;
	height: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background: #F87340; */
	/* border-radius: 0px 4px 0px 0px; */
	cursor: pointer;
}
.gameInfo_silde .custom_pagination ul li:first-child{
	border-top-right-radius: 5px;
}
.gameInfo_silde .custom_pagination ul li:last-child{
	border-bottom-right-radius: 5px;
}
/* .gameInfo_silde .custom_pagination ul li span{
	width: 90%;
	font-size: 14px;
	font-family: PingFang SC;
	margin-bottom: 6px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
} */
.gameInfo_silde .custom_pagination ul li span:nth-child(1){
	width: 90%;
	font-size: 15px;
	font-weight: bold;
	font-family: PingFang SC;
	margin-bottom: 6px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gameInfo_silde .custom_pagination ul li span:nth-child(2){
	width: 90%;
	font-size: 12px;
	font-family: PingFang SC;
	margin-bottom: 6px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.gameInfo_silde .custom_pagination ul .active{
	background-color: rgba(248,115,64,0.72);
}
.game_cover{
	width: 100%;
	height: 100%;
}
.gameInfo_top_right{
	width: 28%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
/* 热门推荐 */
.hot_recommend {
	width: 96%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	border-radius: 8px;
}
.hot_recommendTitle {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59, 59, 59, 0.10);
}
.hot_recommendTitle p {
	width: auto;
	height: 33px;
	display: inline-block;
	border-bottom: 2px solid #ED6D47;
	font-size: 20px;
	color: #ED6D47;
	font-weight: bold;
	margin-bottom: -2px;
	font-family: PingFang SC;
	margin-top: 15px;
}

.more_box {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 10px;
}

.more_box a {
	display: flex;
}

.more_box span {
	font-size: 14px;
	margin-right: 10px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(34, 34, 34, 0.8);
}
.more_box:hover span{
	color: #FF4934;
}
.more_icon {
	position: relative;
	right: 3px;
	width: 16px;
	height: 16px;
	margin: auto;
	background-color: #e74c11;
	opacity: 0.8;
}

.more_icon::before {
	content: "";
	position: absolute;
	left: 105%;
	top: 45%;
	width: 12px;
	height: 10%;
	margin-left: -15px;
	background-color: #fff;
	opacity: 0.8;
}

.more_icon::after {
	content: "";
	position: absolute;
	left: 45%;
	top: 110%;
	width: 10%;
	height: 10px;
	margin-top: -15px;
	background-color: #fff;
	opacity: 0.8;
}

.hot_recommendList {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hot_content {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 8px 0;
	/* padding: 10px 0; */
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hot_recommendList .hot_content:last-child{
	border-bottom: none;
}
.hot_content a {
	width: 100%;
	display: flex;
	align-items: center;
}

.hot_gameIcon {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 10px;
}

.hot_contentRight {
	width: 80%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* justify-content: space-evenly; */
}
.hot_contentRight:hover .hot_gameName{
	color: #FF4934;
}
.hot_contentRight::before,.hot_contentRight::after{
	content: '';
	display: block;
}
.hot_gameName {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	/* color: #FF6602; */
}

.hot_gameIntroduce {
	width: 95%;
	font-size: 12px;
	/* font-size: 14px; */
	font-family: PingFang SC;
	font-weight: 400;
	color: #777;
	/* color: rgba(51, 51, 51, 0.82); */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gameInfo_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
/* 游戏资讯&&游戏筛选 */
.game_info{
	width: 68.5%;
	background-color: #FFFFFF;
	padding: 0 1% 10px 1%;
	border-radius: 10px;
}
/* 游戏资讯 */
.gameInfo_bottom_right{
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* 游戏筛选 */
.game_screen{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 2%;
	border-radius: 10px;
}
.collection_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.collection_title p{
	width: auto;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -2px;
	position: relative;
}
.collection_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 22px;
	top: 30%;
	left: 0;
	background-color: #ED6D47;
}
.screen_content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.screen_type{
	width: 100%;
	display: flex;
	margin: 5px 0;
}
.screen_left{
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin: 0 10px;
	/* margin-right: 20px; */
	line-height: 30px;
}
.screen_right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.screen_right a{
	width: 23%;
	height: 30px;
	text-align: center;
	margin-right: 5px;
	overflow: hidden;
}
.screen_right a:nth-child(4n){
	margin-right: 0px;
}
.screen_right span {
	font-size: 14px;
	color: #666;
	/* margin-right: 21px; */
	line-height: 30px;
}
.screen_right span:hover{
	color: #FF4934;
}
.screen_right .active{
	color: #FF4934;
}
.gameInfo_recommend{
	width: 100%;
	height: 177px;
	margin-top: 15px;
}
.gameInfo_recommend img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.parting_line{
	height: 18px !important;
}