
.main{
	width: 100%;
	background-color: #f5f7f8;
}

.game{
	width: 100%;
	background-color: #f5f7f8;
	padding: 0px 0 30px 0;
}
.game_box{
	width: 1200px;
	margin: 0 auto;
	/* width: 60%; */
	position: relative;
	z-index: 10;
	/* background-color: #55aaff; */
}
.game_topContent{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 12px;
	/* padding: 15px 0; */
	background-color: #FFFFFF;
	border-radius: 10px;
}
.bg_cover{
	width: 1200px;
	height: 90px;
	margin: 15px auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.bg_cover .swiper-container2{
	width: 100%;
	height: 90px;
}
.bg_cover .swiper-slide{
	width: 100%;
	height: 90px;
}
.bg_cover img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease 0s;
}
.bg_cover img:hover{
	transform: scale(1.2);
}
/* .bg_cover{
	width: 1200px;
	height: 90px;
	margin: 10px auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.bg_cover img{
	width: 100%;
	transition: all 0.6s ease 0s;
}
.bg_cover img:hover{
	transform: scale(1.2);
} */
/* 分类模块 */
.game_classBox{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.class_leftBox,.class_rightBox{
	width: 47.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
}
/* 热门合集 */
.hot_collection{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.collection_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.10);
	/* border-bottom: 2px solid #999; */
}
.collection_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;
	position: relative;
	margin: 10px 0 -2px 0;
}
.collection_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.more_box{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 15px;
}
.more_box span {
	font-size: 14px;
	margin-right: 5px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
}
.more_box:hover span,.more_box:hover .more_icon{
	color: #FF4934;
}
.more_icon{
	position:relative;
	right:3px;
	width:20px;
	height:20px;
	margin:auto;
	background-color: #e74c11;
}
.more_icon::before{
	content:"";
	position:absolute;
	left:90%;
	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;
}
.gameClass_content{
	width: 100%;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0;
	overflow: hidden;
}
.gameClass_content a {
	font-size: 14px;
	color: #2B2B2B;
	margin: 1.5% 2%;
	cursor: pointer;
}
.gameClass_content .active,.gameClass_content a:hover{
	color: #FF4934;
	/* color: #ED6D47; */
}
/* .gameClass_content span a:hover{
	color: #ED6D47;
} */
.gameClass_imgBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* justify-content: space-between; */
}
.gameClass_coverBox{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.gameClass_coverBox:hover .gameClass_name{
	color: #FF4934;
}
.gameClass_icon{
	/* width: 85px;
	height: 85px; */
	width: 75px;
	height: 75px;
	border-radius: 10px;
	/* border-radius: 12px; */
}
.gameClass_name{
	width: 75px;
	font-size: 12px;
	/* width: 100px; */
	/* font-size: 14px; */
	color: #2B2B2B;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	letter-spacing: 0.5px;
}

/* 游戏新闻&&图片轮播 */
#banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#banner .swiper-slide,.imgSilde_rightBox .swiper-slide{
   width:100% !important;
}
.imgSilde_rightBox .swiper-slide img{
	width:100%;
	height: 344px;
	border-radius: 8px;
}
/* .swiper-slide a{
	width: 100%;
	height: 100%;
} */
.image_title{
	position: absolute;
	bottom: 1%;
	left: 0;
	width: 97%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 0 1.5%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
/* .image_title:hover{
	color: #ED6D47;
} */
.swiper-pagination{
	position:relative;
	top: -30px;
	width:100%;
}
.swiper-pagination-bullet{
	width:25%;
	height:auto;
	background:none;
}
.custom_pagination{
	width: 97% !important;
	height: 40px;
	position: absolute !important;
	bottom: 5px !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}
.custom_pagination3{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.custom_pagination .swiper-pagination-bullet{
	width: 15px !important;
	height: 15px !important;
	margin-right: 15px;
	line-height: 15px;
	border-radius: 0 !important;
	text-align: center;
	color: #fff;
	background: rgba(243,245,246,0.5) !important;
	opacity: 1 !important;
	font-size: 15px !important;
}
.custom_pagination .swiper-pagination-bullet-active{
	opacity:1 !important;
	background: #FFFFFF !important;
}
.custom_pagination3 .swiper-pagination-bullet{
	width: 34px;
	height: 9px;
	background: #A7AD9F;
	opacity: 0.5;
	margin-right: 10px;
	border-radius: 0 !important;
}
.custom_pagination3 .swiper-pagination-bullet-active{
	opacity:1 !important;
	background: #ED6D47 !important;
}
.swiper-pagination-bullet img{
	width:100%;
}
.swiper-button-prev{
	position: absolute;
	width: 38px !important;
	height: 44px !important;
	left: 0px !important;
	background-size: 18px 40px !important;
	background-color: rgba(0,0,0,0.2);
}
.swiper-button-next{
	position: absolute;
	width: 38px !important;
	height: 44px !important;
	right: 0px !important;
	background-size: 18px 40px !important;
	background-color: rgba(0,0,0,0.2);
}
.swiper-container3{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swp_next1{
	right: 30% !important;
	top: 100% !important;
	margin-top: -18px;
	background-size: 15px 20px !important;
	opacity: 0.5 !important;
}
.swp_prev1{
	top: 100% !important;
	left: 30% !important;
	margin-top: -18px;
	background-size: 15px 20px !important;
	opacity: 0.5 !important;
}
.game_newsSilde{
	width: 98%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding: 0 1%;
	border-radius: 10px;
}
.newsSilde_leftBox{
	width: 42.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding-top: 12px; */
}
.gameNotice_box{
	width: 100%;
	/* height: 50px; */
	/* padding: 5px 0; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.gameNotice_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}
.gameNotice_title{
	width: 100%;
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gameNotice_content{
	width: 100%;
	font-size: 12px;
	color: #2B2B2B;
	margin-top: 5px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game_infoBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}
.game_info{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.game_infoContent{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5px 0;
	justify-content: space-between;
	cursor: pointer;
}
.game_infoContent a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.game_infoContent:hover .game_infoContentLeft,.game_infoContent:hover .game_infoContentTime{
	/* color: #ED6D47; */
	color: #FF4934;
}
.game_infoContentLeft{
	width: 90%;
	font-size: 14px;
	color: #2B2B2B;
	/* color: #666; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game_infoContentTime{
	font-size: 12px;
	color: #A8A8A8;
	/* color: #999; */
}
.imgSilde_rightBox{
	width: 55%;
	padding: 25px 0;
	/* height: auto; */
}
.imgSilde_rightBox .swiper-slide{
	/* margin-right: 10px; */
}
.imgSilde_rightBox .swiper-slide a{
	border-radius: 8px;
}
.imgSilde_rightBox .swiper-container{
	border-radius: 8px;
}
/* .swiper{
	width: 100%;
}
.el-image{
	width: 100%;
	height: 320px;
	position: relative;
	cursor: pointer;
}
.image_title{
	position: absolute;
	bottom: 1%;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
}
.custom_pagination{
	width: 25% !important;
	display: flex;
	position: absolute;
	bottom: 5% !important;
	left: 75% !important;
}
.custom_pagination3{
	width: 100%;
	height: 30px;
	position: relative;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
} */
/* .my-bullet{
	background-color: rgba(219,208,208,0.5);
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.my-bullet3{
	background-color: rgba(206, 206, 206, 1);
	width: 30px;
	height: 8px;
	margin-right: 10px;
} */
/* .my-bullet-active{
	background: #fff;
}
.my-bullet-active3{
	background-color: rgba(255, 85, 0, 1);
} */
/* // .image_lazy{
// 	width: 100%;
// 	height: auto;
// }
// .image_lazy img{
// 	width: 100%;
// 	height: 100%;
// } */
/* // 精选游戏&&活动中心 */
.middle_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.selected_games{
	width: 63.5%;
	/* width: 59%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.selected_titleBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.selected_leftBox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.title_leftBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.strategy_class{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}
.mobile_strategy{
	height: auto;
	margin-right: 20px;
	cursor: pointer;
	border: 1px dashed #e74c11;
	color: #e74c11;
	padding: 0 5px;
	border-radius: 5px;
	line-height: 20px;
}
.mobile_strategy span{
	font-size: 12px;
	color: #333;
}
.mobile_strategyActive{
	cursor: pointer;
	height: auto;
	padding: 3px 7px;	
	background-color: #e74c11;
	border-radius: 5px;
	margin-right: 20px;
}
.mobile_strategyActive{
	font-size: 12px;
	color: #fff;
}
.specialArea_gameBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	/* margin: 20px 0; */
}
.specialArea_game{
	width: 30%;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;	
	/* margin: 5px 0; */
	cursor: pointer;
	margin-bottom: 20px;
}
.specialArea_game:hover img{
	transform: scale(1.2);
}
.specialArea_game:hover span{
	color: #FF4934;
}
.specialArea_game a{
	width: 100%;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;	
}
.specialArea_gameCover{
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.specialArea_gameCover img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all 0.6s ease;
}
.specialArea_gameName{
	width: 100%;
	font-size: 14px;
	color: #2B2B2B;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.specialArea_gameName:hover{
	color: #ED6D47;
}
/* 活动中心 */
.activity_center{
	width: 31%;
	/* width: 36%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
	/* justify-content: space-between; */
}
.game_giftBag{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gift_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.activity_center .game_giftBag:last-child .gift_content{
	border-bottom: none;
}
.gift_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left_content{
	width: 80%;
	height: 50px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 2%;
}
.gift_icon{
	display: none;
}
.left_content:hover .gift_icon{
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.left_content span{
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.left_content:hover .gift_text{
	/* color: #ED6D47; */
	color: #FF4934;
}
.getInto_game{
	width: 15%;
	height: 25px;
	background-color: #e74c11;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.getInto_game span{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
/* 最新游戏&&游戏排行榜 */
.newest_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.left_newestBox{
	width: 63.5%;
	/* width: 59%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.newest_imgBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.newest_coverBox{
	width: 14%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 12px;
	cursor: pointer;
}
.newest_coverBox a{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.newest_coverBox:hover .newest_name{
	/* color: #ED6D47; */
	color: #FF4934;
}
.newest_icon{
	width: 75px;
	height: 75px;
	/* width: 85px;
	height: 85px; */
	border-radius: 10px;
	/* width: 70%; */
	/* border-radius: 15%; */
}
.newest_name{
	width: 75px;
	font-size: 12px;
	color: #2B2B2B;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
	letter-spacing: 0.5px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
}
/* 游戏排行榜 */
.right_rankingBox{
	width: 31%;
	/* width: 36%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
	/* justify-content: center; */
}
.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 dashed #999;
	padding: 10px 0;
	cursor: pointer;
}
.ranking_content .game_detailBox:last-child{
	border-bottom: none;
}
.game_detailBox a{
	width: 100%;
	display: flex;
	align-items: center;
}
.ranking_count{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-color: #e74c11;
	margin: 0 15px;
	color: #fff;
}
.ranking_count span{
	font-size: 13px;
}
.bg_1{
	background-color: #e74c11 !important;
}
.bg_2{
	background-color: #e77a64 !important;
}
.bg_3{
	background-color: #e7e738 !important;
	font-weight: bold;
}
.bg_4{
	color: #777777 !important;
	background-color: #eaeaea !important;
}
.bg_5{
	color: #777777 !important;
	background-color: #eaeaea !important;
}
.bg_other{
	color: #777777 !important;
	background-color: #eaeaea !important;
}
.ranking_icon{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin-right: 10px;
}
.ranking_main{
	width: 70%;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ranking_name{
	width: 100%;
	font-size: 14px;
	color: #2B2B2B;
	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;
}
.ranking_name:hover{
	color: #FF4934;
}
.ranking_download{
	width: 53px;
	height: 16px;
	background: #FD7603;
	border-radius: 8px;
	font-size: 11px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	padding: 1px 0;
	/* padding: 2px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #e74c11; */
}
/* 手游攻略 */
.game_strategy{
	width: 98%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.strategy_bottomBox{
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	padding-top: 5px;
}
.left_box{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.strategy_content{
	width: 32%;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
}
.strategy_content:hover img{
	transform: scale(1.2);
}
.strategy_content a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.strategy_content span{
	width: 96%;
	font-size: 13px;
	color: #2B2B2B;
	line-height: 20px;
	margin: 7px 0;
	padding: 0 2%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.strategy_content:hover span{
	color: #FF4934;
}
.news_contentBox{
	width: 38%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	/* align-items: center; */
	/* justify-content: space-between; */
}
.strategy_cover{
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.strategy_cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 0.6s ease;
}
.news_box{
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed rgba(213,213,213,0.5);
	cursor: pointer;
}
.news_contentBox .news_box:last-child{
	border-bottom: none;
}
.news_box a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_box:hover .news_title,.news_box:hover .news_time{
	color: #FF4934;
}
.news_title{
	width: 85%;
	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;
}
.news_time{
	font-size: 12px;
	color: #A8A8A8;
}