html {
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
.main {
  position: relative;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main #footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #d8262c;
  border-top: none;
  color: #fff;
}
.main #footer .footer-nav .footer-nav-item {
  color: #fff;
  border-right: 1px solid #fff;
}
.main #footer .footer-nav .footer-nav-item.selected {
  color: #c8c8c8;
}
.main .middle {
  padding-top: 0px;
  padding-bottom: 275px;
}
.main .middle .home-content {
  width: 350px;
  margin-top: 127px;
  color: #fff;
}
.main .middle .home-content .home-title {
  font-size: 34px;
  line-height: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.main .middle .home-content .home-text {
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=index.css.map */