#section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6.15vw;
  padding-bottom: 6.25vw;
  background: url("./img/bg1.png") no-repeat;
  background-size: 100vw 88.7vw;
  background-position: center;
}

#section1 .title {
  font-weight: bold;
  font-size: 4.69vw;
  color: #000000;
  line-height: 5.94vw;
  padding: 0 17.4vw;
  text-align: center;
  margin-top: 1.88vw;
}

#section1 .title b {
  display: inline-block;
  height: 4.9vw;
  line-height: 4.9vw;
  background: #214d8f;
  border-radius: 20px;
  color: #fff;
  padding: 0 0.52vw;
}

#section1 .sub_title {
  margin-top: 1.67vw;
  padding: 0 12.5vw;
  font-size: 1.51vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.67vw;
  text-align: center;
}

#section1 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.77vw;
  height: 4.06vw;
  box-shadow: 0px 1 16px 0px rgba(15, 15, 15, 0.16);
  border-radius: 0.73vw;
  border: 1px solid #214d8f;
  font-weight: bold;
  font-size: 1.25vw;
  color: #214d8f;
  margin-top: 4.43vw;
  background: rgba(255, 255, 255, 0.76);
}

#section1 .img_box {
  margin-top: 5.21vw;
  font-size: 0;
  padding-left: 12.29vw;
  padding-right: 9.38vw;
}

#section1 .img_box .hero_img {
  width: 100%;
}

#section2 {
  position: relative;
  padding-left: 12.5vw;
  padding-bottom: 6.25vw;
  box-sizing: border-box;
}

#section2::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5.21vw;
  width: 61.04vw;
  height: 61.56vw;
  background: url(img/bg4.png) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

#section2 .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12.5vw;
  margin-top: 1.67vw;
  margin-bottom: 2.5vw;
}

#section2 .title_box .title {
  font-size: 2.5vw;
  color: #000000;
  line-height: 3.75vw;
  margin-bottom: 1.04vw;
}

#section2 .title_box .sub_title {
  font-size: 1.25vw;
  color: #000000;
  line-height: 1.46vw;
}

#section2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.17vw;
  height: 4.06vw;
  background: #214d8f;
  box-shadow: 0px 1 16px 0px rgba(15, 15, 15, 0.16);
  border-radius: 0.73vw;
  font-weight: bold;
  font-size: 1.25vw;
  color: #ffffff;
  margin-top: 2.5vw;
}

#section2 .scroll_view {
  overflow: hidden;
}

#section2 .scroll_view .scroll_item {
  position: relative;
  width: 23.02vw;
  height: 30.73vw;
  border-radius: 1.56vw;
  overflow: hidden;
}

#section2 .scroll_view .scroll_item img {
  width: 100%;
}

#section2 .scroll_view .scroll_item .slide_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10.16vw;
  background: rgba(7, 7, 7, 0.8);
  color: #ffffff;
  padding: 1.25vw 2.08vw;
  box-sizing: border-box;
}

#section2 .scroll_view .scroll_item .h1 {
  height: 1.56vw;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 1.56vw;
  margin-bottom: 0.83vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#section2 .scroll_view .scroll_item .p {
  font-size: 0.94vw;
  color: #ffffff;
  line-height: 1.2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc_btn_box {
  display: flex;
  align-items: center;
}

.sc_btn {
  display: inline-block;
  width: 4.17vw;
  height: 4.17vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sc-prev {
  background-image: url(img/left_btn.png);
  margin-right: 1.67vw;
}

.sc-next {
  background-image: url(img/right_btn.png);
}

#section3 {
  background: url(img/image.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.56vw;
  padding: 6.25vw 12.5vw;
  box-sizing: border-box;
}

#section3 .inner {
  border-radius: 1.56vw;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 4.17vw;
  box-sizing: border-box;
}

