html, body {
	width: 100%;
	height: 100%;
}body {
	font-family: '微軟正黑體', 'Arial', 'Tahoma';
	background: url("/assets/primary/normal/img/maintain/bg/back03.png") no-repeat;
	background-size: cover;
	margin: 0;
	overflow-x: hidden;
	height: 100vh;
	overflow: hidden;
}

.timer {
	margin-top: 40px;
	margin-left: 6%;
}

.timeblock1 {
	background: url("/assets/primary/normal/img/maintain/bg/Timing01.png") no-repeat;
	background-size: contain;
	width: 200px;
	height: 45px;
	margin-bottom: 30px;

}

.timeblock2 {
	background: url("/assets/primary/normal/img/maintain/bg/Timing02.png") no-repeat;
	background-size: contain;
	width: 180px;
	height: 45px;
}

.tg_logo {
	background: var(--menu-menu_head_title-bg);
	background-size: contain;
	width: 50px;
	height: 55px;
	position: absolute;
	bottom: 23%;
	right: 5%;
}



.text_line1 {
	font-size: 16px;
	position: absolute;
	bottom: 27%;
	right: 19%;
	font-weight: bold;
	color: var(--gray32);
}

.text_line1 span {
	color: var(--warming3);
}

.text_line2 {
	position: absolute;
	bottom: 22%;
	right: 18%;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 5px;
	color: var(--gray33);
}

[data-lang="en-us"] .text_line2 {
	position: absolute;
    bottom: 18%;
    right: 18%;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 5px;
    color: var(--gray33);
    text-align: right;
}

.btn_group {
	width: 100%;
	position: absolute;
	bottom: 6%;
	text-align: center;

}

.btn_group div {
	display: inline-block;

}

.QQ_btn {
	background: var(--btn-qq_icon);
	background-size: contain;
	width: 100px;
	height: 79px;

}

.wechat_btn {
	background: var(--btn-wechat_icon);
	background-size: contain;
	width: 100px;
	height: 79px;
	margin-right: 8%;
}

.miduoke_btn {
	background: var(--btn-miduoke_icon);
	background-size: contain;
	width: 100px;
	height: 79px;
	margin-right: 8%;
}
/*舊客服預計移除*/
.online_btn {
	background:var(--icon-service-btn) no-repeat;
	background-size: contain;
	width: 100px;
	height: 79px;
	margin-right: 8%;
}
/*新客服-非全天*/
.online_btn_primary {
	background: url("/assets/primary/normal/img/services/primary-service-a.png") center no-repeat;
	background-size: contain;
	width: 100px;
	height: 79px;
	margin-right: 8%;
}
  
/*新客服-24h*/
.online_btn_advanced {
	background: url("/assets/primary/normal/img/services/advanced-service-a.png") center no-repeat;
	background-size: contain;
	width: 100px;
	height: 79px;
	margin-right: 8%;
}

.footer {
	width: 100%;
	position: absolute;
	bottom: 3%;
	text-align: center;
	font-size: 8px;
}

.footer span {
	color: var(--blue25);
}

.DH {
	width: 100%;
	position: absolute;
	left: 8.8%;
	top: 45px;
}

.DH div {
	display: inline-block;
	font-size: 25px;
	color: var(--normal-font-primary-color);
	letter-spacing: 13px;
	margin-top: 2px;
}

.DH .hour {
	margin-left: 6.3%;
	letter-spacing: 13px;
}

.MS {
	width: 100%;
	position: absolute;
	left: 9%;
	top: 120px;
}

.MS div {
	display: inline-block;
	font-size: 25px;
	color: var(--normal-font-primary-color);
	letter-spacing: 12px;
}

.MS .min {
	position: absolute;
}

.MS .sec {
	position: absolute;
	top: 0px;
	left: 20%;
	letter-spacing: 13px;
}

.maintain_container .maintenance_time {
	position: relative;
	color: #fff;
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.maintain_container .maintenance_time::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 .maintenance_time span {
	font-size: 20px;
}

.maintain_container .maintenance_time b {
	font-size: 30px;
	font-weight: normal;
}
.maintain_container .btn_group > div.livechat_btn {
	background: var(--btn-livechat_icon);
	background-size: contain;
}