.title_bar {
  height: 5.5rem;
  padding: 0 1.25rem;
  color: #fff;
  font-size: 2.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("/h5/images/user/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 1045;
}

.title_bar > i {
  width: 3rem;
  font-size: 2.25rem;
}

.title_bar > p {
  width: max-content;
  padding: 0 2rem;
  text-align: center;
  position: absolute;
  font-weight: bold;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.title_bar + * {
  margin-top: 5.5rem;
}
