* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.banner {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}

li {
  list-style: none;
}

input {
  outline: none;
  border: none;
}

.footer {
  background: #000;
  text-align: center;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
}
.footer a {
  color: #ffffff;
}

/*# sourceMappingURL=index.css.map */
