.activity-title {
  margin: 8.4375vw 4.16667vw 0;
  border-bottom: 1PX solid #D8D8D8;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  text-align: center;
}
.activity-title .title {
  font-size: 2.1875vw;
  color: #393939;
  line-height: 3.07292vw;
}
.activity-title .time {
  font-size: 1.09375vw;
  color: #969696;
  line-height: 1.51042vw;
  margin: 1.04167vw 0 2.08333vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--activity-title {
    margin: 6.66667rem 1.6rem 0;
}
.mob--activity-title .title {
    font-size: 1.4rem;
    line-height: 1.96667rem;
}
.mob--activity-title .time {
    font-size: 0.86667rem;
    line-height: 1.23333rem;
    margin: 0.46667rem 0 1rem;
}
}