@keyframes spread {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.top-box {
  position: absolute;
  width: 100%;
  height: 70px;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0E0E0E;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 49px;
}
.top-box .header-box .header-right > a {
  color: #3D3D3D;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0E0E0E;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 49px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  color: #3D3D3D;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  padding: 150px 0 120px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/666_sem/banner-background.png) no-repeat center;
  background-size: cover;
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.banner-box .banner-left {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-left h1 {
  position: relative;
  color: #0C1B36;
  font-family: "Microsoft YaHei";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.1px;
  z-index: 5;
}
.banner-box .banner-left h1 span:first-of-type {
  color: #0C6BFF;
  font-family: "Microsoft YaHei";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.1px;
}
.banner-box .banner-left h1 span:last-of-type {
  position: absolute;
  top: -39px;
  right: -7px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.65px;
  background: linear-gradient(90deg, #4D1F00 0%, #B34800 40.9%, #4D1F00 100%);
  background-clip: text;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}
.banner-box .banner-left h1::after {
  position: absolute;
  right: -19px;
  top: -52px;
  content: "";
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/666_sem/tips-bg.png) no-repeat center;
  background-size: cover;
  width: 120px;
  height: 50px;
  z-index: -1;
}
.banner-box .banner-left p {
  display: flex;
  align-items: center;
  color: #3C3C3C;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.914%;
}
.banner-box .banner-left p::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #3C3C3C;
}
.banner-box .banner-left p:first-of-type {
  margin-top: 33px;
}
.banner-box .banner-left .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 252px;
  height: 59px;
  margin-top: 62px;
  border-radius: 102px;
  background-color: rgb(53, 130, 251);
  overflow: hidden;
}
.banner-box .banner-left .download-btn img {
  width: 25px;
  height: 25px;
}
.banner-box .banner-left .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}
.banner-box .banner-left .download-btn i:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 22.072px;
  height: 22.072px;
  border-radius: 22.072px;
  background: #51F1FF;
  filter: blur(13.8450508118px);
}
.banner-box .banner-left .download-btn i:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 252px;
  height: 252px;
  border-radius: 50%;
  margin-left: -126px;
  margin-top: -126px;
  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;
}
.banner-box .banner-left ul {
  display: flex;
  align-items: center;
}
.banner-box .banner-left ul:first-of-type {
  gap: 19px;
  margin-top: 14px;
}
.banner-box .banner-left ul:first-of-type li {
  display: flex;
  gap: 6.9px;
  align-items: center;
}
.banner-box .banner-left ul:first-of-type li span {
  display: block;
  height: 14px;
  color: #595959;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.banner-box .banner-left ul:last-of-type {
  gap: 15px;
  margin-top: 20px;
}
.banner-box .banner-left ul:last-of-type li {
  color: #595959;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-right img {
  width: 617px;
  height: auto;
}

.step-box {
  margin: 86px 0;
}
.step-box h1 {
  color: #0C1B36;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.11px;
}
.step-box .step-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 70px auto 0 auto;
}
.step-box .step-content > img {
  position: relative;
  bottom: 40px;
  margin: 0 35px;
}
.step-box .step-content .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-box .step-content .step-item img {
  width: 330px;
  height: 200px;
  border-radius: 4px;
  background: #F5F5F5;
}
.step-box .step-content .step-item p {
  width: 54%;
  margin-top: 32px;
  color: #747474;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.step-box .step-content .step-item p span {
  color: #555;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}

.intro-box h1 {
  color: #0C1B36;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.11px;
}
.intro-box .intro-item {
  padding: 100px 0;
}
.intro-box .intro-item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.intro-box .intro-item .item-content > img {
  width: 510px;
  height: auto;
}
.intro-box .intro-item:nth-of-type(odd) {
  background: #F9F9F9;
}
.intro-box .intro-item:first-of-type .item-content {
  margin-top: 95px;
}
.intro-box .intro-item .intro-text {
  display: flex;
  flex-direction: column;
}
.intro-box .intro-item .intro-text h2 {
  color: #0C6BFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
}
.intro-box .intro-item .intro-text p {
  width: 517px;
  margin-top: 27px;
  color: #747474;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.intro-box .intro-item .intro-text .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 209.512px;
  height: 57.561px;
  margin-top: 56px;
  border-radius: 102px;
  background-color: rgb(53, 130, 251);
  overflow: hidden;
}
.intro-box .intro-item .intro-text .download-btn img {
  width: 25px;
  height: 25px;
}
.intro-box .intro-item .intro-text .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}
.intro-box .intro-item .intro-text .download-btn i:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 22.072px;
  height: 22.072px;
  border-radius: 22.072px;
  background: #51F1FF;
  filter: blur(13.8450508118px);
}
.intro-box .intro-item .intro-text .download-btn i:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 252px;
  height: 252px;
  border-radius: 50%;
  margin-left: -126px;
  margin-top: -126px;
  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;
}

