body {
  background: url("../img/bg.png") no-repeat fixed top center;
  font-size: 18px;
  color: #D9DCE2;
  font-family:"黑体",arial;
}
.mb {
  display: none;
}
h1,
h2,
p {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 48px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
p {
  line-height: 1.6;
  margin-bottom: 25px;
}
.banner {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.banner img {
  width: 100%;
}
.btn-zhibo {
  width: 245px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.btn-zhibo a {
  background: linear-gradient(90deg, #00f0ff 0, #16d6b9);
  border-radius: 30px;
  padding: 20px 60px;
  text-align: center;
  font-weight: bold;
  color: #333;
  display: block;
}
.btn-zhibo a:link,
.btn-zhibo a:visited {
  text-decoration: none;
}
.btn-zhibo a:hover {
  background: linear-gradient(90deg, #16d6b9 0, #00f0ff);
}
.intro {
  margin-bottom: 100px;
}
.date {
  text-align: center;
  margin-bottom: 100px;
}
.date img {
  max-width: 728px;
  width: 100%;
}
.goal {
  margin-bottom: 100px;
}
.goal .box {
  border: 1px solid #0ED3D1;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  min-height: 287px;
}
.goal .box h4 {
  color: #10D3CE;
  font-size: 22px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.goal .box p {
  font-size: 16px;
}
.pic {
  margin-top: 100px;
  text-align: center;
}
.faq {
  background: #040D1B;
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq h5 {
  font-size: 22px;
  color: #10D3CE;
  margin-bottom: 15px;
  margin-top: 25px;
}
.faq p {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer {
  height: 100px;
  text-align: center;
  color: #5a6268;
  line-height: 100px;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  body {
    background-color: #02060F;
  }
  p {
    font-size: 16px;
  }
  #mb .intro,
  #mb .goal,
  #mb .date,
  #mb .btn-zhibo {
    margin-bottom: 50px;
  }
  #mb h1 {
    font-size: 36px;
  }
  #mb .pc {
    display: none;
  }
  #mb .mb {
    display: block;
    margin: 0 auto;
  }
  #mb .goal {
    margin-bottom: 50px;
  }
  #mb .goal .box {
    min-height: auto;
    margin-bottom: 30px;
  }
  #mb .faq {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */