.header[data-v-1adc35dd] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 5px 15px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.user[data-v-d13731d8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: auto;
  white-space: nowrap;
  cursor: pointer;
  color: #BBBBBB;
}
.user a[data-v-d13731d8] {
  color: inherit;
}
.user .username[data-v-d13731d8] {
  margin-left: 5px;
}
.user .ant-badge[data-v-d13731d8] {
  margin-right: 10px;
}
.user .notify-badge[data-v-d13731d8] {
  margin-top: 20px;
}
.user .notify-icon[data-v-d13731d8] {
  font-size: 20px;
}
.unlogin[data-v-d13731d8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #888888;
  margin-left: auto;
}
.unlogin a[data-v-d13731d8] {
  color: #888888;
  margin: 1px 4px 0;
}
.unlogin a[data-v-d13731d8]:hover {
  color: #1890ff;
}

@font-face {
  font-family: TypoRound;
  font-weight: normal;
  src: url(https://h5mota.com/assets/Typo_Round_Regular.1a899395b.otf) format('opentype');
}
.site-brand[data-v-5e006f44],
.site-brand .logo-link[data-v-5e006f44] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 30px;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: center;
          align-self: center;
}
.site-brand img[data-v-5e006f44] {
  height: 30px;
}
.site-brand .logo[data-v-5e006f44] {
  color: white;
  font-weight: 300;
  padding-left: 10px;
  font-size: 20px;
  font-family: TypoRound, sans-serif;
}

.main-header[data-v-0a8ad1a4] {
  background: #FFFFFF;
  height: 52px;
  line-height: 52px;
}
.main-tab[data-v-0a8ad1a4] {
  margin: -1px auto 1px;
  border-bottom: none;
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.drawer-handler[data-v-0a8ad1a4] {
  -webkit-align-self: center;
          align-self: center;
  margin-right: 5px;
}
.main-header[data-v-0a8ad1a4] .site-brand .logo {
  color: black;
}
.main-header[data-v-0a8ad1a4] .user {
  color: #444444;
}
.ant-drawer[data-v-0a8ad1a4] .ant-drawer-body {
  padding: 10px 0px;
}

.footer[data-v-99026158] {
  margin-top: auto;
}
.footer[data-v-99026158] {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 1.45;
  background: #C8C8C8;
  padding: 10px;
  text-align: center;
}
a[data-v-99026158],
span[data-v-99026158] {
  margin: 0px 10px;
  color: #444444;
}

.ant-result[data-v-659ad11b] .ant-result-title {
  font-size: 48px;
}
.ant-result[data-v-659ad11b] .ant-result-subtitle {
  font-size: 18px;
}


html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}
#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    cursor: default;
}

.adjuster[data-v-cc4fb12c] {
  margin: 20px auto;
}
@media screen and (min-width: 1000px) {
.adjuster[data-v-cc4fb12c] {
    width: 1000px;
}
}
@media screen and (max-width: 999px) {
.adjuster[data-v-cc4fb12c] {
    width: 100%;
}
}
.content[data-v-cc4fb12c] {
  text-align: left;
  padding: 2px;
}
.content[data-v-cc4fb12c] * {
  display: inline-block;
}

