.main{
	width: 100%;
	padding-top: 5px;
	background-color: #FFFFFF;
}
.searchAbout_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.searchAbout_title,.openService_title{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(59,59,59,0.10);
}
.openService_title{
	justify-content: space-between;
}
.searchAbout_title p,.openService_title p{
	width: auto;
	height: 30px;
	display: inline-block;
	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;
}
.searchAbout_title p::before,.openService_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 19px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.searchAbout_title span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #9D9D9D;
	margin-left: 12px;
}
.searchAbout_title em{
	color: #FF0000;
	font-style:normal;
}
/* 游戏分类 */
.game_class{
	width: 92%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	position: relative;
	margin: 0 auto;
	/* width: 92%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative; */
}
.game_typeBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.class_type{
	width: 22%;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	border-radius: 6px;
	background-color: rgba(238,109,70,0.10);
	/* background: #ededed; */
}
.class_typeActive{
	width: 22%;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	background: #FFFFFF;
	border: 1px solid #ee6d46;
	border-radius: 6px;
}
.class_typeActive a span,.class_typeActive span{
	color: #ee6d46;
}
.class_type a{
	width: 100%;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gameClass_more{
	width: 22%;
	height: 29px;
	display: flex;
	border: 1px solid #ee6d46;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 2%;
	right: 0%;
	background-color: #FFFFFF;
	z-index: 10;
}
.class_type span{
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #666666;
}
.gameClass_more img{
	width: 15px;
	height: 15px;
	margin-left: 5px;
}
.gameClass_more a{
	color: #ee6d46 !important;
}
.bg_line{
	width: 92%;
	height: 5px;
	opacity: 0.3;
	background: #e4e4e4;
	margin: 0 auto;
	margin-top: 10px;
}
.game_recommendCover{
	width: 92%;
	height: 33px;
	padding: 0 4%;
	margin: 15px 0;
}
.game_recommendCover img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
/* 游戏列表 */
.game_list{
	width: 92%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.game_listTitle,.game_listTitle ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.game_list ul,.game_list li{
	list-style:none;
	padding: 0;
	margin: 0;
}
.listSwitch{
	width: inherit;
	/* width: 115px; */
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ee6d46;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ee6d46;
}
.recommend_game{
	border-radius: 5px 0px 0px 5px;
}
.new_game{
}
.hot_game{
	border-radius: 0px 5px 5px 0px;
}
.active2{
	background-color: #ee6d46;
	color: #FFFFFF;
}
.game_listBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}
.game_listContent{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0 10px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.game_listContent a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.listContent_left{
	width: 80%;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.game_cover{
	width: 58px;
	height: 56px;
	border-radius: 8px;
	margin-right: 5px;
}
.game_mainContent{
	width: 79%;
	height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.game_name{
	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;
}
.game_subtitle {
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: normal;
}
.game_type{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.game_type span:nth-child(2){
	margin-left: 14px;
}
.game_updataTime{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #555555;
}
.game_download{
	width: 47px;
	height: 19px;
	border: 1px solid #ee6d46;
	border-radius: 4px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ee6d46;
	background-color: #FFFFFF;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}