@charset "UTF-8";
.center, .download_btn, .download_btn .freeDown, .download_btn .buyNow, .banner_wrapper .banner_box, .banner_wrapper .banner_box .b_left .b_left_dec span, .could_wrapper, .could_wrapper .could_box, .could_wrapper .could_box .could_dec, .characteristic_wrapper, .assess_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download_btn {
  display: flex;
}

.download_btn .freeDown {
  margin-right: 25px;
  width: 208px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #416ff4;
}

.download_btn .freeDown img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}

.download_btn .freeDown span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.download_btn .buyNow {
  width: 208px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid #96adff;
  background: #fff;
}

.download_btn .buyNow img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}

.download_btn .buyNow span {
  color: #2f7af7;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.title_bg {
  width: fit-content;
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../imgs/banner_bg.png) no-repeat center/cover;
  width: 100%;
  height: 848px;
  box-sizing: border-box;
}

.banner_wrapper .header-content {
  margin-bottom: 150px;
}

.banner_wrapper .banner_box {
  justify-content: space-between;
  width: 1200px;
}

.banner_wrapper .banner_box .b_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_wrapper .banner_box .b_left h1 {
  width: fit-content;
  color: #3c3c3c;
  font-family: "Microsoft YaHei";
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 47px */
  position: relative;
}

.banner_wrapper .banner_box .b_left h1 .b_left_h1_tag {
  position: absolute;
  top: -51px;
  right: -116px;
}

.banner_wrapper .banner_box .b_left h1 .b_left_h1_tag .b_left_h1_text {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 16px;
  top: 14px;
}

.banner_wrapper .banner_box .b_left h1 .b_left_h1_tag .b_left_h1_text i {
  font-style: normal;
}

.banner_wrapper .banner_box .b_left > p {
  width: fit-content;
  display: flex;
  margin: 30px auto 25px auto;
  color: #3581ff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner_wrapper .banner_box .b_left .b_left_dec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
  width: fit-content;
  width: 350px;
}

.banner_wrapper .banner_box .b_left .b_left_dec span {
  color: #494949;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  letter-spacing: 0.3px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.banner_wrapper .banner_box .b_left .b_left_dec span img {
  margin-right: 10px;
}

.banner_wrapper .banner_box .b_left .b_left_system_dec {
  color: #595959;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.28px;
  margin-top: 32px;
  display: inline-block;
}

.banner_wrapper .banner_box .b_right {
  position: relative;
  width: 50%;
  margin-right: 70px;
}

.banner_wrapper .banner_box .b_right > img:nth-child(2) {
  position: absolute;
  right: -112px;
  bottom: 107px;
  animation: mouseBgW 0.1s linear infinite;
}

.banner_wrapper .banner_box .b_right > img:nth-child(3) {
  position: absolute;
  right: -150px;
  bottom: 73px;
  animation: mouseMove 0.1s linear infinite;
}

@keyframes mouseMove {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.7);
  }
}

@keyframes mouseBgW {
  0% {
    width: 30px;
    bottom: 108px;
  }
  100% {
    width: 52px;
  }
}

.could_wrapper {
  width: 100%;
  height: 618px;
  flex-shrink: 0;
  box-sizing: border-box;
  background-color: #fff;
}

.could_wrapper .could_box {
  width: 1200px;
  flex-direction: column;
}

.could_wrapper .could_box h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  width: fit-content;
}

.could_wrapper .could_box > p {
  color: #505050;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 35px;
  margin-bottom: 85px;
}

.could_wrapper .could_box .could_dec {
  width: 100%;
  margin-top: 100px;
  justify-content: space-between;
}

.could_wrapper .could_box .could_dec .item_dec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 363px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 10.471px;
  background: #f4faf8;
  padding-top: 30px;
}

.could_wrapper .could_box .could_dec .item_dec:nth-child(2) {
  background: #f9fafd;
}

.could_wrapper .could_box .could_dec .item_dec:nth-child(3) {
  background: #eff3fc;
}

.could_wrapper .could_box .could_dec .item_dec h2 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 12px;
}

.could_wrapper .could_box .could_dec .item_dec p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.characteristic_wrapper {
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(270deg, #f8fcff 0.29%, #fff 99.74%);
}

.characteristic_wrapper .characteristic_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

.characteristic_wrapper .characteristic_box h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 100px;
}

