.mwh1 {
  height: 100vh;
  position: relative;
  z-index: 1; }
  .mwh1 .wrap {
    position: relative;
    top: 260px;
    width: 1574px;
    margin: auto; }
    .mwh1 .wrap .p1 {
      font-weight: 500;
      font-size: 62px;
      color: #FFFFFF; }
      .mwh1 .wrap .p1 span {
        background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
        -webkit-background-clip: text;
        color: transparent;
        background-clip: text;
        display: inline-block;
        font-weight: bold; }
    .mwh1 .wrap .p2 {
      font-weight: 100;
      font-size: 114px;
      color: #FFFFFF; }

.mwh2 {
  padding: 120px 0 60px; }
  .mwh2 .wrap {
    width: 1430px;
    margin: auto; }
    .mwh2 .wrap .title {
      font-weight: bold;
      font-size: 48px;
      color: #111111;
      margin: 0 0 50px; }
    .mwh2 .wrap .content {
      display: flex;
      justify-content: space-between; }
      .mwh2 .wrap .content .item {
        width: 310px;
        height: 293px;
        background: #F7F8FA;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .mwh2 .wrap .content .item:nth-child(2) .circle img {
          transform: scale(0.85); }
        .mwh2 .wrap .content .item .circle {
          width: 117px;
          height: 117px;
          border-radius: 50%;
          margin: auto;
          background: radial-gradient(circle, #F7F8FA, #fff);
          display: flex;
          align-items: center;
          justify-content: center; }
          .mwh2 .wrap .content .item .circle img {
            width: 42px;
            height: 42px; }
        .mwh2 .wrap .content .item p {
          text-align: center;
          margin: 35px 0 0 0;
          font-weight: normal;
          font-size: 24px;
          color: #595959; }

.mwh3 {
  height: calc(100vh + 1500px);
  position: relative; }
  .mwh3 .fix {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mwh3 .fix .first {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      --w: 715px;
      --h: 339px;
      --w1: 20px;
      --border: 16px;
      --d: calc(50vw - var(--w));
      --c: calc(50vh - var(--h));
      --b: calc(50vw + var(--w1));
      --a: calc(50vh - var(--h));
      clip-path: inset(var(--a) var(--b) var(--c) var(--d) round var(--border)); }
      .mwh3 .fix .first .text {
        position: absolute;
        top: 127px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        text-align: center;
        opacity: 0;
        transition: .6s ease; }
        .mwh3 .fix .first .text.on {
          opacity: 1; }
        .mwh3 .fix .first .text .p1 {
          font-weight: bold;
          font-size: 79px;
          background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
          -webkit-background-clip: text;
          color: transparent;
          background-clip: text;
          display: inline-block;
          font-weight: bold; }
        .mwh3 .fix .first .text .p2 {
          font-weight: bold;
          font-size: 39px;
          color: #FFFFFF;
          margin: 10px 0 0 0; }
    .mwh3 .fix .wrap {
      width: 1430px;
      margin: auto;
      display: flex;
      justify-content: flex-end; }
      .mwh3 .fix .wrap .item {
        width: 684px;
        height: 678px;
        background: #20242D;
        border-radius: 16px;
        padding: 80px 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        overflow: hidden; }
        .mwh3 .fix .wrap .item .bg {
          position: absolute;
          width: 460px;
          top: 160px;
          right: -90px; }
        .mwh3 .fix .wrap .item .text .p1 {
          background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
          -webkit-background-clip: text;
          background-clip: text;
          display: inline-block;
          color: transparent;
          width: fit-content;
          margin: 0 0 10px;
          font-size: 30px;
          font-weight: bold; }
        .mwh3 .fix .wrap .item .text .p2 {
          font-weight: normal;
          font-size: 18px;
          color: #FFFFFF; }
        .mwh3 .fix .wrap .item .pick .p1 {
          font-weight: bold;
          font-size: 48px;
          color: #FFFFFF; }
          .mwh3 .fix .wrap .item .pick .p1 span {
            background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
            -webkit-background-clip: text;
            background-clip: text;
            display: inline-block;
            color: transparent;
            width: fit-content; }
        .mwh3 .fix .wrap .item .pick .p2 {
          font-weight: normal;
          font-size: 24px;
          color: #FFFFFF;
          margin: 10px 0 0 0; }

.mvh4 {
  padding: 189px 0 174px; }
  .mvh4 .wrap {
    width: 1433px;
    margin: auto; }
    .mvh4 .wrap .content {
      background: #F7F8FA;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 0 0 110px;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .mvh4 .wrap .content .line {
        position: absolute;
        top: 48px;
        left: 83px;
        z-index: -1;
        height: 690px;
        opacity: .5; }
      .mvh4 .wrap .content .l {
        position: relative;
        z-index: 1; }
        .mvh4 .wrap .content .l .item {
          position: relative;
          cursor: pointer; }
          .mvh4 .wrap .content .l .item.on .circle {
            opacity: 1; }
          .mvh4 .wrap .content .l .item.on .p1 {
            color: transparent; }
            .mvh4 .wrap .content .l .item.on .p1:after {
              opacity: 1; }
          .mvh4 .wrap .content .l .item.on .p2 {
            color: #595959; }
          .mvh4 .wrap .content .l .item .circle {
            position: absolute;
            top: 18px;
            left: -30px;
            width: 8px;
            height: 8px;
            background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
            border-radius: 50%;
            z-index: 1;
            opacity: 0;
            transition: .6s ease; }
            .mvh4 .wrap .content .l .item .circle:after {
              content: '';
              position: absolute;
              width: 100%;
              height: 100%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
              opacity: .5;
              border-radius: inherit;
              animation: scaleA 1s linear infinite;
              pointer-events: none; }
          .mvh4 .wrap .content .l .item:not(:last-child) {
            margin: 0 0 107px; }
          .mvh4 .wrap .content .l .item .p1 {
            font-size: 32px;
            color: rgba(89, 89, 89, 0.41);
            font-weight: bold;
            position: relative;
            z-index: 1;
            transition: .6s ease; }
            .mvh4 .wrap .content .l .item .p1:after {
              content: attr(data-text);
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              background: linear-gradient(0deg, #F0831F 0%, #EA5420 100%);
              -webkit-background-clip: text;
              background-clip: text;
              display: inline-block;
              color: transparent;
              width: fit-content;
              font-size: 32px;
              opacity: 0;
              transition: .6s ease; }
          .mvh4 .wrap .content .l .item .p2 {
            font-weight: normal;
            font-size: 18px;
            color: rgba(89, 89, 89, 0.41);
            margin: 7px 0 0 0;
            transition: .6s ease; }
      .mvh4 .wrap .content .img {
        width: 960px;
        height: 790px; }
        .mvh4 .wrap .content .img .imgSwiper {
          width: 100%; }
          .mvh4 .wrap .content .img .imgSwiper .swiper-slide {
            overflow: hidden; }
            .mvh4 .wrap .content .img .imgSwiper .swiper-slide:hover img {
              transform: scale(1.05); }
            .mvh4 .wrap .content .img .imgSwiper .swiper-slide img {
              width: 100%;
              height: 100%;
              transition: 1s; }

.mvh5 {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 95px; }
  .mvh5 .wrap .p1 {
    font-weight: bold;
    font-size: 48px;
    color: transparent;
    width: fit-content;
    background: linear-gradient(180deg, #9DC3E6 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 26px; }
  .mvh5 .wrap .p2 {
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF; }

.mvh6 {
  padding: 174px 0 119px; }
  .mvh6 .wrap {
    width: 1433px;
    margin: auto; }
    .mvh6 .wrap .title {
      font-weight: bold;
      font-size: 48px;
      color: #111111;
      margin: 0 0 64px; }
    .mvh6 .wrap .flex {
      display: flex;
      justify-content: space-between; }
      .mvh6 .wrap .flex .item {
        position: relative;
        z-index: 1;
        width: 701px;
        height: 510px;
        background: #121B22;
        border-radius: 16px;
        overflow: hidden;
        padding: 80px 59px; }
        .mvh6 .wrap .flex .item .headline {
          font-weight: bold;
          font-size: 32px;
          color: transparent;
          width: fit-content;
          background: linear-gradient(180deg, #9DC3E6 0%, #FFFFFF 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .mvh6 .wrap .flex .item .color {
          width: 574px;
          height: 281px;
          background: rgba(5, 13, 52, 0.66);
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 50px 0 0 0; }
          .mvh6 .wrap .flex .item .color .grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px 70px; }
            .mvh6 .wrap .flex .item .color .grid .list {
              display: flex;
              align-items: center;
              gap: 16px; }
              .mvh6 .wrap .flex .item .color .grid .list .icon {
                width: 38px;
                height: 38px;
                display: flex;
                align-items: center;
                justify-content: center; }
                .mvh6 .wrap .flex .item .color .grid .list .icon img {
                  object-fit: contain; }
              .mvh6 .wrap .flex .item .color .grid .list p {
                font-weight: normal;
                font-size: 18px;
                color: #FFFFFF; }
    .mvh6 .wrap .content {
      height: 719px;
      margin: 27px 0 0 0;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding: 74px 0; }
      .mvh6 .wrap .content .headline {
        font-size: 32px;
        color: transparent;
        width: fit-content;
        line-height: 45px;
        background: linear-gradient(0deg, #9EB0B8 0%, #FFFFFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 auto 150px;
        text-align: center;
        font-weight: bold; }
      .mvh6 .wrap .content .display {
        display: flex;
        align-items: center;
        justify-content: center; }
        .mvh6 .wrap .content .display .list {
          display: flex;
          align-items: center; }
          .mvh6 .wrap .content .display .list:last-child .line {
            transform: rotate(180deg); }
          .mvh6 .wrap .content .display .list .label {
            width: fit-content;
            padding: 0 24px;
            height: 44px;
            border-radius: 21px;
            border: 1px solid #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: normal;
            font-size: 18px;
            color: #FFFFFF; }
          .mvh6 .wrap .content .display .list .line {
            width: 292px;
            height: 2px;
            background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1)); }

.mvh7 {
  padding: 100px 0 95px; }
  .mvh7 .wrap {
    width: 1433px;
    margin: auto; }
    .mvh7 .wrap .title {
      display: flex;
      align-items: flex-end;
      gap: 15px; }
      .mvh7 .wrap .title .p1 {
        font-weight: bold;
        font-size: 48px;
        color: #111111; }
      .mvh7 .wrap .title .p2 {
        font-size: 32px;
        color: #111111; }
    .mvh7 .wrap .content {
      margin: 56px 0 0 0; }
      .mvh7 .wrap .content .gcSwiper {
        width: 1849px;
        margin: 0; }
        .mvh7 .wrap .content .gcSwiper .swiper-slide .item {
          width: 100%;
          height: 486px;
          background: #121B22;
          border-radius: 16px;
          overflow: hidden; }
          .mvh7 .wrap .content .gcSwiper .swiper-slide .item:hover .img {
            transform: scale(1.05); }
          .mvh7 .wrap .content .gcSwiper .swiper-slide .item .img {
            width: 100%;
            height: 100%;
            transition: 1s; }
          .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 53px 68px; }
            .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text .p1 {
              font-weight: bold;
              font-size: 32px;
              color: #FFFFFF; }
            .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text .p2 {
              margin: 10px 0 0 0;
              font-weight: normal;
              font-size: 24px;
              color: #FFFFFF; }

.mvh8 {
  padding: 100px 0 92px; }
  .mvh8 .wrap {
    width: 1432px;
    margin: auto; }
    .mvh8 .wrap .title {
      display: flex;
      align-items: flex-end;
      gap: 15px; }
      .mvh8 .wrap .title .p1 {
        font-weight: bold;
        font-size: 48px;
        color: #111111; }
      .mvh8 .wrap .title .p2 {
        font-size: 32px;
        color: #111111; }
    .mvh8 .wrap .content {
      margin: 60px 0 0 0;
      position: relative; }
      .mvh8 .wrap .content .position {
        top: 40px;
        position: absolute;
        right: 87px;
        z-index: 2; }
        .mvh8 .wrap .content .position .list:not(:last-child) {
          margin: 0 0 70px; }
        .mvh8 .wrap .content .position .list .dis {
          display: flex;
          align-items: flex-end;
          gap: 10px; }
          .mvh8 .wrap .content .position .list .dis span {
            font-weight: bold;
            font-size: 48px;
            color: #FFFFFF;
            line-height: 120%; }
          .mvh8 .wrap .content .position .list .dis .dw {
            font-weight: 500;
            font-size: 32px;
            color: #FFFFFF; }
        .mvh8 .wrap .content .position .list p {
          font-weight: normal;
          font-size: 24px;
          color: #FFFFFF; }
      .mvh8 .wrap .content .img {
        width: 100%; }

.mvh9 {
  padding: 100px 0 160px; }
  .mvh9 .wrap {
    width: 1432px;
    margin: auto; }
    .mvh9 .wrap .title {
      display: flex;
      align-items: flex-end;
      gap: 15px; }
      .mvh9 .wrap .title .p1 {
        font-weight: bold;
        font-size: 48px;
        color: #111111; }
      .mvh9 .wrap .title .p2 {
        font-size: 32px;
        color: #111111; }
    .mvh9 .wrap .content {
      margin: 45px 0 0 0;
      background: #121B22;
      border-radius: 15px; }
      .mvh9 .wrap .content .img {
        width: 100%; }
        .mvh9 .wrap .content .img img {
          width: 100%; }
      .mvh9 .wrap .content .other {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 60px 85px; }
        .mvh9 .wrap .content .other .p1 {
          font-weight: normal;
          font-size: 32px;
          color: #FFFFFF; }
        .mvh9 .wrap .content .other .figure {
          display: flex;
          gap: 70px; }
          .mvh9 .wrap .content .other .figure .item span {
            width: fit-content;
            font-weight: bold;
            font-size: 48px;
            color: transparent;
            line-height: 53px;
            background: linear-gradient(180deg, #F0831F 0%, #EA5420 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 15px;
            display: block; }
          .mvh9 .wrap .content .other .figure .item p {
            font-weight: normal;
            font-size: 24px;
            color: #FFFFFF; }

@keyframes scaleA {
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }
@media screen and (max-width: 1919px) {
  .mwh1 .wrap {
    top: 13.5416666667vw;
    width: 81.9791666667vw; }

  .mwh1 .wrap .p1 {
    font-size: 3.2291666667vw; }

  .mwh1 .wrap .p2 {
    font-size: 5.9375vw; }

  .mwh2 {
    padding: 6.25vw 0px 3.125vw; }

  .mwh2 .wrap {
    width: 74.4791666667vw; }

  .mwh2 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 2.6041666667vw; }

  .mwh2 .wrap .content .item {
    width: 16.1458333333vw;
    height: 15.2604166667vw;
    border-radius: 0.8333333333vw; }

  .mwh2 .wrap .content .item .circle {
    width: 6.09375vw;
    height: 6.09375vw; }

  .mwh2 .wrap .content .item .circle img {
    width: 2.1875vw;
    height: 2.1875vw; }

  .mwh2 .wrap .content .item p {
    margin: 1.8229166667vw 0px 0px;
    font-size: 1.25vw; }

  .mwh3 {
    height: calc(78.125vw + 100vh); }

  .mwh3 .fix .first .text {
    top: 6.6145833333vw; }

  .mwh3 .fix .first .text .p1 {
    font-size: 4.1145833333vw; }

  .mwh3 .fix .first .text .p2 {
    font-size: 2.03125vw;
    margin: 0.5208333333vw 0px 0px; }

  .mwh3 .fix .wrap {
    width: 74.4791666667vw; }

  .mwh3 .fix .wrap .item {
    width: 35.625vw;
    height: 35.3125vw;
    border-radius: 0.8333333333vw;
    padding: 4.1666666667vw 3.3333333333vw; }

  .mwh3 .fix .wrap .item .bg {
    width: 23.9583333333vw;
    top: 8.3333333333vw;
    right: -4.6875vw; }

  .mwh3 .fix .wrap .item .text .p1 {
    margin: 0px 0px 0.5208333333vw;
    font-size: 1.5625vw; }

  .mwh3 .fix .wrap .item .text .p2 {
    font-size: 0.9375vw; }

  .mwh3 .fix .wrap .item .pick .p1 {
    font-size: 2.5vw; }

  .mwh3 .fix .wrap .item .pick .p2 {
    font-size: 1.25vw;
    margin: 0.5208333333vw 0px 0px; }

  .mvh4 {
    padding: 9.84375vw 0px 9.0625vw; }

  .mvh4 .wrap {
    width: 74.6354166667vw; }

  .mvh4 .wrap .content {
    border-radius: 0.8333333333vw;
    padding: 0px 0px 0px 5.7291666667vw; }

  .mvh4 .wrap .content .line {
    top: 2.5vw;
    left: 4.3229166667vw;
    height: 35.9375vw; }

  .mvh4 .wrap .content .l .item .circle {
    top: 0.9375vw;
    left: -1.5625vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw; }

  .mvh4 .wrap .content .l .item:not(:last-child) {
    margin: 0px 0px 5.5729166667vw; }

  .mvh4 .wrap .content .l .item .p1 {
    font-size: 1.6666666667vw; }

  .mvh4 .wrap .content .l .item .p1::after {
    font-size: 1.6666666667vw; }

  .mvh4 .wrap .content .l .item .p2 {
    font-size: 0.9375vw;
    margin: 0.3645833333vw 0px 0px; }

  .mvh4 .wrap .content .img {
    width: 50vw;
    height: 41.1458333333vw; }

  .mvh5 {
    padding: 0px 4.9479166667vw; }

  .mvh5 .wrap .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 1.3541666667vw; }

  .mvh5 .wrap .p2 {
    font-size: 1.25vw; }

  .mvh6 {
    padding: 9.0625vw 0px 6.1979166667vw; }

  .mvh6 .wrap {
    width: 74.6354166667vw; }

  .mvh6 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 3.3333333333vw; }

  .mvh6 .wrap .flex .item {
    width: 36.5104166667vw;
    height: 26.5625vw;
    border-radius: 0.8333333333vw;
    padding: 4.1666666667vw 3.0729166667vw; }

  .mvh6 .wrap .flex .item .headline {
    font-size: 1.6666666667vw; }

  .mvh6 .wrap .flex .item .color {
    width: 29.8958333333vw;
    height: 14.6354166667vw;
    border-radius: 0.7291666667vw;
    margin: 2.6041666667vw 0px 0px; }

  .mvh6 .wrap .flex .item .color .grid {
    gap: 3.125vw 3.6458333333vw; }

  .mvh6 .wrap .flex .item .color .grid .list {
    gap: 0.8333333333vw; }

  .mvh6 .wrap .flex .item .color .grid .list .icon {
    width: 1.9791666667vw;
    height: 1.9791666667vw; }

  .mvh6 .wrap .flex .item .color .grid .list p {
    font-size: 0.9375vw; }

  .mvh6 .wrap .content {
    height: 37.4479166667vw;
    margin: 1.40625vw 0px 0px;
    border-radius: 0.8333333333vw;
    padding: 3.8541666667vw 0px; }

  .mvh6 .wrap .content .headline {
    font-size: 1.6666666667vw;
    line-height: 2.34375vw;
    margin: 0px auto 7.8125vw; }

  .mvh6 .wrap .content .display .list .label {
    padding: 0px 1.25vw;
    height: 2.2916666667vw;
    border-radius: 1.09375vw;
    font-size: 0.9375vw; }

  .mvh6 .wrap .content .display .list .line {
    width: 15.2083333333vw;
    height: 0.1041666667vw; }

  .mvh7 {
    padding: 5.2083333333vw 0px 4.9479166667vw; }

  .mvh7 .wrap {
    width: 74.6354166667vw; }

  .mvh7 .wrap .title {
    gap: 0.78125vw; }

  .mvh7 .wrap .title .p1 {
    font-size: 2.5vw; }

  .mvh7 .wrap .title .p2 {
    font-size: 1.6666666667vw; }

  .mvh7 .wrap .content {
    margin: 2.9166666667vw 0px 0px; }

  .mvh7 .wrap .content .gcSwiper {
    width: 96.3020833333vw; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item {
    height: 25.3125vw;
    border-radius: 0.8333333333vw; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text {
    padding: 2.7604166667vw 3.5416666667vw; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text .p1 {
    font-size: 1.6666666667vw; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text .p2 {
    margin: 0.5208333333vw 0px 0px;
    font-size: 1.25vw; }

  .mvh8 {
    padding: 5.2083333333vw 0px 4.7916666667vw; }

  .mvh8 .wrap {
    width: 74.5833333333vw; }

  .mvh8 .wrap .title {
    gap: 0.78125vw; }

  .mvh8 .wrap .title .p1 {
    font-size: 2.5vw; }

  .mvh8 .wrap .title .p2 {
    font-size: 1.6666666667vw; }

  .mvh8 .wrap .content {
    margin: 3.125vw 0px 0px; }

  .mvh8 .wrap .content .position {
    top: 2.0833333333vw;
    right: 4.53125vw; }

  .mvh8 .wrap .content .position .list:not(:last-child) {
    margin: 0px 0px 3.6458333333vw; }

  .mvh8 .wrap .content .position .list .dis {
    gap: 0.5208333333vw; }

  .mvh8 .wrap .content .position .list .dis span {
    font-size: 2.5vw; }

  .mvh8 .wrap .content .position .list .dis .dw {
    font-size: 1.6666666667vw; }

  .mvh8 .wrap .content .position .list p {
    font-size: 1.25vw; }

  .mvh9 {
    padding: 5.2083333333vw 0px 8.3333333333vw; }

  .mvh9 .wrap {
    width: 74.5833333333vw; }

  .mvh9 .wrap .title {
    gap: 0.78125vw; }

  .mvh9 .wrap .title .p1 {
    font-size: 2.5vw; }

  .mvh9 .wrap .title .p2 {
    font-size: 1.6666666667vw; }

  .mvh9 .wrap .content {
    margin: 2.34375vw 0px 0px;
    border-radius: 0.78125vw; }

  .mvh9 .wrap .content .other {
    padding: 3.125vw 4.4270833333vw; }

  .mvh9 .wrap .content .other .p1 {
    font-size: 1.6666666667vw; }

  .mvh9 .wrap .content .other .figure {
    gap: 3.6458333333vw; }

  .mvh9 .wrap .content .other .figure .item span {
    font-size: 2.5vw;
    line-height: 2.7604166667vw;
    margin: 0px 0px 0.78125vw; }

  .mvh9 .wrap .content .other .figure .item p {
    font-size: 1.25vw; } }
@media screen and (max-width: 768px) {
  .mwh1 .wrap {
    top: 100px;
    width: 90%; }

  .mwh1 .wrap .p1 {
    font-size: 30px; }

  .mwh1 .wrap .p2 {
    font-size: 42px; }

  .mwh2 {
    padding: 40px 0; }
    .mwh2 .wrap {
      width: 90%; }
      .mwh2 .wrap .title {
        font-size: 24px;
        margin: 0 0 20px; }
      .mwh2 .wrap .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px; }
        .mwh2 .wrap .content .item {
          width: 100%;
          height: 40vw;
          border-radius: 10px; }
          .mwh2 .wrap .content .item .circle {
            width: 70px;
            height: 70px; }

  .mwh2 .wrap .content .item .circle img {
    width: 25px;
    height: 25px; }

  .mwh2 .wrap .content .item p {
    font-size: 16px;
    margin: 20px 0 0 0; }

  .mwh3 {
    height: auto !important; }
    .mwh3 .fix {
      height: auto;
      position: relative;
      flex-direction: column; }

  .mwh3 .fix .wrap {
    width: 90%;
    justify-content: unset; }

  .mwh3 .fix .first {
    clip-path: inset(0 0 0 0) !important;
    width: 90%;
    height: 300px;
    margin: auto;
    position: relative;
    transform: none;
    border-radius: 10px;
    overflow: hidden; }
    .mwh3 .fix .first .text {
      opacity: 1;
      top: 30px; }
      .mwh3 .fix .first .text .p1 {
        font-size: 24px; }
      .mwh3 .fix .first .text .p2 {
        font-size: 14px; }

  .mwh3 .fix .first .common_bg {
    position: static; }

  .mwh3 .fix .wrap .item {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0 0 0;
    transform: none !important;
    padding: 20px; }

  .mwh3 .fix .wrap .item .pick .p1 {
    font-size: 22px; }

  .mwh3 .fix .wrap .item .pick .p2 {
    font-size: 13px;
    margin: 10px 0 0 0; }

  .mwh3 .fix .wrap .item .text .p1 {
    font-size: 20px;
    margin: 0 0 6px; }

  .mwh3 .fix .wrap .item .text .p2 {
    font-size: 12px; }

  .mwh3 .fix .wrap .item .bg {
    width: 220px;
    right: -70px;
    top: 40px; }

  .mvh4 {
    padding: 40px 0; }

  .mvh4 .wrap {
    width: 90%; }

  .mvh4 .wrap .content {
    border-radius: 10px;
    padding: 20px;
    flex-direction: column-reverse; }

  .mvh4 .wrap .content .img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden; }

  .mvh4 .wrap .content .l {
    width: 100%;
    margin: 20px 0 0 0; }

  .mvh4 .wrap .content .l .item {
    padding: 0 0 0 20px; }

  .mvh4 .wrap .content .l .item .p1 {
    font-size: 20px; }

  .mvh4 .wrap .content .l .item .p1:after {
    font-size: 20px; }

  .mvh4 .wrap .content .l .item .p2 {
    font-size: 14px;
    margin: 8px 0 0 0; }

  .mvh4 .wrap .content .l .item .circle {
    width: 6px;
    height: 6px;
    left: 0px;
    top: 10px; }

  .mvh5 {
    padding: 10px 5% 30px 5%;
    height: auto;
    flex-direction: column;
    align-items: unset; }

  .mvh5 .common_bg {
    display: none; }

  .mvh5 .wrap .p1 {
    font-size: 26px;
    color: #000;
    margin: 0 0 15px;
    -webkit-background-clip: unset;
    background: transparent;
    -webkit-text-fill-color: unset; }

  .mvh5 .wrap .p2 {
    color: #000;
    font-size: 15px; }

  .mvh5 .img {
    display: block !important;
    width: 100%;
    border-radius: 10px;
    margin: 25px 0 0 0; }

  .mvh6 {
    padding: 35px 0; }

  .mvh6 .wrap {
    width: 90%; }

  .mvh6 .wrap .title {
    font-size: 24px;
    margin: 0 0 22px; }

  .mvh6 .wrap .flex {
    flex-direction: column; }

  .mvh6 .wrap .flex .item {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    padding: 35px 5%;
    margin: 0 0 15px; }

  .mvh6 .wrap .flex .item .headline {
    font-size: 24px; }

  .mvh6 .wrap .flex .item .color {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 25px 5%;
    margin: 15px 0 0; }

  .mvh6 .wrap .flex .item .color .grid {
    gap: 20px; }

  .mvh6 .wrap .flex .item .color .grid .list {
    gap: 10px; }

  .mvh6 .wrap .flex .item .color .grid .list .icon {
    width: 25px;
    height: 25px; }

  .mvh6 .wrap .flex .item .color .grid .list p {
    font-size: 14px; }

  .mvh7 {
    padding: 40px 0; }

  .mvh7 .wrap {
    width: 90%; }

  .mvh7 .wrap .title {
    gap: 15px; }

  .mvh7 .wrap .title .p1 {
    font-size: 24px;
    line-height: 100%; }

  .mvh7 .wrap .title .p2 {
    font-size: 13px; }

  .mvh7 .wrap .content {
    margin: 25px 0 0 0; }

  .mvh7 .wrap .content .gcSwiper {
    width: 95vw; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item {
    height: auto;
    border-radius: 10px; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text {
    width: 100%;
    padding: 20px; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text .p1 {
    font-size: 18px; }

  .mvh7 .wrap .content .gcSwiper .swiper-slide .item .text .p2 {
    margin: 7px 0 0 0;
    font-size: 13px; }

  .mvh6 .wrap .content {
    height: auto;
    padding: 30px 5%;
    border-radius: 10px; }

  .mvh6 .wrap .content .headline {
    font-size: 22px;
    line-height: 25px;
    margin: 0 auto 15px; }

  .mvh6 .wrap .content .display .list .label {
    padding: 7px 10px;
    height: auto;
    border-radius: 30px;
    font-size: 12px; }

  .mvh6 .wrap .content .display .list .line {
    width: 30px;
    height: 1px; }

  .mvh6 .wrap .content .display .img {
    flex: 1; }

  .mvh8 {
    padding: 30px 0; }

  .mvh8 .wrap {
    width: 90%; }

  .mvh8 .wrap .title {
    gap: 15px; }

  .mvh8 .wrap .title .p1 {
    font-size: 24px;
    line-height: 100%; }

  .mvh8 .wrap .title .p2 {
    font-size: 13px; }

  .mvh8 .wrap .content {
    margin: 25px 0 0 0;
    position: relative; }

  .mvh8 .wrap .content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2); }

  .mvh8 .wrap .content .img {
    height: 200px; }

  .mvh8 .wrap .content .position {
    right: unset;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 27px; }

  .mvh8 .wrap .content .position .list .dis {
    gap: 5px; }

  .mvh8 .wrap .content .position .list .dis span {
    font-size: 20px; }

  .mvh8 .wrap .content .position .list .dis .dw {
    font-size: 14px; }

  .mvh8 .wrap .content .position .list p {
    font-size: 12px; }

  .mvh9 {
    padding: 30px 0; }

  .mvh9 .wrap {
    width: 90%; }

  .mvh9 .wrap .title {
    gap: 15px; }

  .mvh9 .wrap .title .p1 {
    font-size: 24px;
    line-height: 100%; }

  .mvh9 .wrap .title .p2 {
    font-size: 13px; }

  .mvh9 .wrap .content {
    margin: 30px 0 0 0;
    border-radius: 10px;
    overflow: hidden; }

  .mvh9 .wrap .content .other {
    padding: 20px 5%;
    flex-direction: column;
    align-items: unset;
    gap: 20px; }

  .mvh9 .wrap .content .other .p1 {
    font-size: 18px; }

  .mvh9 .wrap .content .other .figure {
    gap: 30px; }

  .mvh9 .wrap .content .other .figure .item span {
    font-size: 24px;
    line-height: 80%;
    margin: 0 0 10px; }

  .mvh9 .wrap .content .other .figure .item p {
    font-size: 12px; } }

/*# sourceMappingURL=mwh.css.map */
