.main{
	width: 100%;
}
.el-menu-demo a:nth-child(2){
	padding: 5px 0;
}
.el-menu-demo a:nth-child(2) span{
	font-size: 17px !important;
	/* color: #2e2e2e; */
	/* font-weight: bold; */
	position: relative;
}
.el-menu-demo a:nth-child(2) span::after{
	content: '';
	width: 80%;
	height: 3px;
	top: 3px;
	left: 0%;
	display: block;
	background-color: #ee6d46;
	position: relative;
	border-radius: 2px;
	margin: 0 auto;
}
.open_serviceList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.server-titleBox{
	width: 92%;
	padding: 8px 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.left_contentBox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.server-title{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #000000;
	position: relative;
	padding-left: 8px;
	display: flex;
	align-items: center;
}
.server-title::before{
	content: '';
	width: 3px;
	height: 80%;
	background: #ee6d46;
	position: absolute;
	left: 0;
}
.server-time{
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ee6d46;
	margin-left: 6px;
}
.right_contentBox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.history_openService{
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #2B2B2B;
}
.server-bottomList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.list_content_bg1{
	width: 92%;
	padding: 0 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*background-color: rgba(238,109,70,0.15);*/
}
.list_content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.list_content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_content:last-child{
    border-bottom: none;
}
.listContent_left{
	width: 55%;
	display: flex;
	/* align-items: center; */
}
.server-gameIcon{
	width: 18%;
	height: 18%;
	border-radius: 10px;
}
.server-contentMain{
	width: 80%;
	/* height: 32%; */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 5px;
}
.server-nameBox{
	width: 100%;
	display: flex;
	align-items: center;
}
.server-gameName{
	/* width: 85%; */
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.server-hotIcon{
	width: 25px;
	height: 11px;
	margin-left: 3px;
}
.server-gameType{
	width: 85%;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #363535;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.server-gameZone{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #4c4c4c;
}
.server-begin{
	width: 58px;
	height: 21px;
	line-height: 21px;
	background: #fd5451;
	border-radius: 11px;
	font-size: 11px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.list_content_white{
	width: 92%;
	padding: 0 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF;
}
.server-more{
	width: 100%;
	height: 31px;
	background: rgba(228,228,228,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.server-more span{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #979797;
	margin-right: 6px;
}
.server-more img{
	width: 14px;
	height: 14px;
}