@media (min-width: 1280px) {
  .banner {
    margin-bottom: 120px;
  }

  .banner .swiper-slide {
    height: 984px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .banner .swiper-area-btn {
    position: absolute;
    left: 50%; top: 63.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    display: block;
    width: 220px;
    height: 80px;
  }

  /*-------------------------------------*/

  .module1 {
    position: relative;
    margin-bottom: 100px;
  }

  .module1 .module1-title {
    font-size: 110px;
    font-weight: 400;
    line-height: 138px;
    margin-bottom: 16px;
  }

  .module1 .module1-illustration {
    width: 740px;
  }

  .module1 .module1-right {
    width: 480px;
    position: absolute;
    right: 0; top: 20px;
    padding: 50px 40px;
    border-top: 2px solid var(--color-primary-theme);
    background-color: var(--color-primary-card);
    color: var(--color-muted)
  }
  .module1-right .module1-right-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 22px;
    color: var(--color-text);
    position: relative;
  }
  .module1-right .module1-right-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 0;
    position: absolute;
    bottom: 0; left: 0;
    border-bottom: 2px solid var(--color-primary-theme);
  }
  .module1-right .p {
    margin-top: 45px;
    line-height: 28px;
  }
  .module1-right .module1-right-data {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
  }
  .module1-right .module1-right-data .data-title {
    margin-bottom: 8px;
    margin-top: 16px;
  }
  .module1-right .module1-right-data .data-list .b {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: var(--color-primary-theme);
  }
  
  /*----------------------------------*/
  .module2 {
    margin-bottom: 200px;
  }
  .module2-title {
    text-align: center;
  }
  .module2-sub {
    text-align: center;
  }
  .module2-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    margin: 40px auto;
  }
  .module2-illustration {
    width: 1108px;
  }

  /*----------------------------------*/
  .module3 {
    max-width: 50%;
    position: absolute;
    top: 140px;
    left: calc((100% - 1200px)/2);
  }
  .module3-title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
  }
  .module3-tags {
    width: 360px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px ;
    margin-top: 95px;
  }
  .module3-illustration {
    width: 100%;
    margin-bottom: 110px;
  }

  /*----------------------------------*/
  .module4 {
    margin-bottom: 100px;
  }
  .module4-title {
    margin-bottom: 0px;
  }
  .module4-sub {
    margin-bottom: 45px;
  }
  .module4-illustration {
    width: 1168px;
  }

  /*----------------------------------*/
  .module5 {
    padding-bottom: 300px;
  }
  .module5-title {
    margin-bottom: 8px;
    position: relative;
  }
  .module5-sub {
    margin-bottom: 80px;
  }
  .module5-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 10px;
  }
  .module5-cell {
    position: relative;
  }
  .module5-illustration {
    width: 100%;
    height: 345px ;
  }
  .module5-cell>span {
    width: 100%;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    position: absolute;
    left: 0; bottom: 18px;
    color: var(--color-muted);
    text-align: center;
  }
  .hint {
    margin-bottom: 70px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: var(--color-muted);
  }
}
