@charset "utf-8";
.kaifulist {
	width: 1160px;
	border-collapse: collapse;
}
.kaifulist th {
	background: linear-gradient(to bottom, #8B4513, #A0522D);
	color: #FFD700;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	border: 1px solid #d4d4d4;
	font-weight: bold;
}
.kaifulist td {
	padding: 12px 10px;
	text-align: center;
	border: 1px solid #d4d4d4;
	font-size: 14px;
}
 .kaifulist tr:nth-child(even) {
 background-color: #f9f9f9;
}
.kaifulist tr:hover {
	background-color: #f5f5f5;
}
.server-name {
	font-weight: bold;
	color: #8B0000;
}
.ip-info {
	color: #006400;
}
.kf-time {
	color: #00008B;
	font-weight: bold;
}
.line-type {
	color: #8B4513;
}
.version-intro {
	text-align: center;
	color: #333;
}
.recommended {
	color: red;
	font-weight: bold;
}

.btn1 {
	margin-left: 20px;
}
.btn2 {
	width: 80px;
}
.qiehuan {
	margin: 20px;
	display: none;
}
.btn2.active {
	background-color: pink;
}
.qiehuan.show {
	display:block;
}
.qiehuan p a {
	margin-right:5px;
}
.cont9 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px !important;
}
.tabqh {
    margin-top: 20px;
}