@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 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 {
  width: 40px;
  height: 40px;
}
.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 {
  width: 40px;
  height: 40px;
}
.content-box {
  background: #ecf3ff;
}

.content-box,
.banner-box {
  background-color: #ecf3ff;
}

.banner-box {
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 150px), #ecf3ff 100%), url("https://res.callmysoft.com/wm-static-resource/Sem/760_sem/pic-banner-bg.png") no-repeat center/cover;
  background-color: #ecf3ff;
  height: 820px;
}
.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: rgb(246, 246, 252);
  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;
  display: flex;
  background-color: #fff;
}
.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 .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: #f6f6fc;
  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;
}
.banner-box .banner-container .banner-left .bottom li .circle {
  width: 22px;
  height: 22px;
  background-color: rgb(76, 149, 254);
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 12px;
}
.banner-box .banner-container .banner-left .bottom li:nth-of-type(1) {
  background: #0068fe;
  position: relative;
  outline: 10px solid rgb(184, 210, 252);
}
.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 #0068fe;
}
.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, #0052ff 0%, #1ca2fd 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%, #ecf3ff 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/760_sem/function-1(1).png") no-repeat center;
  background-size: cover;
  width: 676.535px;
  height: 362px;
  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: 52.8px 52.8px 46.8px 52.8px;
  background: linear-gradient(270deg, #3b60ff 0%, #00beff 100%);
}

.download-btn {
  width: 310px;
  height: 66px;
  border-radius: 44px 44px 39px 44px;
  background: linear-gradient(270deg, #3b60ff 0%, #00beff 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;
}

.fixed-download-box {
  position: fixed;
  right: 20px;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 184.532px;
  box-sizing: border-box;
  padding-top: 20px;
  border-radius: 18.043px;
  background: linear-gradient(150deg, #76c1fc -3.12%, #0a95ff 45.39%, #086dff 81.55%);
}
.fixed-download-box p {
  margin-top: 14px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.69px;
}
.fixed-download-box .mac-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 147.626px;
  height: 35.54px;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 17.7px;
}
.fixed-download-box .mac-download img {
  width: 18px;
  height: 18px;
}
.fixed-download-box .mac-download span {
  color: #086dff;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
}

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