<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .banner {
    width: 100%;
    height: 600px;
    background: url("../img/ailite.png") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  /* banner å·¦ä¾§æ–‡å­— */
  .banner .container .text {
    width: 504px;
    color: #fff;
  }
  .banner .container .img {
    flex: 1;
    text-align: center;
  }
  .banner .container .img img {
    display: inline-block;
    width: 80%;
  }
  .banner .container .text .title {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .banner .container .text .desc {
    font-size: 16px;
    line-height: 32px;
  }
}
/* é€‚ç”¨äºŽåŒ…å«åœ¨å±å¹•å®½åº¦å°äºŽ  991 åƒç´&nbsp;çš„è®¾å¤‡ä¸­ */
@media (max-width: 991px) {
  .banner {
    width: 100%;
    height: 530px;
    /* background: url("../img/ailite.png") no-repeat; */
    background-color: #092266;
  }

  /* banner å·¦ä¾§æ–‡å­— */
  .banner .container .text {
    position: relative;
    width: 100%;
    color: #fff;
  }
  .banner .container .img {
    width: 100%;
    text-align: center;
  }
  .banner .container .img img {
    margin-top: 16px;
    width: 80%;
  }
  .banner .container .text .title {
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .banner .container .text .desc {
    font-size: 16px;
    line-height: 2em;
  }
}

/*--------------------------------------------------------------
# block Section
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .blockArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blockArea .container .btns {
    margin: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blockArea .container .btns .btn {
    width: 240px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blockArea .container .btns .btn:first-child {
    margin-right: 104px;
  }
  .blockArea .container .btns .btn:hover,
  .blockArea .container .btns .btn.platformActive {
    background-color: #3b86f6;
    color: #fff;
  }

  .blockArea .container .imgArea {
    width: 100%;
    /* height: 320px; */
    height: 220px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px;
  }
  .blockArea .container .imgArea .img {
    /* width: 356px; */
    /* height: 320px; */
    height: 220px;
    flex-shrink: 0;
    margin-right: 48px;
  }
  .blockArea .container .imgArea .img img {
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
  }
  .blockArea .container .imgArea .right {
    height: 220px;
    /* height: 100%; */
    /* padding: 40px 0; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: center; */
  }
  .blockArea .container .imgArea .right .product .title {
    color: #3b86f6;
    font-size: 26px;
    line-height: 30px;
  }
  .blockArea .container .imgArea .right .desc .title {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .blockArea .container .imgArea .right .product .content {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
  }
  .blockArea .container .imgArea .right .desc .content {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    /* margin-top: 8px; */
  }
}
/* é€‚ç”¨äºŽåŒ…å«åœ¨å±å¹•å®½åº¦å°äºŽ  991 åƒç´&nbsp;çš„è®¾å¤‡ä¸­ */
@media (max-width: 991px) {
  .blockArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blockArea .container .btns {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .blockArea .container .btns .btn {
    font-size: 14px;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .blockArea .container .btns .btn:hover,
  .blockArea .container .btns .btn.platformActive {
    background-color: #3b86f6;
    color: #fff;
  }

  .blockArea .container .imgArea {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
  }
  .blockArea .container .imgArea::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(102, 102, 102, 1),
      transparent
    );
  }
  .blockArea .container .imgArea:last-child::after {
    content: "";
    height: 0px;
  }
  .blockArea .container .imgArea .img {
    margin-bottom: 24px;
  }
  .blockArea .container .imgArea .img img {
    width: 100%;
    height: 100%;
  }

  .blockArea .container .imgArea .right .product .title {
    color: #3b86f6;
    font-size: 24px;
    line-height: 1.5;
  }
  .blockArea .container .imgArea .right .desc .title {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
  }
  .blockArea .container .imgArea .right .product .content {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .blockArea .container .imgArea .right .desc .content {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
  }
}
</pre></body></html>