* {
  margin: 0;
  padding: 0; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  display: block; }

em {
  font-style: normal; }

body {
  position: relative;
  min-width: 1400px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: url(../images/top-bg.png) no-repeat;
  background-size: 100% auto; }

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
.down-btn {
  position: relative;
  width: 360px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  font-weight: 400;
  font-size: 36px;
  color: #ffffff;
  line-height: 83px;
  transition: 0.25s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/btn-bg.png);
  overflow: hidden; }
  .down-btn:hover {
    background-image: url(../images/btn-bg-active.png); }
  .down-btn img {
    width: 35px;
    height: 35px; }
  .down-btn.small-btn {
    width: 286px;
    height: 76px;
    font-weight: 400;
    font-size: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/blue-btn.png); }
    .down-btn.small-btn:hover {
      background-image: url(../images/blue-btn-active.png); }
  .down-btn .round-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-left: -140px;
    margin-top: -140px;
    animation: spread 1.5s infinite both; }

.wps-wrap {
  position: relative;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% auto; }
  .wps-wrap header {
    padding: 28px 0 28px 130px; }
    .wps-wrap header a {
      display: block; }
    .wps-wrap header img {
      width: 99px; }
  .wps-wrap .banner-area {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .wps-wrap .banner-area h1 {
      display: flex;
      align-items: center;
      margin-bottom: 13px;
      font-weight: bold;
      font-size: 28px;
      color: #333333;
      line-height: 33px; }
      .wps-wrap .banner-area h1 img {
        width: 308px; }
    .wps-wrap .banner-area h2 {
      margin-bottom: 26px;
      font-weight: bold;
      font-size: 56px;
      color: #333333;
      line-height: 67px; }
    .wps-wrap .banner-area h2 + p {
      margin-bottom: 25px;
      font-weight: 400;
      font-size: 30px;
      color: #888888; }
    .wps-wrap .banner-area .support-sys {
      margin-bottom: 64px;
      font-weight: 400;
      font-size: 18px;
      color: #888888; }
    .wps-wrap .banner-area .down-btn {
      margin-bottom: 20px; }
    .wps-wrap .banner-area .tip {
      font-weight: 300;
      font-size: 12px;
      color: #000000;
      line-height: 16px;
      opacity: 0.7; }
    .wps-wrap .banner-area .tip + .tip {
      margin-top: 6px; }
  .wps-wrap .main-box {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .wps-wrap .main-box .files {
      margin-bottom: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 30px; }
      .wps-wrap .main-box .files .file-item {
        width: auto;
        padding: 0 28px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
        transition: 0.25s;
        background-image: url(../images/tab-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        cursor: pointer; }
        .wps-wrap .main-box .files .file-item span {
          transition: 0.25s; }
        .wps-wrap .main-box .files .file-item:hover, .wps-wrap .main-box .files .file-item.active {
          background-image: url(../images/tab-bg-active.png); }
    .wps-wrap .main-box .panels-area {
      width: 1005px;
      margin-bottom: 67px;
      overflow: hidden; }
      .wps-wrap .main-box .panels-area .panel-item {
        width: 982px; }
    .wps-wrap .main-box .down-btn {
      margin-bottom: 60px; }
    .wps-wrap .main-box .desc-area {
      text-align: center; }
      .wps-wrap .main-box .desc-area p {
        font-weight: 400;
        font-size: 12px;
        color: #3f465b;
        opacity: 0.7; }
  .wps-wrap footer {
    position: sticky;
    bottom: 0;
    background: url(../images/bottom-bg.png) no-repeat #eaedfc;
    background-size: auto auto;
    background-position: right center;
    z-index: 999; }
    .wps-wrap footer .footer-inner {
      width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      padding: 30px 0; }

.bottom-tip {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 33px;
  color: #8a9cab;
  line-height: 32px; }

.tags {
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 23px; }
  .tags .tag-item {
    display: flex;
    align-items: center;
    column-gap: 22px;
    width: 251px;
    height: 70px;
    padding-left: 27px;
    background: #f3f9fd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #1d4563;
    box-sizing: border-box; }
    .tags .tag-item img {
      width: 23px;
      height: 25px; }

footer {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8); }

footer.new-footer {
  padding-bottom: 29px;
  font-weight: 400;
  font-size: 20px;
  color: #888888;
  line-height: 36px; }

.f-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 83px; }
  .f-box h2 {
    margin-bottom: 68px;
    font-weight: bold;
    font-size: 56px;
    color: #333333;
    line-height: 67px; }
  .f-box .f-wraps {
    width: 1200px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 48px; }
    .f-box .f-wraps .f-item {
      position: relative;
      width: 160px;
      height: 193px;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      background: #FFFFFF;
      border-radius: 6px;
      border: 4px solid rgba(238, 238, 238, 0.3);
      cursor: pointer;
      box-sizing: border-box; }
      .f-box .f-wraps .f-item:hover .tip {
        top: 0; }
      .f-box .f-wraps .f-item .img-wrap {
        width: 85px;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        margin-bottom: 26px; }
      .f-box .f-wraps .f-item img {
        max-width: 85px;
        max-height: 85px; }
      .f-box .f-wraps .f-item p {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        line-height: 15px; }
      .f-box .f-wraps .f-item .tip {
        width: 100%;
        height: 116px;
        position: absolute;
        left: 0;
        top: -146px;
        padding: 20px 8px 0;
        background: #012667;
        border-radius: 6px;
        opacity: 0.8;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
        line-height: 24px;
        box-sizing: border-box;
        transition: 0.25s;
        text-align: left; }

.d-box {
  position: relative;
  width: 1200px;
  margin-bottom: 62px;
  padding: 65px 0 65px;
  display: flex;
  align-items: flex-start;
  background: #F7FAFD;
  border-radius: 10px;
  border: 1px solid rgba(238, 240, 243, 0.3); }
  .d-box a {
    margin-bottom: 0 !important; }
  .d-box h3 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 50px; }
  .d-box p {
    margin: 31px 0 38px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #888888;
    line-height: 32px; }
  .d-box img {
    position: relative;
    width: 785px; }
    .d-box img.in-left {
      left: -32px; }
    .d-box img.in-right {
      left: 447px; }
  .d-box .right-box {
    position: absolute;
    width: 433px; }
    .d-box .right-box.in-right {
      right: 41px;
      top: 134px; }
    .d-box .right-box.in-left {
      top: 155px;
      left: 34px; }

.hidden-foot {
  position: sticky;
  bottom: -200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 43px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 6px 13px 3px rgba(136, 136, 136, 0.14);
  transition: 0.3s; }
  .hidden-foot .left-box {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .hidden-foot .left-box .top-part {
      display: flex;
      align-items: center;
      column-gap: 28px; }
      .hidden-foot .left-box .top-part .item {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 9px;
        width: 160px;
        height: 30px;
        background: #f3f9fd;
        border-radius: 4px;
        font-weight: 400;
        font-size: 16px;
        color: #000000; }
        .hidden-foot .left-box .top-part .item img {
          width: 20px; }
    .hidden-foot .left-box p {
      font-weight: 400;
      font-size: 24px;
      color: #333333; }
  .hidden-foot .down-btn {
    width: 300px;
    height: 60px;
    font-weight: 400;
    font-size: 28px;
    background: #FF3F33;
    border-radius: 30px; }
    .hidden-foot .down-btn:hover {
      background: #F91103; }
  .hidden-foot .down-btn img {
    width: 30px;
    height: 28px; }

.wps-wrap .main-box .panels-area.ds-panel {
  width: 100%;
  padding: 10px 0;
  position: relative; }
  .wps-wrap .main-box .panels-area.ds-panel::before {
    display: block;
    content: "";
    width: calc(var(--bWidth) * 1px);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: #AFD7FD;
    border-radius: 20px; }
  .wps-wrap .main-box .panels-area.ds-panel img {
    position: relative;
    width: 100%; }

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