.el-menu-demo a:nth-child(2){
	background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo a:nth-child(2) span{
	color: #ED6D47;
}
/* .el-menu-demo a:nth-child(2)::after{
	content: '';
	width: 100%;
	height: 5px;
	bottom: -20%;
	left: 0%;
	display: block;
	background-color: #409EFF;
	position: absolute;
} */
.main{
	width: 100%;
	background-color: #f5f7f8;
	padding: 20px 0;
}
.serviceOpen_content{
	/* width: 60%; */
	width: 1200px;
	margin: 0 auto;
	background-color: #f5f7f8;
	/* margin-top: 20px; */
}
.serviceOpen_gameBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	/* padding: 10px 0; */
	background-color: #FFFFFF;
	border-radius: 5px;
}
.serviceOpen_header{
	width: 98%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 1px solid rgba(59,59,59,0.2); */
}
.header_title{
	/* width: 80%; */
	/* height: 20px; */
	display: flex;
	align-items: center;
	/* border-left: 4px solid #ED6D47; */
}
.header_title p{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #232438;
	position: relative;
	margin: 12px 0;
}
/* .header_title p::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	top: 12%;
	left: 0;
	background-color: #ED6D47;
} */
.switch_button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.openService{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.openService a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.openService:nth-child(1){
	margin-right: 20px;
}
.openService img{
	width: 25px;
	height: 25px;
	margin-right: 6px;
}
.openService span{
	height: 25px;
	color: #2B2B2B;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	border-radius: 6px;
	margin-right: 12px;
}
.active span{
	color: #FF4934;
}
/* .switch_button span{
	width: 80px;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	background-color: #0055ff;
	cursor: pointer;
	border-radius: 6px;
	margin-right: 12px;
}
.switch_button .active{
	background-color: #ED6D47;
	color: #FFFFFF;
	transition: all 0.2s ease-out;
} */
/* .switch_button span:nth-child(1){
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.switch_button span:nth-child(2){
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
} */
.header_time{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
	margin-left: 15px;
}
.serviceOpen_total{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
	position: relative;
	margin-left: 12px;
	padding-left: 12px;
}
.serviceOpen_total::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 15px;
	top: 13%;
	left: 0;
	background-color: #ED6D47;
}
.serviceOpen_listBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.list_title{
	width: 100%;
	height: 41px;
	background: #7C9FD5;
	border-radius: 4px 4px 0px 0px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	/* color: #FFEDE6; */
	display: flex;
	align-items: center;
	/* margin-top: 15px; */
	justify-content: space-around;
}
.list_title span:nth-child(1){
	width: 25%;
	padding-left: 10px;
}
.list_title span:nth-child(2){
	width: 9%;
	text-align: center;
}
.list_title span:nth-child(3){
	width: 11%;
	text-align: center;
}
.list_title span:nth-child(4){
	width: 13%;
	text-align: center;
}
.list_title span:nth-child(5){
	width: 14%;
	text-align: center;
}
.list_title span:nth-child(6){
	width: 13%;
	text-align: center;
}
.list_title span:nth-child(7){
	width: 14%;
	text-align: center;
}

