.vip__card {
  margin-bottom: 15px;
  text-align: center;
}
.vip__card-img {
  width: 100%;
  max-width: 200px;
}
.vip__text {
  font-size: 14px;
}
.vip__list-li::before {
  font-family: "Material Icons Round";
  content: "\e55d";
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 5px;
  color: #FF8E8E;
}
.vip__list-dt::before {
  font-family: "Material Icons Round";
  content: "\e55d";
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 5px;
  color: #FF8E8E;
}
.vip__list-dd {
  font-size: 14px;
}
.vip__list-dd div {
  background-color: #fff;
  margin-top: 15px;
  padding: 15px;
}
.vip__attention {
  background-color: #fff;
  font-size: 12px;
}
.vip__attention-li {
  border-bottom: solid 1px #ddd;
  padding: 15px;
}
.vip__attention-li::before {
  font-family: "Material Icons Round";
  content: "\e5ca";
  display: inline-block;
  margin-right: 5px;
  color: #0AA4AA;
}

.red,
.bigred,
.pink {
  color: #f72d8a;
}/*# sourceMappingURL=vip.css.map */