.header {
  height: 1.5rem;
  width: 100%;
  padding: 0px 0.3rem;
}
.header .title {
  padding-top: 0.3rem;
  color: #153b79;
  font-weight: 600;
  font-size: 0.28rem;
}
.header .header_bottom {
  display: flex;
  justify-content: space-between;
}
.header .header_bottom .logo {
  width: 1.25rem;
  height: 0.6rem;
  vertical-align: middle;
}
.header .header_bottom .header_bottom_right {
  display: flex;
}
.header .header_bottom .header_bottom_right .phonePNG {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}
.header .header_bottom .header_bottom_right .phone_number p {
  font-size: 0.22rem;
}
.header .header_bottom .header_bottom_right .phone_number p:last-of-type {
  color: #009944;
  font-weight: 600;
  font-size: 0.3rem;
  line-height: 0.2rem;
}
.free {
  margin-top: 0.1rem;
  background-color: #ffffff;
}
.free img {
  padding-left: 0.1rem;
  width: 4.2rem;
  height: 0.6rem;
}
.bottom {
  background-color: #1d8dc0;
}
.bottom .bottom-Box {
  display: flex;
  justify-content: space-evenly;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.bottom .bottom-Box li img {
  width: 1.6rem;
  height: 1.6rem;
}
.bottom .bottom-Box li h1 {
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 400;
}
.bottom .bottom-Box li h2 {
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 400;
}
.bottom .last {
  background-color: #13688e;
}
.bottom .last h1 {
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.bottom .last a {
  display:block;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.longtap {
  background-color: #e9e9e9;
  padding-bottom: 0.2rem;
}
.longtap img {
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: 2.5rem;
}