#section3 .title {
  font-weight: bold;
  font-size: 2.5vw;
  color: #000000;
  line-height: 3.13vw;
  margin-top: 1.67vw;
  margin-bottom: 1.04vw;
}

#section3 .sub_title {
  font-size: 1.67vw;
  color: #000000;
  line-height: 2.08vw;
  margin-bottom: 2.5vw;
}

#section3 .grid_box {
  display: grid;
  gap: 4.17vw;
  grid-template-columns: repeat(2, 1fr);
}

#section3 .grid_box .grid_item {
  height: 12.14vw;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1.56vw 0px 1.56vw 1.56vw;
  padding: 2.08vw 0 0 2.5vw;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
}

#section3 .grid_box .grid_item img {
  height: 3.13vw;
  margin-bottom: 0.83vw;
}

#section3 .grid_box .grid_item .active {
  display: none;
}

#section3 .grid_box .grid_item .h1 {
  font-weight: bold;
  font-size: 1.04vw;
  line-height: 1.56vw;
  margin-bottom: 0.52vw
}

#section3 .grid_box .grid_item .p {
  font-size: 0.94vw;
  line-height: 1.2vw;
}

#section3 .grid_box .grid_item:hover {
  background: rgba(33, 77, 143, 0.72);
  color: #fff;
}

#section3 .grid_box .grid_item:hover .active {
  display: inline-block;
}

#section3 .grid_box .grid_item:hover .normal {
  display: none;
}

#section3 .grid_box .grid_all {
  position: relative;
  height: 12.14vw;
  border-radius: 1.56vw 0px 1.56vw 1.56vw;
  box-sizing: border-box;
  text-align: left;
}

#section3 .grid_box .grid_all .cover_img {
  height: 10.89vw;
  width: 29.23vw;
}

#section3 .grid_box .grid_all:after {
  position: absolute;
  content: '';
  right: 0;
  width: 30.63vw;
  bottom: 0;
  height: 10.89vw;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1.56vw 0px 1.56vw 1.56vw;
}

#section4 {
  position: relative;
  padding: 0 12.5vw;
  padding-bottom: 6.25vw;
  box-sizing: border-box;
}

#section4::after {
  position: absolute;
  content: '';
  left: 0;
  top: -15.63vw;
  right: 0;
  height: 106.04vw;
  background: url(img/bg6.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#section4 .title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section4 .title {
  font-weight: bold;
  font-size: 2.5vw;
  color: #000000;
  line-height: 3.18vw;
  margin-top: 1.67vw;
  margin-bottom: 1.04vw;
}

#section4 .sub_title {
  font-size: 1.67vw;
  color: #000000;
  line-height: 2.14vw;
  margin-bottom: 2.5vw;
}

#section4 .card {
  position: relative;
  width: 35.42vw;
  height: 12.14vw;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1.56vw 6.09vw 1.56vw 1.56vw;
  border: 1px solid rgba(11, 20, 36, 0.24);
  padding-top: 2.5vw;
  padding-left: 2.5vw;
  box-sizing: border-box;
}

#section4 .line1 {
  position: absolute;
  left: 35.42vw;
  bottom: -3.8vw;
}

#section4 .line2 {
  position: absolute;
  right: 35.42vw;
  bottom: -1.04vw;
}

#section4 .line3 {
  position: absolute;
  left: 35.42vw;
  bottom: -1.04vw;
}

#section4 .card2 {
  margin-left: 39.58vw;
  margin-top: 3.8vw;
}

#section4 .card3 {
  margin-top: 1.04vw;
}

#section4 .card4 {
  margin-left: 39.58vw;
  margin-top: 1.04vw;
}

#section4 .link_box {
  position: absolute;
  left: -39.58vw;
  bottom: 0;
  width: 28.23vw;
  height: 4.06vw;
  background: #FFFFFF;
  box-shadow: 0px 1px 16px rgba(15, 15, 15, 0.16);
  border-radius: 0.73vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25vw;
  color: #000000;
}

