/* style */
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

/* page bottom and footer */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -73px;
}

.bottom, .push {
  height: 70px;
}

.bottom {
  background: black;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  clear: both;
  color: #888;
  line-height: 70px;
  margin: 0;
}
.bottom p {
  margin: 0;
}

.footer {
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  color: #888;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  color: #888;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer li {
  display: inline;
  margin-right: 10px;
}

.footer-right {
  height: 70px;
  line-height: 70px;
  float: right;
}
.footer-right a {
  font-size: 2.0rem;
}

.footer-left {
  height: 70px;
  line-height: 70px;
  float: left;
}

.top-banner {
  background: url('/images/main_bg4.jpg') repeat 100% 0px;
  height: 80px;
}

.app-icon {
  text-align: center;
  width: 150px;
}

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