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

@keyframes fadeInUp_ {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp_ {
  -webkit-animation-name: fadeInUp_;
  animation-duration: 2s;
  animation-name: fadeInUp_; }

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

:root {
  --color: #3279FF; }

.cursor {
  width: 8.6979166667vw;
  height: 8.6979166667vw;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden; }
  .cursor.on .scale {
    transform: scale(1); }
  .cursor.l .scale img {
    transform: rotate(-180deg); }
  .cursor .scale {
    width: 100%;
    height: 100%;
    transition: .6s ease;
    transform: scale(0); }
    .cursor .scale img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: .1s ease; }

body:hover .cursor {
  opacity: 1; }

.home .how_content {
  width: 75vw;
  height: 22.9166666667vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.125vw;
  position: relative;
  z-index: 1;
  border-radius: 1.0416666667vw;
  background: #D4E3FF; }
  .home .how_content .joke {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .home .how_content .joke .l {
      margin: 0.5208333333vw 0 0 0; }
      .home .how_content .joke .l h1 {
        color: #000;
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.96px;
        text-transform: capitalize; }
    .home .how_content .joke .r {
      width: 46.8229166667vw; }
      .home .how_content .joke .r .text {
        color: #000;
        font-size: 1.0416666667vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875vw;
        /* 180% */
        letter-spacing: 1px;
        margin: 0 0 2.0833333333vw; }
      .home .how_content .joke .r a {
        display: flex;
        width: fit-content;
        padding: 0.4166666667vw 1.5625vw;
        justify-content: center;
        align-items: center;
        gap: 1.0416666667vw;
        border-radius: 4.7395833333vw;
        border: 1px solid #000;
        background: #000;
        transition: all 600ms;
        color: #FFF;
        font-size: 1.0416666667vw; }
        .home .how_content .joke .r a p {
          line-height: 2;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .home .how_content .joke .r a svg {
          width: 0.8333333333vw;
          display: block; }
        .home .how_content .joke .r a:hover {
          background: #5E9EFF;
          border-color: #5E9EFF; }
.home .banner {
  height: 45.3645833333vw;
  position: relative; }
  .home .banner .button {
    position: absolute;
    width: 100%;
    bottom: 17.6041666667vw;
    pointer-events: none;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 0 4.21875vw 0 3.90625vw; }
    .home .banner .button .circle {
      width: 4.375vw;
      position: relative;
      cursor: pointer;
      pointer-events: auto; }
      .home .banner .button .circle:hover img:first-child {
        opacity: 0; }
      .home .banner .button .circle:hover img:nth-child(2) {
        opacity: 1; }
      .home .banner .button .circle:first-child {
        transform: rotate(180deg); }
      .home .banner .button .circle img {
        width: 100%;
        transition: .6s; }
        .home .banner .button .circle img:nth-child(2) {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
  .home .banner .swiper-container {
    width: 100%;
    height: 100%; }
    .home .banner .swiper-container .swiper-slide.swiper-slide-active .text {
      transition: 1s;
      transition-delay: .5s;
      opacity: 1;
      transform: translateY(0); }
    .home .banner .swiper-container .swiper-slide .img {
      width: 100%;
      height: 100%; }
    .home .banner .swiper-container .swiper-slide .text {
      position: absolute;
      left: 15.625vw;
      bottom: 7.8125vw;
      z-index: 1;
      transform: translateY(20px);
      opacity: 0; }
      .home .banner .swiper-container .swiper-slide .text p {
        color: #FFF;
        font-size: 2.0833333333vw;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.8px;
        text-transform: capitalize; }
      .home .banner .swiper-container .swiper-slide .text h1 {
        color: #FFF;
        font-size: 3.90625vw;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: capitalize; }
.home .section1 {
  position: relative;
  padding: 5.2083333333vw 0 3.125vw;
  overflow: hidden; }
  .home .section1 .position_text {
    font-size: 4.1666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: 7.5vw;
    left: -2.7083333333vw;
    z-index: -1;
    background: linear-gradient(270deg, rgba(216, 216, 216, 0.2) 0%, #D8D8D8 46.5%, rgba(216, 216, 216, 0.2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    transform-origin: bottom; }
  .home .section1 .title {
    text-align: center; }
    .home .section1 .title .p1 {
      color: #000;
      font-size: 1.0416666667vw;
      font-style: normal;
      font-weight: 400;
      line-height: 2.6041666667vw;
      /* 250% */
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home .section1 .title h1 {
      color: #000;
      text-align: center;
      font-size: 2.5vw;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.96px;
      text-transform: capitalize;
      margin: 0.5208333333vw 0 2.0833333333vw; }
    .home .section1 .title a {
      display: flex;
      width: fit-content;
      padding: 0.4166666667vw 1.5625vw;
      justify-content: center;
      align-items: center;
      gap: 1.0416666667vw;
      border-radius: 4.7395833333vw;
      border: 1px solid #000;
      background: #000;
      transition: all 600ms;
      color: #FFF;
      font-size: 1.0416666667vw;
      margin: auto; }
      .home .section1 .title a p {
        line-height: 2;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .home .section1 .title a svg {
        width: 0.8333333333vw;
        display: block; }
      .home .section1 .title a:hover {
        background: #5E9EFF;
        border-color: #5E9EFF; }
  .home .section1 .content {
    width: 100%;
    margin: 4.1666666667vw 0 0 0; }
    .home .section1 .content .index2Swiper {
      width: 110vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      padding: 1.0416666667vw 0; }
      .home .section1 .content .index2Swiper .swiper-slide-next .item .joke {
        transform: translateX(60px); }
      .home .section1 .content .index2Swiper .swiper-slide-prev .item .joke {
        transform: translateX(-60px); }
      .home .section1 .content .index2Swiper .swiper-slide {
        cursor: pointer; }
        .home .section1 .content .index2Swiper .swiper-slide.swiper-slide-active .item .joke {
          border-radius: 0px 1.0416666667vw; }
        .home .section1 .content .index2Swiper .swiper-slide.swiper-slide-active .item:after {
          opacity: 1; }
        .home .section1 .content .index2Swiper .swiper-slide.swiper-slide-active .item .img {
          width: 23.90625vw;
          height: 23.125vw;
          margin: 3.2291666667vw auto 0;
          pointer-events: auto; }
        .home .section1 .content .index2Swiper .swiper-slide .item {
          width: 100%;
          height: 32.7083333333vw;
          position: relative;
          z-index: 1;
          transition: .6s ease;
          display: block; }
          .home .section1 .content .index2Swiper .swiper-slide .item .l {
            position: absolute;
            left: 0;
            top: 0;
            width: 2.6041666667vw;
            height: 100%;
            display: none; }
          .home .section1 .content .index2Swiper .swiper-slide .item .r {
            position: absolute;
            right: 0;
            top: 0;
            width: 2.6041666667vw;
            height: 100%;
            display: none; }
          .home .section1 .content .index2Swiper .swiper-slide .item:hover .joke .img img {
            transform: scale(1.05); }
          .home .section1 .content .index2Swiper .swiper-slide .item:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 0px 1.0416666667vw;
            background: linear-gradient(120deg, #85AFFF 12.34%, #BDD4FF 95.15%);
            z-index: -1;
            opacity: 0;
            transition: .6s ease; }
          .home .section1 .content .index2Swiper .swiper-slide .item .joke {
            width: 100%;
            height: 100%;
            box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            border-radius: 1.0416666667vw;
            transition: .6s ease; }
          .home .section1 .content .index2Swiper .swiper-slide .item .img {
            width: 100%;
            height: 100%;
            border-radius: 0.5208333333vw;
            overflow: hidden;
            margin: 0 auto 0;
            transition: .6s ease;
            display: block;
            pointer-events: none; }
            .home .section1 .content .index2Swiper .swiper-slide .item .img img {
              width: 100%;
              height: 100%;
              transition: .6s ease; }
          .home .section1 .content .index2Swiper .swiper-slide .item h1 {
            color: #000;
            font-size: 1.7708333333vw;
            font-style: normal;
            font-weight: 500;
            line-height: 2.0833333333vw;
            /* 117.647% */
            letter-spacing: 1.7px;
            text-transform: uppercase;
            margin: 1.5625vw 0 0 0;
            text-align: center; }
.home .section2 {
  padding: 5.2083333333vw 12.5vw; }
  .home .section2 .title {
    text-align: center; }
    .home .section2 .title p {
      color: #000;
      font-size: 1.0416666667vw;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home .section2 .title h1 {
      margin: 0.5208333333vw 0 0 0;
      color: #000;
      text-align: center;
      font-size: 2.5vw;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.96px;
      text-transform: capitalize; }
  .home .section2 .content {
    margin: 4.1666666667vw 0 3.125vw 0; }
    .home .section2 .content .matter {
      display: flex;
      justify-content: space-between; }
      .home .section2 .content .matter:nth-child(2n) {
        flex-direction: row-reverse; }
      .home .section2 .content .matter:not(:last-child) {
        margin: 0 0 2.0833333333vw; }
      .home .section2 .content .matter .l {
        width: 49.6875vw;
        height: 24.5833333333vw;
        position: relative;
        border-radius: 1.0416666667vw;
        overflow: hidden;
        z-index: 1; }
        .home .section2 .content .matter .l:hover img {
          transform: scale(1.05); }
        .home .section2 .content .matter .l:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 10.78125vw;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%);
          backdrop-filter: blur(2px);
          bottom: 0;
          left: 0;
          z-index: 1; }
        .home .section2 .content .matter .l .img {
          width: 100%;
          height: 100%;
          transition: .6s; }
        .home .section2 .content .matter .l .text {
          position: absolute;
          bottom: 2.0833333333vw;
          width: 100%;
          left: 0;
          padding: 0 3.3854166667vw 0 2.34375vw;
          z-index: 2; }
          .home .section2 .content .matter .l .text h1 {
            color: #000;
            font-size: 1.875vw;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.72px;
            text-transform: capitalize; }
          .home .section2 .content .matter .l .text p {
            margin: 0.5208333333vw 0 0 0;
            color: #000;
            font-size: 0.9375vw;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5625vw;
            /* 166.667% */ }
      .home .section2 .content .matter .r {
        width: 23.1770833333vw;
        height: 24.5833333333vw;
        border-radius: 1.0416666667vw;
        overflow: hidden;
        position: relative; }
        .home .section2 .content .matter .r:hover img {
          transform: scale(1.05); }
        .home .section2 .content .matter .r:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 10.78125vw;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%);
          backdrop-filter: blur(2px);
          bottom: 0;
          left: 0;
          z-index: 1; }
        .home .section2 .content .matter .r .img {
          width: 100%;
          height: 100%;
          transition: .6s; }
        .home .section2 .content .matter .r .text {
          position: absolute;
          width: 100%;
          padding: 0 2.4479166667vw 0 2.0833333333vw;
          bottom: 2.0833333333vw;
          left: 0;
          z-index: 2; }
          .home .section2 .content .matter .r .text h1 {
            color: #000;
            font-size: 1.875vw;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.72px;
            text-transform: capitalize; }
          .home .section2 .content .matter .r .text p {
            margin: 0.5208333333vw 0 0 0;
            color: #000;
            font-size: 0.9375vw;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5625vw;
            /* 166.667% */
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden; }
  .home .section2 .more {
    display: flex;
    width: fit-content;
    padding: 0.4166666667vw 1.5625vw;
    justify-content: center;
    align-items: center;
    gap: 1.0416666667vw;
    border-radius: 4.7395833333vw;
    border: 1px solid #000;
    background: #000;
    transition: all 600ms;
    color: #FFF;
    font-size: 1.0416666667vw;
    margin: auto; }
    .home .section2 .more p {
      line-height: 2;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home .section2 .more svg {
      width: 0.8333333333vw;
      display: block; }
    .home .section2 .more:hover {
      background: #5E9EFF;
      border-color: #5E9EFF; }
.home .section3 {
  padding: 0 12.5vw 5.2083333333vw 12.5vw; }
  .home .section3 .title {
    text-align: center; }
    .home .section3 .title p {
      color: #000;
      font-size: 1.0416666667vw;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home .section3 .title h1 {
      margin: 0.5208333333vw 0 0 0;
      color: #000;
      text-align: center;
      font-size: 2.5vw;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.96px;
      text-transform: capitalize; }
  .home .section3 .content {
    padding: 0 4.375vw 4.1666666667vw 5.2083333333vw;
    display: flex;
    margin: 4.1666666667vw 0 0 0;
    position: relative;
    z-index: 1; }
    .home .section3 .content .button {
      position: absolute;
      width: 79.375vw;
      z-index: 5;
      left: 50%;
      transform: translateX(-50%);
      top: 48%;
      display: flex;
      justify-content: space-between;
      pointer-events: none; }
      .home .section3 .content .button img {
        width: 4.375vw;
        height: 4.375vw;
        cursor: pointer;
        pointer-events: auto;
        transition: .6s ease; }
        .home .section3 .content .button img:first-child {
          transform: rotate(180deg); }
    .home .section3 .content:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 34.0625vw;
      border-radius: 1.0416666667vw;
      background: #F5F5F5;
      z-index: -1; }
    .home .section3 .content .img {
      width: 27.03125vw;
      height: 34.0625vw;
      border-radius: 1.0416666667vw;
      border: 0.7291666667vw solid #FFF; }
      .home .section3 .content .img .imgSwiper {
        width: 100%;
        height: 100%; }
        .home .section3 .content .img .imgSwiper img {
          width: 100%;
          height: 100%; }
@keyframes yAnimate {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
    .home .section3 .content .r {
      width: 35.2604166667vw;
      margin: 9.375vw 0 0 3.125vw;
      height: fit-content;
      position: relative; }
      .home .section3 .content .r .swiper-pagination {
        position: absolute;
        right: 0;
        bottom: 1.25vw;
        display: flex;
        gap: 0 0.78125vw; }
        .home .section3 .content .r .swiper-pagination span {
          width: 0.5208333333vw;
          height: 0.5208333333vw;
          opacity: .3;
          transition: .6s ease;
          background: #000; }
          .home .section3 .content .r .swiper-pagination span.swiper-pagination-bullet-active {
            opacity: 1; }
      .home .section3 .content .r .r_list {
        display: none; }
        .home .section3 .content .r .r_list.on {
          display: block;
          animation: yAnimate .6s ease forwards; }
        .home .section3 .content .r .r_list .headline {
          display: flex;
          align-items: center;
          position: relative;
          width: fit-content; }
          .home .section3 .content .r .r_list .headline h1 {
            color: #000;
            font-size: 2.0833333333vw;
            font-style: normal;
            font-weight: 600;
            line-height: 1.5625vw;
            /* 75% */ }
          .home .section3 .content .r .r_list .headline .num {
            color: rgba(120, 120, 120, 0.1);
            font-size: 6.6666666667vw;
            font-style: italic;
            font-weight: 900;
            line-height: normal;
            text-transform: uppercase;
            position: absolute;
            bottom: -3.6458333333vw;
            left: 75%; }
        .home .section3 .content .r .r_list .text {
          margin: 2.0833333333vw 0 1.5625vw 0;
          color: #000;
          font-size: 1.0416666667vw;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5625vw;
          /* 150% */ }
        .home .section3 .content .r .r_list .more {
          display: flex;
          width: fit-content;
          padding: 0.4166666667vw 1.5625vw;
          justify-content: center;
          align-items: center;
          gap: 1.0416666667vw;
          border-radius: 4.7395833333vw;
          border: 1px solid #000;
          background: #000;
          transition: all 600ms;
          color: #FFF;
          font-size: 1.0416666667vw; }
          .home .section3 .content .r .r_list .more p {
            line-height: 2;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .home .section3 .content .r .r_list .more svg {
            width: 0.8333333333vw;
            display: block; }
          .home .section3 .content .r .r_list .more:hover {
            background: #5E9EFF;
            border-color: #5E9EFF; }
.home .section4 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 5.2083333333vw 0 7.9166666667vw 0;
  background: linear-gradient(107deg, #D7ECF9 12.85%, #C0EBD7 84.88%); }
  .home .section4 .title {
    text-align: center; }
    .home .section4 .title h1 {
      color: #000;
      font-size: 2.0833333333vw;
      font-style: normal;
      font-weight: 600;
      line-height: 3.75vw;
      /* 180% */
      letter-spacing: 0.8px;
      text-transform: capitalize;
      margin: 0 0 1.875vw; }
    .home .section4 .title .dis {
      display: flex;
      align-items: center;
      justify-content: center; }
      .home .section4 .title .dis span {
        width: 34.3229166667vw;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%); }
        .home .section4 .title .dis span:last-child {
          transform: rotate(180deg); }
      .home .section4 .title .dis img {
        width: 5.2083333333vw;
        margin: 0 1.09375vw; }
@keyframes goAnimate {
  100% {
    transform: translateX(-50%); } }
@keyframes go2Animate {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0%); } }
  .home .section4 .content {
    margin: 3.59375vw 0 0 0; }
    .home .section4 .content .matter {
      display: flex;
      width: max-content;
      animation: goAnimate 30s linear infinite; }
      .home .section4 .content .matter:not(:last-child) {
        margin: 0 0 4.6875vw; }
      .home .section4 .content .matter:nth-child(2) {
        animation: go2Animate 30s linear infinite; }
      .home .section4 .content .matter .flex {
        display: flex; }
        .home .section4 .content .matter .flex .item {
          width: 13.125vw;
          height: 5.625vw;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 4.1666666667vw 0 0;
          border-radius: 6.75px;
          background: rgba(255, 255, 255, 0.55);
          backdrop-filter: blur(2px); }
          .home .section4 .content .matter .flex .item:hover img {
            transform: scale(1.1); }
          .home .section4 .content .matter .flex .item img {
            object-fit: contain;
            transition: 1s; }
.home .section5 {
  position: relative;
  z-index: 1;
  height: 42.3958333333vw;
  display: flex;
  gap: 0 0.1041666667vw; }
  .home .section5 .item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home .section5 .item:hover:before {
      opacity: 1; }
    .home .section5 .item:hover:after {
      opacity: 0; }
    .home .section5 .item:hover .y {
      transform: translateY(0); }
      .home .section5 .item:hover .y .icon svg path {
        fill: #3279FF; }
      .home .section5 .item:hover .y p {
        color: #3279FF; }
    .home .section5 .item .y {
      position: relative;
      z-index: 2;
      transform: translateY(5.0520833333vw);
      transition: .6s; }
      .home .section5 .item .y .icon {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 2.0833333333vw; }
        .home .section5 .item .y .icon svg {
          max-width: 100%;
          max-height: 100%; }
          .home .section5 .item .y .icon svg path {
            fill: #fff;
            transition: .6s ease; }
      .home .section5 .item .y p {
        color: #FFF;
        text-align: center;
        transition: .6s ease;
        font-size: 1.25vw;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize; }
    .home .section5 .item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
      transition: all 0.36s; }
    .home .section5 .item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(6px);
      display: block;
      opacity: 0;
      transition: all 0.36s;
      z-index: 1; }
.home .section6 {
  padding: 5.2083333333vw 12.5vw; }
  .home .section6 .top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .home .section6 .top .title p {
      color: #000;
      font-size: 1.0416666667vw;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home .section6 .top .title h1 {
      margin: 0.5208333333vw 0 0 0;
      color: #000;
      text-align: center;
      font-size: 2.5vw;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.96px;
      text-transform: capitalize; }
    .home .section6 .top .more {
      display: flex;
      width: fit-content;
      padding: 0.4166666667vw 1.5625vw;
      justify-content: center;
      align-items: center;
      gap: 1.0416666667vw;
      border-radius: 4.7395833333vw;
      border: 1px solid #000;
      background: #000;
      transition: all 600ms;
      color: #FFF;
      font-size: 1.0416666667vw; }
      .home .section6 .top .more p {
        line-height: 2;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .home .section6 .top .more svg {
        width: 0.8333333333vw;
        display: block; }
      .home .section6 .top .more:hover {
        background: #5E9EFF;
        border-color: #5E9EFF; }
  .home .section6 .content {
    margin: 4.1666666667vw 0 0 0; }
    .home .section6 .content .swiper-pagination {
      position: static;
      width: fit-content;
      margin: 3.125vw auto 0;
      display: flex;
      gap: 0 0.78125vw; }
      .home .section6 .content .swiper-pagination span {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        opacity: .3;
        transition: .6s ease;
        background: #000; }
        .home .section6 .content .swiper-pagination span.swiper-pagination-bullet-active {
          opacity: 1; }
    .home .section6 .content .newsSwiper {
      width: 100%; }
      .home .section6 .content .newsSwiper .item {
        width: 100%;
        border-radius: 0px 1.0416666667vw;
        background: #F5F5F5;
        padding: 1.5625vw 1.0416666667vw 2.0833333333vw 1.0416666667vw;
        position: relative;
        display: block;
        z-index: 1; }
        .home .section6 .content .newsSwiper .item:hover:after {
          opacity: 1; }
        .home .section6 .content .newsSwiper .item:hover .img img {
          transform: scale(1.05); }
        .home .section6 .content .newsSwiper .item:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: linear-gradient(120deg, #85AFFF 12.34%, #BDD4FF 95.15%);
          z-index: -1;
          border-radius: 0px 1.0416666667vw;
          opacity: 0;
          transition: .6s ease; }
        .home .section6 .content .newsSwiper .item .img {
          width: 100%;
          height: 15.2083333333vw;
          overflow: hidden;
          border-radius: 1.0416666667vw;
          margin: 0 0 2.0833333333vw; }
          .home .section6 .content .newsSwiper .item .img img {
            width: 100%;
            height: 100%;
            transition: .6s; }
        .home .section6 .content .newsSwiper .item .text .time {
          color: #8C8C8C;
          font-size: 0.8333333333vw;
          font-style: normal;
          font-weight: 400;
          line-height: 1.0416666667vw;
          /* 125% */
          margin: 0 0 1.0416666667vw; }
        .home .section6 .content .newsSwiper .item .text p {
          color: #000;
          font-size: 1.25vw;
          font-style: normal;
          font-weight: 400;
          line-height: 1.875vw;
          /* 150% */
          -webkit-line-clamp: 4;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden; }
.home .fixed_side {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: 1s; }
  .home .fixed_side.on {
    opacity: 1;
    pointer-events: auto; }
  .home .fixed_side .item {
    width: 4.8958333333vw;
    height: 4.6875vw;
    background: #B4CFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5208333333vw 0 0 0.5208333333vw;
    cursor: pointer; }
    .home .fixed_side .item svg {
      width: 2.0833333333vw;
      height: 2.0833333333vw;
      margin: auto;
      display: block; }
    .home .fixed_side .item p {
      overflow: hidden;
      color: #000;
      text-overflow: ellipsis;
      font-family: Poppins;
      font-size: 0.7291666667vw;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .home .fixed_side .hide {
    position: absolute;
    right: 0;
    top: 100%;
    width: 20.0520833333vw;
    height: 21.6666666667vw;
    border-radius: 1.0416666667vw 0px 0px 1.0416666667vw;
    background: #F4F4F4;
    overflow: hidden;
    display: none; }
    .home .fixed_side .hide > div {
      margin: 1.5625vw 2.0833333333vw; }
    .home .fixed_side .hide h1 {
      color: #000;
      font-size: 1.6666666667vw;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.0333333333vw;
      text-transform: capitalize;
      margin: 0 0 0.7291666667vw; }
    .home .fixed_side .hide .message .list {
      display: flex;
      align-items: center;
      gap: 0 0.3125vw; }
      .home .fixed_side .hide .message .list:not(:last-child) {
        margin: 0 0 0.4166666667vw; }
      .home .fixed_side .hide .message .list p {
        color: #000;
        font-size: 1.0416666667vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875vw;
        /* 180% */
        letter-spacing: 1px; }
    .home .fixed_side .hide .message .line {
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.2);
      margin: 1.4583333333vw 0; }
    .home .fixed_side .hide .more {
      display: flex;
      width: fit-content;
      padding: 0.4166666667vw 1.5625vw;
      justify-content: center;
      align-items: center;
      gap: 1.0416666667vw;
      border-radius: 4.7395833333vw;
      border: 1px solid #000;
      background: #000;
      transition: all 600ms;
      color: #FFF;
      font-size: 1.0416666667vw;
      margin: 20px 0 0 0; }
      .home .fixed_side .hide .more p {
        line-height: 2;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .home .fixed_side .hide .more svg {
        width: 0.8333333333vw;
        display: block; }
      .home .fixed_side .hide .more:hover {
        background: #5E9EFF;
        border-color: #5E9EFF; }
.home .foot {
  margin-top: -4.375vw; }
@media screen and (max-width: 1024px) {
  .home .banner {
    height: 400px; }
    .home .banner .button {
      transform: none;
      top: unset;
      bottom: 15%;
      width: fit-content;
      gap: 0 15px; }
      .home .banner .button .circle {
        width: 40px;
        height: 40px; }
    .home .banner .swiper-container .swiper-slide .text {
      left: 5%;
      bottom: 150px; }
      .home .banner .swiper-container .swiper-slide .text p {
        font-size: 13px; }
      .home .banner .swiper-container .swiper-slide .text h1 {
        font-size: 18px;
        line-height: 1.5; }
  .home .section1 {
    padding: 40px 0; }
    .home .section1 .title .p1 {
      font-size: 14px;
      line-height: unset; }
    .home .section1 .title h1 {
      font-size: 26px;
      margin: 5px 0 22px; }
    .home .section1 .title a {
      padding: 4px 15px;
      gap: 10px;
      font-size: 18px;
      border-radius: 80px; }
      .home .section1 .title a svg {
        width: 16px; }
    .home .section1 .content {
      margin: 30px 0 0 0; }
      .home .section1 .content .index2Swiper {
        width: 150vw;
        padding: 20px 0; }
        .home .section1 .content .index2Swiper .swiper-slide .item {
          height: auto; }
          .home .section1 .content .index2Swiper .swiper-slide .item .joke {
            transform: none !important;
            padding: 12px; }
            .home .section1 .content .index2Swiper .swiper-slide .item .joke .img {
              width: 100%;
              height: 150px;
              margin: 0; }
            .home .section1 .content .index2Swiper .swiper-slide .item .joke h1 {
              margin: 12px 0 0 0;
              font-size: 16px;
              line-height: 1.5; }
  .home .section2 {
    padding: 30px 5%; }
    .home .section2 .title p {
      font-size: 14px;
      line-height: unset; }
    .home .section2 .title h1 {
      font-size: 26px;
      margin: 5px 0 22px; }
    .home .section2 .content {
      margin: 25px 0 0 0; }
      .home .section2 .content .matter {
        flex-direction: column !important; }
        .home .section2 .content .matter:not(:last-child) {
          margin: 0 0 15px; }
        .home .section2 .content .matter .l {
          width: 100%;
          height: 260px;
          padding: 45px 0 25px 0;
          border-radius: 10px;
          margin: 0 0 15px; }
          .home .section2 .content .matter .l:after {
            height: 90%; }
          .home .section2 .content .matter .l .img {
            position: absolute;
            top: 0;
            left: 0; }
          .home .section2 .content .matter .l .text {
            padding: 0 5%;
            bottom: 0;
            position: relative;
            z-index: 2; }
            .home .section2 .content .matter .l .text h1 {
              font-size: 18px;
              margin: 0 0 12px; }
            .home .section2 .content .matter .l .text p {
              font-size: 13px;
              line-height: 1.7; }
        .home .section2 .content .matter .r {
          width: 100%;
          height: 260px;
          padding: 45px 0 25px 0;
          border-radius: 10px; }
          .home .section2 .content .matter .r:after {
            height: 90%; }
          .home .section2 .content .matter .r .img {
            position: absolute;
            top: 0;
            left: 0; }
          .home .section2 .content .matter .r .text {
            padding: 0 5%;
            bottom: 0;
            position: relative;
            z-index: 2; }
            .home .section2 .content .matter .r .text h1 {
              font-size: 18px;
              margin: 0 0 12px; }
            .home .section2 .content .matter .r .text p {
              font-size: 13px;
              line-height: 1.7; }
    .home .section2 .more {
      padding: 4px 15px;
      gap: 10px;
      font-size: 18px;
      border-radius: 80px;
      margin: 25px auto 0; }
      .home .section2 .more svg {
        width: 16px; }
  .home .section3 {
    padding: 50px 5% 75px 5%; }
    .home .section3 .title p {
      font-size: 14px;
      line-height: unset; }
    .home .section3 .title h1 {
      font-size: 26px;
      margin: 5px 0 22px; }
    .home .section3 .content {
      flex-direction: column;
      padding: 0; }
      .home .section3 .content .button {
        width: fit-content;
        left: 0;
        position: static;
        transform: none;
        gap: 0 20px;
        margin: 30px 0 0 0; }
        .home .section3 .content .button img {
          width: 40px;
          height: 40px; }
      .home .section3 .content:after {
        display: none; }
      .home .section3 .content .img {
        width: 100%;
        height: auto; }
      .home .section3 .content .r {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 30px 0 0 0; }
        .home .section3 .content .r .swiper-pagination {
          top: 0;
          gap: 0 10px;
          right: unset;
          left: 50%;
          transform: translateX(-50%); }
          .home .section3 .content .r .swiper-pagination span {
            width: 7px;
            height: 7px; }
        .home .section3 .content .r .r_list .headline h1 {
          font-size: 24px;
          line-height: unset; }
        .home .section3 .content .r .r_list .headline .num {
          font-size: 40px;
          bottom: -13px;
          left: 90%; }
        .home .section3 .content .r .r_list .text {
          font-size: 13px;
          line-height: 2; }
        .home .section3 .content .r .r_list .more {
          padding: 4px 15px;
          gap: 10px;
          font-size: 18px;
          border-radius: 80px;
          margin: 25px 0 0 0; }
          .home .section3 .content .r .r_list .more svg {
            width: 16px; }
  .home .section4 {
    padding: 55px 5%; }
    .home .section4 .title h1 {
      font-size: 24px;
      line-height: unset;
      margin: 0 0 15px; }
    .home .section4 .title .dis img {
      width: 54px;
      margin: 0 10px; }
    .home .section4 .content {
      margin: 30px 0 0 0; }
      .home .section4 .content .matter .flex .item {
        width: 120px;
        height: 70px;
        margin: 0 15px 0 0; }
        .home .section4 .content .matter .flex .item img {
          width: 50px;
          max-height: 50px; }
  .home .section5 {
    flex-direction: column;
    height: auto; }
    .home .section5 .item {
      width: 100%;
      height: auto;
      padding: 25px 0; }
      .home .section5 .item .y {
        transform: none !important; }
        .home .section5 .item .y .icon {
          width: 40px;
          height: 40px;
          margin: 0 auto 10px; }
        .home .section5 .item .y p {
          font-size: 14px; }
  .home .section6 {
    padding: 45px 5%; }
    .home .section6 .top {
      flex-direction: column;
      align-items: unset; }
      .home .section6 .top .title p {
        font-size: 14px;
        line-height: unset; }
      .home .section6 .top .title h1 {
        font-size: 26px;
        margin: 5px 0 5px;
        text-align: left; }
      .home .section6 .top .more {
        padding: 4px 15px;
        gap: 10px;
        font-size: 18px;
        border-radius: 80px;
        margin: 25px 0 0 0; }
        .home .section6 .top .more svg {
          width: 16px; }
    .home .section6 .content {
      margin: 30px 0 0 0; }
      .home .section6 .content .newsSwiper .swiper-slide .item {
        padding: 10px;
        border-radius: 10px; }
        .home .section6 .content .newsSwiper .swiper-slide .item:after {
          border-radius: 10px; }
        .home .section6 .content .newsSwiper .swiper-slide .item .img {
          height: auto;
          margin: 0 auto 20px;
          border-radius: 10px; }
        .home .section6 .content .newsSwiper .swiper-slide .item .text .time {
          font-size: 13px;
          line-height: unset;
          margin: 0 0 5px; }
        .home .section6 .content .newsSwiper .swiper-slide .item .text p {
          font-size: 13px;
          line-height: 1.8; }
      .home .section6 .content .swiper-pagination {
        gap: 0 10px;
        margin: 25px auto 0; }
        .home .section6 .content .swiper-pagination span {
          width: 7px;
          height: 7px; }
  .home .how_content {
    width: 90%;
    height: auto;
    padding: 70px 5%;
    margin: 0 auto 30px; }
    .home .how_content .joke {
      flex-direction: column;
      align-items: unset; }
      .home .how_content .joke .l {
        margin: 0 0 20px; }
        .home .how_content .joke .l h1 {
          font-size: 24px;
          line-height: 1.3; }
      .home .how_content .joke .r {
        width: 100%; }
        .home .how_content .joke .r .text {
          font-size: 13px;
          line-height: 1.7;
          margin: 0 0 30px;
          word-break: break-all; }
        .home .how_content .joke .r a {
          padding: 4px 15px;
          gap: 10px;
          font-size: 18px;
          border-radius: 80px; }
          .home .how_content .joke .r a svg {
            width: 16px; }
  .home .foot {
    margin-top: 0; }
  .home .fixed_side {
    display: none; } }

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