body .home .banner {
  position: relative; }
  body .home .banner img {
    width: 100%;
    display: block;
    object-fit: cover; }
  body .home .banner .text {
    position: absolute;
    left: 10.4166666667vw;
    bottom: 6.40625vw; }
    body .home .banner .text .t {
      background: linear-gradient(90deg, #FFF 18.95%, rgba(255, 255, 255, 0.6) 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    body .home .banner .text .p1 {
      margin: 1.25vw 0 2.0833333333vw 0;
      background: linear-gradient(90deg, #177ABF 0%, #87BDE5 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block; }
    body .home .banner .text .links {
      border-radius: 8px;
      border: 0.5px solid #4CA1FA;
      background: rgba(13, 24, 43, 0.4);
      backdrop-filter: blur(5px);
      padding: 0.46875vw 1.4583333333vw;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5208333333vw; }
      body .home .banner .text .links a,
      body .home .banner .text .links span {
        color: white;
        font-weight: 350; }
      body .home .banner .text .links .on {
        background: linear-gradient(90deg, #177ABF 0%, #87BDE5 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700; }
body .home .container .list a {
  display: flex;
  position: relative;
  padding: 7.7083333333vw 4.84375vw 8.3333333333vw 10.4166666667vw;
  gap: 5.2083333333vw; }
  body .home .container .list a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(135, 189, 229, 0) 0%, #177ABF 50.05%, rgba(135, 189, 229, 0) 100%); }
  body .home .container .list a .c_btn_icon {
    position: absolute;
    right: 10.4166666667vw;
    bottom: 8.3333333333vw; }
  body .home .container .list a .pic {
    display: flex;
    width: 31.25vw;
    height: 20.8333333333vw;
    padding: 2.5vw 2.6041666667vw 3.3333333333vw 2.6041666667vw;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1.0416666667vw;
    border-bottom: 1px solid #5184BA;
    background: linear-gradient(123deg, rgba(76, 161, 250, 0.05) 0%, rgba(82, 203, 254, 0.05) 97.07%);
    position: relative;
    overflow: hidden; }
    body .home .container .list a .pic img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
    body .home .container .list a .pic::after {
      position: absolute;
      left: 50%;
      top: 15.625vw;
      width: 36.4583333333vw;
      height: 36.4583333333vw;
      border-radius: 50%;
      background: #4A94F9;
      filter: blur(16px);
      transform: translateX(-50%) translateY(80px);
      opacity: 0;
      transition: all 600ms;
      content: '';
      display: block; }
    body .home .container .list a .pic:hover::after {
      opacity: .3;
      transform: translateX(-50%) translateY(0); }
  body .home .container .list a .info {
    color: white; }
    body .home .container .list a .info .p1 {
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 1.1458333333vw; }
    body .home .container .list a .info .des {
      display: flex;
      gap: 3.3333333333vw; }
      body .home .container .list a .info .des ul {
        line-height: 2;
        padding-left: 1.3020833333vw; }
        body .home .container .list a .info .des ul li {
          list-style: disc; }
@media screen and (max-width: 768px) {
  body .home .banner img {
    height: 300px; }
  body .home .banner .text {
    left: 5%;
    bottom: 30px; }
    body .home .banner .text .t {
      font-size: 24px; }
    body .home .banner .text .p1 {
      font-size: 16px;
      margin: 10px 0 20px 0; }
    body .home .banner .text .links {
      padding: 6px 12px;
      gap: 6px; }
      body .home .banner .text .links a, body .home .banner .text .links span {
        font-size: 14px; }
  body .home .container .list a {
    padding: 30px 5%;
    gap: 20px;
    flex-direction: column; }
    body .home .container .list a .pic {
      width: 100%;
      height: 200px;
      padding: 10px;
      border-radius: 10px; }
      body .home .container .list a .pic::after {
        width: 150%;
        height: 500px;
        top: 170px; }
    body .home .container .list a .info {
      width: 100%; }
      body .home .container .list a .info .p1 {
        font-size: 18px;
        margin-bottom: 10px; }
      body .home .container .list a .info .des {
        flex-direction: column;
        gap: 10px; }
        body .home .container .list a .info .des ul {
          padding-left: 20px; }
          body .home .container .list a .info .des ul li {
            font-size: 14px; }
    body .home .container .list a .c_btn_icon {
      right: 5%;
      bottom: 30px; } }
