img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.item_hover {
  overflow: hidden; }
  .item_hover:hover img {
    transform: scale(1.05); }
  .item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease; }

.home {
  background: #FAFAFA url(../images/rbg.png) no-repeat;
  background-size: 100% 100%; }

@keyframes goAnimate {
  100% {
    transform: translateX(-50%); } }
body {
  background: #FAFAFA; }

@keyframes gradientMove {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }
.common_title.center {
  text-align: center; }
.common_title .p1 {
  color: rgba(51, 51, 51, 0.2);
  font-family: 'ReadexPro-Bold';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.5vw; }
.common_title .p2 {
  margin: 1.0416666667vw 0 0 0;
  color: #333;
  font-style: normal;
  font-weight: 600; }

.section1 {
  padding: 14.5833333333vw 0 5.2083333333vw;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .section1 .label {
    border-radius: 0.4166666667vw;
    border: 1px solid #71009E;
    display: flex;
    padding: 0.3125vw 0.5208333333vw;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
    width: fit-content;
    margin: auto;
    color: #71009E;
    font-style: normal;
    font-weight: 400; }
    .section1 .label span {
      color: #FFAB3D; }
  .section1 .title {
    width: fit-content;
    margin: 1.5625vw auto; }
    .section1 .title .t {
      font-family: 'GlutenRightLeaning-Bold';
      background: linear-gradient(90deg, #71009E 0.52%, rgba(113, 0, 158, 0.4) 50%, rgba(113, 0, 158, 0.7) 99.47%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: gradientMove 3s linear infinite, blink 1.5s ease-in-out infinite alternate;
      text-align: center; }
  .section1 .pick {
    color: #999;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw;
    /* 133.333% */ }
  .section1 .display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8854166667vw;
    margin: 1.5625vw 0 0.5208333333vw; }
    .section1 .display span {
      color: #FFAB3D;
      font-family: 'DIN-BlackItalic';
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      /* 75px */ }
    .section1 .display img {
      width: 4.8958333333vw;
      height: fit-content;
      object-fit: contain; }
  .section1 .p1 {
    color: #333;
    font-style: normal;
    font-weight: 600;
    text-align: center; }
  .section1 .go {
    margin: 2.8125vw 0 0 0;
    width: max-content;
    display: flex;
    animation: goAnimate 30s linear infinite; }
    .section1 .go .flex {
      display: flex; }
      .section1 .go .flex img {
        width: 13.4895833333vw;
        margin: 0 2.0833333333vw 0 0; }

.section2 {
  position: relative;
  z-index: 1; }
  .section2 .img {
    width: 100%; }
  .section2 .more {
    position: absolute;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    border: 1px solid rgba(113, 0, 158, 0.5);
    border-radius: 50%;
    right: 8.3333333333vw;
    bottom: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer; }
    .section2 .more img {
      width: 1.5625vw;
      transition: .6s ease;
      animation: moveA 1s ease-out infinite; }
  .section2 .text {
    width: 64.5833333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .section2 .text * {
      display: inline; }
    .section2 .text p {
      font-style: normal;
      font-weight: 600;
      line-height: 5.7291666667vw;
      /* 196.429% */
      text-transform: capitalize;
      background: linear-gradient(90deg, #71009E 0.52%, rgba(113, 0, 158, 0.4) 50%, rgba(113, 0, 158, 0.7) 99.47%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .section2 .text span {
      color: #FFBC64;
      font-style: normal;
      font-weight: 600;
      line-height: 5.7291666667vw;
      text-transform: capitalize;
      border-radius: 4.1666666667vw;
      border: 1px solid #71009E;
      background: rgba(217, 217, 217, 0);
      height: 5.15625vw;
      padding: 0 1.0416666667vw; }

.section3 {
  padding: 5.2083333333vw 8.3333333333vw 8.3333333333vw 8.3333333333vw; }
  .section3 .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vw;
    margin: 3.125vw 0 0 0; }
    .section3 .content .item {
      width: 100%;
      height: 31.25vw;
      border-radius: 2.0833333333vw;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1; }
      .section3 .content .item:hover .common_bg {
        opacity: 1; }
      .section3 .content .item:hover svg {
        opacity: 0; }
      .section3 .content .item:hover .position .p1 {
        color: #fff;
        transform: translateY(0); }
      .section3 .content .item:hover .position .p2 {
        opacity: 1;
        transition-delay: .4s; }
      .section3 .content .item .common_bg {
        opacity: 0;
        transition: .6s ease;
        object-fit: cover; }
      .section3 .content .item .position {
        position: absolute;
        bottom: 1.9270833333vw;
        left: 0;
        width: 100%;
        padding: 0 2.7083333333vw;
        z-index: 1; }
        .section3 .content .item .position .p1 {
          color: #333;
          font-style: normal;
          font-weight: 600;
          line-height: 150%;
          /* 36px */
          transition: .6s ease;
          transform: translateY(4.1666666667vw); }
        .section3 .content .item .position .p2 {
          color: #FFF;
          text-overflow: ellipsis;
          font-style: normal;
          font-weight: 400;
          line-height: 1.1458333333vw;
          /* 157.143% */
          margin: 0.7291666667vw 0;
          opacity: 0;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          height: 3.4375vw;
          transition: .6s ease; }
        .section3 .content .item .position .label {
          display: flex;
          padding: 0.3645833333vw 0.625vw;
          justify-content: center;
          align-items: center;
          gap: 0.5208333333vw;
          border-radius: 1.71875vw;
          background: #FCD717;
          color: #383005;
          font-style: normal;
          font-weight: 400;
          text-transform: uppercase;
          width: fit-content;
          margin: 0.625vw 0 0 0; }
      .section3 .content .item svg {
        width: 8.3333333333vw;
        height: fit-content;
        transition: .6s ease; }
      .section3 .content .item:first-child {
        background: linear-gradient(154deg, #FFEEE0 -0.03%, rgba(255, 244, 234, 0.3) 49.98%, #FFEEE0 100%); }
      .section3 .content .item:nth-child(2) {
        background: linear-gradient(154deg, #F0F0F0 -0.03%, rgba(240, 240, 240, 0.3) 49.98%, #F0F0F0 100%); }
      .section3 .content .item:nth-child(3) {
        background: linear-gradient(154deg, #D4FAFF -0.03%, rgba(212, 250, 255, 0.3) 49.98%, #D4FAFF 100%); }

.section4 {
  padding: 0 8.3333333333vw 4.2708333333vw 8.3333333333vw; }
  .section4 .matter {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .section4 .matter:nth-child(2n) {
      flex-direction: row-reverse; }
    .section4 .matter .img {
      width: 41.6666666667vw;
      height: 41.6666666667vw;
      background: rgba(246, 246, 246, 0.5);
      display: flex;
      align-items: center;
      justify-content: center; }
    .section4 .matter .l {
      width: 41.6666666667vw; }
      .section4 .matter .l .label {
        display: flex;
        padding: 0.3645833333vw 0.625vw;
        justify-content: center;
        align-items: center;
        gap: 0.5208333333vw;
        width: fit-content;
        border-radius: 1.71875vw;
        background: #FCD717;
        color: #383005;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase; }
      .section4 .matter .l .title {
        margin: 1.0416666667vw 0;
        color: #000;
        font-style: normal;
        font-weight: 700;
        line-height: 5vw;
        /* 150% */
        font-family: 'ReadexPro-Bold'; }
      .section4 .matter .l .flex .list:not(:last-child) {
        margin: 0 0 1.0416666667vw; }
      .section4 .matter .l .flex .list .p1 {
        color: #666;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 30px */ }
      .section4 .matter .l .flex .list .p2 {
        color: #999;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        margin: 1.0416666667vw 0 0 0; }
        .section4 .matter .l .flex .list .p2 p {
          display: flex;
          align-items: center;
          gap: 0.5208333333vw; }
          .section4 .matter .l .flex .list .p2 p span {
            width: 0.2604166667vw;
            height: 0.2604166667vw;
            border-radius: 50%;
            background: #999;
            display: inline-block; }

.section5 {
  padding: 8.3333333333vw 0;
  position: relative;
  z-index: 1; }
  .section5 .content2 {
    position: relative;
    width: 28.8541666667vw;
    margin: 5.2083333333vw auto 0; }
    .section5 .content2 .position {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 5;
      pointer-events: none; }
      .section5 .content2 .position .item {
        pointer-events: auto;
        width: 17.7083333333vw;
        position: absolute;
        padding: 2.6041666667vw 2.6041666667vw;
        border-radius: 2.0833333333vw;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(15px);
        z-index: 1;
        transition: 1.2s;
        clip-path: inset(100% 100% 100% 100% round 2.0833333333vw); }
        .section5 .content2 .position .item.aos-animate {
          clip-path: inset(0% 0% 0% 0% round 2.0833333333vw); }
          .section5 .content2 .position .item.aos-animate * {
            opacity: 1;
            transition: 2s;
            transition-delay: .6s; }
        .section5 .content2 .position .item * {
          opacity: 0; }
        .section5 .content2 .position .item:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: linear-gradient(130deg, rgba(255, 255, 255, 0.6) 27.21%, rgba(240, 201, 255, 0.6) 100%);
          border-radius: 2.0833333333vw;
          transition: .6s ease;
          opacity: 0;
          z-index: -1; }
        .section5 .content2 .position .item.on:after {
          opacity: 1; }
        .section5 .content2 .position .item .p1 {
          color: #71009E;
          font-style: normal;
          font-weight: 600;
          text-transform: capitalize;
          margin: 0 0 1.25vw; }
        .section5 .content2 .position .item .text {
          color: #000; }
      .section5 .content2 .position .item1 {
        width: 15.625vw;
        top: 4.1666666667vw;
        right: calc(100% - 5.67708vw); }
      .section5 .content2 .position .item2 {
        width: 26.25vw;
        top: 17.34375vw;
        right: calc(100% - 5.1562vw); }
      .section5 .content2 .position .item3 {
        width: 25.2083333333vw;
        top: 9.5833333333vw;
        left: calc(100% - 4.89vw); }
      .section5 .content2 .position .item4 {
        width: 27.7083333333vw;
        top: 24.8958333333vw;
        left: calc(100% - 2.60vw); }
    .section5 .content2 .imgSwiper {
      width: 100%;
      height: 36.4583333333vw;
      border-radius: 2.0833333333vw;
      background: #fff; }
      .section5 .content2 .imgSwiper .swiper-slide {
        border-radius: 2.0833333333vw; }
        .section5 .content2 .imgSwiper .swiper-slide.swiper-slide-active img {
          opacity: 1; }
        .section5 .content2 .imgSwiper .swiper-slide img {
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: 1s;
          border-radius: 2.0833333333vw; }
  .section5 .content3 {
    margin: 7.8125vw auto 0;
    width: 62.5vw;
    position: relative; }
    .section5 .content3 .item {
      pointer-events: auto;
      width: 17.7083333333vw;
      position: absolute;
      padding: 1.5625vw 2.6041666667vw;
      border-radius: 2.0833333333vw;
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(15px);
      z-index: 1;
      transition: 1.2s;
      clip-path: inset(100% 100% 100% 100% round 2.0833333333vw); }
      .section5 .content3 .item.aos-animate {
        clip-path: inset(0% 0% 0% 0% round 2.0833333333vw); }
        .section5 .content3 .item.aos-animate * {
          opacity: 1;
          transition: 2s;
          transition-delay: .6s; }
      .section5 .content3 .item * {
        opacity: 0; }
      .section5 .content3 .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(130deg, rgba(255, 255, 255, 0.6) 27.21%, rgba(240, 201, 255, 0.6) 100%);
        border-radius: 2.0833333333vw;
        transition: .6s ease;
        opacity: 0;
        z-index: -1; }
      .section5 .content3 .item.on:after {
        opacity: 1; }
      .section5 .content3 .item .p1 {
        color: #71009E;
        font-style: normal;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 1.25vw; }
      .section5 .content3 .item .text {
        color: #000; }
    .section5 .content3 .item1 {
      width: 28.0208333333vw;
      padding: 3.125vw 2.6041666667vw;
      top: 5.1041666667vw;
      right: calc(100% - 14.791666vw); }
    .section5 .content3 .item2 {
      width: 26.5625vw;
      top: 19.84375vw;
      left: calc(100% - 14.635vw); }
    .section5 .content3 .img {
      width: 100%;
      height: 31.25vw;
      overflow: hidden;
      border-radius: 2.0833333333vw; }
      .section5 .content3 .img:hover img {
        transform: scale(1.05); }
      .section5 .content3 .img img {
        width: 100%;
        height: 100%;
        transition: 2s; }

.section6 {
  padding: 8.3333333333vw 3.6979166667vw 5.2083333333vw 3.6979166667vw; }
  .section6 .top .common_title .p2 {
    margin: 0.625vw 0 0 0; }
  .section6 .top .text {
    width: 37.6041666667vw;
    margin: 0.625vw auto 0;
    color: #666;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
  .section6 .content {
    position: relative;
    overflow: hidden;
    margin: 5.9375vw 0 0 0; }
    .section6 .content .map {
      width: 77.2395833333vw;
      margin: 0.7291666667vw auto 0;
      display: block;
      position: relative;
      z-index: 2; }
    .section6 .content .width {
      width: 77.2395833333vw;
      margin: auto;
      position: relative; }
    .section6 .content .map_bg {
      position: absolute;
      width: 100%;
      top: 0;
      z-index: -1; }
    .section6 .content .point {
      position: absolute;
      z-index: 5; }
      .section6 .content .point.on .tu {
        top: -2.03125vw;
        transform: rotate(180deg); }
      .section6 .content .point .show {
        display: flex;
        align-items: center;
        width: fit-content;
        height: 2.5vw;
        padding: 0.4166666667vw 0.5208333333vw;
        gap: 0.5208333333vw;
        border-radius: 0.625vw;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px);
        position: relative;
        z-index: 2;
        overflow: hidden;
        cursor: pointer; }
        .section6 .content .point .show:hover:after {
          opacity: 1; }
        .section6 .content .point .show:hover p {
          color: #fff; }
        .section6 .content .point .show:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          border-radius: 0.625vw;
          background: linear-gradient(98deg, #8399FF 0.89%, #CAD3FB 100%);
          opacity: 0;
          transition: .6s ease; }
        .section6 .content .point .show img {
          width: 2.8125vw;
          border-radius: 0.3125vw;
          height: fit-content;
          object-fit: contain; }
        .section6 .content .point .show p {
          color: #000;
          font-style: normal;
          font-weight: 500;
          transition: .6s ease; }
      .section6 .content .point .tu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 1.6145833333vw;
        width: 0.4166666667vw;
        pointer-events: none; }
    .section6 .content .point1 {
      top: 10.78125vw;
      left: 3.6458333333vw; }
    .section6 .content .point2 {
      top: 18.3854166667vw;
      left: 6.25vw; }
    .section6 .content .point3 {
      top: 8.4375vw;
      left: 22.2916666667vw; }
      .section6 .content .point3 .tu {
        top: -2.0833333333vw;
        transform: none;
        left: unset;
        right: 2.0833333333vw; }
    .section6 .content .point4 {
      top: 3.4895833333vw;
      left: 30.8333333333vw; }
    .section6 .content .point5 {
      top: 9.53125vw;
      left: 35.9375vw; }
    .section6 .content .point6 {
      top: 7.1354166667vw;
      left: 52.8645833333vw; }
    .section6 .content .point7 {
      top: 12.6041666667vw;
      left: 51.1979166667vw; }
      .section6 .content .point7 .tu {
        top: 0px;
        left: unset;
        right: -0.78125vw;
        transform: rotate(-90deg); }
    .section6 .content .point8 {
      top: 17.3958333333vw;
      left: 45.15625vw; }
      .section6 .content .point8 .tu {
        top: 0px;
        left: unset;
        right: -1.1979166667vw;
        transform: rotate(-90deg); }
    .section6 .content .point9 {
      top: 12.0833333333vw;
      left: 61.0416666667vw; }
      .section6 .content .point9 .tu {
        top: 1.40625vw;
        left: 0.78125vw; }
    .section6 .content .point10 {
      top: 15.5729166667vw;
      left: 67.2916666667vw; }
    .section6 .content .point11 {
      top: 23.6979166667vw;
      left: 59.5833333333vw; }
      .section6 .content .point11 .tu {
        top: -1.7708333333vw;
        left: 0.9895833333vw;
        transform: none; }
    .section6 .content .point12 {
      top: 26.875vw;
      left: 53.8541666667vw; }

.foot {
  position: relative;
  z-index: 2;
  margin-top: -224px; }

@media (max-width: 767px) {
  .common_title.center {
    text-align: center; }
  .common_title .p1 {
    line-height: 1.3;
    color: rgba(51, 51, 51, 0.2);
    font-family: 'ReadexPro-Bold';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase; }
  .common_title .p2 {
    margin: 10px 0 0 0;
    color: #333;
    font-style: normal;
    font-weight: 600; }

  .section1 {
    padding: 140px 5% 50px 5%; }
    .section1 .label {
      border-radius: 4px;
      border: 1px solid #71009E;
      padding: 3px 5px;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: fit-content;
      margin: auto;
      color: #71009E;
      font-style: normal;
      font-weight: 400; }
      .section1 .label span {
        color: #FFAB3D; }
    .section1 .title {
      width: fit-content;
      margin: 25px auto; }
    .section1 .pick {
      color: #999;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      line-height: 1.6; }
    .section1 .display {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 15px 0 5px; }
      .section1 .display span {
        color: #FFAB3D;
        font-family: 'DIN-BlackItalic';
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }
      .section1 .display img {
        width: 47px;
        height: fit-content;
        object-fit: contain; }
    .section1 .p1 {
      color: #333;
      font-style: normal;
      font-weight: 600;
      text-align: center; }
    .section1 .go {
      margin: 27px 0 0 0;
      width: max-content;
      display: flex;
      animation: goAnimate 30s linear infinite; }
      .section1 .go .flex {
        display: flex; }
        .section1 .go .flex img {
          width: 129px;
          margin: 0 20px 0 0; }

  .section2 > img {
    display: none; }
  .section2 .more {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(113, 0, 158, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer;
    position: static;
    margin: 30px 0 0 5%; }
    .section2 .more:hover {
      background: #71009E;
      border: 1px solid #71009E; }
      .section2 .more:hover img {
        filter: brightness(0) invert(1); }
    .section2 .more img {
      width: 15px;
      transition: .6s ease; }
  .section2 .text {
    width: 90%;
    margin: auto;
    position: static;
    transform: none; }
    .section2 .text > div {
      width: 100%;
      display: block; }
    .section2 .text p {
      font-style: normal;
      width: 100%;
      display: block;
      font-weight: 600;
      font-size: 26px;
      line-height: 40px; }
      .section2 .text p br {
        display: none; }
    .section2 .text span {
      color: #FFBC64;
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
      text-transform: capitalize;
      border-radius: 20px;
      border: 1px solid #71009E;
      background: rgba(217, 217, 217, 0);
      height: 40px;
      padding: 0 10px;
      display: inline-block; }

  .section3 {
    padding: 50px 20px 80px 20px; }
    .section3 .content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      margin: 30px 0 0 0; }
      .section3 .content .item {
        width: 100%;
        height: 450px;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1; }
        .section3 .content .item .common_bg {
          opacity: 0;
          transition: .6s ease;
          object-fit: cover; }
        .section3 .content .item .position {
          position: absolute;
          bottom: 20px;
          left: 0;
          width: 100%;
          padding: 0 20px;
          z-index: 1; }
          .section3 .content .item .position .p1 {
            color: #333;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            transition: .6s ease;
            transform: translateY(40px); }
          .section3 .content .item .position .p2 {
            color: #FFF;
            text-overflow: ellipsis;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            margin: 10px 0;
            opacity: 0;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 54px;
            transition: .6s ease; }
          .section3 .content .item .position .label {
            display: flex;
            padding: 5px 8px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            border-radius: 20px;
            background: #FCD717;
            color: #383005;
            font-style: normal;
            font-weight: 400;
            text-transform: uppercase;
            width: fit-content;
            margin: 10px 0 0 0; }
        .section3 .content .item .common_bg {
          opacity: 1; }
        .section3 .content .item svg {
          opacity: 0; }
        .section3 .content .item .position .p1 {
          color: #fff;
          transform: translateY(0); }
        .section3 .content .item .position .p2 {
          opacity: 1;
          transition-delay: .4s; }
        .section3 .content .item svg {
          width: 80px;
          height: fit-content;
          transition: .6s ease; }

  .section4 {
    padding: 0 20px 40px 20px; }
    .section4 .matter {
      display: flex;
      flex-direction: column; }
      .section4 .matter:not(:last-child) {
        margin: 0 0 30px; }
      .section4 .matter:nth-child(2n) {
        flex-direction: column; }
      .section4 .matter .img {
        width: 100%;
        height: auto;
        background: rgba(246, 246, 246, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 35px 0 0 0; }
      .section4 .matter .l {
        width: 100%; }
        .section4 .matter .l .label {
          display: flex;
          padding: 5px 8px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          width: fit-content;
          border-radius: 20px;
          background: #FCD717;
          color: #383005;
          font-style: normal;
          font-weight: 400;
          text-transform: uppercase; }
        .section4 .matter .l .title {
          margin: 15px 0;
          color: #000;
          font-style: normal;
          font-weight: 700;
          line-height: 36px;
          font-family: 'ReadexPro-Bold'; }
        .section4 .matter .l .flex .list:not(:last-child) {
          margin: 0 0 15px; }
        .section4 .matter .l .flex .list .p1 {
          color: #666;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; }
        .section4 .matter .l .flex .list .p2 {
          color: #999;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          margin: 15px 0 0 0; }
          .section4 .matter .l .flex .list .p2 p {
            display: flex;
            align-items: center;
            gap: 8px; }
            .section4 .matter .l .flex .list .p2 p span {
              width: 3px;
              height: 3px;
              border-radius: 50%;
              background: #999;
              display: inline-block; }

  .section5 {
    padding: 80px 0; }
    .section5 .content2 {
      position: relative;
      width: 90%;
      margin: 50px auto; }
      .section5 .content2 .position {
        position: static;
        margin: 30px 0 0 0; }
        .section5 .content2 .position .item {
          position: static;
          width: 100%;
          margin-bottom: 20px;
          padding: 30px 15px;
          border-radius: 20px; }
          .section5 .content2 .position .item::after {
            border-radius: 20px; }
        .section5 .content2 .position .item1, .section5 .content2 .position .item2, .section5 .content2 .position .item3, .section5 .content2 .position .item4 {
          position: static;
          width: 100%; }
      .section5 .content2 .imgSwiper {
        width: 100%;
        height: 350px;
        border-radius: 20px;
        background: #fff; }
        .section5 .content2 .imgSwiper .swiper-slide {
          border-radius: 20px; }
          .section5 .content2 .imgSwiper .swiper-slide.swiper-slide-active img {
            opacity: 1; }
          .section5 .content2 .imgSwiper .swiper-slide img {
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: 1s;
            border-radius: 20px; }
    .section5 .content3 {
      margin: 75px auto 0;
      width: 90%;
      position: relative; }
      .section5 .content3 .item {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        padding: 30px;
        border-radius: 20px; }
      .section5 .content3 .item1, .section5 .content3 .item2 {
        position: static;
        width: 100%; }
      .section5 .content3 .img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 20px;
        margin: 0 0 20px; }
        .section5 .content3 .img:hover img {
          transform: scale(1.05); }
        .section5 .content3 .img img {
          width: 100%;
          height: 100%;
          transition: 2s; }

  .section6 {
    padding: 80px 20px 50px 20px; }
    .section6 .top .common_title .p2 {
      margin: 10px 0 0 0; }
    .section6 .top .text {
      width: 100%;
      margin: 10px auto 0;
      color: #666;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .section6 .content {
      position: relative;
      overflow: hidden;
      margin: 60px 0 0 0; }
      .section6 .content .map {
        width: 100%;
        margin: 10px auto 0;
        display: block;
        position: relative;
        z-index: 2; }
      .section6 .content .width {
        width: 100%;
        margin: auto;
        position: relative; }
      .section6 .content .map_bg {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: -1; }
      .section6 .content .point {
        position: static;
        margin-bottom: 20px; }
        .section6 .content .point .show {
          display: flex;
          align-items: center;
          width: fit-content;
          height: 30px;
          padding: 5px 8px;
          gap: 8px;
          border-radius: 8px;
          background: rgba(255, 255, 255, 0.5);
          backdrop-filter: blur(20px);
          position: relative;
          z-index: 2;
          overflow: hidden;
          cursor: pointer; }
          .section6 .content .point .show:hover:after {
            opacity: 1; }
          .section6 .content .point .show:hover p {
            color: #fff; }
          .section6 .content .point .show:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            border-radius: 8px;
            background: linear-gradient(98deg, #8399FF 0.89%, #CAD3FB 100%);
            opacity: 0;
            transition: .6s ease; }
          .section6 .content .point .show img {
            width: 30px;
            border-radius: 4px;
            height: fit-content;
            object-fit: contain; }
          .section6 .content .point .show p {
            color: #000;
            font-style: normal;
            font-weight: 500;
            transition: .6s ease; }
        .section6 .content .point .tu {
          display: none; }

  .foot {
    margin-top: -50px; } }

/*# sourceMappingURL=courses.css.map */
