@charset "UTF-8";
.app02-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(26.56%, #1D212A), to(#000205));
  background: linear-gradient(180deg, #000 0%, #1D212A 26.56%, #000205 100%);
  padding-bottom: 120px;
}
.app02-section .app02-section-container .top {
  margin: 0 auto;
  padding: 120px 0 60px;
}
.app02-section .app02-section-container .top .title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
.app02-section .app02-section-container .top .sub-title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.app02-section .app02-section-container .bottom {
  width: 57%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 4%;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .app02-section .app02-section-container .bottom {
    width: 85%;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1666px) {
  .app02-section .app02-section-container .bottom {
    width: 70%;
  }
}
.app02-section .app02-section-container .bottom .left {
  width: 33%;
}
.app02-section .app02-section-container .bottom .left img {
  width: 100%;
}
.app02-section .app02-section-container .bottom .right-content {
  width: 63%;
}
.app02-section .app02-section-container .bottom .right-content .right-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.app02-section .app02-section-container .bottom .right-content .right-list .list-item {
  width: 49%;
}
.app02-section .app02-section-container .bottom .right-content .right-list .list-item .btn-app02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
}
.app02-section .app02-section-container .bottom .right-content .right-list .list-item .btn-app02 .iconStyle {
  width: 25px;
}
.app02-section .app02-section-container .bottom .right-content .right-list .list-item .btn-app02 .icon-des {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
.app02-section .app02-section-container .bottom .right-content .right-list .list-item .active {
  background: #FFF;
}
.app02-section .app02-section-container .bottom .right-content .right-list .list-item .active .icon-des {
  color: #033391;
}

@media screen and (max-width: 768px) {
  .app02-section {
    padding-bottom: 60px;
  }
  .app02-section .app02-section-container {
    width: 96%;
    margin: 0 auto;
  }
  .app02-section .app02-section-container .top {
    margin: 0 auto;
    padding: 60px 0 40px;
  }
  .app02-section .app02-section-container .top .title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }
  .app02-section .app02-section-container .top .sub-title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
  }
  .app02-section .app02-section-container .bottom {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .app02-section .app02-section-container .bottom .left {
    width: 50%;
  }
  .app02-section .app02-section-container .bottom .left img {
    width: 100%;
  }
  .app02-section .app02-section-container .bottom .right-content {
    width: 100%;
    overflow-x: scroll;
    margin-top: 50px;
    /* 滑块背景色 */
  }
  .app02-section .app02-section-container .bottom .right-content::-webkit-scrollbar {
    border-radius: 5px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
  }
  .app02-section .app02-section-container .bottom .right-content::-webkit-scrollbar-thumb {
    background: #FFF;
  }
  .app02-section .app02-section-container .bottom .right-content .right-list {
    width: 250%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }
  .app02-section .app02-section-container .bottom .right-content .right-list .active {
    background: #FFF !important;
    color: #033391 !important;
  }
  .app02-section .app02-section-container .bottom .right-content .right-list .active .icon-des {
    color: #033391 !important;
  }
  .app02-section .app02-section-container .bottom .right-content .right-list .list-item {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .app02-section .app02-section-container .bottom .right-content .right-list .list-item .btn-app02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 8px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
  }
  .app02-section .app02-section-container .bottom .right-content .right-list .list-item .btn-app02 .iconStyle {
    width: 20px;
  }
  .app02-section .app02-section-container .bottom .right-content .right-list .list-item .btn-app02 .icon-des {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}