.user_title_0,
.user_title_1,
.user_title_2,
.user_title_3,
.user_title_4,
.user_title_5,
.user_title_6 {
  display: flex;
  align-items: center;
  font-style: normal;
  font-size: 0rem;
}

.user_title_0::before,
.user_title_1::before,
.user_title_2::before,
.user_title_3::before,
.user_title_4::before,
.user_title_5::before,
.user_title_6::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  background-size: cover;
}

.user_title_0::after,
.user_title_1::after,
.user_title_2::after,
.user_title_3::after,
.user_title_4::after,
.user_title_5::after,
.user_title_6::after {
  content: "";
  font-size: 0.875rem;
  padding-left: 1.15rem;
  padding-right: 0.35rem;
  margin-left: -1rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #7f6f6f 0%, #292121 100%);
}

.user_title_0::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv1-icon.png");
}

.user_title_0::after {
  content: "剑士";
  color: #e5e6eb;
}

.user_title_1::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv2-icon.png");
}

.user_title_1::after {
  content: "骑士";
  color: #00ff2a;
}

.user_title_2::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv3-icon.png");
}

.user_title_2::after {
  content: "领主";
  color: #00ffea;
}

.user_title_3::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv4-icon.png");
}

.user_title_3::after {
  content: "伯爵";
  color: #ff5d1e;
}

.user_title_4::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv5-icon.png");
}

.user_title_4::after {
  content: "君王";
  color: #ff70fa;
}

.user_title_5::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv6-icon.png");
}

.user_title_5::after {
  content: "帝王";
  color: #ff7e47;
}

.user_title_6::before {
  background-image: url("/content/templates/XueWuTheme/static/img/level/lv7-icon.png");
}

.user_title_6::after {
  content: "帝皇";
  color: #ffdc72;
}
