.home {
  position: relative;
  width: 100%; }
  .home .banner {
    position: relative; }
    .home .banner:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(190, 241, 242, 0.4);
      backdrop-filter: blur(4px); }
    .home .banner .bg img {
      width: 100%;
      display: block;
      object-fit: cover; }
    .home .banner .box {
      position: absolute;
      left: 6.25vw;
      bottom: 4.1666666667vw;
      width: calc(100% - 12.5vw);
      z-index: 2; }
      .home .banner .box .t1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .home .banner .box .t1 .l {
          position: relative; }
          .home .banner .box .t1 .l .p2 {
            font-size: 6.25vw;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            position: absolute;
            left: 0;
            top: -1.5625vw;
            font-family: 'Montserrat-Regular.otf';
            white-space: nowrap;
            -webkit-text-stroke: 1.5px #00B2B5;
            color: transparent; }
        .home .banner .box .t1 .p1 {
          color: #01171D;
          font-size: 3.3333333333vw;
          font-weight: 700;
          font-family: 'Montserrat-Regular.otf';
          top: 1.0416666667vw;
          position: relative;
          z-index: 1; }
        .home .banner .box .t1 .links {
          display: flex;
          align-items: center;
          position: relative;
          top: 1.0416666667vw; }
          .home .banner .box .t1 .links .circle {
            width: 0.8333333333vw;
            height: 0.8333333333vw;
            background-color: #00B2B5;
            border-radius: 50%;
            margin-right: 0.8333333333vw;
            transform: translateY(2px); }
          .home .banner .box .t1 .links a,
          .home .banner .box .t1 .links p {
            color: #333;
            font-size: 1.25vw;
            text-transform: capitalize; }
          .home .banner .box .t1 .links span {
            margin: 0 1.25vw;
            display: block;
            transform: translateY(2px); }
            .home .banner .box .t1 .links span svg {
              width: 1.25vw;
              height: 1.25vw;
              display: block; }
      .home .banner .box .types {
        display: flex;
        justify-content: space-between;
        margin-top: 3.125vw; }
        .home .banner .box .types a {
          width: 33.3%;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #00B2B5;
          font-size: 1.6666666667vw;
          color: white;
          padding: 1.09375vw 0;
          transition: all 600ms; }
          .home .banner .box .types a svg {
            display: block;
            margin-right: 1.0416666667vw; }
            .home .banner .box .types a svg path {
              transition: all 600ms;
              fill: #fff; }
          .home .banner .box .types a p {
            font-family: 'Montserrat-Light'; }
        .home .banner .box .types a:first-child {
          border-radius: 1.0416666667vw 0px 0px 0px; }
        .home .banner .box .types a:last-child {
          border-radius: 0px 1.0416666667vw 0px 0px; }
        .home .banner .box .types .active {
          background: #FFF;
          color: #111; }
          .home .banner .box .types .active p {
            font-weight: 600; }
          .home .banner .box .types .active svg path {
            fill: #111111; }
  .home .main {
    margin: 6.25vw 10.4166666667vw; }
    .home .main .t {
      color: #111;
      font-size: 1.875vw;
      font-weight: 700; }
    .home .main .time {
      margin: 1.1458333333vw 0 3.0208333333vw 0;
      display: flex;
      align-items: center; }
      .home .main .time .icon svg {
        display: block;
        width: 1.25vw; }
      .home .main .time .p1 {
        color: rgba(0, 0, 0, 0.85);
        font-size: 1.0416666667vw;
        margin: 0 0 0 0.8333333333vw; }
      .home .main .time .p2 {
        color: rgba(0, 0, 0, 0.65);
        font-size: 1.0416666667vw;
        margin-top: 2px; }
    .home .main .html {
      color: rgba(0, 0, 0, 0.65);
      font-size: 1.0416666667vw;
      line-height: 1.8;
      margin: 2.9166666667vw 0 2.0833333333vw 0; }
      .home .main .files {    display: flex;
    margin: 0 auto;
    justify-content: center;}
    .home .main .file {
      border-radius: 2.0833333333vw;
      border: 1px solid #00B2B5;
      display: flex;
      padding: 0.5208333333vw 4.1666666667vw;
      align-items: center;
      gap: 0.8333333333vw;
      width: fit-content;
      margin: 0 30px; }
      .home .main .file a {
        color: rgba(0, 178, 181, 0.85);
        font-size: 0.8333333333vw; }
    .home .main .line {
      background: #D9D9D9;
      width: 100%;
      height: 1px;
      margin: 4.1666666667vw 0; }
    .home .main .pager {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 13.5416666667vw; }
      .home .main .pager .prev,
      .home .main .pager .next {
        display: flex;
        align-items: center;width:40%; }
        .home .main .pager .prev svg,
        .home .main .pager .next svg {
          width: 2.5vw;
          display: block; }
        .home .main .pager .prev .p1,
        .home .main .pager .next .p1 {
          color: #000;
          font-size: 1.4583333333vw;
          margin: 0 1.25vw;text-wrap: nowrap;}
        .home .main .pager .prev .p2,
        .home .main .pager .next .p2 {
          color: #666;
          font-size: 1.0416666667vw;
          white-space: nowrap;
          overflow: hidden;
          transition: all 600ms;
          text-overflow: ellipsis; }
        .home .main .pager .prev:hover .p2,
        .home .main .pager .next:hover .p2 {
          color: #000; }
          .home .main .pager .next{display: flex;
    justify-content: end;}
      .home .main .pager .back {
        display: flex;
        padding: 0.8333333333vw 2.0833333333vw;
        align-items: center;
        gap: 1.0416666667vw;
        border-radius: 2.0833333333vw;
        background: #00B2B5;
        color: #FFF;
        font-size: 1.0416666667vw; }
        .home .main .pager .back svg {
          width: 1.25vw;
          display: block; }
  @media screen and (max-width: 1024px) {
    .home .banner .bg img {
      height: 300px; }
    .home .banner .box {
      left: 5%;
      width: 90%; }
      .home .banner .box .t1 {
        flex-direction: column;
        align-items: flex-start; }
        .home .banner .box .t1 .l .p2 {
          font-size: 32px;
          -webkit-text-stroke: 0.5px #00B2B5;
          opacity: 0.5;
          display: none; }
        .home .banner .box .t1 .p1 {
          font-size: 24px; }
        .home .banner .box .t1 .links {
          margin: 15px 0; }
          .home .banner .box .t1 .links .circle {
            width: 12px;
            height: 12px; }
          .home .banner .box .t1 .links span {
            margin: 0 5px; }
            .home .banner .box .t1 .links span svg {
              width: 15px;
              height: auto; }
          .home .banner .box .t1 .links a,
          .home .banner .box .t1 .links p {
            font-size: 16px; }
      .home .banner .box .types a {
        font-size: 12px; }
        .home .banner .box .types a svg {
          width: 20px;
          margin-right: 5px; }
      .home .banner .box .types a:nth-child(2) {
        width: 40%; }
    .home .main {
      margin: 30px 5%; }
      .home .main .t {
        font-size: 18px; }
      .home .main .time {
        margin: 10px 0 20px 0; }
        .home .main .time .icon svg {
          width: 20px; }
        .home .main .time .p1 {
          font-size: 14px; }
        .home .main .time .p2 {
          font-size: 14px; }
      .home .main .html {
        font-size: 16px;
        margin: 20px 0 40px 0; }
      .home .main .file {
        width: 100%;
        padding: 10px 0;
        gap: 10px;
        border-radius: 20px; }
        .home .main .file a {
          font-size: 12px; }
      .home .main .line {
        margin: 30px 0; }
      .home .main .pager {
        margin-bottom: 60px;
        flex-direction: column;
        align-items: flex-start; }
        .home .main .pager .prev, .home .main .pager .next {
          width: 100%; }
          .home .main .pager .prev svg, .home .main .pager .next svg {
            width: 24px; }
          .home .main .pager .prev .p1, .home .main .pager .next .p1 {
            font-size: 16px;
            margin: 0 10px; }
          .home .main .pager .prev .p2, .home .main .pager .next .p2 {
            font-size: 14px; }
        .home .main .pager .back {
          width: 60%;
          padding: 12px 0;
          margin: 0 auto;
          font-size: 16px;
          border-radius: 30px;
          justify-content: center;
          gap: 10px; }
          .home .main .pager .back svg {
            width: 25px; }
        .home .main .pager .next {
          justify-content: flex-end; } }

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