/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.tab-bar[data-v-44b8e3aa] {
  width: 100%;
}
.tab-bar > *[data-v-44b8e3aa] {
  width: 100%;
  height: 2.25rem;
}
.tab-bar ul[data-v-44b8e3aa] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  background-color: #333752;
  border-top: 1PX solid #eee;
}
.tab-bar ul li[data-v-44b8e3aa] {
  width: 4.875rem;
  height: 100%;
  padding-top: 0.3rem;
  color: #fff;
}
.tab-bar ul li.active[data-v-44b8e3aa] {
  color: #fbd131;
}
.tab-bar ul li i[data-v-44b8e3aa] {
  display: block;
  height: 1rem;
  width: 100%;
  line-height: 1rem;
  font-size: 0.9rem;
}
.tab-bar ul li p[data-v-44b8e3aa] {
  font-size: 0.45rem;
  text-align: center;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
}
.safearea[data-v-44b8e3aa] {
  background-color: #333752;
}
.safearea ul[data-v-44b8e3aa] {
  bottom: env(safe-area-inset-bottom);
}
.safearea > .tab-bar-clone[data-v-44b8e3aa] {
  margin-bottom: env(safe-area-inset-bottom);
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container[data-v-4000809a] {
  flex: 1;
  width: 100%;
  overflow-y: auto;
}
.container .date[data-v-4000809a] {
  height: 2.125rem;
  background: #fff;
  padding: 0 0.7rem;
  line-height: 2.125rem;
}
.container .date > p[data-v-4000809a] {
  font-size: 0.7rem;
  color: #666;
}
.container .date .iconfont[data-v-4000809a] {
  float: right;
  font-size: 1rem;
  color: #ccc;
}
.container .wrap[data-v-4000809a] {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  padding: 0.425rem 0.4rem 0;
}
.container .wrap .item[data-v-4000809a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 32%;
  height: 3.7rem;
  background: #fff;
  margin-right: 0.325rem;
  margin-bottom: 0.45rem;
  text-align: center;
}
.container .wrap .item[data-v-4000809a]:nth-child(3n) {
  margin-right: 0;
}
.container .wrap .item .rice[data-v-4000809a] {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #444;
}
.container .wrap .item .tit[data-v-4000809a] {
  font-size: 0.6rem;
  color: #999;
}
.container .title[data-v-4000809a] {
  height: 2.125rem;
  padding: 0.7rem 0 0.7rem;
  background: #fff;
}
.container .title > p[data-v-4000809a] {
  font-size: 0.7rem;
  color: #3c405a;
  border-left: 0.075rem solid #3c405a;
  padding-left: 0.625rem;
}
.container table[data-v-4000809a] {
  width: 100%;
  font-size: 0.65rem;
  color: #666;
}
.container table thead[data-v-4000809a] {
  height: 2rem;
  line-height: 2rem;
  background: #ececec;
}
.container table thead th[data-v-4000809a] {
  font-weight: normal;
}
.container table thead th[data-v-4000809a]:nth-child(1) {
  width: 4.5rem;
}
.container table thead th[data-v-4000809a]:nth-child(3),
.container table thead th[data-v-4000809a]:nth-child(4),
.container table thead th[data-v-4000809a]:nth-child(5) {
  width: 3.25rem;
}
.container table tbody tr[data-v-4000809a] {
  min-height: 2rem;
}
.container table tbody td[data-v-4000809a] {
  line-height: 1rem;
  padding: 0.5rem 0.25rem;
  word-break: break-all;
  vertical-align: middle;
  text-align: center;
}
.container table tbody tr[data-v-4000809a]:nth-child(2n) {
  background: #ececec;
}
.container table tbody tr[data-v-4000809a]:nth-child(2n-1) {
  background: #fff;
}
.container .null-data[data-v-4000809a] {
  width: 100%;
  height: 2rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 2rem;
}

