
[data-v-2b7fcba7] .van-list {
  padding: 12px;
}
.el-container[data-v-2b7fcba7] {
  max-width: 750px;
  margin: 0 auto;
}
.el-container .el-main[data-v-2b7fcba7] {
  height: 100vh;
  padding: 0 0 50px;
  position: relative;
  background: #f2f2f2;
  max-width: 750px;
  font-size: 16px;
}
.el-container .el-main .list li[data-v-2b7fcba7] {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 12px;
}
.el-container .el-main .list li .top[data-v-2b7fcba7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 10px;
}
.el-container .el-main .list li .top p[data-v-2b7fcba7] {
  font-size: 14px;
}
.el-container .el-main .list li .list_info[data-v-2b7fcba7] {
  font-size: 14px;
  display: flex;
  align-items: top;
  margin-top: 10px;
}
.el-container .el-main .list li .list_info .list_info_lable[data-v-2b7fcba7] {
  color: #888;
  width: 100px;
}
.el-container .el-footer[data-v-2b7fcba7] {
  position: fixed;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-top: 1px solid #ebeef5;
  margin: 0 auto;
  padding: 0px;
  height: 44px !important;
}
.list_info_text[data-v-2b7fcba7] {
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

