.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(7)::after{
	content: '';
	width: 150%;
	height: 5px;
	bottom: -80%;
	left: -30%;
	display: block;
	background-color: #409EFF;
	position: absolute;
} */
.main{
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #f5f7f8;
}
/* .bg_icon {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: fixed;
	top: 100px;
	left: 0;
	background: url(../../../images/about/software_bg.jpg) no-repeat;
}
.bg_icon a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.bg_icon img {
	width: 100%;
	height: 100%;
}
.bg_icon .close_button{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 20px;
	height: 20px;
} */
.software_box{
	width: 1200px;
	/* width: 1180px; */
	/* padding: 10px; */
	/* width: 55%; */
	margin: 0 auto;
	/* background-color: #f5f7f8; */
	border-radius: 10px;
	position: relative;
	z-index: 10;
}
.softwareHeader_box{
	width: 97%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 1.5% 20px 1.5%;
	background-color: #FFFFFF;
	border-radius: 10px;
	/* margin-top: 20px; */
}
.software_recommend{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	/* padding-bottom: 10px; */
	/* border-bottom: 1px solid rgba(0,0,0,0.1); */
}
.header_content,.header_content a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.software_icon{
	width: 70px;
	height: 70px;
	border-radius: 10px;
}
.software_name{
	width: 70px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
}
.header_content:hover span{
	color: #FF4934;
}
/* .software_name:hover{
	color: #ED6D47;
} */
/* 广告位 */
.adsense {
	width: 100%;
	height: 90px;
	margin: 15px 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
}
.adsense img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}
.adsense img:hover{
	transform: scale(1.2);
}

