.van-nav-bar {
  background-color: #f5f5f5;
}
.van-nav-bar .van-icon {
  color: #232323;
}
#app {
  min-height: 100vh;
  background-color: #f5f5f5;
}
.empty-box {
  text-align: center;
}
.empty-box .empty-icon {
  width: 150px;
  height: 144.5px;
}
.empty-box .empty-text {
  margin-top: 11px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #999999;
}

.empty-box .add-btn {
  width: 110px;
  height: 38px;
  margin: 33px auto 0 auto;
  line-height: 38px;
  background: #26b594;
  border-radius: 19px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.cell {
  display: flex;
  justify-content: space-between;
  width: 336px;
  margin: 0 auto;
  padding: 18px 14px;
  box-sizing: border-box;
  background: #ffffff;
}

.cell .cell-left {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.cell .cell-right .icon {
  width: 15px;
  height: 15px;
}
.cell .cell-right .icon:first-child {
  margin-right: 21px;
}
.cell:first-child {
  border-radius: 6px 6px 0 0;
}
.cell:last-child {
  border-radius: 0 0 6px 6px;
}
