<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .xp__pc {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
    font-family: ArialMT;
  }

  :deep(.el-dialog) {
    border-radius: 12px !important;
  }

  :deep(.el-dialog__close) {
    font-size: 18px !important;
    font-weight: 550;
  }

  img {
    display: block;
  }

  .banner-box {
    position: relative;
    height: 27.083333vw;
    width: 100%;
  }

  .banner {
    display: block;
    height: 27.083333vw;
    width: 100%;
    position: absolute;
  }

  .scroll .h5 {
    display: block;
  }

  .scroll .pc {
    display: none;
  }

  .text-box {
    width: 33.854167vw;
    top: 7.8125vw;
    left: 19.791667vw;
    position: absolute;
    z-index: 1;
    /* padding: 0 3vw; */
  }

  .text-box .title {
    font-size: 3.645833vw;
    color: #fff;
    line-height: 4.166667vw;
  }

  .text-box .sub {
    font-size: 1.5625vw;
    color: #c9c6c6;
    margin-top: 0.520833vw;
    line-height: 5vw;
  }

  .scrollH5 {
    display: none;
  }

  .desc {
    width: 100%;
    height: 2.604167vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232a3e;

    font-size: 1.041667vw;
    font-weight: normal;
    color: #ffffff;
  }

  .download-box {
    background-color: #f3fbfa;
    padding: 0.697917vw 0 2.041667vw 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    /* width: 100%;
    height: 900px; */
  }

  .download-box-header {
    width: 75.521vw;
    height: 6.25vw;
    background-color: #ffffff;
    border-radius: 1.042vw;
    margin: 1.9vw auto;
    border: 2px solid var(--main-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
  }

  .download-box-header:after {
    content: "";
    bottom: -0.4vw;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.521vw solid transparent;
    border-right: 0.521vw solid transparent;
    border-top: 0.521vw solid #fff;
  }

  .download-box-header::before {
    content: "";
    bottom: -0.5vw;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.521vw solid transparent;
    border-right: 0.521vw solid transparent;
    border-top: 0.521vw solid var(--main-color);
  }

  .download-box .title {
    font-size: 2.083333vw;
    font-weight: normal;
    color: var(--main-color);
    margin-top: 2vw;
  }

  .download-box .sub {
    font-size: 1.25vw;
    font-weight: normal;
    color: #060415;
    margin: 1.09375vw 0 3.59375vw 0;
  }
  .download-box .sub1 {
    font-size: 1.041667vw;
    line-height: 1.65vw;
    font-weight: normal;
    color: #060415;
  }
  .download-box .table {
    display: flex;
    justify-content: space-between;
    margin-left: 2.083333vw;
  }

  .download-box .table .down {
    padding: 2.1875vw 3.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin-right: 2.395833vw;
    box-shadow: 0px 0px 1.041667vw #c6e2eb;
  }

  .download-box .table .down img {
    width: 7.291667vw;
    height: 6.354167vw;
  }
  .download-box .table .down .num {
    font-size: 1.041667vw;
    font-weight: normal;
    color: #060415;
    margin: 0.833333vw 0 1.197917vw 0;
  }

  .download-box .table .down .cpu {
    font-size: 0.833333vw;
    font-weight: normal;
    color: #595959;
    text-align: center;
    width: 10.052083vw;
    margin: 0 0 2.604167vw 0;
    line-height: 1.510417vw;
  }

  .download-box .table .down .rpa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.03125vw;
    height: 1.770833vw;
    background-color: #ffedbc;
    border-radius: 0.9375vw;
    font-size: 0.833333vw;
    font-weight: normal;
    color: #7b4500;
    margin: -2.34375vw 0 0.625vw 0;
  }

  .download-box .table .down .text {
    cursor: pointer;
    background-color: var(--main-color);
    width: 9.375vw;
    height: 2.604167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9375vw;
    font-weight: normal;
    color: #ffffff;
    border: none;
  }

  .download-box .bot {
    display: flex;
    flex-direction: column;
    margin-top: 5.520833vw;
  }

  .download-box .bot .com {
    font-size: 1.041667vw;
    font-weight: normal;
    color: #888888;
  }

  .download-box .bot .link {
    display: flex;
    margin-top: 1.041667vw;
    justify-content: center;
    cursor: pointer;
  }

  .download-box .bot .link p {
    font-size: 1.041667vw;
    font-weight: normal;
    color: #2973a2;
    text-decoration: underline;
    margin-right: 0.520833vw;
  }

  .app-box {
    padding: 4.375vw 21.979167vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #f7f7f7;
  }

  .app-box .text {
    font-size: 1.25vw;
    font-weight: normal;
    color: #060415;
    margin-bottom: 4.0625vw;
    text-align: center;
  }

  .app-box .app {
    display: flex;
    justify-content: space-between;
  }

  .app-box .app .boss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .app-box .app img {
    width: 5.989583vw;
    height: 5.989583vw;
    margin-bottom: 1.041667vw;
  }

  .app-box .app .name {
    font-size: 0.9375vw;
    font-weight: normal;
    color: #060415;
  }
}

