.fj-page-main {
  position: relative;
  margin-top: 80px;
}
.scene-banner {
  height: 509px;
  padding-top: 97px;
}
.scene-content-container {
  position: absolute;
  left: 400px;
  max-width: 660px;
}
.scene-banner-title {
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 65px;
  margin-bottom: 9px;
}
.scene-banner-desc {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  margin-bottom: 40px;
}
.scene-banner-button {
  width: 250px;
  height: 70px;
  background: #F4446E;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.scene-banner-button:hover {
  background: #e6375c;
}
.scene-banner-button a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 68px;
}
.content-box {
  padding-top: 89px;
}
.cooperation-site-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation-site-box div {
  display: inline-block;
  margin-right: 116px;
}
.cooperation-site-box div:last-child {
  margin-right: 0;
}
.cooperation-site-box div img {
  width: 100%;
  height: auto;
}
.introduction-box {
  text-align: center;
}
.introduction-title {
  margin-top: 150px;
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
}
.introduction-box-desc {
  display: flex;
  margin-top: 60px;
}
.center {
  display: flex;
  text-align: center;
  margin: 0 auto;
}
.introduction-desc {
  max-width: 480px;
  margin: 0 50px;
  text-align: left;
}
.introduction-desc video,
.introduction-desc img {
  width: 100%;
  height: 335px;
}
.introduction-desc-img {
  width: max-content;
  margin: 0 50px;
  text-align: left;
}
.introduction-desc-img video,
.introduction-desc-img img {
  width: 100%;
  height: auto;
}
.introduction-desc-title {
  margin-top: 70px;
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 55px;
}
.introduction-desc-info {
  margin-top: 15px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 30px;
}
.description-box {
  margin-top: 160px;
  text-align: center;
  background: #F6F9FF;
}
.course-box {
  text-align: center;
  padding-top: 160px;
}
.course-title {
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
}
.course-content-box {
  display: flex;
  padding: 0 320px;
  margin-bottom: 160px;
}
.course-images-box {
  height: 408px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 77px;
  margin-right: 60px;
}
.course-images {
  width: 600px;
  height: 388px;
  background: #FFFFFF;
  margin: 10px;
}
.course-images img {
  width: auto;
  height: auto;
  display: none;
}
.course-images img.active {
  display: block;
}
.course-content {
  margin-top: 35px;
}
.course-step {
  display: flex;
  width: 600px;
  height: 110px;
  margin-bottom: 20px;
  text-align: left;
  transition: all 0.3s;
  border-radius: 8px;
}
.course-step:last-child {
  margin-bottom: 0;
}
.course-step:hover {
  background: #FFFFFF;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.06);
}
.course-step.active {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}
.course-step.active .course-icon svg path,
.course-step.active .course-icon svg g g rect,
.course-step.active .course-icon svg g g path,
.course-step.active .course-icon svg g path {
  fill: #ff446b;
}
.course-icon {
  position: absolute;
  margin: 23px 15px;
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.course-icon svg {
  margin: 10px 12px;
}
.course-icon svg path,
.course-icon svg g g rect,
.course-icon svg g g path,
.course-icon svg g path {
  fill: #25282C;
}
.course-desc {
  width: 100%;
  margin: auto 0 auto 99px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 30px;
}
.swiper-pagination {
  z-index: 0!important;
}
.explore-box {
  padding-top: 150px;
  padding-bottom: 120px;
  text-align: center;
}
.explore-title {
  font-size: 42px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
}
.explore-list {
  width: 1322px;
  margin: 0 auto;
}
.explore-list ul {
  list-style-type: none;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 40px 30px;
}
.explore-list ul .swiper-wrapper {
  justify-content: center;
}
.explore-list ul li {
  width: 300px;
  height: 318px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E7ECF2;
  margin-right: 26px;
}
.explore-list ul li:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.explore-list ul li:hover .explore-content-title {
  text-decoration: underline;
}
.explore-image {
  width: 100%;
  height: 178px;
}
.explore-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.explore-content {
  padding: 35px 20px 30px 20px;
  text-align: left;
}
.explore-content a {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #FF446B;
  line-height: 30px;
  cursor: pointer;
}
.explore-content a svg {
  -webkit-transition: transform 0.3s;
}
.explore-content a:hover {
  color: #e6375c;
}
.explore-content a:hover svg {
  transform: translateX(10px);
}
.explore-content-title {
  display: block;
  font-size: 17px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.explore-content-desc {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.explore-button-box {
  position: relative !important;
  margin: 0 auto 0;
}
.explore-button-box span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DBDBDB;
  border-radius: 50%;
  margin: 5px 8px;
  opacity: 0.5;
}
.explore-button-box span:hover {
  background: #FF446B;
}
.explore-button-box span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #FF446B;
  border: 2px solid #FF446B;
  margin: 3px 8px;
  opacity: 1;
}
.use-box {
  position: relative;
  display: flex;
  background-image: url("../webp/recordcastnowback.webp");
  text-align: center;
  padding: 20px 0 45px;
  justify-content: center;
}
.use-image {
  width: 501px;
  height: 439px;
}
.use-image img {
  width: 100%;
  height: 100%;
}
.use-content {
  width: 500px;
  margin-top: 96px;
  text-align: left;
  margin-left: 90px;
}
.use-content a {
  display: block;
  width: 270px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 32px;
  font-size: 18px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
}
.use-content a svg {
  margin-left: 15px;
  -webkit-transition: transform 0.5s;
}
.use-content a:hover {
  color: #e6375c;
}
.use-content a:hover svg {
  transform: translateX(10px);
}
.use-content a:hover svg polygon {
  fill: #e6375c;
}
.use-content-title {
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 15px;
}
.section .section-wrap:nth-child(2n + 2) {
  transform: translateX(-35px);
}
.section-wrap {
  margin: 100px auto;
  max-width: 1280px;
  min-width: 1024px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}
.col-4 {
  margin: 0 35px;
}
.col-4 img {
  max-width: 610px;
  width: 100%;
  height: 100%;
}
.col-4-video {
  width: 600px;
  justify-content: center;
  display: flex;
}
.c5 {
  width: 520px;
}
.col-title {
  max-width: 520px;
  font-size: 30px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 55px;
}
.col-info {
  max-width: 520px;
  margin-top: 15px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 30px;
}
.faq-about-container {
  background: #f6f9ff;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 120px;
}
.faq-about-title-box {
  font-size: 36px;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
  margin-bottom: 32px;
}
.faq-about-content-box {
  max-width: 774px;
  margin: auto;
}
.faq-about-content-item {
  margin: auto;
}
.faq-about-content {
  width: 100%;
  margin-bottom: 21px;
  margin-top: 25px;
}
.faq-about-content.active .faq-about-content-title .title-icon-add {
  display: none;
}
.faq-about-content.active .faq-about-content-title .title-icon-sub {
  display: block;
}
.faq-about-content-border {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.faq-about-content-title {
  height: 21px;
  font-size: 18px;
  font-weight: 500;
  color: #1A1B1D;
  line-height: 21px;
  cursor: pointer;
}
.faq-about-content-title:hover .title-icon svg path {
  fill: #F4446E;
}
.faq-about-content-title .faq-about-content-title-desc {
  width: calc(100% - 16px);
  height: 100%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 21px;
}
.faq-about-content-title .title-icon {
  width: 16px;
  height: 100%;
  float: right;
  display: none;
}
.faq-about-content-title .title-icon-add {
  display: block;
}
.faq-about-content-desc {
  width: 100%;
  color: #1A1B1C;
  line-height: 24px;
  padding-bottom: 16px;
  padding-top: 24px;
  text-align: left;
  display: none;
}
.faq-about-content-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 24px;
  margin: 10px 0;
}
.faq-about-content-desc p a {
  color: #F4446E;
}
@media screen and (max-width: 1650px) {
  .description-content-box {
    width: 80%;
  }
  .description-content-box ul li:nth-child(3n + 3) {
    margin-right: 30px;
  }
  .course-content-box {
    width: 90%;
    padding: 0;
    margin: 0 auto 160px auto;
  }
  .course-content-box .course-content {
    width: 620px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1350px) {
  .explore-list {
    width: 100%;
  }
  .course-content-box {
    display: block;
    width: max-content;
    padding: 0;
  }
  .course-images-box {
    display: flex;
    margin-right: 20px;
  }
  .cooperation-site-box {
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 960px) {
  .banner-video {
    width: 80%;
  }
}
/*# sourceMappingURL=scene.css.map */