@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; }

#container {
  padding: 5px; }

#search-wrap {
  overflow: hidden;
  text-align: center;
  position: relative; }

#search-form {
  position: relative; }

#search-bg {
  display: block;
  width: 100%;
  height: auto; }

#keyword-input {
  display: block;
  position: absolute;
  top: 58%;
  left: 10%;
  width: 70%;
  padding: 6px 5%;
  border: 3px solid #ffda2d;
  font-size: 14px;
  border-radius: 999px; }

#keyword-input:focus {
  outline: none; }

.swiper-slide.tab {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 16px;
  color: #8f8f8f;
  transition: all .2s; }

.swiper-slide.tab:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  margin-left: 0px;
  transition: all .2s;
  background: #ffda2d;
  border-radius: 99px;
  content: ' '; }

.swiper-slide.tab.selected {
  font-size: 17px;
  color: #333; }

.swiper-slide.tab.selected:after {
  margin-left: -10px;
  width: 20px; }

#resource-type-list {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-around; }

.resource-type-wrap {
  display: block;
  text-align: center; }

.resource-type-img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.resource-type-name {
  margin-top: 5px;
  font-size: 14px;
  color: #333; }

.article-list {
  padding: 0 10px 10px;
  margin-bottom: 20px; }

.flow-type-title {
  margin: 5px 0;
  padding-left: 6px;
  border-left: 3px solid #ffda2d;
  font-weight: bold;
  font-size: 16px; }

.flow-type-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.section-more {
  display: block;
  color: #8f8f8f;
  line-height: 16px;
  vertical-align: middle; }

.section-more span {
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle; }

.section-more i {
  margin-left: -8px;
  margin-right: -8px;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle; }

.article {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee; }

.title-wrap {
  padding: 5px 0;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; }

.article-title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.content {
  margin: 5px auto;
  font-size: 12px;
  color: #8f8f8f; }

.content strong {
  background: #FFFF99; }

.time-wrap {
  display: flex;
  justify-content: space-between;
  align-content: center; }

.tags-wrap {
  display: flex;
  flex-wrap: wrap; }

.tag {
  padding: 0 8px;
  margin-right: 3px;
  color: #8f8f8f;
  background: #eee;
  font-size: 12px;
  line-height: 22px;
  border-radius: 99px;
  vertical-align: middle; }

.time {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 22px;
  vertical-align: middle; }

.banner {
  height: 70px;
  width: 95px;
  margin-right: 10px;
  flex-shrink: 0;
  background-size: cover;
  border-radius: 5px;
  background-position: center center; }

/*# sourceMappingURL=index.css.map */
