.ucenter_index a {
  color: var(--weui-FG);
}
.ucenter_index .a1 {
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--weui-BG);
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 0.5rem;
}
.ucenter_index .a1 .b1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  padding: 0 0.2rem;
}
.ucenter_index .a1 .b1 .c1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.5rem;
}
.ucenter_index .a1 .b1 .c1 .d1 {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--weui-WHITE);
  line-height: 1rem;
}
.ucenter_index .a1 .b1 .c2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.ucenter_index .a1 .b1 .c2 .d1 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.8rem;
}
.ucenter_index .a1 .b1 .c2 .d2 {
  font-size: 0.6rem;
}
.ucenter_index .a1 .b2 {
  display: flex;
  font-size: 1rem;
  color: var(--weui-FG-1);
  justify-content: flex-end;
  align-items: center;
}
.ucenter_index .a2 {
  background: var(--weui-BG);
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 0.5rem 0;
}
.ucenter_index .a2 .b1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.7rem;
  font-weight: bold;
  font-size: 0.7rem;
}
.ucenter_index .a2 .b1 .c2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--weui-RED);
}
.ucenter_index .a2 .b2 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.ucenter_index .a2 .b2 .c1 {
  width: 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--weui-FG);
  margin-bottom: 1rem;
  position: relative;
}
.ucenter_index .a2 .b2 .c1 .d1 {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.ucenter_index .a2 .b2 .c1 .d1.all {
  color: var(--weui-BLUE);
}
.ucenter_index .a2 .b2 .c1 .d1.unpay {
  color: var(--weui-BRAND);
}
.ucenter_index .a2 .b2 .c1 .d1.payed {
  color: var(--weui-RED);
}
.ucenter_index .a2 .b2 .c1 .d1.fined {
  color: var(--weui-YELLOW);
}
.ucenter_index .a2 .b2 .c1 .d1.complain {
  color: var(--weui-INDIGO);
}
.ucenter_index .a2 .b2 .c1 .d1.message {
  color: var(--weui-BLUE);
}
.ucenter_index .a2 .b2 .c1 .d1.apply {
  color: var(--weui-BRAND);
}
.ucenter_index .a2 .b2 .c1 .d1.consultant {
  color: var(--weui-BRAND);
}
.ucenter_index .a2 .b2 .c1 .d1.dredger {
  color: var(--weui-GREEN);
}
.ucenter_index .a2 .b2 .c1 .d1.order {
  color: var(--weui-BRAND);
}
.ucenter_index .a2 .b2 .c1 .d1.profile {
  color: var(--weui-BLUE);
}
.ucenter_index .a2 .b2 .c1 .d1.skill {
  color: var(--weui-GREEN);
}
.ucenter_index .a2 .b2 .c1 .d1.schedule {
  color: var(--weui-INDIGO);
}
.ucenter_index .a2 .b2 .c1 .d1.reserve {
  color: var(--weui-YELLOW);
}
.ucenter_index .a2 .b2 .c1 .d1.pay {
  color: var(--weui-BLUE);
}
.ucenter_index .a2 .b2 .c1 .d1.hotline {
  color: var(--weui-RED);
}
.ucenter_index .a2 .b2 .c1 .d1.bankcard {
  color: var(--weui-BRAND);
}
.ucenter_index .a2 .b2 .c1 .d1.sps {
  color: var(--weui-BLUE);
}
.ucenter_index .a2 .b2 .c1 .d1.place_apply {
  color: var(--weui-PURPLE);
}
.ucenter_index .a2 .b2 .c1 .d1.setting {
  color: var(--weui-YELLOW);
}
.ucenter_index .a2 .b2 .c1 .d1.description {
  color: var(--weui-LINK);
}
.ucenter_index .a2 .b2 .c1 .d1.message {
  color: var(--weui-BRAND);
}
.ucenter_index .a2 .b2 .c1 .d1.kefu {
  color: var(--weui-INDIGO);
}
.ucenter_index .a2 .b2 .c1 .d2 {
  font-size: 0.65rem;
}
.ucenter_index .a2 .b2 .c1 .d3 {
  position: absolute;
  top: 0;
  right: 0.5rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  padding: 0 0.2rem;
  background: var(--weui-RED);
  color: var(--weui-WHITE);
  font-size: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=index.css.map */