@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://qxbos.cdn.bcebos.com/libs/css/iconfont/iconfont4.0.woff2) format("woff2"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

#main-container {
  padding-bottom: 100px; }

.weui-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 480px;
  margin: auto; }

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
  color: #CC9900; }

.article-icon {
  width: 37px; }

html {
  height: 100%;
  font-family: Microsoft YaHei, Helvetica; }

html, body {
  position: relative;
  background: #69696B;
  height: 100%;
  width: 100%;
  margin: 0; }

body {
  overflow-y: scroll; }

pre {
  white-space: pre-wrap;
  word-break: normal;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "PingFang SC", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "Arial", sans-serif; }

a, a:hover {
  text-decoration: none;
  color: #333; }

.title {
  font-size: 24px;
  padding: 10px 0; }

.form-button {
  padding: 10px 0;
  color: #000;
  background: #ffda2d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px; }

.form-button.disabled {
  color: #ffffff;
  background: #6c757d; }

.control-button {
  display: block;
  padding: 15px 0;
  background: #ffda2d;
  font-size: 20px;
  text-align: center;
  color: #000; }

.control-button.disabled {
  color: #ffffff;
  background: #6c757d; }

.weui-cells {
  background-color: #fff; }

.weui-cells__title, .weui-cell__ft {
  color: rgba(0, 0, 0, 0.5); }

#main-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  min-height: 100%;
  background: #fff;
  overflow: hidden; }

.fix-control-bar {
  width: 100%;
  max-width: 480px;
  margin: 0 auto; }

#backend-link {
  display: block;
  margin: 10px auto;
  background: #ffda2d;
  text-align: center;
  padding: 6px 8px;
  border-radius: 5px;
  width: 220px; }

#banner {
  width: 100%; }

#head-container {
  padding-right: 0;
  padding-bottom: 80px;
  background: white; }

#tip-wrap {
  margin: 5px auto;
  text-align: left;
  font-size: 16px; }

.tip-item {
  display: flex;
  padding: 5px 0 0;
  border-top: 0.5px #ddd solid; }

.tip-icon {
  color: #0066cc;
  margin-right: 3px;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  padding-right: 5px; }

.tip-content {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle; }

#html-container {
  padding-bottom: 70px; }

#html-container p img {
  width: 85%; }

#control-panel {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  color: black;
  background: #ffda2d;
  border-top: 2px black solid;
  align-content: center;
  justify-content: center;
  vertical-align: middle; }

/*# sourceMappingURL=login.css.map */
