.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-5ad4b33f] {
  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-5ad4b33f] {
  color: inherit;
}
.user .username[data-v-5ad4b33f] {
  margin-left: 5px;
}
.user .ant-badge[data-v-5ad4b33f] {
  margin-right: 10px;
}
.user .notify-badge[data-v-5ad4b33f] {
  margin-top: 20px;
}
.user .notify-icon[data-v-5ad4b33f] {
  font-size: 20px;
}
.unlogin[data-v-5ad4b33f] {
  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-5ad4b33f] {
  color: #888888;
  margin: 1px 4px 0;
}
.unlogin a[data-v-5ad4b33f]: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;
}

#main[data-v-005641dc] {
  height: 100vh;
}
#list-mobile[data-v-005641dc] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: transparent;
}
#list-pc[data-v-005641dc] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  margin: 5px;
  overflow: auto;
  height: calc(100vh - 62px);
}
#content[data-v-005641dc] {
  overflow: auto;
  height: calc(100vh - 52px);
}
#content #layout[data-v-005641dc] {
  background-color: transparent;
  height: 100%;
}
#content #layout #info[data-v-005641dc] {
  padding: 10px;
}
#code[data-v-005641dc] {
  white-space: pre;
  overflow: auto;
  margin: 8px 8px 0;
  padding: 12px;
  border: 2px solid silver;
  background: #fff;
  text-align: left;
  font-family: Menlo, Consolas, 'Courier New', Courier, monospace;
}
.des[data-v-005641dc] {
  margin: 0 20px 0 20px;
  border: 2px solid #e0e0e0;
  border-bottom: 0;
  font-size: 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.des .des-label[data-v-005641dc] {
  width: 20%;
  border-right: 1px solid #e0e0e0;
  background-color: #eee;
  padding-left: 20px;
  padding-right: 20px;
}
.des .des-data[data-v-005641dc] {
  width: 80%;
  padding-left: 20px;
}
.des[des-last][data-v-005641dc] {
  border-bottom: 2px solid #e0e0e0;
}
#tools[data-v-005641dc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 10px;
}