.software_sildeBox{
	width: 97%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 15px 1.5%;
}
/* 软件新闻左边内容 */
.left_content{
	width: 31%;
	display: flex;
	flex-direction: column;
	align-content: center;
	/* justify-content: center; */
}
.softwareContent_top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.software_info{
	width: 100%;
	height: 217px;
	position: relative;
}
.software_info a{
	width: 100%;
	height: 100%;
}
.softwareInfo_cover{
	width: 100%;
	height: 217px;
	overflow: hidden;
	border-radius: 3px;
}
.softwareInfo_cover img,.softwareInfo_littleCoverL img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}
.softwareInfo_cover img:hover,.softwareInfo_littleCoverL img:hover{
	transform: scale(1.2);
}
.software_infoTitle{
	width: 96%;
	height: 33px;
	line-height: 33px;
	background: rgba(0,0,0,0.7);
	border-radius: 0px 0px 1px 1px;
	padding: 0 2%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.software_infoBox,.software_infoSmallBox{
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin: 6px 0;
}
.software_infoSmallBox{
	margin: 10px 0 6px 0;
}
.software_infoBox:hover span{
	color: #FF4934;
}
.software_infoBox a{
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.software_infoSmall:hover span{
	color: #FF4934;
}
.software_infoSmall{
	width: 49%;
	height: 117px;
	background: #000000;
	border-radius: 3px;
	position: relative;
}
.software_infoSmall a{
	width: 100%;
	height: 117px;
}
.softwareInfo_littleCoverL{
	width: 100%;
	height: 117px;
	overflow: hidden;
	border-radius: 3px;
}
.software_infoSmalTitle{
	width: 96%;
	height: 26px;
	line-height: 26px;
	background: rgba(0,0,0,0.8);
	border-radius: 0px 0px 2px 2px;
	padding: 0 2%;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.software_infoTitle:hover,.software_infoSmalTitle:hover{
	color: #FF4934;
}
.softwareContent_bottom{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.softwareContent_title,.softwareContent_title2{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 8px 0;
}
.softwareContent_label,.softwareContent_label2{
	width: 48px;
	height: 23px;
	background: #01C0F7;
	border-radius: 2px;
	line-height: 23px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-right: 7px;
}
.softwareContent_label{
	background: #EF7F34 !important;
}
.newsTime_box{
	width: 88%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.newsTime_title{
	max-width: 245px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #2B2B2B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsTime_title a{
	color: #2B2B2B;
}
.newsTime_title:hover,.newsTime_title:hover a{
	color: #FF4934;
}
.newsTime_time{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666;
}
.software_infoText{
	width: 87%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.software_infoText::before{
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	background: #7E7E7E;
	opacity: 0.4;
}
.software_infoTime{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
}
/* 中间内容 */
.middle_content{
	width: 39%;
	display: flex;
	align-content: center;
	justify-content: center;
}
/* 右边内容 */
.right_content{
	width: 26%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.left_silde{
	width: 58%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.game_cover{
	width: 100%;
	height: 328px;
	cursor: pointer;
}
.image_lazy{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.image_lazy .el-image{
	width: 100%;
	height: 328px;
	cursor: pointer;
}
.image_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding: 0 18% 0 2%;
	color: #fff;
	background-color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_swiper{
	width: 100%;
	margin: 0;
	padding: 0;
}
.custom_pagination{
	width: 97% !important;
	height: 40px;
	position: absolute !important;
	bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}
.swiper-pagination-bullet{
	width: 20px !important;
	height: 20px !important;
	margin-right: 15px;
	line-height: 20px;
	border-radius: 0 !important;
	text-align: center;
	color: #fff;
	background: rgba(243,245,246,0.5) !important;
	opacity: 1 !important;
	font-size: 15px !important;
}
.swiper-pagination-bullet-active{
	opacity:1 !important;
	background-color: #ED6D47 !important;
}

/* .right_content{
	width: 39%;
	display: flex;
	position: relative;
}
.right_content::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0px;
	left: -15px;
	top: 2%;
	height: 95%;
	border: 1px solid rgba(0,0,0,0.07);
} */
.software_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
}
.content_title,.content_title a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.title_1{
	width: 100%;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #FF0000;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.title_2{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	margin-top: 5px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_list{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
	cursor: pointer;
}
.software_toolBox{
	width: 85%;
	display: flex;
	align-items: center;
}
.content_list a{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .software_toolBox a{
	width: 100%;
	display: flex;
	align-items: center;
} */
.content_list:hover .content_tool,.content_list:hover .content_introduction,.content_list:hover .content_time{
	color: #ED6D47;
}
.content_tool,.content_time,.content_introduction{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
}
.content_introduction{
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_icon{
	width: 27px;
	height: 27px;
	border-radius: 5px;
	margin-right: 5px;
}
/* 软件分类 */
.software_class{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
	padding: 8px 0;
	border-radius: 5px;
	/* box-shadow: 0 0 16px 2px rgba(0,0,0,0.2); */
}
.classType_box{
	width: 89px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.classType_box span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #222222;
}
.classTypeTitle{
	width: 90px;
	height: 30px;
	background: #FCF053;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.classTypeTitle span{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #595959;
}
.classTypeActive{
	width: 90px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.classTypeActive span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}
.classTypeActive span:hover{
	color: #ED6D47;
}
/* 软件筛选 */
.software_screen{
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.left_softwareClass{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 1%;
}
.softwareClass_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.softwareClass_box{
	width: 100%;
	margin-top: 13px;
}
.softwareClass_box span{
	width: 85px;
	height: 30px;
	background-color: rgba(193,192,192,0.3);
	display: inline-block;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #595959;
	margin-right: 9px;
	margin-bottom: 12px;
	cursor: pointer;
}
.softwareClass_box span a{
	color: #595959;
}
.softwareClass_box span:nth-child(4n){
	margin-right: 0px;
}
.softwareClass_box span:hover,.softwareClass_box .strategyActive{
	background-color: #ED6D47;
	color: #FFFFFF;
}
.softwareClass_box span:hover a,.softwareClass_box .strategyActive a{
	color: #FFFFFF;
}
.softwareClass_cover{
	width: 348px;
	height: 175px;
	background: #121737;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto;
}
.softwareClass_cover a{
	width: 100%;
	height: 100%;
}
.softwareClass_cover img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}
.softwareClass_cover img:hover{
	transform: scale(1.2);
}
.right_softwareList{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
	background-color: #FFFFFF;
	padding: 15px 2%;
	border-radius: 8px;
}
.software_box2{
	width: 68px;
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: 0 40px 19px 0;
	/* justify-content: center; */
}
.software_box2:nth-child(7n){
	margin-right: 0px;
}
.software_box2 a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.software_box2 img{
	width: 68px;
	height: 68px;
	border-radius: 8px;
}
.software_box2 span{
	width: 68px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #2B2B2B;
	text-align: center;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	margin-top: 6px;
}
.software_box2:hover span{
	color: #FF4934;
}


/* 热门软件 */
.hot_software{
	width: 97%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding: 10px 1.5%;
	border-radius: 10px;
}
.hot_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.hot_title p{
	width: auto;
	height: 30px;
	display: inline-block;
	/* line-height: 50px; */
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	font-family: PingFang SC;
	color: #000000;
	font-weight: 600;
	padding-left: 10px;
	margin: 0 0 -2px 0;
	position: relative;
}
.hot_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 19px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.more_box,.more_box a{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.more_box span {
	font-size: 14px;
	margin-right: 5px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
}
.more_icon {
	position: relative;
	right: 0px;
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
	color: #666;
	line-height: 12px;
	text-align: center;
}
.more_box:hover span,.more_box:hover .more_icon{
	color: #FF4934;
}
.more_box:hover .more_icon{
	border: 1px solid rgba(255,73,56,0.5);
}
.hotSoftware_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.software_typeBox{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hotSoftware_content_1{
	width: 32%;
	display: flex;
	flex-direction: column;
}
.type_title{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	margin: 15px 0;
}
.hotType_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 10px;
}
.type_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 8px 0;
	cursor: pointer;
}
.type_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.type_content:hover .software_introduction{
	color: #ED6D47;
}
.hotSoftware_icon{
	width: 34px;
	border-radius: 6px;
}
.software_introduction{
	width: 75%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 软件下载排行榜 */
.software_downloadRinking{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ranking_title{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.title_icon{
	width: 32px;
	height: 32px;
	margin: 0 10px;
}
.title_label{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}
.ranking_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.game_detailBox{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 7px 0;
	cursor: pointer;
}
.ranking_content .game_detailBox:last-child{
	border-bottom: none;
}
.ranking_count{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	margin: 0 15px;
	color: #fff;
}
.ranking_count span{
	font-size: 13px;
}
.bg_1{
	background-color: #FF848E;
	/* border: 2px solid #FF848E !important; */
	/* color: #FF8B95; */
	color: #FFFFFF;
}
.bg_2{
	background-color: #ED6D47;
	/* border: 2px solid #ED6D47 !important; */
	color: #FFFFFF;
}
.bg_3{
	background-color: #64E2FF;
	/* border: 2px solid #64E2FF !important; */
	color: #FFFFFF;
}
.bg_other{
	background-color: rgba(0,0,0,0.2);
	/* border: 2px solid rgba(0,0,0,0.2) !important; */
	color: #FFFFFF;
}
.ranking_icon{
	width: 41px;
	border-radius: 7px;
	margin-right: 10px;
}
.ranking_main{
	width: 71%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ranking_main a{
	width: 100%;
	display: flex;
	height: 50px;
	flex-direction: column;
	justify-content: space-between;
}
.ranking_name{
	font-size: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ranking_download{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
}
.game_detailBox:hover .ranking_name,.game_detailBox:hover .ranking_download{
	/* color: #ED6D47; */
	color: #FF4934;
}