@media screen and (max-width: 768px) {
  .download-box .qq {
    display: none !important;
  }

  .popper {
    font-size: 20px !important;
    position: relative;
    z-index: 9999;
  }

  :deep(.el-dialog) {
    border-radius: 12px !important;
  }

  :deep(.el-dialog__close) {
    font-size: 18px !important;
    font-weight: 550;
  }

  img {
    display: block;
  }

  .banner-box {
    position: relative;
    height: 65vw;
    width: 100vw;
    margin-top: 10vw;
    overflow: hidden;
  }

  .banner {
    left: -25vw;
    display: block;
    height: 65vw;
    position: absolute;
  }

  .scroll .h5 {
    display: block;
  }

  .scroll .pc {
    display: none;
  }

  .text-box {
    width: 58vw;
    top: 20.8vw;
    left: 7vw;
    position: absolute;
    z-index: 1;
    /* padding: 0 3vw; */
  }

  .text-box .title {
    font-size: 6.8vw;
    color: #fff;
    line-height: 7.9vw;
  }

  .text-box .sub {
    font-size: 3.5vw;
    color: #c9c6c6;
    margin-top: 4vw;
    line-height: 5vw;
  }

  .desc {
    width: 100vw;
    padding: 1vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #232a3e;

    font-size: 2.2vw;
    line-height: 3.8vw;
    font-weight: normal;
    color: #ffffff;
  }

  .download-box {
    height: 158vw;
    background-color: #f3fbfa;
    padding: 3vw 0 0vw 0;
    display: flex;

    flex-direction: column;
    align-items: center;
    position: relative;
    /* width: 100%;
      height: 900px; */
  }

  .download-box-header {
    width: 85.521vw;
    background-color: #ffffff;
    border-radius: 1.042vw;
    margin: 1.9vw auto;
    border: 0.104vw solid var(--main-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    padding: 2vw;
  }

  .download-box-header:after {
    content: "";
    bottom: -2.4vw;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }

  .download-box-header::before {
    content: "";
    bottom: -2.7vw;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main-color);
  }

  .scrollH5 {
    width: 97vw;
    position: absolute;
    top: 64vw;
    z-index: 20;
    box-sizing: border-box;
  }

  .download-box .title {
    margin-top: 4.3vw;
    font-size: 6.5vw;
    font-weight: bold;
    color: var(--main-color);
  }

  .download-box .sub {
    font-size: 3vw;
    font-weight: normal;
    color: #060415;
    margin: 2.6vw 0 4vw 0;
  }
  .download-box .sub1 {
    padding: 0vw 4vw 1vw 4vw;
    font-size: 3vw;
    text-align: center;
    line-height: 4.5vw;
    font-weight: normal;
    color: #060415;
    margin-bottom: 3vw;
  }
  .download-box .table {
    display: flex;
    justify-content: space-between;
  }

  .download-box .table .down {
    padding: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    margin-right: 2.395833vw;
    box-shadow: 0px 0px 20px #c6e2eb;
    flex-wrap: wrap;
  }

  .download-box .table .down img {
    width: 35vw;
    height: 35vw;
  }

  .download-box .table .down .num {
    font-size: 4.5vw;
    font-weight: normal;
    color: #060415;
    margin-top: 4vw;
  }

  .download-box .table .down .cpu {
    font-size: 3.3vw;
    font-weight: normal;
    color: #595959;
    text-align: center;
    width: 40vw;
    margin: 4vw 0 10vw 0;
    line-height: 4vw;
  }

  .download-box .table .down .rpa {
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33vw;
    height: 7vw;
    background-color: #ffedbc;
    border-radius: 3.2vw;
    font-weight: normal;
    color: #7b4500;
    margin: -8.6vw 0 2.5vw 0;
  }

  .download-box .table .down .text {
    background-color: var(--main-color);
    cursor: pointer;
    width: 40vw;
    height: 9.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: normal;
    color: #ffffff;
    border: none;
  }

  .download-box .bot {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 160vw;
  }

  .download-box .bot .com {
    font-size: 2.5vw;
    font-weight: normal;
    color: #888888;
  }

  .download-box .bot .link {
    display: flex;
    margin-top: 2vw;
    justify-content: center;
  }

  .download-box .bot .link p {
    font-size: 2.5vw;
    font-weight: normal;
    color: #2973a2;
    text-decoration: underline;
    margin-right: 1.8vw;
    cursor: pointer;
  }

  .app-box {
    padding: 4.375vw 12vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #f7f7f7;
  }

  .app-box .text {
    font-size: 2.5vw;
    font-weight: normal;
    color: #060415;
    margin-bottom: 8vw;
    text-align: center;
  }

  .app-box .app {
    display: flex;
    justify-content: space-between;
  }

  .app-box .app .boss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .app-box .app img {
    width: 8.8vw;
    height: 8.8vw;
    margin-bottom: 2vw;
  }

  .app-box .app .name {
    font-size: 2vw;
    font-weight: normal;
    color: #060415;
  }
}
</pre></body></html>