.circle-pink {
    padding: 40px 25px 50px;
    border: solid 1px rgb(233, 137, 212);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
}
/* 自定义首页标题字号 */
.brand .site-title {
  font-size: 2.5rem !important;  /* 自行调整：2rem、2.2rem、32px 等 */
}
.now-box {
  border: 2px solid black;
  padding: 1.5rem;
  margin: 0 auto 1.5rem;
  width: 90%;
  line-height: 1.8;
}