* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 20px;
}
ul,
li {
  list-style: none outside none;
}
a {
  text-decoration: none;
}
.cursor {
  cursor: pointer;
  color: #52b906;
}
.app-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #522441;
  width: 100%;
  margin: 0 auto;
}
.app-top-bar a:link,
.app-top-bar a:active,
.app-top-bar a:visited {
  color: #fff;
}
.app-top-bar-title,
.app-top-bar-more {
  padding: 0.8rem;
  font-size: 0.6rem;
}
.app-top-bar-title b {
  padding: 0.1rem;
}
.app-top-bar-more {
  text-align: right;
}
.app-top-bar-more a {
  margin-right: 0.25rem;
}
.app-foot-page {
  margin: 0.5rem;
  margin-top: 3rem;
  font-size: 0.6rem;
  color: #999;
  text-align: center;
}
.app-foot-page .error,
.app-foot-page .info {
  padding: 0.25rem;
  display: none;
  text-align: left;
}
