.title-box {
  height: 1.5rem;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.title-box .right-icon {
  font-size: 1.9rem;
  position: absolute;
  right: 0;
}
.title-box.type-1 {
  background: linear-gradient(90deg, rgba(107, 94, 255, 0.5) 0%, #6B5EFF 100%);
}
.title-box.type-2 {
  background: linear-gradient(90deg, rgba(255, 94, 133, 0.5) 0%, #FF5E85 100%);
}
.title-box.type-3 {
  background: linear-gradient(90deg, rgba(94, 147, 255, 0.5) 0%, #5E93FF 100%);
}
.title-box.type-4 {
  background: linear-gradient(90deg, rgba(255, 141, 53, 0.5) 0%, #FF8D35 100%);
}
.title-box.type-5 {
  background: linear-gradient(90deg, rgba(255, 94, 133, 0.5) 0%, #FF5E85 100%);
}
.advertisement {
  width: 6.72rem;
  height: 5.6rem;
  background: #D8D8D8;
}