#section4 .card .icon {
  width: 1.98vw;
  height: 1.98vw;
}

#section4 .card .num {
  position: absolute;
  right: 4.17vw;
  top: 1.04vw;
}

#section4 .card .h1 {
  font-weight: bold;
  font-size: 1.46vw;
  color: #000000;
  line-height: 1.98vw;
  margin-top: 0.63vw;
  margin-bottom: 0.83vw;
}

#section4 .card .p {
  font-size: 1.04vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.46vw;
}

#section5 {
  position: relative;
  background: linear-gradient(135deg, #214d8f 0%, #0f274a 100%);
  height: 37.45vw;
  padding-top: 7.45vw;
  padding-left: 12.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

#section5 .title {
  font-size: 2.3vw;
  color: #ffffff;
  line-height: 3.18vw;
  margin-top: 1.67vw;
  margin-bottom: 1.04vw;
}

#section5 .sub_title {
  font-size: 1.67vw;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2.14vw;
}

#section5 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.9vw;
  height: 4.06vw;
  background: #ffffff;
  box-shadow: 0px 1 16px rgba(15, 15, 15, 0.16);
  border-radius: 0.73vw;
  margin-top: 6.72vw;
  font-weight: bold;
  font-size: 1.25vw;
  color: #0f274a;
}

#section5 .bg {
  position: absolute;
  right: 4.11vw;
  top: 6.25vw;
  width: 51.35vw;
}

#section6 {
  padding: 6.25vw 12.5vw;
  box-sizing: border-box;
}

#section6 .title_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.17vw;
}

#section6 .title_box .title {
  font-size: 2.3vw;
  color: #000000;
  line-height: 3.18vw;
  margin-top: 1.67vw;
  margin-bottom: 1.04vw;
}

#section6 .title_box .sub_title {
  font-size: 1.67vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.14vw;
}

#section6 .btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 25.99vw;
  height: 4.06vw;
  margin-top: -2.03vw;
  background: rgba(33, 77, 143, 0.08);
  border-radius: 0.73vw;
  border: 1px solid #214d8f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25vw;
  color: #000000;
}

#section6 .desc_box {
  display: flex;
  align-items: center;
  margin-bottom: 8.33vw;
}

#section6 .desc_box .cover {
  flex: 0 0 29.17vw;
  height: 30.73vw;
}

#section6 .desc_box .content {
  flex: 1;
  margin-left: 4.17vw;
}

#section6 .desc_box .content_left {
  margin-left: 0;
  margin-right: 3.39vw
}

#section6 .desc_box .title {
  font-weight: bold;
  font-size: 2.3vw;
  color: #000000;
  line-height: 3.18vw;
  margin-bottom: 1.88vw;
}

#section6 .desc_box .sub_title {
  font-weight: bold;
  font-size: 1.46vw;
  color: #000000;
  line-height: 1.88vw;
  margin-bottom: 1.46vw;
}

#section6 .desc_box .text {
  font-size: 1.2vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.08vw;
}

#section6 .desc_box .card {
  background: rgba(33, 77, 143, 0.08);
  border-radius: 0.73vw;
  border: 1px solid #214d8f;
  padding: 1.25vw 1.04vw;
}

#section6 .mb80 {
  margin-bottom: 4.17vw;
}

#section6 .mb60 {
  margin-bottom: 3.13vw;
}

#section6 .desc_box .card li {
  font-size: 1.25vw;
  color: #214d8f;
  line-height: 1.56vw;
  margin-bottom: 1.04vw;
}

#section6 .desc_box .card li:last-child {
  margin-bottom: 0;
}

#section7 {
  display: flex;
  align-items: center;
  padding: 0 12.5vw;
  padding-bottom: 6.25vw;
  box-sizing: border-box;
}

#section7 .title_box {
  flex: 0 0 20.83vw;
  margin-right: 4.17vw;
}

