.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 116px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/185_wm/banner-bg.png) no-repeat;
  background-size: cover;
}
.banner-box > img {
  width: 1100px;
  height: auto;
}
.banner-box .banner-title {
  position: relative;
  margin-top: 100px;
}
.banner-box .banner-title h1 {
  display: flex;
  align-items: center;
  color: #2E2E2E;
  font-family: "Microsoft YaHei";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.08px;
}
.banner-box .banner-title h1 span {
  font-family: "Microsoft YaHei";
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.98px;
  background: linear-gradient(137deg, #1F6FFF 52.09%, #00D0FF 80.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .banner-title > span {
  position: absolute;
  right: -67px;
  top: -40px;
  display: flex;
  justify-content: center;
  width: 173px;
  height: 40px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/185_wm/banner-tips.png) no-repeat;
  background-size: cover;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.banner-box .banner-title > span span {
  font-size: 16px;
}
.banner-box > ul {
  display: flex;
  flex-wrap: wrap;
  width: 740px;
  margin-top: 59px;
  row-gap: 41px;
}
.banner-box > ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 40%;
  margin-left: 36px;
}
.banner-box > ul li > img {
  width: 24px;
  height: 24px;
}
.banner-box > ul li > span {
  color: #2E2E2E;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .download-box {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 54px;
}
.banner-box .download-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 208px;
  height: 62px;
  border-radius: 12px;
}
.banner-box .download-box > a > img {
  width: 24px;
  height: 24px;
}
.banner-box .download-box > a > span {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}
.banner-box .download-box > a.download-btn {
  background: #000;
}
.banner-box .download-box > a.buy-btn {
  background: #1F6FFF;
}
.banner-box .system-text {
  margin: 28px 0 38px 0;
  color: #2E2E2E;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}

.handle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background: #F7FDFF;
}
.handle-box h2 {
  color: #2E2E2E;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.handle-box .content {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  margin-top: 74px;
}
.handle-box .content .handle {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.handle-box .content .left-content {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 490px;
  height: 118px;
  border-radius: 12px;
  border: 1.5px solid #E7EAED;
  background: #FFF;
}
.handle-box .content .left-content .progress {
  position: relative;
  width: 90%;
  height: 12px;
  border-radius: 3px;
  background: #E1E8F5;
}
.handle-box .content .left-content .progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 300px;
  height: 12px;
  border-radius: 3px;
  background: #E90000;
}
.handle-box .content .left-content img {
  margin-left: 30px;
  width: 58px;
  height: 58px;
}
.handle-box .content .left-content .left-text-box {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  color: #000;
  font-family: "Source Han Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.handle-box .content .left-content .left-text-box .left-text {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.handle-box .content .left-content .left-text-box .left-text > span:last-of-type {
  color: #676767;
  text-align: right;
  font-family: "Source Han Sans SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.handle-box .content .right-content {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 697px;
  height: 118px;
  border-radius: 12px;
  border: 1.5px solid #E7EAED;
  background: #FFF;
}
.handle-box .content .right-content .progress {
  position: relative;
  width: 95%;
  height: 12px;
  margin-top: 38px;
  border-radius: 3px;
  background: #E1E8F5;
}
.handle-box .content .right-content .progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 116px;
  height: 12px;
  border-radius: 3px;
  background: #709DEC;
}
.handle-box .content .right-content .right-text-box {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  color: #000;
  font-family: "Source Han Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.handle-box .content .right-content .right-text-box .right-text {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.handle-box .content .right-content .right-text-box .right-text > span:last-of-type {
  color: #676767;
  text-align: right;
  font-family: "Source Han Sans SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.handle-box .content .right-content img {
  margin-left: 30px;
  width: 58px;
  height: 58px;
}

.intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0;
}
.intro-box h2 {
  color: #2E2E2E;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.intro-box h2 + p {
  margin-top: 37px;
  color: #666;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-box .intro-item-box-up {
  display: flex;
  gap: 63px;
  align-items: center;
  margin-top: 74px;
}
.intro-box .intro-item-box-up > .intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 357px;
  height: 402px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
}
.intro-box .intro-item-box-up > .intro-item img {
  margin-top: 12px;
  width: 333px;
  height: 189px;
  border-radius: 12px;
}
.intro-box .intro-item-box-up > .intro-item p {
  margin: 28px 0 34px 0;
  color: #2E2E2E;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-box .intro-item-box-up > .intro-item span {
  width: 60%;
  text-align: center;
  color: #656565;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
}
.intro-box .intro-item-box-down {
  display: flex;
  align-items: center;
  gap: 63px;
  margin-top: 63px;
}
.intro-box .intro-item-box-down > .intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 357px;
  height: 402px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
}
.intro-box .intro-item-box-down > .intro-item img {
  margin-top: 12px;
  width: 333px;
  height: 189px;
  border-radius: 12px;
}
.intro-box .intro-item-box-down > .intro-item p {
  margin: 28px 0 34px 0;
  color: #2E2E2E;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-box .intro-item-box-down > .intro-item span {
  width: 60%;
  text-align: center;
  color: #656565;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
}

