@charset "UTF-8";
@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* banner下载按钮动画 */
@keyframes banner-download {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1746px) {
  .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .header-box {
    width: 100% !important;
    height: 980px !important;
  }
}
.download-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.download-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: -150px;
  margin-top: -150px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

/* header */
.header-box {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/605_sem/banner_bg.png) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-top-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.header-top {
  display: flex;
  align-items: center;
}

.header-top h1 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-left: 12px;
}

.hidden-header-box .header-top h1 {
  color: #000;
  font-weight: 400;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right .common-btn:first-child {
  margin-right: 26px;
  margin-left: 20px;
}

.header-right .common-btn a {
  height: 40px;
  border-radius: 8px;
  margin-left: 0;
  cursor: pointer;
}

.header-right .common-btn-label {
  right: -10px;
  top: -7px;
}

.header-right .common-btn-label img {
  width: 42px;
}

.header-right .common-btn-label span {
  left: 10px;
  top: -1px;
  font-size: 12px;
}

.header-right .common-btn a img {
  width: 16px;
}

.header-right .common-btn a span {
  font-size: 14px;
  margin-right: 6px;
  font-weight: 400;
}

.header-right a {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-left: 32px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: default;
}

.hidden-header-box .header-right a {
  cursor: pointer;
}

.header-right a:hover {
  color: #2f80ed;
}

.header-right a.header-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 38px;
  background: #6688fc;
  border-radius: 4.42719px;
  margin-left: 18px;
}

.header-right a.header-download:hover {
  background: #5578ec;
}

.header-right a.header-download span {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  margin-left: 8px;
}

.header-right a.header-download img {
  height: 22px;
}

.header-right p {
  font-size: 16px;
  color: #000;
}

.header-right .download-btn-box {
  display: flex;
  align-items: center;
}

.header-right .download-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background: #2f80ed;
  border-radius: 20px;
}

.header-right .download-btn-box a img {
  width: 18px;
  margin-top: 1px;
}

.header-right .download-btn-box a span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  margin-left: 5px;
}

.header-right .download-btn-box a:hover {
  background: #3477cf;
}

.bottom-download-box .download-btn-box a:hover {
  background: #3477cf;
}

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}

.hidden-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.hidden-header-content .header-left .header-title span {
  color: #000;
}

/* banner */
.banner-box {
  width: 100%;
  height: 970px;
}

/* 聚合页特殊样式 */
.header-left {
  display: flex;
  align-items: center;
  color: #000;
}

.header-left img {
  width: 40px;
  margin-right: 10px;
}

.header-left h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  /* color: #ffffff; */
  margin-left: 0;
}

.header-right_new {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
.header-right_new a {
  color: #666b71;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-right_new .link {
  width: 1px;
  height: 74%;
  background-color: #666b71;
  margin: 0 12px;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.banner-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.banner-content .title img {
  margin-right: 24px;
  width: 76px;
}
.banner-content .title span {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-content .ms1 {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content .ms1 img {
  margin-right: 2px;
  width: 64px;
}
.banner-content .ms1 span {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-content .down_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.banner-content .down_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #017fff;
  position: relative;
}
.banner-content .down_box a + a {
  margin-left: 24px;
}
.banner-content .down_box a img {
  width: 30px;
  margin-right: 8px;
}
.banner-content .down_box a span {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.banner-content .down_box a .tuijian {
  position: absolute;
  right: 0;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Douyin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  width: 48px;
  height: 26px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #ff7835 0%, #feb54f 100%);
  border-radius: 14px 14px 14px 0;
}
.banner-content .ms2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content .ms2 p {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.banner-content .ms2 p + p {
  margin-left: 25px;
}
.banner-content .banner_lunbo {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 625px;
}
.banner-content .banner_lunbo .swiper {
  width: 100%;
  height: 100%;
}
.banner-content .banner_lunbo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content .banner_lunbo .swiper-slide img {
  height: 519px;
}

.swiper-pagination-bullet {
  background-color: #017fff !important;
  opacity: 0.5 !important;
  width: 14px !important;
  height: 14px !important;
  transition: all 0.5s;
}

.my-bullet-active {
  width: 26px !important;
  height: 14px !important;
  border-radius: 7px !important;
  background-color: #017fff !important;
  opacity: 1 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/605_sem/swiper-button-next.png) no-repeat center center/cover !important;
  width: 40px !important;
  height: 64px !important;
}

.swiper-button-prev::after {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/605_sem/swiper-button-prev_new.png) no-repeat center center/cover !important;
}

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