.el-menu-demo a:nth-child(7){
	background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo a:nth-child(7) 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: 20px 0 30px 0;
}
.game_box{
	width: 1200px;
	/* padding: 0 10px; */
	/* width: 60%; */
	margin: 0 auto;
	background-color: #f5f7f8;
	position: relative;
	z-index: 10;
}
.bg_cover{
	width: 100%;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	/* width: 100%;
	height: 70px; */
	/* margin-top: 20px; */
}
.bg_cover img{
	width: 100%;
	height: 90px;
	transition: all 0.6s ease 0s;
	/* height: 100%; */
}
.bg_cover img:hover{
	transform: scale(1.2);
}
/* 面包屑 */
.breadNarber{
	width: 1180px;
	height: 35px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.breadNarber img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.breadNarber span, .breadNarber span a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-right: 5px;
}
.game_detailBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #FFFFFF;
	padding: 10px 0;
	border-radius: 10px;
	/* margin-top: 30px; */
}
.left_content {
	width: 81%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_leftContent{
	width: 140px;
	/* width: 18%; */
	height: 140px;
	margin-right: 15px;
	border-radius: 20%;
}
.main_content{
	width: 83%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.main_topContent{
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.main_topContentTitle{
	/* width: 33%; */
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	border-right: 1px dashed rgba(0,0,0,0.1);
	padding: 15px 20px 15px 0;
	max-width: 50%;
	font-weight: bold;
	/* white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; */
}
.main_topContentTitle span{
	display: block;
	width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.game_jianjie{
	/* width: 63%; */
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	/* align-items: center; */
	margin-left: 10px;
}
.game_typeBox{
	display: flex;
	align-items: center;
}
.game_typeBox span{
	font-size: 15px;
	color: rgba(0,0,0,0.5);
	margin: 0 17px 10px 0;
}
.main_bottomContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.download_game,.download_gameIos{
	width: 181px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #19BFFF;
	border-radius: 6px;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.download_game a,.download_gameIos a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.download_game a span,.download_gameIos a span{
	font-size: 16px;
	color: #fff;
	font-family: PingFang SC;
	font-weight: 500;
}
.download_game:hover .software_qrcodeBox,.download_gameIos:hover .software_qrcodeIosBox{
	display: flex;
}
.software_qrcodeBox,.software_qrcodeIosBox{
	position: absolute;
	left: 18px;
	top: 55px;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
}
.software_qrcodeBox img,.software_qrcodeIosBox img{
	width: 100%;
	height: 100%;
}
.download_game{
	background-color: #1FD801 !important;
}
.download_game img{
	width: 20px;
	height: 22px;
	margin-right: 10px;
}
.download_gameIos img{
	width: 20px;
	height: 30px;
	margin-right: 10px;
}
.game_type{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.game_type::after{
	content: '';
	width: 30%;
	/* flex: auto; */
}
.type_box1,.type_box2,.type_box3,.type_box4,.type_box5,.type_box6{
	/* width: 60%; */
	height: 30px;
	padding: 0 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #8F82BC; */
	background-color: rgba(143,130,188,0.5);
	/* margin-right: 10px; */
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bold;
}
/* .type_box1{
	background-color: #80CFF4 !important;
} */
.type_box2{
	background-color: rgba(128,207,244,0.5) !important;
	/* background-color: #80CFF4 !important; */
}
.type_box3{
	background-color: rgba(237,109,71,0.5) !important;
	/* background-color: #ED6D47 !important; */
}
.type_box4{
	background-color: rgba(250,196,96,0.5) !important;
	/* background-color: #FAC460 !important; */
}
.type_box5{
	background-color: rgba(85,255,127,0.5) !important;
	/* background-color: #55ff7f !important; */
}
.type_box6{
	background-color: rgba(170, 85, 0, 0.5) !important;
	/* background-color: #55ff7f !important; */
}
.position-left{
	width: 65%;
	display: flex;
	flex-direction: column;
}
.position-right{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.right_content{
	width: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.circle{
	width:100px;
	display:inline-block;
	height:100px;
	margin:20px;
	position: relative;
	background: #fff;
	border-radius: 50%;
}
.pie_left, .pie_right{
	width:100px;
	height:100px;
	position: absolute;
	top:0px;
	left:0px;
}
.left, .right{
	position: absolute;
	left:0px;
	top:0px;
	border-radius:50%;
	background: #FF8B1A;
	transform:rotate(-180px);
	width:100%;
	height:100%;
	transform: rotate(-180deg);
}
.pie_left, .left{
	clip: rect(auto, 50px, auto, auto);
}
.pie_right, .right{
	clip:rect(0, auto, auto, 50px);
}
.mask{
	position: absolute;
	top:11px;
	left:10px;
	width:80px;
	height:80px;
	line-height: 80px;
	font-size:18px;
	font-weight: 600;
	border-radius: 50%;
	background: #fff;
	color: #FF8B1A;
	text-align: center;
	font-family: DOUYU;
}
.mask span{
	color: #FF8B1A;
	/* font-family: "Muli"; */
	font-style: oblique;
	font-size: 30px;
	margin-right: 5px;
}
.recommendation_span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #EA9518;
}
.game_bottomBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.bottomBox_left{
	width: 70.5%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding: 0 1%; */
	/* background-color: #FFFFFF; */
}
/* 游戏介绍 */
.game_introduce,.game_introduce2{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.game_introduce2{
	margin-top: 15px;
}
.introduce_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.introduce_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;
	position: relative;
	margin-top: 5px;
}
.introduce_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.introduce_content,.introduce_content2{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	opacity: 0.8;
	margin-top: 10px;
}
.introduction_contentBox{
	width: 100%;
	margin: 0 auto;
}
.introduce_content2{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.introduce_content p,.introduce_content2 p{
	/* text-indent: 2em !important; */
	margin: 0 !important;
	padding: 0 !important;
}
.introduce_content img,.introduce_content2 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.introduction_contentMore{
	width: 100%;
	height: 33px;
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px #f2efef;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	display: none;
}
.introduction_contentMore a{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: bold;
	color: #fb560a !important;
	margin-right: 5px;
}
.introduction_contentMore img{
	width: 17px !important;
	height: 15px !important;
	display: inline-block !important;
	margin: 0 !important;
	overflow: unset !important;
}
/* 游戏截图 */
.game_screenshot{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding: 10px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
#banner{
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#banner .swiper-slide{
	width: 260px;
	height: 420px;
}
#banner .swiper-slide a{
	width: 100%;
	height: 420px;
}
#banner .swiper-slide img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
/* 最新攻略 */
.new_strategy{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.more_box{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 8px;
}
.more_box span {
	font-size: 14px;
	margin-right: 10px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(34,34,34,0.8);
}
.more_icon{
	position:relative;
	right:3px;
	width:20px;
	height:20px;
	margin:auto;
	background-color: #e74c11;
}
.more_icon::before{
	content:"";
	position:absolute;
	left:89%;
	top:41%;
	width:14px;
	height:10%;
	margin-left:-15px;
	background-color:#fff;
}
.more_icon::after{
	content:"";
	position:absolute;
	left:45%;
	top:88%;
	width:10%;
	height:13px;
	margin-top:-15px;
	background-color:#fff;
}
.strategy_contentBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}
.strategy_box{
	width: 47%;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,0.07);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.strategy_title a{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(18,18,18,0.8);
}
.strategy_title a:hover{
	color: #ED6D47;
}
.strategy_title::before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ED6D47;
	border-radius: 50%;
	margin-right: 8px;
}
/* 右边内容 */
.bottomBox_right{
	width: 28%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* 热门推荐 */
.hot_recommend{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-radius: 10px;
} 
.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: 30px;
	display: inline-block;
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #2B2B2B;
	font-weight: bold;
	margin-bottom: -2px;
	font-family: PingFang SC;
	padding-left: 10px;
	margin-top: 12px;
	position: relative;
}
.hot_recommendTitle p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.hot_recommendList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hot_recommendList a{
	width: 100%;
}
.hot_recommendList a:last-child .hot_content{
	border-bottom: none;
}
.hot_content{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.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-evenly;
}
.hot_gameName{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	/* color: #FF6602; */
}
.hot_content:hover .hot_gameName{
	color: #FF4934;
}
.hot_gameIntroduce{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 游戏资讯 */
.game_info{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.info-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top_infoContent{
	width: 95%;
	position: relative;
	margin-top: 20px;
	height: 130px;
}
.top_infoContent a{
	width: 100%;
	height: 130px;
}
.top_infoContent a:hover .top_title span{
	color: #FF4934;
}
.top_cover{
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 4px;
}
.top_title{
	width: 97%;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.59);
	position: absolute;
	bottom: 0px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
.top_title span{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.info_box{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.info_title a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
}
.info_title a:hover{
	color: #FF4934;
}
.info_title::before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #ED6D47;
	border-radius: 50%;
	margin-right: 8px;
}
.game_recommendCover{
  width: 100%;
  height: 182px;
  margin-top: 15px;
  position: relative;
}
.game_recommendCover img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.game_recommendCover:hover .recommendGame_info{
	display: flex;
}
.recommendGame_info{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	border-radius: 8px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.recommendGame_infoName{
	width: 90%;
	font-size: 16px;
	color: #FFFFFF;
	font-family: PingFang SC;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.recommendGame_infoType{
	width: 90%;
	font-size: 14px;
	color: #FFFFFF;
	font-family: PingFang SC;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}