.top-box {
  position: absolute;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-align: center;
  font-family: "DFZongYiSC24-W5";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 0.24px;
}
.top-box .header-box .header-left .logo {
  width: 40px;
  height: 40px;
}
.top-box .header-box .header-left span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-align: center;
  font-family: "DFZongYiSC24-W5";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 0.24px;
}
.top-box .hidden-header-box .header-left .logo {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box .header-left span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-box {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/724_sem/pic_banner_bg.png") no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .banner-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 128px 0 23px;
}
.banner-box .banner-title img {
  width: 96px;
  height: 96px;
}
.banner-box .banner-title p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
}
.banner-box .banner-title span {
  position: absolute;
  right: -23px;
  top: -19px;
  z-index: 1;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
}
.banner-box .banner-title::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -44px;
  width: 102px;
  height: 45.741px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/724_sem/pic_bubble.png") no-repeat center center;
  background-size: cover;
}
.banner-box .banner-desc {
  width: 694px;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 55px;
}
.banner-box .download-btn {
  width: 316px;
  height: 78px;
  border-radius: 7px;
  background: #313136;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.banner-box .download-btn img {
  width: 26px;
  height: 26px;
}
.banner-box .download-btn span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .system-info {
  color: #808891;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
  letter-spacing: 0.14px;
  margin: 21px 0 20px;
}
.banner-box .banner-pic {
  width: 828px;
  height: 548px;
  filter: drop-shadow(0px 34px 34.7px rgba(0, 0, 0, 0.06));
}

.question-box {
  height: 592px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.question-box h2 {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.7px;
  margin: 131px 0 92px;
}
.question-box ul {
  width: 1200px;
  display: flex;
  gap: 20px;
}
.question-box ul li {
  width: 285px;
  height: 228px;
  border-radius: 10px;
  border: 1px solid #e0e6eb;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.question-box ul li img {
  width: 66px;
  height: 66px;
  margin-top: 12px;
}
.question-box ul li .text {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.57px;
  margin: 16px 0;
}
.question-box ul li p {
  width: 230px;
  color: rgba(0, 0, 0, 0.58);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-box h2 {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.7px;
  margin: 131px 0 92px;
}
.feature-box ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 96px;
}
.feature-box ul li {
  width: 386px;
  height: 221px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #e0e6eb;
  background: #fff;
}
.feature-box ul li .content {
  padding: 28px 28px 0;
}
.feature-box ul li .content img {
  width: 52px;
  height: 52px;
}
.feature-box ul li .content .text {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.57px;
  margin: 16px 0;
}
.feature-box ul li .content p {
  color: rgba(0, 0, 0, 0.58);
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bottom-box {
  position: fixed;
  bottom: 10px;
  right: -100%;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  transition: right 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
}
.bottom-box .bottom-content {
  width: 1200px;
  height: 130px;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 12.9px 0px rgba(0, 0, 0, 0.21);
}
.bottom-box .bottom-content .bottom-left {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-left: 33px;
}
.bottom-box .bottom-content .bottom-left img {
  width: 64px;
  height: 64px;
}
.bottom-box .bottom-content .bottom-left .text {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.bottom-box .bottom-content .bottom-left .text h4 {
  display: flex;
  align-items: center;
  gap: 18px;
}
.bottom-box .bottom-content .bottom-left .text h4 p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bottom-box .bottom-content .bottom-left .text h4 .tag {
  width: 92px;
  height: 37px;
  background: linear-gradient(180deg, #ff8000 0%, #f05 56.25%, #ff2f00 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-box .bottom-content .bottom-left .text h4 .tag span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
}
.bottom-box .bottom-content .bottom-left .text p {
  color: #808891;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
  letter-spacing: 0.14px;
}
.bottom-box .bottom-content .bottom-right {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 33px;
}
.bottom-box .bottom-content .bottom-right .download-btn {
  width: 220px;
  height: 60px;
  border-radius: 6px;
  background: #313136;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.bottom-box .bottom-content .bottom-right .download-btn img {
  width: 22px;
  height: 22px;
}
.bottom-box .bottom-content .bottom-right .download-btn span {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 131.831%; /* 26.366px */
  background: linear-gradient(181deg, #fff 15.9%, #fff 86.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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