.problem-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0;
  background: #F7FDFF;
}
.problem-box h2 {
  color: #2E2E2E;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.problem-box .problem-item-box {
  display: flex;
  gap: 35px;
  margin-top: 75px;
}
.problem-box .problem-item-box .right-box {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.problem-box .problem-item-box .right-box .problem-item {
  display: flex;
  align-items: center;
  gap: 53px;
  width: 680px;
  height: 283px;
  border-radius: 19px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(20, 39, 62, 0.25);
}
.problem-box .problem-item-box .right-box .problem-item > img {
  width: 295px;
  height: 205px;
}
.problem-box .problem-item-box .right-box .problem-item .item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 205px;
  padding-left: 46px;
}
.problem-box .problem-item-box .right-box .problem-item .item-text p {
  color: #2E2E2E;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.problem-box .problem-item-box .right-box .problem-item .item-text > span {
  margin: 14px 0 23px 0;
  color: #656565;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.problem-box .problem-item-box > .problem-item:first-of-type {
  display: flex;
  flex-direction: column;
  padding: 79px 0 0 46px;
  width: 485px;
  height: 604px;
  background: #FFF;
  filter: drop-shadow(0 0 4px rgba(20, 39, 62, 0.25));
}
.problem-box .problem-item-box > .problem-item:first-of-type > img {
  width: 393px;
  height: 204px;
  margin: 32px 0;
}
.problem-box .problem-item-box > .problem-item:first-of-type p {
  color: #2E2E2E;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.problem-box .problem-item-box > .problem-item:first-of-type span {
  color: #656565;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.problem-box .problem-item-box > .problem-item:first-of-type .download-btn {
  margin-top: 37px;
}
.problem-box .problem-item-box .problem-item {
  position: relative;
  border-radius: 19px;
  box-sizing: border-box;
}
.problem-box .problem-item-box .problem-item h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 41.752px;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 23.723px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.898px;
  border-radius: 19px 0 50px 0;
  background: linear-gradient(105deg, #FF9500 -18.5%, #F30 60.56%);
}
.problem-box .problem-item-box .problem-item .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  width: 180px;
  height: 53px;
  border-radius: 87.065px;
  border: 2px solid #1F6FFF;
  background: #FFF;
}
.problem-box .problem-item-box .problem-item .download-btn > img {
  width: 20px;
  height: 20px;
}
.problem-box .problem-item-box .problem-item .download-btn > span {
  color: #1F6FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}

.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 94px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/185_wm/advantage-bg.png) no-repeat center;
}
.advantage-box > img {
  width: 1200px;
  height: auto;
  margin-top: 80px;
}
.advantage-box h2 {
  color: #2E2E2E;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.advantage-box h2 + p {
  margin-top: 37px;
  color: #666;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantage-box ul {
  display: flex;
  gap: 57px;
  margin-top: 57px;
}
.advantage-box ul li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 362px;
  height: 250px;
  padding: 44px 45px 53px 45px;
  border-radius: 19px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(20, 39, 62, 0.25);
}
.advantage-box ul li p {
  color: #1F6FFF;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.advantage-box ul li span:nth-of-type(1) {
  margin: 15px 0 12px 0;
  color: #2E2E2E;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantage-box ul li span:last-of-type {
  color: #656565;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 84px 0 78px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/185_wm/bottom-bg.png) no-repeat center;
  background-size: cover;
}
.bottom-download-box h2 {
  color: #2E2E2E;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
}
.bottom-download-box h2 span {
  font-family: "Microsoft YaHei";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.65px;
  background: linear-gradient(137deg, #1F6FFF 52.09%, #00D0FF 80.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bottom-download-box > a {
  display: flex;
  gap: 10px;
  width: 208px;
  height: 62px;
  margin-top: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #1F6FFF;
}
.bottom-download-box > a > img {
  width: 22px;
  height: 22px;
}
.bottom-download-box > a > span {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}

.dragging,
.dragging * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: ew-resize;
}

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