* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Modal Styles */
.vpn-modal,
.cskh-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

/* VPN Modal Styles */
.vpn-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	padding: 20px;
	border-radius: 10px;
	width: 400px;
	border: 2px solid #8b6d47;
}
.cskh-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	padding: 20px;
	border-radius: 10px;
	width: 300px;
	border: 2px solid #8b6d47;
}
.modal-header {
	text-align: center;
	margin-bottom: 20px;
}

.modal-header h2 {
	color: white;
	font-size: 18px;
	margin-bottom: 5px;
}

.modal-header h3 {
	color: white;
	font-size: 16px;
}

.modal-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.connection-button {
	display: flex;
	align-items: center;
	// background: linear-gradient(to right, #000000, #8b6d47);
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.connection-button span {
	margin-left: 10px;
}
.connection-button:nth-child(1) {
	background-image: url('../img/pc/VPN/Group5.png');
	background-size: 100% 100%;
}
.connection-button:nth-child(2) {
	background-image: url('../img/pc/VPN/Group6.png');
	background-size: 100% 100%;
}
.connection-button:nth-child(3) {
	background-image: url('../img/pc/VPN/Group7.png');
	background-size: 100% 100%;
}
.connection-button:nth-child(4) {
	background-image: url('../img/pc/VPN/Group8.png');
	background-size: 100% 100%;
}
.connection-button:nth-child(5) {
	background-image: url('../img/pc/VPN/Group9.png');
	background-size: 100% 100%;
}
.latency {
	color: #00ff00;
	margin-right: 10px;
}

.connection-text {
	color: white;
}
.close {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
}

/* CSKH Modal Styles */
.cskh-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	padding: 20px;
	border-radius: 10px;
	width: 400px;
	border: 2px solid #8b6d47;
}

.cskh-modal .modal-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cskh-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
}
.cskh-button:nth-child(1) {
	background-image: url('../img/pc/GroupKF.png');
	background-size: 100% 100%;
}
.cskh-button:nth-child(2) {
	background-image: url('../img/pc/CSKHTelegram.png');
	background-size: 100% 100%;
}
.cskh-button img {
	width: 100%;
	height: auto;
}
/* 默认样式（1920x1080 及以下） */
body {
width: 100vw;
		height: 100vh;
		background-image: url('../img/pc/pc_bg.png'), linear-gradient(to bottom, #0f0b35, #080a23);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
}




.container {
	width: 100%;
	height: 100vh;
	padding: 0 20px;
	// position: relative;
}

.navigation {
	gap: 15px;
	position: absolute;
	bottom: 11.25rem;
	left: 12.5rem;

	z-index: 3;
	cursor: pointer;
}

.nav-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 340px;
	height: 70px;
	margin: 20px 0;
	color: transparent;
}
.nav-footer {
	width: 349px;
	height: 67px;
	margin: 4px 0;
	background-image: url('../img/pc/1.1.1.1.png');
	background-size: contain;          /* ✅ 等比例缩放 */
	background-repeat: no-repeat;      /* ✅ 不重复 */
	background-position: center;       /* ✅ 居中 */
}

.nav-button:nth-child(1) {
	background-image: url('../img/pc/Group1.png');
	background-size: 100% 100%;
}

.nav-button:nth-child(2) {
	background-image: url('../img/pc/Group2.png');
	background-size: 100% 100%;
}

.nav-button:nth-child(3) {
	background-image: url('../img/pc/Group3.png');
	background-size: 100% 100%;
}

.nav-button.active:nth-child(1) {
	background-image: url('../img/pc/Group8.png');
	background-size: 100% 100%;
}

.nav-button.active:nth-child(2) {
	background-image: url('../img/pc/Group6.png');
	background-size: 100% 100%;
}

.nav-button.active:nth-child(3) {
	background-image: url('../img/pc/Group7.png');
	background-size: 100% 100%;
}

.phone-display {
	position: relative;
	z-index: 2;
}

.phone-img {
	max-height: 70vh;
}

.characters {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	max-height: 40vh;
}

.characters img {
	max-height: 40vh;
}

.king-character {
	position: absolute;
	top: 5%;
	right: 10%;
	z-index: 1;
}

.king-character img {
	max-height: 30vh;
}

.security-notice {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.security-notice img {
	margin-right: 10px;
	height: 30px;
}

.coins {
	position: absolute;
	z-index: 0;
}

.coin1 {
	top: 20%;
	left: 10%;
	animation: float 3s infinite alternate;
}

.coin2 {
	bottom: 30%;
	right: 15%;
	animation: float 4s infinite alternate-reverse;
}

.coin3 {
	top: 40%;
	right: 25%;
	animation: float 5s infinite alternate;
}

@keyframes float {
	from {
		transform: translateY(0) rotate(0deg);
	}
	to {
		transform: translateY(-20px) rotate(10deg);
	}
}
