#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{
	width: 100%;height: 100vh;position: relative;
}

#fwnxiqian{
	position: absolute;margin-top: 80%;z-index: 10;width: 81%;height: auto;left: 9%;
}

@media screen and (min-width:700px) {
    html {
        display: flex;
        justify-content: center
    }
}
.box{
	background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.aniu {
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #1A6BFF;
	border-radius: 2rem;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.anniu_sh {
	display: block;
	background-color: #1A6BFF;
	border-radius: 2rem;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
.con-box {
  background-image: url("../images/kuang.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.con-box .img-box {
  width: 100%;
}
.con-box .img-box img {
  width: 100%;
  object-fit: cover;
}
.con-box .word-box {
  padding: 5% 8%;
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
}
.con-box .word-box .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #03267d;
}
.con-box .word-box .con {
  margin-top: 2%;
  font-size: 20px;
  color: #27489d;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .con-box {
    position: relative;
    background-image: url("../images/kuang.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .con-box .img-box {
    width: 100%;
  }
  .con-box .img-box img {
    width: 100%;
    object-fit: cover;
  }
  .con-box .word-box {
    padding: 8% 6%;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .con-box .word-box .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .con-box .word-box .con {
    font-size: 14px;
  }
}
