#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: -202%;
	z-index: 10;
	width: 81%;
	height: auto;
	left: 9%;
}

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


.aniu {
    margin-top: 20px;
    width: 100%;
	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);
	}
}
