.main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .page-banner {
  background: url("/img/solve/sports/banner.png") no-repeat center center;
}

.main .page-banner .con .title,
.main .page-banner .con .subTitle {
  color: white;
}

.main .fragment001 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.main .page-title {
  width: auto;
  height: auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 36px;
  color: #1d1d1f;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 88px;
}

.main .fragment001 .icon-grid {
  display: grid;
  width: auto;
  height: auto;
  grid-template-columns: repeat(3, 1fr); /* 3 列等分 */
  grid-template-rows: repeat(3, auto); /* 3 行固定高度 */
  column-gap: 30px;
  row-gap: 28px;
  margin-top: 64px;
  margin-bottom: 72px;
}

.main .fragment002 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f9;
  padding-bottom: 78px;
}

.main .fragment002 .info-con .explain-con {
  margin-right: 44px;
}

.main .fragment003 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding-bottom: 86px;
}

.main .fragment003 .info-con {
  margin-top: 62px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.main .fragment003 .info-con .main-img {
  width: 590px;
  height: 500px;
  margin-right: 44px;
  border-radius: 0px 0px 0px 0px;
  object-fit: contain;
}

.main .fragment004 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eef5ff;
  padding-bottom: 86px;
}
