<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
   
	text-align: center;
}
section{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.container{
	position: relative;
	width: 100%;
	max-width: 720px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.content{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 62%;
}

.content img{
	width: 80%;
}

#small-img{
	width: 100%;
}

.inputbox {
	font-size: 17px;
	width: 80%;
	height: 53px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 16px;
	text-align: center;
	margin-top: 10px;
	border-radius: 15px;
	background: rgb(157 153 149);
	border: 2px solid;
	border-color: white;
	color: white;
}
.inputbox::-webkit-input-placeholder {
	color: white;
}



/* é®ç½©å±‚ */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.modal {
	padding: 20px;
	border-radius: 8px;
	width: 100%;
	max-width: 620px;
	text-align: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}
.close-btn {
	position: absolute;
	top: 6px;
	right: 14px;
	cursor: pointer;
	font-size: 38px;
	font-weight: bold;
	color: red;
}

.errorbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 9999;
}

.error-content {
	padding: 20px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.fxbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 9999;
}

.fx-content {
	padding: 20px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}
.pressed {
  transform: scale(0.9);
}

@media (min-width: 565px) {
  .wenzi {
		font-size: 24px;
	}
	.wenzi2{
		margin-top: 30px;
	}
}

@media (max-width: 565px) {
  .wenzi {
		font-size: 15px;
	}
	.wenzi2{
		margin-top: 35px;
	}
}</pre></body></html>