* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.index-wrap .section1 {
  width: 100%;
  height: 23.8125rem;
  background: url(../images/sec1-bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.index-wrap .section1 .logo {
  width: 5.84375rem;
  height: 2.84375rem;
  position: absolute;
  top: 0.59375rem;
  left: 0.78125rem;
}
.index-wrap .section1 .logo img {
  width: 100%;
  height: 100%;
}
.index-wrap .section1 .load-btn {
  width: 7.65625rem;
  height: 2.40625rem;
  background: url(../images/load-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 22.15625rem;
  left: 6.25rem;
  display: block;
}
.index-wrap .section2 {
  width: 100%;
  height: 22.71875rem;
  background: url(../images/sec2-bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -0.0625rem;
}
.index-wrap .section3 {
  width: 100%;
  height: 30.8125rem;
  background: url(../images/sec3-bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -0.0625rem;
}
/*# sourceMappingURL=style.css.map */