.characteristic_wrapper .characteristic_box .characteristic_content {
  width: 1200px;
  margin-top: 20px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item {
  display: flex;
  width: 100%;
  height: 550px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_text {
  width: 40%;
  height: 100%;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_text .download_btn {
  width: 230px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_text .download_btn a {
  border-radius: 30px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_text h3 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 25px */
  letter-spacing: 1.5px;
  position: relative;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_text h3 img {
  position: absolute;
  left: 0;
  top: -45px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_text > span {
  margin-top: 40px;
  margin-bottom: 53px;
  display: inline-block;
  color: #909090;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 20px */
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_image {
  width: 60%;
  height: 100%;
  position: relative;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item .characteristic_item_image img {
  position: absolute;
  left: 110px;
  top: -74px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item:nth-child(2n) .characteristic_item_image img {
  left: -140px;
}

.delete_wrapper {
  width: 100%;
  height: 782px;
  flex-shrink: 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.delete_wrapper .delete_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delete_wrapper .delete_box > h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 115px;
  margin-top: 115px;
}

.delete_wrapper .delete_box .delete_swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.delete_wrapper .delete_box .delete_swiper .swiper-pagination {
  position: absolute;
  bottom: -80px;
}

.delete_wrapper .delete_box .delete_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 6px;
}

.delete_wrapper .delete_box .delete_swiper .swiper {
  width: 1200px;
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(1) .ss_item {
  background: url(../imgs/changjing_image_1.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(2) .ss_item {
  background: url(../imgs/changjing_image_2.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(3) .ss_item {
  background: url(../imgs/changjing_image_3.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(4) .ss_item {
  background: url(../imgs/changjing_image_4.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(5) .ss_item {
  background: url(../imgs/changjing_image_5.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(6) .ss_item {
  background: url(../imgs/changjing_image_6.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .swiper-slide:nth-child(7) .ss_item {
  background: url(../imgs/changjing_image_7.png);
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item {
  width: 1035px;
  height: 333px;
  flex-shrink: 0;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  align-items: center;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div {
  width: 345px;
  margin-right: 73px;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div h1 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: left;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  margin-top: 25px;
}

.assess_wrapper {
  width: 100%;
}

.assess_wrapper .assess-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
  background: linear-gradient(270deg, #f8fcff 0.29%, #fff 99.74%);
}

.assess_wrapper .assess-box > h1 {
  margin-top: 90px;
  margin-bottom: 95px;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
}

.assess_wrapper .assess-box .assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.assess_wrapper .assess-box .assess-content .shade {
  position: absolute;
  top: 276px;
  left: 10px;
  width: 1180px;
  height: 28px;
  background: #fff;
  z-index: 10;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 0.25);
  background: #fff;
}

.assess_wrapper .assess-box .assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2d2856;
  margin-bottom: 24px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #edf0f3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li p {
  display: inline-block;
  width: 1084px;
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 0.25);
}

.assess_wrapper .assess-box .left1 {
  left: 84px;
}

.assess_wrapper .assess-box .left2 {
  left: 270px;
}

.assess_wrapper .assess-box .left3 {
  left: 463px;
}

.assess_wrapper .assess-box .left4 {
  left: 676px;
}

.assess_wrapper .assess-box .left5 {
  left: 893px;
}

.assess_wrapper .assess-box .left6 {
  left: 1087px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li img {
  width: 76px;
  height: 76px;
  border-radius: 50px;
  border: 3px solid transparent;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li:hover img {
  border: 2px solid #416ff4;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
  color: #666473;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li h2 {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #283256;
}

/* 头部banner */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left img {
  width: 40px;
  height: 40px;
}

.header-left h1 {
  font-size: 16px;
  color: #000;
  font-family: "microsoft yahei";
  margin-left: 10px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right > span {
  margin-right: 30px;
  font-size: 18px;
  color: #3c3c3c;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-right a {
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
}

.download_ios_wrapper a .tuijian,
.header-right a .tuijian {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -16px;
  width: 37px;
}

.download_ios_wrapper a .tuijian {
  top: -12px;
}

.download_ios_wrapper a .tuijian img,
.header-right a .tuijian img {
  width: 100%;
}

.download_ios_wrapper a .tuijian img {
  height: 24px;
}

.download_ios_wrapper a .tuijian span,
.header-right a .tuijian span {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}

.download_ios_wrapper a .tuijian span {
  top: 1px;
  right: 10px;
}

.header-right a:hover {
  color: #dd2421;
}

.header-right a:last-child {
  margin-right: 0;
}

.header-content {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right p {
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
  margin-right: 16px;
}

.hidden-header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #e12924;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.hidden-header-right a:hover {
  background: #c04000;
}

.hidden-header-right a span {
  margin: 0 10px;
}

.hidden-header-right a img {
  width: 20px;
}

.header-right a,
.banner_top .banner_content .banner_content_left a {
  width: 208px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  background: #547aff;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right a {
  margin-bottom: 0;
  width: 102px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 10px;
}

.headload_sty span {
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  letter-spacing: 0.03em;
  color: #ffffff;
  color: #fff;
  -webkit-text-stroke-width: 0.10000000149011612;
  -webkit-text-stroke-color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.b_left .zhenban {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 23px;
  margin-bottom: 10px;
}

.b_left .zhenban div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  color: #000;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
}

.b_left .zhenban div img {
  margin-top: -1px;
  margin-right: 6px;
  width: 18px;
  height: 19px;
}

.b_left .zhenban div + div {
  margin-right: 0;
}

.b_left .header-ul1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 23px;
}

.b_left .header-ul1 li p {
  color: #494949;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.36px;
  margin-top: 38px;
}

.b_left .header-ul1 li p::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3581ff;
  margin-right: 10px;
}

.b_left .header-ul1 li p .number-color {
  color: #3581ff;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.52px;
}

.b_left .header-ul1 li span {
  margin-right: 5px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: 700;
}

.b_left .header-ul1 li + li {
  margin-left: 24px;
}

.b_left .system-time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 23px;
}

.b_left .system-time span {
  display: inline-block;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.b_left .system-time span + span {
  margin-left: 30px;
}

/* 底部下载 */
.footer_download {
  width: 100%;
  height: 323px;
  box-sizing: border-box;
  background: url(../imgs/footer_bg.png) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_msg {
  display: flex;
  margin-bottom: 50px;
  width: 1240px;
  justify-content: space-between;
  align-items: center;
}

.footer_msg > span {
  color: #3581ff;
  font-family: "Microsoft YaHei";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_msg_line {
  font-weight: 100 !important;
  font-size: 30px !important;
}