#section7 .title_box .title {
  font-size: 2.3vw;
  color: #000000;
  line-height: 3.18vw;
  margin-top: 1.67vw;
  margin-bottom: 1.04vw;
}

#section7 .title_box .sub_title {
  font-size: 1.46vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.98vw;
}

#section7 .content {
  flex: 1;
}

#section7 .content .list_item {
  padding: 2.5vw;
  background: rgba(33, 77, 143, 0.08);
  border: 1px solid rgba(33, 77, 143, 0.18);
  border-radius: 1.56vw;
  margin-bottom: 1.88vw;
  cursor: pointer;
}

#section7 .content .list_item .quest {
  font-size: 1.46vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.88vw;
}

#section7 .content .list_item .answer {
  display: none;
  margin-top: 1.04vw;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.08vw;
}

#section7 .content .list_item:hover .quest {
  color: #0b1424;
}

#section7 .content .list_item:hover .answer {
  display: block;
}

#section7 .content .list_act .quest {
  color: #0b1424;
}

#section7 .content .list_act .answer {
  display: block;
}

#section8 {
  padding-top: 4.17vw;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  padding-bottom: 3.13vw;
  box-sizing: border-box;
}

#section8 .title_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.17vw;
}

#section8 .title_box .title {
  font-size: 2.3vw;
  color: #000000;
  line-height: 3.18vw;
  margin-top: 1.67vw;
  margin-bottom: 1.04vw;
}

#section8 .title_box .sub_title {
  font-size: 1.67vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.14vw;
}

#section8 .btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14.58vw;
  height: 4.06vw;
  margin-top: -2.03vw;
  background: #214d8f;
  border-radius: 0.73vw;
  box-shadow: 0px 1 16px rgba(15, 15, 15, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25vw;
  color: #fff;
}

#section8 .img_box {
  display: flex;
  align-items: center;
}

#section8 .img_box img {
  width: 21.88vw
}

#section8 .img_box img:nth-child(2) {
  margin-left: -3.13vw;
  margin-right: -2.08vw;
  z-index: 1;
}

#section8 .img_box img:nth-child(4) {
  margin-left: -4.17vw;
  z-index: -1;
}

#section8 .img_box img:nth-child(4) img {
  width: 18.75vw;
}

#section8 .social_box {
  display: flex;
  align-items: center;
  margin-top: 5.21vw;
}

#section8 .social_box .label {
  font-size: 1.56vw;
  color: #000000;
  line-height: 1.98vw;
  margin-right: 1.04vw;
}

#section8 .social_box .m_icon {
  font-size: 0;
  margin-right: 2.08vw;
}

#section8 .social_box .m_icon img {
  width: 1.98vw;
}

