.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.subject-top {
  width: 100%;
  padding-top: 472px;
  height: 810px;
  background: url(/api/ssr/static/img/project/2025startNow/subject1.png);
  background-size: cover;
  background-position: center 0;
}
.subject-top .title {
  margin-bottom: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 61px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.subject-top .desc {
  width: 1200px;
  height: 144px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  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 .quote2 {
  width: 28px;
  height: 28px;
  transform: translate3d(-10px, 14px, 0);
}
.subject-bottom {
  width: 100%;
  height: 662px;
  background: url(/api/ssr/static/img/project/2025startNow/subject2.png);
  background-size: cover;
  background-position: center 0;
  overflow: hidden;
}
.subject-bottom .img {
  width: 606px;
  display: block;
  margin: 80px auto 70px;
}
.subject-bottom .go-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subject-bottom .go-item {
  position: relative;
  width: 32%;
  height: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.44);
  border-radius: 20px 20px 20px 20px;
  font-size: 24px;
  margin: 0 10px;
  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: 144px;
  height: 44px;
  background: linear-gradient(280deg, #3DFBF4 0%, #DAFE9D 100%);
  border-radius: 50px 50px 50px 50px;
  
  transition: all .3s;
}
.subject-bottom .go-item .btn:hover {
  transform: translate3d(-50%, 50%, 0) scale(1.1)
}
