@charset "utf-8";
.title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: var(--max_width);
	margin-top: var(--margin);
	margin-bottom: var(--margin);	
	text-align: center;
	font-size: 2rem;
}
.title:after{
	content:"";
	width: 80px;
	height: 2px;
	overflow: hidden;
	margin: auto;
	background-color: var(--back_color);
}
.server_list{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	overflow:hidden;
	column-gap: 20px;
	row-gap: 20px;
	margin:auto;
	width:auto;
	height:auto;
	max-width: var(--max_width);
	margin-top: var(--margin);
	margin-bottom: var(--margin);
}
.server_tb{
	display:block;
	overflow:hidden;
	width:200px;
	height:auto;
	text-align: center;
}
.server_pic{
	width: auto;
	height: auto;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.server_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.server_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: var(--max_width);
	margin-bottom: var(--margin);
	padding-top: 10px;
	border-top: 1px solid #ddd;
}