@media screen and (min-width: 2125px) {
  .banner-box {
    background: none !important;
  }
  body {
    background: url(https://res.callmysoft.com/wm-static-resource/Sem/700_sem/banner-bg.png) no-repeat center, linear-gradient(180deg, #AECEDC 0%, #FFF 65%) no-repeat !important;
    background-size: 100% 100% !important;
  }
}
.top-box {
  position: absolute;
  width: 100%;
  height: 66px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 100%);
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 66px;
  margin: 0 auto;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

body {
  position: relative;
}

.banner-box {
  padding-top: 108px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/700_sem/banner-bg.png) no-repeat center, linear-gradient(180deg, #AECEDC 0%, #FFF 65%) no-repeat;
}
.banner-box .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .banner-content h1 {
  font-family: "Microsoft YaHei UI";
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2025rem;
  background: linear-gradient(90deg, #000 0%, #016D33 50.05%, #015547 61.29%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .banner-content p {
  margin-top: 9px;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 240px;
  height: 60px;
  margin-top: 43px;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, #0FAA58 0%, #0FAA58 100%), linear-gradient(90deg, #00FF5E 0%, #03FFE5 100%);
  will-change: transform;
}
.banner-box .banner-content a > span:first-of-type {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content a > span:last-of-type {
  position: absolute;
  right: -22px;
  top: -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 28px;
  background: #fde63d;
  border-radius: 0 10px;
  color: #484917;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content a img {
  width: 20px;
  height: 20px;
}
.banner-box .banner-content .android-version {
  position: relative;
  margin-top: 10px;
}
.banner-box .banner-content .android-version span {
  color: var(--Blue-1, #2F80ED);
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.banner-box .banner-content .android-version:hover .qr-code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 14px 11px;
  background: #FFF;
  border: 1px solid #ECEFF2;
}
.banner-box .banner-content .qr-code-box {
  display: none;
  position: absolute;
  bottom: -180px;
  left: -40px;
  border-radius: 11px;
  z-index: 999;
}
.banner-box .banner-content .qr-code-box span {
  margin-top: 10px;
  color: #A6A7A8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-tabs {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 14px;
  width: 1050px;
  margin: 40px auto 0 auto;
}
.banner-box .banner-tabs > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 160px;
  height: 64px;
  border-radius: 8px;
  border: 1px solid #1ECB85;
  background: rgba(34, 255, 166, 0.08);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banner-box .banner-tabs > li.active {
  border-radius: 8px;
  border: 1px solid #1ECB85;
  background: #E5FFF4;
}
.banner-box .banner-tabs > li:hover {
  transform: translateY(-10px);
}
.banner-box .banner-tabs > li > img {
  width: 32px;
  height: 32px;
}
.banner-box .banner-tabs > li span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .swiper-container {
  width: 872px;
  height: 498px;
  margin: 40px auto 0 auto;
  padding-bottom: 100px;
}
.banner-box .swiper-container .swiper-wrapper .swiper-slide .item-content img {
  width: 100%;
  height: 100%;
}

.footer-box {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

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