html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "微軟正黑體", "Arial", "Tahoma";
	background: var(--maintain-body-bg);
	background-size: cover;
	margin: 0;
	overflow-x: hidden;
	height: 100vh;
	overflow: hidden;
}
.maintain_container {
	width: 100%;
	max-width: 500px;
	height: 100%;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.maintain_container .tg_logo {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 80px;
	margin: 12% auto;
	background: url("/assets/W/normal/img/logo/logo-white.png") center no-repeat;
	background-size: auto 90px;
}
.maintain_container .title {
	width: 100%;
	height: 10%;
	color: #3f7aed;
	font-size: 45px;
	font-weight: bold;
	/* -webkit-text-stroke: 0.5px #fff; */
	text-align: center;
}

.maintain_container .subtitle {
	font-family: unset;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.maintain_container .timer {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-top: 120px;
	letter-spacing: 2px;
	margin-top: 0;
    margin-left: 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.maintain_container .timer::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	width: 50px;
	height: 50px;
	background: var(--maintain-timer-before);
	background-size: contain;
	transform: translateX(-50%);
}

.maintain_container .timer .time {
	font-family: system-ui;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.maintain_container .timer .time b {
	font-size: 15px;
	font-weight: normal;
}

.maintain_container .btn_group {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20%;
}

.maintain_container .btn_group > div {
	width: 60px;
	height: 60px;
	margin-right: 0;
}

.maintain_container .btn_group > div.qq_btn {
	background:var(--btn-qq_icon);
	background-size: contain;
}

.maintain_container .btn_group > div.online_btn {
	background:var(--icon-service-btn);
	background-size: contain;
}

.maintain_container .btn_group > div.wechat_btn {
	background: var(--btn-wechat_icon);
	background-size: contain;
}

.maintain_container .btn_group > div.paopao_btn {
	background: var(--btn-mosgram_icon);
	background-size: contain;
}

.maintain_container .footer {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 30px auto 0;
	text-align: center;
}