
.main{
	width: 100%;
	background-color: #f5f7f8;
	padding: 15px 0 30px 0;
}
.gameList{
	width: 100%;
}
.gameList_box{
	width: 1200px;
	margin: 0 auto;
	background-color: #f5f7f8;
	margin-top: 5px;
}
.bg_cover{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.bg_cover img{
	width: 100%;
	transition: all 0.6s ease 0s;
	/* height: 100%; */
}
.bg_cover img:hover{
	transform: scale(1.2);
}
/* 面包屑 */
.breadNarber{
	width: 1200px;
	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_listMainBox{
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.gameListLeft_box{
	width: 68%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	/* margin-top: 20px; */
	/* justify-content: center; */
}
.gameList_topBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gameList_topBox a{
	width: 100%;
}
.gameList_content{
	/* width: 100%; */
	width: 98%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.content_leftBox{
	width: 82%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gameList_icon{
	width: 90px;
	height: 90px;
	border-radius: 10px;
	margin-right: 10px;
}
.content_main{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gameList_title{
	font-size: 15px;
	color: #2B2B2B;
	/* color: #333; */
	font-weight: bold;
}
.gameList_subtitle{
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: normal;
}
.gameList_type{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5px 0;
	/* justify-content: center; */
}
.type_box1,.type_box2,.type_box3,.type_box4,.type_box5,.type_box6{
	background-color: #4CC3EF;
	opacity: 0.8;
	padding: 1px 12px;
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius: 80px;
	margin-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.type_box2{
	background-color: #FA9A60;
}
.type_box3{
	background-color: #FAC460;
}
.type_box4{
	background-color: #aa55ff;
	opacity: 0.6;
}
.type_box5{
	background-color: #ff0000;
	opacity: 0.5;
}
.type_box6{
    background-color: #ae6bff;
    opacity: 0.5;
}
.gameList_detail{
	width: 100%;
	font-size: 12px;
	color: #2B2B2B;
	/* margin-top: 10px; */
	line-height: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.right_download{
	width: 72px;
	height: 25px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e74c11;
	color: #fff;
	font-size: 14px;
}
.gameListRight_box{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: 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: 40px;
	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;
}
.collection_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 19px;
	top: 38%;
	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{
	width: 50px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.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;
	line-height: 30px;
}
.screen_right span:hover,.screen_right .active{
	color: #FF4934;
}
/* 热门推荐 */
.hot_recommend{
	width: 96%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	background-color: #FFFFFF;
	margin-top: 15px;
	border-radius: 10px;
}
.hot_recommendTitle{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #666;
}
.hot_recommendTitle p{
	width: auto;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	border-bottom: 2px solid #ED6D47;
	font-size: 20px;
	color: #e74c11;
	font-weight: bold;
	margin-bottom: -2px;
}
.hot_recommendList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hot_content{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.hot_recommendList .hot_content:last-child{
	border-bottom: none;
}
.hot_content a{
	width: 100%;
	display: flex;
	align-items: center;
}
.hot_gameIcon{
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin-right: 10px;
}
.hot_contentRight{
	width: 80%;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.hot_gameName{
	font-size: 14px;
	color: #2B2B2B;
	font-weight: bold;
}
.hot_game_subtitle{
    font-size: 12px;
    margin-bottom: 0px;
    /*margin-left: 5px;*/
    font-weight: normal;
}
.hot_gameName:hover,.news_title:hover{
	color: #FF4934;
}
.hot_gameIntroduce{
	font-size: 12px;
	color: #2B2B2B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 游戏资讯 */
.game_information{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	background-color: #FFFFFF;
	margin-top: 15px;
	border-radius: 10px;
}
.news_contentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	/* align-items: center; */
	justify-content: space-between;
}
.news_contentBox a:last-child .news_box{
	border-bottom: none;
}
.strategy_cover{
	width: 100%;
	height: 130px;
}
.news_box{
	width: 100%;
	padding: 15px 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed rgba(213,213,213,0.6);
	cursor: pointer;
}
.news_title{
	font-size: 14px;
	color: #2B2B2B;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_title::before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #e74c11;
	border-radius: 50%;
	margin-right: 8px;
}
.parting_line{
	height: 18px !important;
}
