@import url("public.css");

.PageLayout {
	font-size: 0;
}

.top-container {
	position: relative;
	background: url(../img/server/fwq_bannerbg.png) no-repeat center;
	background-size: cover;
}

.top-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.server-btn {
	border-radius: 30px;
	margin-bottom: 10px;
}

.top-detail-num {
	margin-top: 10px;
}

.top-detail-nums {
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.top-detail-font {
	font-size: 16px;
	color: #FFFFFF;
}

.bottom-title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.location-tab {
	margin-bottom: 20px;
}

.location-tab-content {
	margin-bottom: 30px;
}

.location-tab-item {
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
	line-height: normal;
}

.location-tab-item::after {
	content: '';
	height: 2px;
	bottom: -2px;
	background-color: #176ff0;
	display: inline-block;
	transition: all .3s ease;
	left: 0;
	right: 0;
	transform-origin: center;
	width: 0;
	position: absolute;
}

.location-tab-item:hover::after {
	width: 100%;
}

.location-tab-item:last-child {
	margin-right: 0;
}

.location-tab-item.active {
	border-bottom: 2px solid #176FF0;
}

.location-tab-item.active .location-name {
	color: #176ff0;
}

.location-img {
	width: 24px;
	margin-bottom: 5px;
}

.location-name {
	font-size: 14px;
	color: #000000;
}

.location-title {
	color: #010101;
	font-size: 24px;
	margin-bottom: 20px;
}

.location-icon {
	width: 16px;
	margin-right: 5px;
}

.location-country {
	font-size: 14px;
	color: #000000;
}

.location-remark {
	font-size: 14px;
	color: #999999;
}

.safe-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.safe-ul>li {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000000;
}

.safe-ul>li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #176ff0;
	margin-right: 15px;
}

.buy-container {
	padding: 50px 0;
	background: url(../img/server/fwq_buybg.png) no-repeat center;
	background-size: cover;
}

.buy-title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.buy-desc {
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
}

.buy-btn {
	margin-top: 20px;
}