.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.subject-top {
  width: 100%;
  height: 11.52rem;
  padding: 4.667rem 0.427rem 0;
  background: url(/api/ssr/static/img/project/2025startNow/subject1.png);
  background-size: cover;
  background-position: center 0;
}
.subject-top .title {
  margin-bottom: 0.267rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.533rem;
  color: #FFFFFF;
  line-height: 0.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.subject-top .desc {
  height: 1.92rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.373rem;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
}
.subject-top .quote1 {
  width: 0.533rem;
  height: 0.533rem;
}
.subject-top .quote2 {
  width: 0.533rem;
  height: 0.533rem;
  transform: translate3d(-0.133rem, 0.187rem, 0);
}
.subject-bottom {
  width: 100%;
  height: 13.6rem;
  background: url(/api/ssr/static/img/project/2025startNow/subject2.png);
  background-size: cover;
  background-position: center 0;
  overflow: hidden;
  padding: 0 0.427rem;
}
.subject-bottom .img {
  width: 8.613rem;
  display: block;
  margin: 0.827rem auto 0.8rem;
}
.subject-bottom .go-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subject-bottom .go-item {
  position: relative;
  width: 32%;
  height: 2rem;
  border-radius: 0.3rem;
  font-size: 0.4rem;
  margin-bottom: 0.853rem;
  background-size: cover;
}
.subject-bottom .go-item .btn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
  justify-content: center;
  width: 2.2rem;
  height: 0.7rem;
  background: linear-gradient(280deg, #3DFBF4 0%, #DAFE9D 100%);
  border-radius: 0.413rem;
}