.assess-box {
  padding: 100px 0;
  background: #F9F9F9;
}
.assess-box h1 {
  color: #0C1B36;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.11px;
}
.assess-box .assess-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 83px auto;
  padding-top: 48px;
  height: 270px;
  border-radius: 30px;
  background: #FEFDFF;
}
.assess-box .assess-content h2 {
  color: #0C1B36;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assess-box .assess-content > img {
  width: 190px;
  height: 30px;
  margin-top: 24px;
}
.assess-box .assess-content .assess-text {
  width: 100%;
  height: 50%;
  margin-top: 34px;
  border-top: 1px solid rgba(177, 177, 177, 0.15);
}
.assess-box .assess-content .assess-text p {
  display: none;
  padding-top: 51px;
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.assess-box .assess-content .assess-text p.active {
  display: block;
}
.assess-box .assess-user {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.assess-box .assess-user .user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.assess-box .assess-user .user img {
  height: 90px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
}
.assess-box .assess-user .user.active {
  position: relative;
}
.assess-box .assess-user .user.active img {
  border: 3px solid #3F92FF;
}
.assess-box .assess-user .user.active::after {
  position: absolute;
  content: "";
  bottom: 275px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #FEFDFF;
}
.assess-box .assess-user .user p {
  margin-top: 26px;
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.assess-box .assess-user .user span {
  color: #0C1B36;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 60px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/666_sem/bottom-bg.png) no-repeat center;
  background-size: cover;
}
.bottom-download-box h1 {
  position: relative;
  left: 40px;
  color: #0C1B36;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.1px;
}
.bottom-download-box h1 span {
  position: relative;
  top: -62px;
  right: 60px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.65px;
  background: linear-gradient(90deg, #4D1F00 0%, #B34800 40.9%, #4D1F00 100%);
  background-clip: text;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}
.bottom-download-box h1 span::after {
  position: absolute;
  left: -10px;
  top: -8px;
  content: "";
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/666_sem/tips-bg.png) no-repeat center;
  background-size: cover;
  width: 112px;
  height: 48px;
  z-index: -1;
}
.bottom-download-box p {
  margin-top: 34px;
  color: #3C3C3C;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.914%;
}
.bottom-download-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 252px;
  height: 59px;
  margin-top: 34px;
  border-radius: 102px;
  background-color: rgb(53, 130, 251);
  overflow: hidden;
}
.bottom-download-box .download-btn img {
  width: 26px;
  height: 26px;
}
.bottom-download-box .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
}
.bottom-download-box .download-btn i:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 22.072px;
  height: 22.072px;
  border-radius: 22.072px;
  background: #51F1FF;
  filter: blur(13.8450508118px);
}
.bottom-download-box .download-btn i:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 252px;
  height: 252px;
  border-radius: 50%;
  margin-left: -126px;
  margin-top: -126px;
  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;
}
.bottom-download-box ul {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 40px;
}
.bottom-download-box ul li {
  display: flex;
  gap: 6.9px;
  align-items: center;
}
.bottom-download-box ul li span {
  display: block;
  height: 14px;
  color: #595959;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

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