.top-box {
  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;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box img {
  width: 32px;
  height: 32px;
}

.banner-box {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/699_sem/pic-bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 786px;
}
.banner-box .banner-top {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
.banner-box .banner-top .left-content {
  margin-top: 88px;
}
.banner-box .banner-top .left-content h1 {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.4px;
  margin-bottom: 12px;
}
.banner-box .banner-top .left-content p {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 37px;
}
.banner-box .banner-top .left-content p span {
  color: #bdef03;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .banner-top .left-content p:nth-of-type(1) {
  margin-bottom: 10px;
}
.banner-box .banner-top .left-content ul {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
  letter-spacing: 0.16px;
  margin-bottom: 64px;
}
.banner-box .banner-top .left-content ul li {
  display: flex;
  align-items: center;
}
.banner-box .banner-top .left-content ul li::before {
  display: inline-block;
  margin-right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
}
.banner-box .banner-top .left-content .tag-list {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 27px;
}
.banner-box .banner-top .left-content .tag-list .tag {
  display: flex;
  align-items: center;
  gap: 4px;
}
.banner-box .banner-top .left-content .tag-list .tag img {
  width: 26px;
  height: 26px;
}
.banner-box .banner-top .left-content .tag-list .tag span {
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.banner-box .banner-top .right-content {
  margin-top: 79px;
}
.banner-box .banner-top .right-content img {
  height: 430.442px;
}
.banner-box .banner-bottom h2 {
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  margin-bottom: 22px;
}
.banner-box .banner-bottom h2 span {
  padding-left: 6px;
  font-size: 40px;
  color: #bdef03;
}
.banner-box .banner-bottom .info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-bottom .info p:nth-of-type(1) {
  margin-right: 30px;
}

.steps-box {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/699_sem/pic-bg-2.png) lightgray no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 621px;
}
.steps-box h2 {
  color: #25262f;
  font-family: "Microsoft YaHei UI";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  margin: 120px 0 100px 0;
}
.steps-box ul {
  display: flex;
  width: 1200px;
  justify-content: center;
  gap: 80px;
}
.steps-box ul li {
  width: 285px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  line-height: 100%;
}
.steps-box ul li .li-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: linear-gradient(240deg, #6ae316 13.34%, #48a707 93.74%);
  border-radius: 50%;
  margin-bottom: 25px;
}
.steps-box ul li .li-img .li-icon {
  position: absolute;
  left: 0px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #53b70e;
  border-radius: 50%;
}
.steps-box ul li .li-img .li-icon span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.steps-box ul li .li-img .li-img-icon {
  width: 50px;
  height: 50px;
}
.steps-box ul li .text {
  color: #25262f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}
.steps-box ul li p {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
}
.steps-box ul li .li-arrow {
  position: absolute;
  top: 70px;
  right: -80px;
  width: 85px;
  height: 24px;
}

.comments-box {
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.comments-box .title {
  color: #25262f;
  font-family: "Microsoft YaHei UI";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  margin: 100px 0 66px 0;
}
.comments-box .comments-content {
  width: 1200px;
}
.comments-box .comments-content .comments-list .comment-item {
  display: none;
  width: 1200px;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  background: #f7f7f9;
}
.comments-box .comments-content .comments-list .comment-item.active {
  display: block;
}
.comments-box .comments-content .comments-list .comment-item .comments-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}
.comments-box .comments-content .comments-list .comment-item .comments-star img {
  height: 30px;
  width: auto;
}
.comments-box .comments-content .comments-list .comment-item p {
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}
.comments-box .comments-content .comments-list .comment-item i {
  display: block;
  width: 40px;
  height: 40px;
  background: #f7f7f9;
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  border: 2px solid #f7f7f9;
  border-radius: 7px;
}
.comments-box .comments-content .comments-list .comment-item i.left1 {
  left: 80px;
}
.comments-box .comments-content .comments-list .comment-item i.left2 {
  left: 280px;
}
.comments-box .comments-content .comments-list .comment-item i.left3 {
  left: 479px;
}
.comments-box .comments-content .comments-list .comment-item i.left4 {
  left: 678px;
}
.comments-box .comments-content .comments-list .comment-item i.left5 {
  left: 877px;
}
.comments-box .comments-content .comments-list .comment-item i.left6 {
  left: 1081px;
}
.comments-box .comments-content .avatars-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}
.comments-box .comments-content .avatars-list .avatar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comments-box .comments-content .avatars-list .avatar-item:hover {
  cursor: pointer;
}
.comments-box .comments-content .avatars-list .avatar-item img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid transparent;
  margin-bottom: 27px;
}
.comments-box .comments-content .avatars-list .avatar-item.active img {
  border: 3px solid #5ec991;
}
.comments-box .comments-content .avatars-list .avatar-item p {
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: lowercase;
}

.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: 93px;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #53b70e;
  background: #fff;
}
.bottom-box .bottom-content .bottom-left {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 24px;
}
.bottom-box .bottom-content .bottom-left img {
  width: 64px;
  height: 64px;
}
.bottom-box .bottom-content .bottom-left span {
  color: #53b70e;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
}
.bottom-box .bottom-content .bottom-right {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 24px;
}

.download-btn-container {
  position: relative;
  display: inline-block;
  width: 306px;
  height: 75px;
}
.download-btn-container .ribbon-img {
  position: absolute;
  top: -10px;
  right: -12px;
  width: 83px;
  height: 76px;
  z-index: 2;
  background-image: url("https://res.callmysoft.com/wm-static-resource/Sem/699_sem/icon-ripple.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.download-btn-container .download-wrapper {
  position: relative;
  display: inline-block;
  width: 306.916px;
  height: 75.087px;
  overflow: hidden;
}
.download-btn-container .download-wrapper .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  background: radial-gradient(60.2% 70.88% at -1.83% -4.11%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #52b70c 0%, #48a707 100%);
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}
.download-btn-container .download-wrapper .download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), radial-gradient(60.2% 70.88% at -1.83% -4.11%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #52b70c 0%, #48a707 100%);
}
.download-btn-container .download-wrapper .download-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(60.2% 70.88% at -1.83% -4.11%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #52b70c 0%, #48a707 100%);
}
.download-btn-container .download-wrapper .download-btn img.download-icon {
  width: 30px;
  height: 30px;
}
.download-btn-container .download-wrapper .download-btn span {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@keyframes rippleExpand {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 306px;
    height: 306px;
  }
}
.download-btn-container .download-wrapper .ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rippleExpand 1s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.download-btn-second {
  display: inline-flex;
  padding: 15px 24px 15px 22px;
  align-items: flex-start;
  gap: 7px;
  border-radius: 6.043px;
  background: linear-gradient(180deg, #52b70c 0%, #48a707 100%);
}
.download-btn-second:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(180deg, #52b70c 0%, #48a707 100%);
}
.download-btn-second:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, #52b70c 0%, #48a707 100%);
}
.download-btn-second img {
  width: 22px;
  height: 22px;
}
.download-btn-second span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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