.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;
}
/* .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;
} */
.specialArea_box{
	width: 1200px;
	margin: 0 auto;
	/* background-color: #f5f7f8; */
	position: relative;
	z-index: 10;
}
.specialArea_header{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.specialArea_cover{
	width: 100%;
	height: 375px;
	/* height: 270px; */
	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;
	/* background: #2C2D2E; */
}
.specialArea_spanBox:first-child{
	margin-left: 0px;
}
.specialArea_spanBox:hover{
	background-color: #b55136;
}
.specialArea_spanBox a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.areaBg_1{
	background: #b55136;
}
.areaBg_2{
	position: relative;
	background-color: #19BFFF;
}
.areaBg_3{
	position: relative;
	background: #1FD801;
}
.areaBg_2:hover .qrCode_boxIos,.areaBg_3:hover .qrCode_boxAndroid{
	display: flex;
}
.qrCode_boxIos,.qrCode_boxAndroid{
	position: absolute;
	top: 50px;
	width: 150px;
	height: 150px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.qrCode_boxIos img,.qrCode_boxAndroid img{
	width: 100%;
	height: 100%;
}
/* .specialArea_type{
	width: 20px;
	height: 20px;
	margin-right: 10px;
} */
.specialArea_spanBox span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
/* .specialArea_typeIos{
	width: 20px;
	height: 30px;
	margin-right: 10px;
} */
/* 游戏攻略&&游戏资讯 */
.game_strategy{
	width: 69.5%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 1% 5px 1%;
	border-radius: 10px;
	overflow: hidden;
}
.strategy_contentBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.strategy_leftBox{
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.left_top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.left_top a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.left_top .strategy_bottom,.left_top .strategy_bottom a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	height: 34px;
	background: rgba(13,18,33,0.8);
	margin-bottom: 0px;
}
.left_top .strategy_title{
	width: 96%;
	padding: 0 2%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.strategy_cover{
	width: 100%;
	height: 208px;
	border-radius: 5px;
	overflow: hidden;
}
.strategy_cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}
.strategy_cover img:hover{
	transform: scale(1.2);
}
.strategy_bottom,.strategy_bottom a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.strategy_bottom{
	margin-bottom: 12.6px;
}
.strategy_active{
	border-bottom: 1px dashed rgba(0,0,0,0.25);
}
.strategy_title{
	width: 85%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #DBDBDB;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.strategy_bottom a:hover .strategy_title,.strategy_bottom a:hover .strategy_time{
	color: #FF4934;
}
.strategy_time{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #A8A8A8;
}
.left_bottom{
	margin-top: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.strategy_content{
	width: 185px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.strategy_content a{
	width: 185px;
}
.strategy_cover_small{
	width: 185px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
}
.strategy_cover_small img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
	object-fit: cover;
}
.strategy_cover_small img:hover{
	transform: scale(1.2);
}
.strategy_bottom_small{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.strategy_title_small{
	width: 75%;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #DBDBDB;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.strategy_time_small{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #A8A8A8;
}
.strategy_bottom:hover .strategy_title,.strategy_bottom:hover .strategy_time{
	color: #FF4934;
}
.strategy_bottom_small:hover .strategy_title_small,.strategy_bottom_small:hover .strategy_time_small{
	color: #FF4934;
}
.strategy_rightBox{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.right_titleBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.10);
	cursor: pointer;
}
.right_titleBox div{
	width: 50%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
}
.right_titleBox ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.right_titleBox .default{
	width: 50%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
}
.active{
	color: #FFFFFF !important;
}
.right_contentBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.right_contentBox .strategy_bottom:last-child{
	margin-bottom: 0px;
}
.bg_line{
	width: 100%;
	height: 1px;
	background: #000000;
	opacity: 0.2;
	margin: 15px 0;
}
.right_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 游戏内容介绍&&游戏视频 */
.game_introduction{
	width: 100%;
	height: 430px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.information_leftBox{
	width: 69.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1% 12px 1%;
	border-radius: 10px;
}
.information_title{
	width: 100%;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #fe3c0e;
	margin: 12px 0px 12px 13px;
}
.zone_infoContent{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.zone_mainContent{
	width: 100%;
	display: flex;
	margin-top: 12px;
}
.information_main{
	width: 100%;
	display: flex;
	/* align-items: center; */
	margin: 20px 6px 10px;
}
.game_cover{
	width: 158px;
	height: 210px;
	margin-right: 15px;
	border-radius: 6px;
}
.game_content{
	width: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 15px;
}
.game_content span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #DBDBDB;
}
.player_rating{
	display: flex;
	align-items: center;
}
.game_content img {
	width: 100px;
	height: 15px;
}
.game_recommendation{
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	position: relative;
}
.game_size,.game_updateTime,.game_downloadCount{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #DBDBDB;
	margin-bottom: 16px;
}
.game_downloadMethod{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.ios_download,.android_download{
	width: 96px;
	height: 32px;
	background: #19BFFF;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.ios_download:hover .qrCode_boxIos,.android_download:hover .qrCode_boxAndroid{
	display: flex;
}
.ios_download a,.android_download a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ios_download a span,.android_download a span{
	font-size: 12px;
	font-family: PingFang SC;
	color: #FFFFFF;
}
.specialArea_typeIos{
	width: 13px;
	margin-right: 9px;
}
.specialArea_type{
	width: 15px;
	margin-right: 9px;
}
.android_download{
	margin-left: 11px;
	background: #1FD801;
}
.recommendation_index{
	width: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -50px;
}
.circle {
	width: 70px;
	display: inline-block;
	height: 70px;
	position: relative;
	background: #fff;
	border-radius: 50%;
}
.pie_left,
.pie_right {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.left,
.right {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background: #FF8B1A;
	transform: rotate(-180px);
	width: 100%;
	height: 100%;
	transform: rotate(-180deg);
}
.pie_left,
.left {
	clip: rect(auto, 35px, auto, auto);
}
.pie_right,
.right {
	clip: rect(0, auto, auto, 35px);
}
.mask {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50%;
	background: #fff;
	color: #FF8B1A;
	text-align: center;
	font-family: DOUYU;
}
.mask span {
	color: #FF8B1A;
	font-style: oblique;
	font-size: 20px;
	margin-right: 3px;
}
.recommendation_span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #EA9518;
	margin-left: 10px;
}
.circleCenter{
	position: absolute;
	top: 33%;
	left: 13%;
	font-size: 22px;
	font-family: DOUYU;
	font-weight: 400;
	color: #EA9518;
}
.game_jieshao{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 17px;
}
.jieshao_title{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #DBDBDB;
}
.gameDetail_jieshao{
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(219,219,219,0.8);
	margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	line-height: 30px;
}
/* 游戏资讯 */
.zone_infoBox{
	width: 25%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1% 5px 1%;
	border-radius: 10px;
}
.game_infoContent{
	width: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
	padding: 0 1%;
}
.infoContent_top{
	width: 100%;
	height: 149px;
	border-radius: 6px;
	position: relative;
}
.infoContent_top a{
	width: 100%;
	height: 149px;
}
.infoContent_cover{
	width: 100%;
	height: 149px;
	overflow: hidden;
}
.infoContent_cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}
.infoContent_cover img:hover{
	transform: scale(1.2);
}
.infoContent_title{
	width: 96%;
	height: 37px;
	background: rgba(0,0,0,0.6);
	/* border-radius: 0px 0px 6px 6px; */
	line-height: 37px;
	padding: 0 2%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.infoContent_title:hover,.infoContent_box:hover span{
	color: #FF4934;
}
.infoContent_bottom{
	width: 100%;
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.infoContent_box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.infoContent_box a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.infoContent_title2{
	width: 85%;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #DBDBDB;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.infoContent_time{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}
/* 游戏视频 */
.game_video{
	width: 92%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 4%;
	border-radius: 10px;
}
.video_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(87,86,86,0.5);
}
.video_title 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;
}
.video_title 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;
}
.video_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.game_videoContent{
	width: 47.9%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 12px;
}
.game_videoContent:nth-child(3),.game_videoContent:nth-child(4){
	margin-bottom: 10px;
}
.game_videoContent a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.game_videoCover{
	width: 100%;
	height: 87px;
	border-radius: 8px 8px 0px 0px;
	object-fit: cover;
}
.game_videoIcon{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20%;
	left: 40%;
	opacity: 0.6;
}
.game_videoTitle{
	width: 96%;
	padding: 5px 2% 10px 2%;
	background-color: #0B1123;
	border-radius: 0px 0px 8px 8px;
}
.game_videoTitle 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;
}
.game_videoTitle:hover span{
	color: #FF4934;
}
/* 游戏截图&&热门专区 */
.game_imgBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
/* 游戏截图 */
.game_screenshot{
	width: 69.5%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0 1%;
	border-radius: 10px;
}
#banner{
	width: 100% !important;
	margin: 0 auto;
	padding: 12px 0% 43px 0%;
	position: relative;
	overflow: hidden;
}
#gallery2{
	width: 100%;
	height: 425px;
	overflow: hidden;
	position: relative;
}
#thumbs2{
	height: 106px;
	margin-top: 18px;
	overflow: hidden;
}
.swiper-slide {
	width:auto;
}
#gallery2 .swiper-slide img{
	width:100% !important;
	height: 425px !important;
	/* height: 387px !important; */
	object-fit: cover;
}
#thumbs2 .swiper-wrapper{
	height: 106px !important;
}
#thumbs2 .swiper-slide img{
	width:100% !important;
	height: 106px !important;
	object-fit: cover;
}
.swiper-pagination{
	position:relative !important;
	margin-top: 10px;
	width:100% !important;
}
.swiper-pagination-bullet{
	width:25% !important;
	height:auto !important;
	background:none !important;
}
.swiper-pagination-bullet img{
	width:100% !important;
}
#banner .swiper-button-prev,#banner .swiper-button-next{
	width: 38px !important;
	height: 60px !important;
	background-color: rgba(0,0,0,0.5);
	top:46% !important;
}
#banner .swiper-button-prev{
	left: 0 !important;
}
#banner .swiper-button-next{
	right: 0 !important;
}
#banner {
	--swiper-navigation-size:30px
}
.swiper-slide-thumb-active{
	/* border: 1px solid rgba(255,73,52,0.7); */
}
.right_gameContent{
	width: 27%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
 /* 热门专区 */
.hotZone{
	width: 92%;
	height: 270px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 4%;
	border-radius: 10px;
	margin-top: 15px;
	overflow: hidden;
}
.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;
	/* width: 190px;
	height: 106px; */
	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;
	/* width: 170px;
	height: 106px; */
	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;
}
/* 开服列表 */
.open_serviceBox{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
	border-radius: 8px;
}
.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(0, 0, 0, 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%;
}