@charset "UTF-8";
.buessiness-page-container {
  padding: 128px 0 0;
}

.section-one {
  height: 379px;
}

.section-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-two {
  background-color: rgb(240, 240, 240);
  align-items: start;
  display: grid;
  justify-items: safe center;
}

.section-two.container-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-two .prose {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  padding: 2rem 0;
}

.section-two .prose .head-title {
  font-size: 3rem;
  font-weight: 700;
}

.section-two .prose .desc {
  font-size: 1.125rem;
}

.section-two .btn {
  padding: 1rem 1.5rem;
  background-color: #9ac440;
  border-radius: 2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.section-three .gridbox {
  background-color: #d7ddeb;
  display: grid;
  grid-template: "content media"/minmax(0, 1fr) minmax(0, 1fr);
}

.section-three .gridbox .media-with-text__media {
  grid-area: media;
}

.section-three .gridbox .media-with-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-three .gridbox .media-with-text__content {
  padding: 5rem;
  color: #29395c;
}

.section-three .gridbox .media-with-text__content .h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #29395c;
  line-height: 1.2;
}

.section-three .gridbox .media-with-text__content .desc {
  margin-top: 2rem;
}

.section-three .gridbox .media-with-text__content .btn {
  padding: 1rem 2rem;
  background-color: #9ac440;
  border-radius: 1.625rem;
  margin-top: 2rem;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.section-four {
  background-image: linear-gradient(180deg, rgb(240, 240, 240), rgb(215, 221, 235) 100%);
  padding: 2.5rem 0;
}

.section-four .container-wrap {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 3rem 6rem;
  display: grid;
  justify-content: center;
  place-items: center;
}

.section-four .container-wrap .left {
  height: 100%;
}

.section-four .container-wrap .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.section-four .swiper-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 4rem;
}

.section-four .btn-list {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 1rem;
}

.section-four .btn-list .btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.section-four .btn-list .btn:hover {
  color: #9ac440;
  border-color: #9ac440;
}

.section-four .container-wrap .scroll {
  display: flex;
  width: 100%;
  /* transition: all 1s; */
}

.section-four .container-wrap .scroll li {
  width: 100%;
  color: #29395c;
  flex-shrink: 0;
}

.section-four .container-wrap .scroll li .subtit {
  font-weight: 700;
  font-size: 1rem;
}

.section-four .container-wrap .scroll li .h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 1rem 0 1.5rem;
  font-weight: 700;
}

.section-five {
  background-image: linear-gradient(180deg, rgb(215, 221, 235), rgb(215, 221, 235) 100%);
}

.section-five .gridbox {
  color: #29395c;
  font-size: 1rem;
  display: grid;
  gap: 3rem 4rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.section-five .subtit {
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-five .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-five .btn {
  padding: 1rem 2rem;
  background-color: #9ac440;
  border-radius: 1.625rem;
  margin-top: 2rem;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.section-six .container-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-six .h2 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.section-six .list {
  display: grid;
  gap: 1.5rem;
  grid: auto-flow 1fr/repeat(5, minmax(0, 280px));
  overflow-x: auto;
  overflow-y: hidden;
}

.section-six .list li {
  padding: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d7ddeb;
}

.section-six .list li img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.section-seven .img-wrap {
  position: relative;
  overflow: hidden;
}

.section-seven .img-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.75rem;
}

.section-seven .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.75rem;
  position: absolute;
  left: 0;
  top: 0;
}

.section-seven .prose {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-seven .video-play-button {
  -webkit-appearance: button;
  text-align: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  filter: drop-shadow(0 16px 50px rgba(0, 0, 0, 0.0509803922));
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.section-seven .video-play-button:before {
  content: "";
  box-sizing: content-box;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255), rgb(255, 255, 255));
  opacity: 0.3;
  border-radius: 100%;
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.section-seven .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 1rem;
  white-space: nowrap;
}

.section-eight .gridbox {
  display: grid;
  grid-template: "media content"/minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.section-eight .right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.section-eight .h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-eight .btn {
  padding: 1rem 2rem;
  border-radius: 1.625rem;
  background-color: #639ec6;
  color: #fff;
  font-weight: 700;
}

.buessiness-page-container .list-wrap {
  background-color: #fff;
  color: #000;
}

.buessiness-page-container .pulldown-content-wrap .question-list .item {
  border-color: rgba(0, 0, 0, 0.12);
}

.buessiness-page-container .pulldown-content-wrap .question-list .accordion__content {
  color: #000;
}

.buessiness-page-container .pulldown-content-wrap .question-list .action-wrap .svg-wrap {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

/* 移动端 */
@media (min-width: 320px) and (max-width: 1080px) {
  .section-three .gridbox {
    grid-template: "media" "content"/auto;
  }
  .section-four .container-wrap {
    grid-template-columns: minmax(0, 1fr);
  }
  .section-four .container-wrap .left {
    width: 100%;
  }
  .section-five .gridbox {
    grid-template-columns: minmax(0, 1fr);
  }
  .section-six .list {
    grid: 1fr/auto-flow 52vw;
  }
  .section-eight .gridbox {
    grid-template: "media" "content"/auto;
    gap: 1.5rem;
  }
}
@keyframes ping {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}