.van-nav-bar {
  background-color: #f5f5f5;
}
.van-nav-bar .van-icon {
  color: #232323;
}
#app {
  min-height: 100vh;
  background-color: #f5f5f5;
}
.cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 336px;
  box-sizing: border-box;
  padding: 15px;
  margin: 10px auto 0 auto;
  background: #ffffff;
  border-radius: 6px;
}
.cell-left .title {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  color: #333333;
}
.cell-left .tips {
  margin-top: 6.5px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #808080;
}
.cell-right .cell-icon {
  width: 16px;
  height: 16px;
}
