.banner_box {
  height: 651px;
  background: url(../img/banner_background.png) no-repeat center/cover;
  margin-top: 117px;
}
.banner_box .banner_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 128px;
}
.banner_box .banner_content .banner_left h3 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  letter-spacing: 2.4px;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.banner_box .banner_content .banner_left h3 .tips {
  width: 122px;
  height: 38px;
  display: flex;
  justify-content: center;
  background: url(../img/banner_message.png) no-repeat center/cover;
  margin-top: -5px;
}
.banner_box .banner_content .banner_left h3 .tips span {
  color: #4d1f00;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
  padding-top: 10px;
}
.banner_box .banner_content .banner_left h1 {
  width: 580px;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.72px;
  margin-bottom: 22px;
}
.banner_box .banner_content .banner_left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 6px;
  margin-bottom: 45px;
}
.banner_box .banner_content .banner_left ul li {
  display: flex;
  align-items: center;
  padding-left: 0;
  color: rgba(40, 67, 83, 0.8);
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.34px;
  white-space: nowrap;
}
.banner_box .banner_content .banner_left ul li::before {
  content: "";
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  border-radius: 50%;
  background: #2f97ff;
}
.banner_box .banner_content .banner_left .download_container {
  display: flex;
  align-items: center;
  gap: 17px;
}
.banner_box .banner_content .banner_left .download_container .download_btn {
  width: 241px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(96deg, #03f0b6 -42.6%, #128cff 96.07%);
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.banner_box .banner_content .banner_left .download_container .download_btn img {
  width: 30px;
  height: 30px;
}
.banner_box .banner_content .banner_left .download_container .download_btn span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.banner_box .banner_content .banner_left .download_container .buy_btn {
  width: 241px;
  height: 60px;
  border-radius: 10px;
  border: 1.5px solid #08cfce;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.banner_box .banner_content .banner_left .download_container .buy_btn img {
  width: 30px;
  height: 30px;
}
.banner_box .banner_content .banner_left .download_container .buy_btn span {
  color: #1191fb;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.banner_box .banner_content .banner_left .system-info {
  margin-top: 18px;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
}
.banner_box .banner_content .banner_right {
  margin-top: -44px;
  margin-left: -13px;
  position: relative;
}
.banner_box .banner_content .banner_right .banner_image {
  width: 645px;
}
.banner_box .banner_content .banner_right .pic_easy {
  position: absolute;
  top: 60px;
  right: 4px;
  width: 118px;
  height: 30px;
  z-index: 2;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-36px);
  }
  100% {
    transform: translateY(0);
  }
}

h2.common-title {
  color: #284353;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
}
h2.common-title span {
  background: #cefdff;
}

