.home .banner {
  position: relative; }
  .home .banner img {
    width: 100%;
    display: block;
    object-fit: cover; }
  .home .banner .text {
    position: absolute;
    left: 12.5vw;
    bottom: 6.1458333333vw; }
    .home .banner .text h1 {
      line-height: 1.2;
      color: #FFF;
      font-size: 3.90625vw;
      font-weight: 600;
      text-transform: capitalize; }
    .home .banner .text .line {
      width: 5.1041666667vw;
      height: 0.4166666667vw;
      background: linear-gradient(90deg, #3E88FF 0%, #146DFC 100%);
      margin: 0.5208333333vw 0 1.5625vw 0; }
    .home .banner .text .des {
      font-size: 1.0416666667vw;
      line-height: 1.5;
      color: #FFF; }
.home .main {
  margin: 5.7291666667vw 12.5vw; }
  .home .main .types {
    display: flex; }
    .home .main .types .item {
      color: #000;
      font-size: 1.25vw;
      text-transform: uppercase;
      padding-bottom: 1.0416666667vw;
      border-bottom: 1px solid transparent;
      transition: all 600ms;
      font-weight: 500;
      cursor: pointer; }
      .home .main .types .item:not(:last-child) {
        margin-right: 2.7083333333vw; }
    .home .main .types .on {
      border-color: #146DFC;
      color: #146DFC; }
  .home .main .boxes .box {
    display: none; }
    .home .main .boxes .box .list {
      margin: 1.0416666667vw 0 3.125vw 0; }
      .home .main .boxes .box .list .item {
        border-bottom: 1px solid #D9D9D9;
        padding: 2.0833333333vw 0;
        cursor: pointer; }
        .home .main .boxes .box .list .item .d1 {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .home .main .boxes .box .list .item .d1 .t1 {
            color: #000;
            font-size: 1.25vw;
            font-weight: 400;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 90%; }
          .home .main .boxes .box .list .item .d1 .icon {
            position: relative; }
            .home .main .boxes .box .list .item .d1 .icon img {
              display: block;
              width: 1.875vw;
              transition: all 600ms; }
            .home .main .boxes .box .list .item .d1 .icon img:nth-child(2) {
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0; }
        .home .main .boxes .box .list .item .d2 {
          color: #666;
          width: 69.21875vw;
          font-size: 0.9375vw;
          margin-top: 0.625vw;
          display: none; }
      .home .main .boxes .box .list .active .d1 .icon img:nth-child(1) {
        opacity: 0; }
      .home .main .boxes .box .list .active .d1 .icon img:nth-child(2) {
        opacity: 1; }
    .home .main .boxes .box .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;
      margin: 0 auto;
      transition: all 600ms;
      color: #FFF;
      font-size: 1.0416666667vw;
      cursor: pointer; }
      .home .main .boxes .box .more p {
        line-height: 2;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .home .main .boxes .box .more svg {
        width: 0.8333333333vw;
        display: block; }
      .home .main .boxes .box .more:hover {
        background: #5E9EFF;
        border-color: #5E9EFF; }
  .home .main .boxes .show_box {
    display: block; }
@media screen and (max-width: 1024px) {
  .home .banner {
    margin-top: 60px; }
    .home .banner img {
      height: 150px; }
    .home .banner .text {
      left: 5%;
      bottom: 15%;
      width: 90%; }
      .home .banner .text h1 {
        font-size: 20px; }
      .home .banner .text .line {
        width: 60px;
        height: 2px;
        margin: 5px 0 15px 0; }
      .home .banner .text .des {
        font-size: 14px; }
  .home .main {
    margin: 30px 5% 60px 5%; }
    .home .main .types {
      flex-direction: column; }
      .home .main .types .item {
        font-size: 18px;
        padding-bottom: 10px;
        text-align: center; }
        .home .main .types .item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 15px; }
    .home .main .boxes .box .list {
      margin: 20px 0 30px 0; }
      .home .main .boxes .box .list .item {
        padding: 20px 0; }
        .home .main .boxes .box .list .item .d1 .t1 {
          font-size: 18px; }
        .home .main .boxes .box .list .item .d1 .icon img {
          width: 20px; }
        .home .main .boxes .box .list .item .d2 {
          width: 100%;
          font-size: 16px;
          margin-top: 8px; }
    .home .main .boxes .box .more {
      padding: 4px 15px;
      gap: 10px;
      font-size: 18px;
      border-radius: 80px; }
      .home .main .boxes .box .more svg {
        width: 16px; } }

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