#people_num{
	font-weight:bold;color:red;
}
#current-time-jp{
	font-weight:bold;color:red;
}
.tp1{
	width: 95%;max-width: 750px;
}
.fenxi1{
	width: 100%; text-align: center;margin-left: 10px;color: #000;margin: 30px 0px;
}
.box{
	position: relative;
	max-width: 720px;
	left: 50%;
	transform: translateX(-50%);
}

#fwnxiqian{
	position: absolute;
    margin-top: -195%;
    z-index: 10;
    width: 82%;
    height: auto;
    left: 10%;
	text-align: center;
}
.overlay {
	position: relative;
	display: inline-block;
}
.overlay2 {
	position: relative;
	display: inline-block;
	margin-top: 0%;
}

.overlay-text {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	color: white;
	font-size: clamp(12px, 5vw, 33px);
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	text-align: center;
}

.option {
	display: flex;
	gap: 1rem;
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	color: white;
	text-align: center;
}

.option label {
    flex: 1;
    text-align: center;
    margin: 10px 0;
    font-size: clamp(8px, 5vw, 33px);
    font-weight: 600;
}

input[type="radio"] {
	appearance: none;
	width: clamp(15px, 4.5vw, 30px);
	height: clamp(15px, 4.5vw, 30px);
	border: 4px solid white;
	border-radius: 50%;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

input[type="radio"]:checked {
	background-color: blue;
	border: 2px solid white;
}

@media screen and (min-width:700px) {
    html {
        display: flex;
        justify-content: center
    }
}


.aniu {
    margin-top: 20px;
    width: 90%;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

@keyframes moveButton {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