@media screen and (max-width: 768px) {
  #section1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: auto 100%;
  }

  #section1 .title {
    font-size: 26px;
    line-height: 32px;
    padding: 0 16px;
    text-align: center;
    margin-top: 12px;
  }

  #section1 .title b {
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    color: #fff;
    padding: 0 6px;
  }

  #section1 .sub_title {
    margin-top: 16px;
    padding: 0 32px;
    font-size: 12px;
    line-height: 16px;
  }

  #section1 .btn {
    width: 210px;
    height: 30px;
    border-radius: 6px;
    font-size: 12px;
    color: #e65407;
    margin-top: 24px;
  }

  #section1 .img_box {
    margin-top: 24px;
    font-size: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  #section1 .img_box .hero_img {
    width: 100%;
  }

  #section2 {
    position: relative;
    padding-left: 18px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  #section2::after {
    position: absolute;
    content: "";
    right: 0;
    top: 60px;
    width: 330px;
    height: 350px;
    background: url(img/bg4.png) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }

  #section2 .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 18px;
    margin-top: 12px;
    margin-bottom: 24px;
  }

  #section2 .title_box .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  #section2 .title_box .sub_title {
    font-size: 12px;
    line-height: 16px
  }

  #section2 .btn {
    width: 220px;
    height: 30px;
    box-shadow: 0px 1 16px 0px rgba(15, 15, 15, 0.16);
    border-radius: 4px;
    font-size: 10px;
    margin-top: 18px;
  }


  #section2 .scroll_view .scroll_item {
    width: 230px;
    height: 300px;
  }


  #section2 .scroll_view .scroll_item .slide_bottom {
    height: 80px;
    padding: 10px;
  }

  #section2 .scroll_view .scroll_item .h1 {
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #section2 .scroll_view .scroll_item .p {
    font-size: 10px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sc_btn_box {
    display: flex;
    align-items: center;
  }

  .sc_btn {
    width: 32px;
    height: 32px;
  }

  .sc-prev {
    margin-right: 12px;
  }

  #section3 {
    border-radius: 14px;
    padding: 50px 32px;
    box-sizing: border-box;
    background-size: 100% 100%;
  }

  #section3 .inner {
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 24px 16px;
    box-sizing: border-box;
  }

  #section3 .title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #section3 .sub_title {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 20px
  }

  #section3 .grid_box {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }

  #section3 .grid_box .grid_item {
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px 0px 10px 10px;
    padding: 10px 14px;
  }

  #section3 .grid_box .grid_item img {
    height: 32px;
    margin-bottom: 5px;
  }

  #section3 .grid_box .grid_item .active {
    display: none;
  }

  #section3 .grid_box .grid_item .h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0
  }

  #section3 .grid_box .grid_item .p {
    font-size: 12px;
    line-height: 14px;
  }

  #section3 .grid_box .grid_item:hover {
    background: rgba(230, 84, 7, 0.5);
    color: #fff;
  }

  #section3 .grid_box .grid_item:hover .active {
    display: inline-block;
  }

  #section3 .grid_box .grid_item:hover .normal {
    display: none;
  }

  #section3 .grid_box .grid_all {
    position: relative;
    height: 120px;
    border-radius: 10px 0px 10px 10px;
    box-sizing: border-box;
    text-align: left;
  }

  #section3 .grid_box .grid_all .cover_img {
    height: 120px;
    width: 90%;
  }

  #section3 .grid_box .grid_all:after {
    position: absolute;
    content: '';
    right: 0;
    width: 90%;
    bottom: 0;
    height: 120px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px 0px 10px 10px;
  }

  #section4 {
    position: relative;
    padding: 0 18px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  #section4::after {
    position: absolute;
    content: '';
    left: 0;
    top: 30%;
    right: 0;
    height: 106.04vw;
    background: url(img/bg6.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  #section4 .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  #section4 .title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #section4 .sub_title {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 20px
  }

  #section4 .card {
    position: relative;
    width: 60%;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px 48px 8px 8px;
    border: 1px solid #000000;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 2.5vw;
    box-sizing: border-box;
  }

  #section4 .line1 {
    position: absolute;
    left: 35.42vw;
    bottom: -3.8vw;
    display: none;
  }

  #section4 .line2 {
    position: absolute;
    right: 35.42vw;
    bottom: -1.04vw;
    display: none;
  }

  #section4 .line3 {
    position: absolute;
    left: 35.42vw;
    bottom: -1.04vw;
    display: none;
  }

  #section4 .card2 {
    margin-left: 40%;
    margin-top: 24px;
  }

  #section4 .card3 {
    margin-top: 24px;
  }

  #section4 .card4 {
    margin-left: 40%;
    margin-top: 24px;
  }

  #section4 .link_box_mobile {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px rgba(15, 15, 15, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin-top: 34px;
  }

  #section4 .card .icon {
    width: 32px;
    height: 32px;
  }

  #section4 .card .num {
    position: absolute;
    right: 30px;
    top: 10px;
    height: 42px;
  }

  #section4 .card .h1 {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 5px;
  }

  #section4 .card .p {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 12px;
  }

  #section5 {
    position: relative;
    background: #EF9365;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }

  #section5 .title {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #section5 .sub_title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }

  #section5 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 30px;
    background: #000000;
    box-shadow: 0px 1 16px rgba(15, 15, 15, 0.16);
    border-radius: 4px;
    margin-top: 24px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
  }

  #section5 .bg {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
    margin-top: 36px;
  }

  #section6 {
    padding: 50px 18px;
    box-sizing: border-box;
  }

  #section6 .title_box {
    position: relative;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4.17vw;
  }

  #section6 .title_box .title {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #section6 .title_box .sub_title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }

  #section6 .btn {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 240px;
    height: 30px;
    margin-top: 24px;
    background: rgba(230, 84, 7, 0.1);
    border-radius: 4px;
    border: 1px solid #E65407;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
  }

  #section6 .desc_box {
    display: block;
    align-items: center;
    margin-bottom: 36px;
    text-align: center;
  }

  #section6 .desc_box .cover {
    flex: 0 0 29.17vw;
    width: 70%;
    height: auto;
    margin: auto;
  }

  #section6 .desc_box .content {
    flex: 1;
    margin-left: 0;
    text-align: left;
    margin-top: 16px;
  }

  #section6 .desc_box .content_left {
    margin-left: 0;
    margin-right: 0
  }

  #section6 .desc_box .title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 5px;
  }

  #section6 .desc_box .sub_title {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 5px
  }

  #section6 .desc_box .text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }

  #section6 .desc_box .card {
    background: rgba(49, 83, 255, 0.1);
    border-radius: 4px;
    border: 1px solid #3153FF;
    padding: 16px
  }

  #section6 .mb80 {
    margin-bottom: 24px;
  }

  #section6 .mb60 {
    margin-bottom: 24px;
  }

  #section6 .desc_box .card li {
    font-size: 12px;
    color: #3153FF;
    line-height: 16px;
    margin-bottom: 10px;
  }

  #section6 .desc_box .card li:last-child {
    margin-bottom: 0;
  }

  #section7 {
    display: block;
    align-items: center;
    padding: 0 18px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  #section7 .title_box {
    flex: 0 0 20.83vw;
    margin-right: 0;
  }

  #section7 .title_box .title {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #section7 .title_box .sub_title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }

  #section7 .content {
    flex: 1;
    margin-top: 24px;
  }

  #section7 .content .list_item {
    padding: 16px;
    background: rgba(230, 84, 7, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 18px;
    cursor: pointer;
  }

  #section7 .content .list_item .quest {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
  }

  #section7 .content .list_item .answer {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 16px;
  }

  #section7 .content .list_item:hover .quest {
    color: #000;
  }

  #section7 .content .list_item:hover .answer {
    display: block;
  }

  #section7 .content .list_act .quest {
    color: #000;
  }

  #section7 .content .list_act .answer {
    display: block;
  }

  #section8 {
    padding-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  #section8 .title_box {
    position: relative;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px
  }

  #section8 .title_box .title {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #section8 .title_box .sub_title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }

  #section8 .btn {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 200px;
    height: 30px;
    margin-top: 24px;
    background: #000000;
    border-radius: 4px;
    box-shadow: 0px 1 16px rgba(15, 15, 15, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
  }

  #section8 .img_box {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
  }

  #section8 .img_box img {
    width: 100%;
    display: block;
    margin: auto;
  }

  #section8 .img_box img:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }

  #section8 .img_box img:nth-child(4) {
    margin-left: auto;
    z-index: -1;
  }

  #section8 .img_box img:nth-child(4) img {
    width: 100%;
  }

  #section8 .social_box {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }

  #section8 .social_box .label {
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    margin-right: 16px;
  }

  #section8 .social_box .m_icon {
    font-size: 0;
    margin-right: 8px;
  }

  #section8 .social_box .m_icon img {
    width: 24px;
  }
}