.tool_box {
  width: 100%;
  height: 881px;
}
.tool_box h2 {
  padding-top: 51px;
}
.tool_box .tool_content {
  width: 1200px;
  height: 395px;
  background: url(../img/tool_bg.png);
  margin: 84px auto 0 auto;
}
.tool_box .tool_content .swiper-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_left {
  width: 50%;
  margin-left: 60px;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_left > img {
  width: 509px;
  padding-right: 60px;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  position: relative;
  padding-left: 73.7px;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.6px;
  background: linear-gradient(224deg, rgba(238, 238, 238, 0) -5.32%, #fff 28.91%, #fff 85.88%, rgba(216, 216, 216, 0) 110.63%);
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right .title {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 74.074% */
  margin-bottom: 28px;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right ul {
  margin-bottom: 47px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right ul li {
  position: relative;
  padding-left: 28px;
  color: rgba(40, 67, 83, 0.8);
  font-family: "PingFang SC";
  font-size: 16px;
  line-height: 1.8;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 8px;
  border-radius: 50%;
  transform: scale(0.5);
  transform-origin: center;
  background: rgba(40, 67, 83, 0.8);
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right .download_btn {
  width: 216px;
  height: 49px;
  border-radius: 24.5px;
  background: linear-gradient(96deg, #03f0b6 -42.6%, #128cff 96.07%);
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right .download_btn img {
  width: 24.519px;
  height: 24.519px;
}
.tool_box .tool_content .swiper-container .swiper-wrapper .swiper-slide .item_right .download_btn span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 17px */
}
.tool_box .tool_tabs {
  display: flex;
  width: 1200px;
  background: linear-gradient(337deg, rgba(248, 248, 248, 0.27) 11.66%, rgba(243, 243, 243, 0.48) 60.12%);
  margin: 0 auto;
}
.tool_box .tool_tabs > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 176px;
  cursor: pointer;
}
.tool_box .tool_tabs > div.active {
  position: relative;
}
.tool_box .tool_tabs > div.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(278deg, #28cdea 12.82%, #0d83fc 100%);
}
.tool_box .tool_tabs > div img {
  width: 55px;
  height: 55px;
}
.tool_box .tool_tabs > div span {
  color: #5c5c5c;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step_box {
  width: 100%;
  height: 672px;
  background: linear-gradient(180deg, #eff7ff -88.74%, #fff 100%);
}
.step_box h2 {
  padding-top: 86px;
  margin-bottom: 92px;
}
.step_box ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.step_box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step_box ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 147.5px;
  right: -80px;
  transform: translateY(-50%);
  width: 55px;
  height: 45px;
  background: url("../img/step-right.png") no-repeat center/contain;
}
.step_box ul li img {
  width: 309px;
  height: 254px;
  border-radius: 30px;
  background: linear-gradient(180deg, #e7f4ff 0%, rgba(231, 244, 255, 0) 100%);
  margin-bottom: 9px;
  transition: transform 0.6s ease;
}
.step_box ul li .title {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}
.step_box ul li .title .step_num {
  width: 40px;
  height: 40px;
  background: url(../img/step-list-bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24.348px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.087px; /* 107.143% */
}
.step_box ul li .title span {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 86.957% */
  letter-spacing: 1.38px;
  margin-top: 14px;
}
.step_box ul li p {
  width: 340px;
  color: rgba(40, 67, 83, 0.8);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.comments_box {
  height: 762px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.comments_box .comments_content {
  width: 1200px;
  margin-top: 102px;
}
.comments_box .comments_content .comments_list {
  display: flex;
}
.comments_box .comments_content .comments_list .comment_item {
  display: none;
  width: 1200px;
  height: 307px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 51px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(47, 151, 255, 0.2);
}
.comments_box .comments_content .comments_list .comment_item.active {
  display: block;
}
.comments_box .comments_content .comments_list .comment_item .comments_star {
  border-bottom: 1px solid rgba(177, 177, 177, 0.15);
}
.comments_box .comments_content .comments_list .comment_item .comments_star h1 {
  color: #284353;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.comments_box .comments_content .comments_list .comment_item .comments_star img {
  height: 30px;
  width: auto;
  margin-bottom: 34px;
}
.comments_box .comments_content .comments_list .comment_item p {
  width: 1084px;
  margin: 0 auto;
  color: #284353;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-top: 51px;
}
.comments_box .comments_content .comments_list .comment_item i {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  border-radius: 7px;
  box-shadow: 4px 4px 6px rgba(47, 151, 255, 0.08);
}
.comments_box .comments_content .comments_list .comment_item i.left1 {
  left: 91px;
}
.comments_box .comments_content .comments_list .comment_item i.left2 {
  left: 284px;
}
.comments_box .comments_content .comments_list .comment_item i.left3 {
  left: 477px;
}
.comments_box .comments_content .comments_list .comment_item i.left4 {
  left: 673px;
}
.comments_box .comments_content .comments_list .comment_item i.left5 {
  left: 866px;
}
.comments_box .comments_content .comments_list .comment_item i.left6 {
  left: 1059px;
}
.comments_box .comments_content .avatars-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  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: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid transparent;
  margin-bottom: 27px;
}
.comments_box .comments_content .avatars-list .avatar-item.active img {
  border: 3px solid #2f97ff;
}
.comments_box .comments_content .avatars-list .avatar-item p {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bottom_download_box {
  width: 100%;
  height: 316px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/bottom_bg.png) no-repeat center/cover;
}
.bottom_download_box h2 {
  margin: 81px 0 51px 0;
}
.bottom_download_box .download_btn {
  width: 241px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(96deg, #03f0b6 -42.6%, #128cff 96.07%);
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.bottom_download_box .download_btn img {
  width: 30px;
  height: 30px;
}
.bottom_download_box .download_btn span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

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