
.vip-box[data-v-5a16e085] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 20px 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 20px;
  margin: 20px 0;
}
.label[data-v-5a16e085] {
  font-size: 13px;
  text-align: center;
  color: #606266;
}
.value[data-v-5a16e085] {
  text-align: center;
  font-size: 20px;
  color: #303133;
}
.title[data-v-5a16e085] {
  font-size: 20px;
  color: #1f2f3d;
  font-weight: 400;
  margin: 35px 0 10px;
}

