@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.interests-module1 {
  padding: 8.125rem 0;
}

@media (max-width: 800px) {
  .interests-module1 {
    padding: 3.75rem 0;
  }
}

.interests-module2 {
  background-color: rgb(248, 249, 250);
  text-align: center;
  min-height: 41.25rem;
  padding: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.interests-module2 .t1 {
  font-size: 2.25rem;
  color: #202020;
}

.interests-module2 .t2 {
  font-weight: bold;
  font-size: 4.75rem;
  color: #0071E3;
  font-family: AcuminProSemibold;
}

.interests-module2 .t3 {
  font-size: 3.5rem;
  color: #202020;
}

@media (max-width: 800px) {
  .interests-module2 {
    min-height: auto;
    padding: 3.125rem 1.25rem;
  }

  .interests-module2 .t1 {
    font-size: 1.3125rem;
  }

  .interests-module2 .t2 {
    font-size: 1.875rem;
  }

  .interests-module2 .t3 {
    font-size: 1.625rem;
  }
}

.interests-module3 {
  /*padding: 6.875rem 0 5rem;*/
   padding: 0;
}

.interests-module3 .content {
  width: 52%;
}

.interests-module3 .content .index {
  font-weight: bold;
  font-size: 5.9375rem;
  color: #0071E3;
  font-family: Oswald-Bold;
}

.interests-module3 .content .t1 {
  font-size: 3.5rem;
  color: #000000;
  line-height: 1.2;
  margin-top: 0.625rem;
  font-family: AcuminProBook-H;
}

.interests-module3 .content .t2 {
  font-size: 1.8125rem;
  margin-top: 0.625rem;
  font-family: AcuminProSemibold;
}

.interests-module3 .content .ls {
  font-size: 1.1875rem;
  margin-top: 1.875rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  font-family: AcuminProBook-M;
}

.interests-module3 .content .ls > div {
  display: flex;
  align-items: flex-start;
  gap: 0.3125rem;
}

.interests-module3 .content .ls .icon {
  width: 1.375rem;
  height: 1.5em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .interests-module3 {
    /*padding: 3.75rem 0 3.125rem;*/
    padding: 0;
  }

  .interests-module3 .list {
    max-width: 80%;
  }

  .interests-module3 .content {
    width: 100%;
  }

  .interests-module3 .content .index {
    font-size: 5rem;
  }

  .interests-module3 .content .t1 {
    font-size: 1.625rem;
  }

  .interests-module3 .content .t2 {
    font-size: 1.25rem;
  }

  .interests-module3 .content .ls {
    font-size: 1rem;
    margin-top: 1.25rem;
    gap: 0.9375rem;
  }

  .interests-module3 .image {
    display: flex;
    justify-content: flex-end;
  }

  .interests-module3 .image img {
    width: 200%;
  }
}