.list_box[data-v-0c74538f] {
  height: 80vh;
  overflow: auto;
}
.top_box[data-v-0c74538f] {
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #53BDB3;
}
.top_box > div[data-v-0c74538f] {
  font-weight: 600;
  margin: 0.3rem;
}
.top_box > div > span[data-v-0c74538f] {
  display: inline-block;
  width: 27%;
}
.van-list[data-v-0c74538f] {
  border-radius: 0.5rem;
}
.imgs[data-v-0c74538f] {
  margin-right: 1rem;
}
.van-icon-plus[data-v-0c74538f]:before {
  content: "\e6fa";
  font-weight: 900;
  font-size: 1rem;
  color: #ccc;
}
.van-cell-text[data-v-0c74538f] {
  width: 15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.wibox[data-v-0c74538f] {
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.wibox .top_box[data-v-0c74538f] {
  height: 130px;
}
.wibox .box[data-v-0c74538f] {
  flex: 1;
}
.box[data-v-0c74538f] {
  padding: 0 12px;
  box-sizing: border-box;
}
.box .list[data-v-0c74538f] {
  margin-top: 8px;
  width: 100%;
  padding-bottom: 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 10px;
}
.box .list .head[data-v-0c74538f] {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(231, 231, 231, 0.6);
}
.box .list .head .time[data-v-0c74538f] {
  display: flex;
  align-items: center;
}
.box .list .head .time > article[data-v-0c74538f] {
  margin-left: 2;
  color: #767676;
  font-size: 12px;
}
.box .list .title[data-v-0c74538f] {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.box .list .title > h3[data-v-0c74538f] {
  color: #14B2B5;
  font-size: 16px;
  margin-right: 6px;
}
.box .list .content[data-v-0c74538f] {
  margin-top: 10px;
  color: #929292;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.box .list .content .overtex[data-v-0c74538f] {
  flex: 1;
  color: #1E1E2D;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  display: inline-block;
}
.box .has-danger[data-v-0c74538f] {
  background-color: #f0faf5;
}
