@keyframes outlineClick {
  0% {
    outline: 10px solid rgb(184, 210, 252);
  }
  50% {
    outline: 0px solid rgb(184, 210, 252);
  }
  100% {
    outline: 10px solid rgb(184, 210, 252);
  }
}
@keyframes outlineClickGree {
  0% {
    outline: 10px solid rgb(200, 233, 210);
  }
  50% {
    outline: 0px solid rgb(200, 233, 210);
  }
  100% {
    outline: 10px solid rgb(200, 233, 210);
  }
}
@keyframes cursorClick {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circleClick {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.top-box {
  position: absolute;
  width: 100%;
  height: 70px;
  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: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #191919;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-left img {
  height: 50px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4;
}
.top-box .hidden-header-box .header-container {
  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: 16px;
  color: #191919;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .header-left img {
  height: 50px;
}
.banner-box {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/820_sem/bg.png") no-repeat -300px -100px/cover;
  background-color: #ffffff;
  background-size: 2430px 1152px;
  height: 820px;
  overflow: hidden;
}
.banner-box .banner-container {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding-top: 120px;
}
.banner-box .banner-container .banner-left {
  border-radius: 16px;
  border: 4px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 31.8px 0 rgba(80, 118, 183, 0.25);
  width: 509px;
  height: 451px;
  margin-top: 8px;
}
.banner-box .banner-container .banner-left .top {
  background-color: #F6FCF7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 23px;
  border-radius: 16px 16px 0 0;
}
.banner-box .banner-container .banner-left .top .left-banner-logo {
  width: 34px;
  height: 34px;
}
.banner-box .banner-container .banner-left .top .left-banner-close {
  width: 34px;
}
.banner-box .banner-container .banner-left .middle {
  display: flex;
  flex-direction: column;
  padding: 40px 35px 50px;
}
.banner-box .banner-container .banner-left .middle p {
  color: #8d8e92;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.76px;
}
.banner-box .banner-container .banner-left .middle p:nth-of-type(1) {
  margin-bottom: 23px;
}
.banner-box .banner-container .banner-left .middle p:nth-of-type(2) {
  margin-bottom: 25px;
}
.banner-box .banner-container .banner-left .middle {
  display: flex;
  background-color: #fff;
}
.banner-box .banner-container .banner-left .middle .left-banner-select-1 {
  width: 404.789px;
  margin-bottom: 37px;
}
.banner-box .banner-container .banner-left .middle .left-banner-select-2 {
  width: 448.368px;
}
.banner-box .banner-container .banner-left .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
  padding: 29px 0;
  background: #F6FCF7;
  border-radius: 0 0 16px 16px;
}
.banner-box .banner-container .banner-left .bottom li {
  width: 120px;
  height: 55px;
  border-radius: 30.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .banner-container .banner-left .bottom li span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .banner-container .banner-left .bottom li .cursor {
  width: 49px;
  position: absolute;
  right: -23px;
  top: 34px;
  z-index: 2;
  animation: cursorClick 0.1s infinite;
}
.banner-box .banner-container .banner-left .bottom li .circle {
  width: 22px;
  height: 22px;
  background-color: rgba(253, 253, 253, 0.43);
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 12px;
  animation: circleClick 0.1s infinite;
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(1) {
  background: #41B263;
  position: relative;
  outline: 10px solid rgb(200, 233, 210);
  animation: outlineClickGree 0.1s infinite;
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(1) span {
  color: #fff;
  font-weight: 700;
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(2) {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(2) span {
  color: #787878;
  font-weight: 400;
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(3) {
  background: #f6f6fc;
  border-radius: 30.5px;
  border: 3px solid #41B263;
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(3) span {
  color: #787878;
  font-weight: 400;
}
.banner-box .banner-container .banner-right {
  width: 476px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .banner-container .banner-right h1 {
  color: #202d44;
  font-family: "Microsoft YaHei";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.banner-box .banner-container .banner-right h1 span {
  background: linear-gradient(90deg, #13A23B 0%, #37C762 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.banner-box .banner-container .banner-right p {
  color: #4c5d90;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 36px;
}
.banner-box .banner-container .banner-right .system-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0 44px;
}
.banner-box .banner-container .banner-right .system-info span {
  color: #4c5d90;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-container .banner-right .system-info .tag-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
}
.banner-box .banner-container .banner-right .system-info .tag-list .tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-box .banner-container .banner-right .system-info .tag-list .tag img {
  width: 20px;
  height: 20px;
}
.banner-box .banner-container .banner-right .feature-list {
  display: flex;
  gap: 44px;
}
.banner-box .banner-container .banner-right .feature-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.banner-box .banner-container .banner-right .feature-list li img {
  width: 86px;
  height: 86px;
}
.banner-box .banner-container .banner-right .feature-list li span {
  color: #4c5d90;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.func-box {
  width: 1440px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(180deg, #FFF 0%, #F4FFF3 100%);
  background-size: 100% 765px;
  background-repeat: no-repeat;
  margin-top: -148px;
}
.func-box .func-list {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 110px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.func-box .func-list .func-item {
  display: flex;
}
.func-box .func-list .func-item:nth-of-type(1) .func-pic {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/820_sem/picture_shubiao_n.png") no-repeat center;
  background-size: cover;
  width: 676.535px;
  height: 374px;
  margin-left: 73px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.func-box .func-list .func-item:nth-of-type(1) .func-pic .func-pic-button {
  width: 133px;
  height: 55px;
  border-radius: 30.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0068fe;
  position: relative;
  animation: outlineClick 0.1s infinite;
}
.func-box .func-list .func-item:nth-of-type(1) .func-pic .func-pic-button span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-list .func-item:nth-of-type(1) .func-pic .func-pic-button .cursor {
  width: 49px;
  position: absolute;
  right: -23px;
  top: 34px;
  z-index: 2;
  animation: cursorClick 0.1s infinite;
}
.func-box .func-list .func-item:nth-of-type(1) .func-pic .func-pic-button .circle {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 12px;
  animation: circleClick 0.1s infinite;
}
.func-box .func-list .func-item:nth-of-type(1) .func-text {
  margin-left: 63px;
}
.func-box .func-list .func-item:nth-of-type(2) .func-pic img {
  width: 662px;
}
.func-box .func-list .func-item:nth-of-type(2) .func-text {
  margin-left: 71px;
}
.func-box .func-list .func-item:nth-of-type(3) .func-pic {
  margin-left: 127px;
}
.func-box .func-list .func-item:nth-of-type(3) .func-pic img {
  width: 592px;
}
.func-box .func-list .func-item:nth-of-type(3) .func-text {
  margin-left: 63px;
}
.func-box .func-list .func-item:nth-of-type(4) .func-pic img {
  width: 712px;
}
.func-box .func-list .func-item:nth-of-type(4) .func-text {
  margin-left: 83px;
}
.func-box .func-list .func-item .func-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.func-box .func-list .func-item .func-text h2 {
  color: #202d44;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  letter-spacing: 1.04px;
}
.func-box .func-list .func-item .func-text p {
  color: #4c5d90;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.8px;
  margin: 20px 0 40px;
}
.func-box .func-list .func-item .func-text .download-btn {
  width: 240px;
  height: 60px;
  border-radius: 44px 44px 39px 44px;
  background: linear-gradient(270deg, #41B263 0%, #41B263 100%);
}

.download-btn {
  width: 310px;
  height: 66px;
  border-radius: 44px 44px 39px 44px;
  background: linear-gradient(270deg, #41B263 0%, #41B263 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-btn span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.download-btn img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 21px;
  right: 31px;
}

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