.list_content,.list_content_white{
	width: 98%;
	display: flex;
	align-items: center;
	padding: 4px 1%;
	background: rgb(255,245,122,0.45);
	position: relative;
	border-bottom: 1px solid rgba(59,59,59,0.1);
	/*cursor: pointer;*/
}
.openServic_qrcodeBox{
	position: absolute;
	right: -170px;
	top: -100px;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
}
.openServic_none{
	display: none;
}
.list_content:hover .openServic_qrcodeBox,.list_content_white:hover .openServic_qrcodeBox{
	display: block;
}
.openServic_qrcodeBox img{
	width: 100%;
	height: 100%;
}
.openServic_qrcodeBox:after{
	content:'';
	position:absolute;
	right:100%;
	bottom:0px;
	width:16px;
	height:16px;
	border-width:0;
	border-style:solid;
	border-color:transparent;
	border-top-width:10px;
	border-top-color:currentColor;
	border-radius:32px 0 0 0;
	color:#FFFFFF;
}
.boutique_ranking:hover .openServic_qrcodeBox2{
	display: flex;
}
.openServic_qrcodeBox2{
	position: absolute;
	top: 210px;
	left: 20px;
	width: 200px;
	height: 200px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.openServic_qrcodeBox2 img{
	width: 100% !important;
	height: 100% !important;
}
.serviceOpen_listBox .list_content:last-child a,.serviceOpen_listBox .list_content_white:last-child a{
	border-bottom: none;
}
/* .list_content a:last-child,.list_content_white a:last-child{
	border-bottom: none;
} */
.list_content:hover{
	background-color: rgba(237,109,71,0.2);
	/* background-color: #ED6D47; */
}
.list_content:hover .begin_game,.list_content_white:hover .begin_game{
	background-color: #EB4350;
}
.list_content:hover .begin_game span,.list_content_white:hover .begin_game span{
	color: #FFFFFF;
}
.list_content_white:hover{
	background-color: #FDF2DC;
}
.list_content_white{
	background-color: #FFFFFF;
}
.list_content a,.list_content_white a{
	/*width: 100%;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*padding: 4px 0;*/
	/*border-bottom: 1px solid rgba(59,59,59,0.1);*/
}
.game_introduce{
	width: 27%;
	display: flex;
	align-items: center;
}
.game_icon{
	width: 36px;
	height: 36px;
	border-radius: 5px;
	margin-right: 10px;
}
.game_main{
	width: 78%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.server-nameBox{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}
.game_name,.game_name02{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	/* color: #ED6D47; */
	color: #FF1493;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.game_name02{
	color: #2bafa8;
	/* color: #24afa7; */
}
.server-hotIcon{
    width: 25px;
    height: 11px;
    margin-left: 3px;
}
.game_type{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666;
	/* color: #232438;
	opacity: 0.8; */
}
.serviceOpen_time{
	width: 11%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.begin{
	width: 72px;
	height: 24px;
	border: 1px solid #EA4852;
	border-radius: 2px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #EA4852;
	line-height: 24px;
	text-align: center;
}
.boutique{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
	text-align: center;
	background-image: -webkit-linear-gradient(left, #0000FF, #0000FF 25%, #008000 50%, #8600FF 75%, #E800E8);
	text-fill-color:transparent;
	background-clip:text;
	background-size:200% 100%;
	animation:masked-animation 4s infinite linear;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 4s infinite linear;
}
@-webkit-keyframes masked-animation {
	0%{ background-position: 0 0;}
	100% { background-position: -100% 0;}
}
.serviceOpen_new{
	width: 13%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3%;
}
.serviceOpen_new span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
}
.serviceOpen_new img{
	width: 20px;
	height: 17px;
	margin-left: 5px;
}
.zhaosy{
	width: 13%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
	text-align: center;
}
.zhaosy span{
	margin-right: 12px;
}
.begin_game{
	width: 13%;
	height: 30px;
	border: 1px solid #EB4350;
	border-radius: 30px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #EA4852;
	line-height: 30px;
	text-align: center;
	margin-left: 3px;
}
.begin_game:hover{
	background-color: #EB4350;
}
.begin_game:hover span{
	color: #FFFFFF;
}
.begin_game span{
    width: 100%;
    font-size: 16px;
    text-align: center;
	font-family: PingFang SC;
	color: #EA4852
}
.hot_serviceOpen{
	width: 13%;
	padding-left: 3%;
	display: flex;
}
.hot_serviceOpen span:nth-child(1){
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1D2127;
}
.hot_serviceOpen img{
	width: 14px;
	height: 16px;
	margin: 0 5px;
}
.hot_serviceOpen span:nth-child(3){
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FE5D52;
}
/* 精品游戏 */
.game_boutique{
	width: 97%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding: 10px 1.5%;
	border-radius: 5px;
}
.boutique_title{
	height: 24px;
	display: flex;
	align-items: center;
	border-left: 4px solid #ED6D47;
}
.boutique_title p{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #232438;
	margin-left: 1%;
}
.boutique_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.boutique_ranking{
	width: 22%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.boutique_ranking img{
	width: 100%;
	height: 150px;
	margin: 5px 0;
	border-radius: 8px;
}
.ranking_span{
	font-size: 20px;
	font-family: 微软雅黑;
	font-weight: bold;
	color: #1C1C1C;
	margin: 10px 0;
}
.boutique_gameName{
	font-size: 18px;
	font-family: 微软雅黑;
	font-weight: bold;
	color: #1C1C1C;
	margin: 5px 0;
}
.boutique_hot{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.boutique_hot span{
	font-size: 14px;
	font-family: 微软雅黑;
	font-weight: 500;
	color: #828282;
	margin-right: 10px;
}
.boutique_hot img{
	width: 80px;
	height: 12px;
}