.dayy {
  padding: 0 0.5rem;
}
.dayy2 {
  padding: 0;
}

.dayy .title {
  font-size: 0.3rem;
  font-weight: 600;
  color: #fff;
  /* color: transparent; */
  margin-bottom: 10px;
  margin-top: 10px;
  width: 6.6rem;
  height: 0.5rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  border-radius: 50px;
  background: linear-gradient(90deg, red 0%, transparent 100%);
}
.dayy .next_title {
  display: flex;
  padding: 0.2rem 0;
}
.dayy .next_title .title_left {
  width: 2rem;
  white-space: nowrap;
  display: flex;
}
.dayy .next_title .title_left img {
  width: 0.4rem;
  height: 0.4rem;
}
.dayy .next_title .title_left p {
  flex: 1;
  text-align: center;
}
.dayy .next_title .title_right {
  width: 4.2rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.3rem;
  padding-left: 0.2rem;
  position: relative;
}
.dayy .next_title .title_right::before {
  content: '';
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  top: 0.16rem;
  left: 0px;
  background: red;
}
.dayy .next_title .title_right::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  top: 0.13rem;
  left: -0.03rem;
  border: 1px solid red;
}
/* .dayy2 .next_title .title_right::after {
  top: 0.14rem;
} */
.dayy .next_title .title_right span:nth-child(2) {
  /* color: #aaa; */
  margin-top: 0.1rem;
}

.next_title_box {
  position: relative;
}
.next_title_box::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: red;
  top: 0rem;
  left: 2.34rem;
}
