.main{
	width: 100%;
	background-color: #f5f7f8;
	padding: 10px 0 30px 0;
}
.notPage_box{
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: #f5f7f8;
}
.notPageTop_box{
	width: 100%;
	height: 378px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.notPageTop_box img{
	width: 450px;
	height: 200px;
	/* height: 158px; */
}
.notPage_info{
	height: 16px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFA200;
	margin-top: 5px;
}
.operation_buttonBox{
	width: 200px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}
.return_home{
	height: 26px;
	background: #FEE7BF;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
}
.return_home span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFA200;
	padding: 0 10px;
}
.notPageBottom_box{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.notPageBottom_leftBox{
	width: 70.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.notPageBottom_rightBox{
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 8px;
}
/* 专区推荐 */	
.game_zone{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.zone_contentBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}
.zone_content{
	width: 23%;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 5px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
	margin-bottom: 12px;
}
.zone_content:hover .zone_gameName{
	color: #FF4934;
	/* color: #ED6D47; */
}
.zone_content a{
	width: 100%;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.zone_gameCover{
	width: 100%;
	height: 80px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.zone_gameName{
	width: 95%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2B2B2B;
	margin-top: 3px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
/* 热门推荐 */
.hot_recommend{
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-radius: 8px;
} 
.hot_recommendTitle{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgba(59,59,59,0.1);
}
.hot_recommendTitle p{
	width: auto;
	height: 30px;
	display: inline-block;
	/* line-height: 50px; */
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #2B2B2B;
	font-weight: bold;
	margin-bottom: -2px;
	font-family: PingFang SC;
	padding-left: 10px;
	margin-top: 12px;
	position: relative;
}
.hot_recommendTitle p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 10%;
	left: 0;
	background-color: #ED6D47;
}
.hot_recommendList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hot_recommendList a{
	width: 100%;
}
.hot_recommendList a:last-child .hot_content{
	border-bottom: none;
}
.hot_content{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 7px 0;
}
.hot_gameIcon{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 10px;
}
.hot_contentRight{
	width: 80%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.hot_gameName{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FF6602;
}
.hot_gameIntroduce{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,0.82);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more_box{
	margin-top: 15px;
}
.more_box,.more_box a{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.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:89%;
	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;
}
.open_serviceList {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.service_content {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6.2px 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:hover .service_time{
	background-color: #EA4852;
	color: #FFFFFF;
}
.service_gameIcon {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin-right: 10px;
}
.service_gameBox {
	width: 65%;
	height: 50px;
	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: #2B2B2B;
	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: #2B2B2B;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.service_contentLeft {
	width: 56%;
	display: flex;
	align-items: center;
}
.service_contentLeft a {
	width: 100%;
	display: flex;
	align-items: center;
}
.service_contentRight {
	width: 43%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.service_area {
	width: 53%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service_time {
	width: 70px;
	height: 19px;
	border: 1px solid #EA4852;
	border-radius: 11px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #EA4852;
	line-height: 19px;
	text-align: center;
	/* width: 90%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.service_content:hover .home_qrcodeBox2{
	display: flex;
}
.home_qrcodeBox2{
	position: absolute;
	top: 63px;
	left: 0;
	width: 150px;
	height: 150px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.home_qrcodeBox2 img{
	width: 100%;
	height: 100%;
}