.main{
	width: 100%;
	padding: 10px 0 30px 0;
	background-color: #f5f7f8;
}
/* .bg_icon {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: fixed;
	top: 100px;
	left: 0;
}
.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;
} */
.gameZone_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.bg_cover{
	width: 100%;
	height: 90px;
	margin: 10px auto 15px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.bg_cover .swiper-container{
	width: 100%;
	height: 90px;
}
.bg_cover img{
	width: 100%;
	height: 100%;
}
.bg_cover img:hover{
}
.gameZone_header{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.class_contentBox {
	width: 98%;
	padding: 12px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.class_type {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 70px;
}
.classType_leftBox {
	width: 70px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(72deg, #ED6D47 0%, #FF4934 100%);
	border-radius: 5px;
}
.hot{
	background: #7FCEF4 !important;
}
.classType_leftBox span {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.classType_rightBox {
	width: 93%;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.classType_rightBox div {
	width: 155px;
	border-right: 1px solid #ccc;
	/* text-indent: 10px; */
	height: 50px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.classType_rightBox div:last-child{
	border-right: none;
}
.right_content span a{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	cursor: pointer;
}
.right_content .active a{
	color: #FF4934 !important;
}
.right_content .active{
	position: relative;
}
.right_content .extra_type{
    display: block;
    /*float: right;*/
    width: 90px;
    height: 22px;
    color: #ED6D47;
    font-size: 12px;
    border: 1px solid #ED6D47;
    text-align: center;
    line-height: 22px;
    border-radius: 6px;
    margin: 2px auto;
    overflow: hidden;
    padding: 0px 1px;
}
.game_homeHotImg{
	background: url(../../../images/nav-hotIcon.gif) no-repeat;
	position: absolute;
	display: block;
	width: 9px;
	height: 14px;
	top: -10px;
	right: -9px;
	overflow: hidden;
}
.right_content span a:hover{
	color: #FF4934;
}
/* 推荐专区 */
.recommendGame_zone{
	width: 98%;
	padding: 15px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.left_recommendZone{
	width: 45%;
	height: 308px;
	border-radius: 4px;
	position: relative;
}
.left_recommendZone .swiper-container3{
	width: 100%;
	height: 308px;
	overflow: hidden;
	border-radius: 4px;
}
.recommendZone_coverLeft{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.left_recommendZone:hover .recommendZone_infoBox{
	display: flex;
}
.recommendZone_infoBox{
	width: 94%;
	height: 268px;
	background-color: rgba(13,16,23,0.5);
	border-radius: 4px;
	position: absolute;
	padding: 20px 3%;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.recommendZone_infoBox a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.recommendZone_introduction{
	width: 100%;
	height: 208px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.recommendZone_gameName{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.recommendZone_gameDetail{
	width: 100%;
	min-height: 160px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 23px;
}
.recommendZone_gameDetailLittle{
	width: 100%;
	min-height: 60px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.goZone_button,.goZone_buttonLittle{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.goZone_buttonLittle span{
	width: 64px;
	height: 20px;
	background: #FF7510;
	border-radius: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}
.goZone_button span{
	width: 100px;
	height: 28px;
	background: #FF7510;
	border-radius: 7px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}
.right_recommendZone{
	width: 54%;
	height: 308px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
}
.recommendZone_small{
	width: 49%;
	height: 149px;
	border-radius: 4px;
	position: relative;
}
.recommendZone_small:hover .recommendZone_title{
	display: none;
}
.recommendZone_small:hover .recommendZone_infoBoxLittle{
	display: flex;
}
.recommendZone_infoBoxLittle{
	width: 94%;
	height: 139px;
	background-color: rgba(13,16,23,0.5);
	border-radius: 4px;
	position: absolute;
	padding: 5px 3%;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.recommendZone_infoBoxLittle a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.recommendZone_small a{
	width: 100%;
	height: 149px;
}
.recommendZone_introductionLittle{
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.recommendZone_gameNameLittle{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
.recommendZone_coverRight{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.recommendZone_title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	background: rgba(0,0,0,0.5);
	line-height: 35px;
	text-align: center;
	border-radius: 0px 0px 4px 4px;
}
.recommendZone_title span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
/* 专区分类列表 */
.zqfl_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.zone_class{
	width: 185px;
}
.zone_class ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 7px;
}
.zone_class li{
	list-style: none;
}
.zone_listBox .active:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ED6D47;
    display: block;
    /*border-bottom: 2px solid #ED6D47;*/
	/*background: #ED6D47;*/
	/*color: #FFFFFF;*/
	/*border-bottom: 1px solid rgba(237,109,71,0.1);*/
}
.zone_classType{
	/*width: 100%;*/
	/*height: 62px;*/
	/*line-height: 62px;*/
	text-align: center;
	/*background: #FFFFFF;*/
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #2B2B2B;
	cursor: pointer;
	margin-right: 30px;
	font-style: oblique;
	/*border-bottom: 2px solid #ED6D47;*/
    height: 30px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 2;
	/*margin-top: 2px;*/
}
.zone_classType:first-child{
	/*border-radius: 7px 7px 0px 0px;*/
	/*margin-top: 0px;*/
}
.zone_classType:last-child{
	/*border-radius: 0px 0px 7px 7px;*/
	/*border-bottom: none;*/
}
.zone_listBox{
    width: 100%;
	/*width: 970px;*/
	/*height: 760px;*/
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 15px;
	box-sizing: border-box;
	/*padding: 0 15px;*/
}
.zone_listContent{
	width: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
    height: inherit;
}
.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;
	margin-top: 10px;
	position: relative;
	padding-left: 8px;
	cursor: pointer;
}
.hot_recommendTitle p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	background: #ED6D47;
	border-radius: 2px;
	left: 0;
	top: 13%;
}
.more_box {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 15px;
}
.more_box a {
	display: flex;
}
.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;
	margin: auto;
	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);
}
.zone_gameContent{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 15px 10px;
	overflow-x: hidden;
	box-sizing: border-box;
}
.zone_gameBox{
    width: 170px;
    height: 225px;
	/*width: 158px;*/
	/*height: 210px;*/
	position: relative;
	margin-right: 26px;
	/*margin-right: 35px;*/
	border-radius: 7px;
	margin-bottom: 25px;
}
.zone_gameBox a:hover img{
	opacity: 0.8;
}
.zone_gameBox a:hover span{
	color: #FF4934;
}
.zone_gameBox a{
	width: 100%;
	height: 100%;
}
.zone_gameBox:nth-child(6n){
	margin-right: 0px;
}
.zone_gameCover{
	width: 100%;
	height: 100%;
	border-radius: 7px;
	opacity: 1;
	display: block;
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
}
.zone_gameName{
	width: 100%;
	height: 27px;
	line-height: 27px;
	background: rgba(0,0,0,0.7);
	border-radius: 0px 0px 7px 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}
/* 专区新闻 */
.zone_news{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1%;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-top: 15px;
}
.news_contentBox{
	width: 100%;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	padding: 15px 0;
}
.news_content{
	width: 283px;
	height: 190px;
	background: #ECF0F1;
	border-radius: 3px;
}
.news_content a{
	width: 100%;
	height: 190px;
	background: #ECF0F1;
}
.news_cover{
	width: 100%;
	height: 141px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.news_cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}
.news_content:hover .news_cover img{
	transform: scale(1.2);
}
.news_content:hover .news_detail span{
	color: #FF4934;
}
.news_detail{
	width: 96%;
	padding: 0 2%;
	height: 50px;
	background: #ECF0F1;
	display: flex;
	align-items: center;
	/* align-items: center;
	justify-content: center; */
	border-radius: 0 0 3px 3px;
}
.news_detail span{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.gameZone_sildeBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.imgSilde_leftBox{
	width: 58%;
}
.imgSilde_leftBox .swiper-container{
	border-radius: 10px;
}
.swiper{
	width: 100%;
}
.game_cover{
	width: 100%;
	height: 400px;
	position: relative;
	cursor: pointer;
	object-fit: cover;
}
.image_title{
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 98%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	padding: 0 1%;
}
.custom_pagination{
	width: 97% !important;
	height: 40px;
	position: absolute !important;
	bottom: 0px !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;
}
.customize_left{
	width: 38px !important;
	height: 44px !important;
	left: 0px !important;
	background-size: 18px 40px !important;
	background-color: rgba(0,0,0,0.2);
}
.customize_right{
	width: 38px !important;
	height: 44px !important;
	right: 0px !important;
	background-size: 18px 40px !important;
	background-color: rgba(0,0,0,0.2);
}
.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);
}
.rightBox_jieshao{
	width: 38%;
	display: flex;
	flex-direction: column;
	padding: 12px 1%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.jieshao_gameName{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #2B2B2B;
}
.jieshao_gameDetail{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	margin-top: 15px;
}
.related_label{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.related_labelSpan{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
}
.label_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.label_content{
	background-color: rgba(127,206,244,0.32);
	border-radius: 6px;
	padding: 2px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 10px 10px 0;
}
.label_contentLittle{
	background-color: rgba(127,206,244,0.32);
	border-radius: 3px;
	padding: 2px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 5px 5px 0;
}
.label_box .bg_2{
	background-color: rgba(143,130,180,0.6) !important;
}
.label_box .bg_3{
	background-color: rgba(255, 85, 0, 0.6) !important;
}
.label_content span{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.label_contentLittle span{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.see_more{
	width: 95%;
	height: 40px;
	background: #F0F3F4;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	cursor: pointer;
	margin-top: 15px;
}
.see_more a{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.see_more:hover span{
	color: #FF4934;
}
/* 游戏列表 */
.gameList_box{
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
	padding: 15px 2%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.gameList_content{
	width: 30%;
	height: 241px;
	border: 1px solid rgba(197,197,197,0.5);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	margin-bottom: 15px;
}
.gameList_content{
	margin-right: 2%;
}
.gameList_content:nth-child(3n){
	margin-right: 0%;
}
.gameList_contentTop{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contentTop_left{
	display: flex;
}
.gameList_icon{
	width: 82px;
	height: 82px;
	border-radius: 10px;
	margin-right: 10px;
}
.gameList_main{
	width: 165px;
	height: 82px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.gameList_name{
	width: 150px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.gameList_typeBox{
	display: flex;
}
.type_leftSpan{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FF0000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.type_rightSpan{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	margin-left: 10px;
	line-height: 23px;
	padding-left: 10px;
	position: relative;
}
.type_rightSpan::before{
	content: '';
	width: 1px;
	position: absolute;
	display: inline-block;
	height: 15px;
	background: rgba(117, 117, 117, 0.3);
	left: 0;
	top: 20%;
}
.score_icon{
	width: 100px;
	height: 15px;
}
.contentTop_right{
	width: 67px;
	height: 28px;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 6px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	cursor: pointer;
}
.contentTop_right a{
	width: 100%;
}
.contentTop_right:hover,.contentTop_right:hover a span{
	background-color: #ED6D47;
	border: 1px solid #ED6D47;
	color: #FFFFFF;
}
.gameList_contentBottom{
	width: 100%;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	margin-top: 10px;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
.gameList_pagination{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.pagination_box{
	border: 1px solid #c5c5c5;
	padding: 3px 9px;
	background-color: #fff;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	margin-right: 10px;
	cursor: pointer;
}
.pagination_bg{
	background: #ED6D47 !important;
	color: rgba(255,255,255,0.8);
}
.parting_line{
	height: 18px !important;
}

.zone_listBox .swiper-container5{
    width: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.zone_listBox .swiper-container5 .swiper-slide{
    width: auto;
}

