.imgpt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
html {
  background: #f2f6f9;
}
.home {
  min-height: 100%;
  width: 10rem;
  margin: 0 auto;
}
.banner {
  width: 10rem;
  height: 4.1rem;
}
.banner .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-slide {
  position: relative;
}
.banner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.navc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 1.3rem;
  background: #fff;
  border-top: 1px solid #ededed;
}
.navc a {
  float: left;
  width: 2.5rem;
  height: 0.5;
  padding-top: 0.8rem;
  color: #646464;
  font-size: 0.32rem;
  text-align: center;
}
.navc a:nth-child(1) {
  background: url("../images/nav1.png") center 0.1rem no-repeat;
  -webkit-background-size: 0.53rem;
  background-size: 0.53rem;
}
.navc a:nth-child(2) {
  background: url("../images/nav3.png") center 0.1rem no-repeat;
  -webkit-background-size: 0.53rem;
  background-size: 0.53rem;
}
.navc a:nth-child(3) {
  background: url("../images/nav2.png") center 0.1rem no-repeat;
  -webkit-background-size: 0.53rem;
  background-size: 0.53rem;
}
.navc a:nth-child(4) {
  background: url("../images/nav5.png") center 0.1rem no-repeat;
  -webkit-background-size: 0.53rem;
  background-size: 0.53rem;
}
.navc a:nth-child(5) {
  background: url("../images/nav5.png") center 0.1rem no-repeat;
  -webkit-background-size: 0.53rem;
  background-size: 0.53rem;
}
body .navc .nav1h {
  background: url("../images/nav1h.png") center 0.1rem no-repeat;
  -webkit-background-size: 0.53rem;
  background-size: 0.53rem;
}
.park_common header {
  position: relative;
}
.park_common header img {
  width: 10rem;
}
.park_common header p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.1rem;
  width: 4.2rem;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: #0b78d1;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.submit_btn {
  line-height: 1.2rem;
  width: 9.5rem;
  margin: 0 auto;
  background: #3881f8;
  text-align: center;
  color: #fff;
  font-size: 0.35rem;
}