.el-menu-demo a:nth-child(8){
	background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo a:nth-child(8) span{
	color: #ED6D47;
}
.main{
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #f5f7f8;
}
a{
	color: #DBDBDB;
}
.specialArea_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.specialArea_header{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.specialArea_cover{
	width: 100%;
	height: 375px;
	background: #FFFFFF;
}
.specialArea_contentBox{
	width: 100%;
	height: 60px;
	display: flex;
	background: url(../../../../images/about/zoneDetailHeaderBg.png) no-repeat;
}
.specialArea_contentBox,.information_leftBox,.open_serviceBox,.game_strategy,.zone_infoBox,.game_screenshot,.game_video,.hotZone{
	background-color: #11171E;
}
.specialArea_spanBox{
	width: 15%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 3px;
}
.specialArea_spanBox:first-child{
	margin-left: 0px;
}
.specialArea_spanBox:nth-child(2){
	background-color: #b55136;
}
.specialArea_spanBox:hover{
	background-color: #b55136;
}
.specialArea_spanBox a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.specialArea_spanBox span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
.strategy_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.left_strategyContent{
	width: 860px;
	display: flex;
	flex-direction: column;
}
.current_gameStrategy,.hot_gameStrategy,.zone_gameInfo{
	background-color: #11171E;
}
.current_gameStrategy{
	width: 97%;
	display: flex;
	flex-wrap: wrap;
	padding: 18px 1.5% 5px 1.5%;
	border-radius: 8px;
}
.gameStrategy_box{
	width: 193px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 20px 20px 0;
}
.gameStrategy_box:nth-child(4n){
	margin: 0 0px 20px 0;
}
.gameStrategy_box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.strategy_cover{
	width: 100%;
	height: 96px;
}
.strategy_cover img{
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0px 0px;
	object-fit: cover;
}
.strategy_title{
	width: 96%;
	height: 63px;
	background: #0C1222;
	border-radius: 0px 0px 3px 3px;
	display: flex;
	align-items: center;
	padding: 0 2%;
}
.strategy_title span{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #DBDBDB;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.strategy_title:hover span{
	color: #FF4934;
}
/* 热门攻略 */
.hot_gameStrategy{
	width: 97%;
	padding: 0 1.5%;
	flex: 1;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	margin-top: 12px;
}
.hot_headerTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(87,86,86,0.5);
}
.hot_headerTitle p{
	width: auto;
	height: 33px;
	display: inline-block;
	border-bottom: 2px solid #ED6D47;
	padding-left: 10px;
	margin-bottom: -2px;
	position: relative;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #DBDBDB;
	margin-top: 12px;
}
.hot_headerTitle p::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 21px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.more_box{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 10px;
}
.more_box span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(219,219,219,0.8);
}
.more_icon{
	position:relative;
	right:3px;
	width:20px;
	height:20px;
	margin:auto;
	background-color: #ED6D47;
}
.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;
}
.hot_strategyList{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 12px 0;
}
.hot_strategyBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(86,87,87,0.5);
}
.hot_strategyBox a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_strategyCover{
	width: 200px;
	height: 118px;
}
.left_strategyCover img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
	object-fit: cover;
}
.strategyContent_right{
	width: 620px;
	height: 118px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.strategyContent_title{
	width: 100%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #DBDBDB;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}
.strategyContent_info{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 25px;
	color: #A7A7A7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.strategy_time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #787878;
}
/* 右边内容 */
.right_strategyContent{
	width: 325px;
	display: flex;
	flex-direction: column;
}
/* 专区游戏简介 */
.zone_gameInfo{
	width: 92%;
	border-radius: 6px;
	background: url(../../../../images/about/zone_gameInfoBg.png) no-repeat;
	padding: 0 4% 37px 4%;
	background-size: cover;
}
.game_name{
	width: 100%;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #fe3c0e;
	margin: 11px 0;
}
.game_infoBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.game_cover{
	width: 130px;
	height: 170px;
	border-radius: 3px;
}
.game_info{
	width: 160px;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.game_typeBox{
	width: 100%;
	display: flex;
	align-items: center;
}
.game_typeBox span:nth-child(1){
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #E8E8E8;
}
.game_typeBox span:nth-child(2){
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #D3D4DB;
}
.player_rating{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.player_rating span:nth-child(1){
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #E7E7E7;
}
.player_rating span:nth-child(3){
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #CB1725;
}
.player_rating img{
	width: 77px;
	height: 11px;
}
.game_downloadMethod{
	width: 100%;
	display: flex;
	align-items: center;
}
.ios_download,.android_download{
	width: 96px;
	height: 32px;
	background: #19BFFF;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.android_download{
	background: #1FD801;
	margin-left: 25px;
}
.ios_download a,.android_download a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.specialArea_type{
	width: 13px;
	margin-right: 9px;
}
.ios_download a span,.android_download a span{
	font-size: 12px;
	font-family: PingFang SC;
	color: #FFFFFF;
}
.ios_download:hover .qrCode_boxIos,.android_download:hover .qrCode_boxAndroid{
	display: flex;
}
.qrCode_boxIos,.qrCode_boxAndroid{
	position: absolute;
	top: 32px;
	width: 130px;
	height: 130px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.qrCode_boxIos img,.qrCode_boxAndroid img{
	width: 100%;
	height: 100%;
}
.game_jieshao{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.game_jieshao .jieshao_title{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FEFEFE;
	margin: 0;
}
.game_jieshao .gameDetail_jieshao{
	height: 125px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #D6D6D6;
	line-height: 20px;
	margin-top: 5px;
	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;
}
/* 最新开服 */
.open_serviceBox{
	width: 94%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3%;
	border-radius: 8px;
	margin-top: 12px;
}
.more_box {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 15px;
}
.more_box a {
	display: flex;
}
.more_box span:hover{
	color: #FF4934;
}
.open_serviceList {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.service_content {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6px 0;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid rgba(219,219,219,0.1);
	position: relative;
}
.service_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service_content:last-child{
	border-bottom: none;
}
.service_contentLeft {
	width: 51%;
	display: flex;
	align-items: center;
}
.service_gameIcon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin-right: 10px;
}
.service_gameBox {
	width: 65%;
	height: 40px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.service_gameBox::before,.service_gameBox::after{
	content: '';
	display: block;
}
.service_gameName {
	font-size: 14px;
	color: #DBDBDB;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.service_gameIntroduce {
	width: 90%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #AEAEAE;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.service_contentRight {
	width: 47%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.service_area {
	width: 50%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #AEAEAE;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.begin_game{
	width: 70px;
	height: 19px;
	border: 1px solid #EA4852;
	border-radius: 11px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #DBDBDB;
	line-height: 19px;
	text-align: center;
}
.service_content:hover .begin_game{
	background: #EA4852;
	color: #FFFFFF;
}
.service_content:hover .openServicQrCode_box{
	display: flex;
}
.openServicQrCode_box{
	position: absolute;
	top: 52px;
	left: 0;
	width: 150px;
	height: 150px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.openServicQrCode_box img{
	width: 100%;
	height: 100%;
}
 /* 热门专区 */
.hotZone{
	width: 94%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3% 15px 3%;
	border-radius: 10px;
	margin-top: 12px;
}
.hotZone_contentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}
.hotZone_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(87,86,86,0.5);
}
.hotZone_content:last-child{
	border-bottom: none;
}
.hotZone_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hotZone_cover{
	width: 138px;
	height: 85px;
	overflow: hidden;
	margin-right: 8px;
}
.hotZone_cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
	border-radius: 4px;
}
.hotZone_cover img:hover{
	transform: scale(1.2);
}
.hotZone_info{
	width: 153px;
	height: 85px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hotZone_gameTitle{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #DBDBDB;
}
.hotZone_gameTitle:hover{
	color: #FF4934;
}
.hotZone_gameInfo{
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.hotZone_gameType,.hotZone_gameUpdate{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #AEAEAE;
}
.hotZone_gameScore{
	width: 100%;
	display: flex;
	align-content: center;
}
.hotZone_gameScore span{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #AEAEAE;
}
.hotZone_gameScore span:nth-child(2){
	color: #FF8B1A;
}