.top-box {
  position: relative;
  width: 100%;
  height: 70px;
  background: #FFF;
  top: 0;
  box-shadow: 0 4px 12px 0 rgba(200, 224, 240, 0.25);
}

.top-box.has-channel {
  height: 120px;
}

.top-box.has-channel .header-box,
.top-box.has-channel .hidden-header-box,
.top-box.has-channel .hidden-header-content {
  height: 120px;
}

.top-box.has-channel .header-right {
  margin-top: 38px;
}

.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-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.top-box .header-box .channel {
  display: inline-flex;
  align-items: center;
}

.top-box .header-box .channel a {
  display: inline-flex;
  align-items: center;
}

.top-box .header-box .channel img {
  display: block;
  width: auto;
  max-width: 300px;
  height: 30px;
  object-fit: contain;
}

.top-box .header-box .header-left>a {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-box .header-box .header-left>a>img {
  height: 50px;
  width: auto;
}

.top-box .header-box .header-left>a span {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 400;
}

.top-box .header-box .header-right {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 38px;
  position: relative;
}

.top-box .header-box .header-right i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-left: -200px;
  margin-top: -200px;
  animation: spread 2s infinite both;
  -webkit-animation: spread 2s infinite both;
  -moz-animation: spread 2s infinite both;
  -o-animation: spread 2s infinite both;
  z-index: 1;
}

.top-box .header-box .header-right>a {
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(51deg, #60CCFF 0%, #66FFA6 100%);
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.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;
  z-index: 999;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(200, 224, 240, 0.25);
}

.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  height: 70px;
  margin: 0 auto;
}

.top-box .hidden-header-box .hidden-header-content .header-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.top-box .hidden-header-box .hidden-header-content .channel {
  display: inline-flex;
  align-items: center;
}

.top-box .hidden-header-box .hidden-header-content .channel a {
  display: inline-flex;
  align-items: center;
}

.top-box .hidden-header-box .hidden-header-content .channel img {
  display: block;
  width: auto;
  max-width: 300px;
  height: 30px;
  object-fit: contain;
}

.top-box .hidden-header-box .hidden-header-content .header-left a {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-box .hidden-header-box .hidden-header-content .header-left a>img {
  height: 50px;
  width: auto;
}

.top-box .hidden-header-box .hidden-header-content .header-left a span {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 400;
}

.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 38px;
  position: relative;
  overflow: hidden;
}

.top-box .hidden-header-box .hidden-header-content .header-right i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-left: -200px;
  margin-top: -200px;
  animation: spread 2s infinite both;
  -webkit-animation: spread 2s infinite both;
  -moz-animation: spread 2s infinite both;
  -o-animation: spread 2s infinite both;
  z-index: 1;
}

.top-box .hidden-header-box .hidden-header-content .header-right>a {
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(51deg, #60CCFF 0%, #66FFA6 100%);
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  background: linear-gradient(to right, #f8feff, #e4f9fe);
  position: relative;
}

html {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none;
  /* color: #000; */
  outline: none;
  cursor: pointer;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  /* background: #fff; */
  z-index: 3;
}

.navbar,
.navbar1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.navbar {
  height: 80px;
  justify-content: space-between;
}

.navbar1 {
  height: 87px;
  justify-content: space-between;
}

.navbar .logo_nav {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
}

.navbar1 .logo_nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-right: auto;
}

.navbar .navbar_logo,
.navbar1 .navbar_logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar1 .navbar_logo {
  display: flex;
  align-items: center;
}

.navbar .logo_nav .soft_logo,
.navbar1 .logo_nav .soft_logo {
  width: 54px;
  height: 54px;
}

.navbar1 .logo_nav .soft_logo {
  margin-right: 10px;
}

.navbar .logo_nav .soft_title {
  color: rgb(29, 33, 41);
  font-size: 24px;
  font-weight: 550;
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
  margin-left: 10px;
}

.navbar1 .logo_nav .soft_title {
  color: rgb(29, 33, 41);
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
}

.navbar .down_site {
  cursor: pointer;
  margin-left: auto;
}

.navbar1 .down_site {
  cursor: pointer;
}

.navbar .down_site {
  margin-left: 20px;
}

.navbar .down_site {
  width: 80px;
  height: 27px;
}

.navbar1 .down_site {
  width: 62px;
  height: 31px;
}

.navbar .navbar_down_btn,
.navbar1 .navbar_down_btn,
.feature_main .feature_downimg {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(51deg, #60CCFF 0%, #66FFA6 100%);
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.feature_main .feature_downimg {
  width: 190px;
  height: 55px;
  font-size: 24px;
  line-height: 55px;
}

.navbar1 .navbar_down_btn {
  margin-right: 30px;
}

.navbar .navbar_down_btn i,
.navbar1 .navbar_down_btn i,
.down_area .download_button i,
.feature_main .feature_downimg i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  margin-left: -180px;
  margin-top: -180px;
  animation: spread 2.5s infinite both;
  -webkit-animation: spread 2.5s infinite both;
  -moz-animation: spread 2.5s infinite both;
  -o-animation: spread 2.5s infinite both;
  z-index: 1;
}

.container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.soft_introduction {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin-bottom: 32px;
}

.soft_introduction .soft_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  color: #1D2C29;
}

.soft_introduction .soft_simple {
  font-size: 14px;
  color: #1D2C29;
  font-weight: 500;
  line-height: 30px;
}

.soft_introduction .soft_content {
  color: #1D2C29;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}

.soft_introduction .soft_content .soft_main {
  color: #ff4d00;
}

.soft_download {
  width: 1200px;
  height: 300px;
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 70px 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.soft_download .soft_left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.soft_download .soft_left .soft_title {
  display: flex;

}

.soft_left .soft_title .soft_image {
  width: 80px;
  height: 80px;
}

.soft_left .soft_title .soft_title_content {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}

.soft_title .soft_title_content .soft_name {
  display: flex;
  align-items: center;

}

.soft_title_content .soft_name .soft_name_text {
  font-size: 27px;
  color: #333;
  font-weight: bold;
}

.soft_title_content .soft_name .soft_tag {
  border-radius: 4px;
  margin-left: 20px;
  padding: 0 7px;
  font-weight: bold;
  background: #df4d24;
  height: 24px;
  line-height: 24px;
  color: #fff;
}

.soft_download .soft_left .soft_ver {
  display: flex;
  align-items: center;
  margin-left: 84px;
}

.soft_left .soft_ver .ver_content {
  display: flex;
  flex-direction: column;
}

.soft_ver .ver_content .var_value {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  height: 22px;
}

.soft_ver .ver_content .var_name {
  color: #999;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  margin-top: 4px;
}

.soft_ver .part_line {
  width: 1px;
  height: 20px;
  background: #ccc;
  margin: 0 30px;
}

.soft_title .soft_title_content .soft_score {
  display: flex;
  margin-bottom: 3px;
  align-items: center;
  align-items: center;
}

.soft_title_content .soft_score .score_star {
  display: flex;
}

.soft_score .score_star img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.soft_title_content .soft_score .soft_mark {
  color: #6db274;
  font-weight: bold;
  margin-left: 10px;
}

.soft_title_content .soft_score .evaluate_num {
  color: #666;
  margin-left: 15px;
}

.soft_right {
  /* width: 225px; */
  /* flex: 1; */
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.soft_right .down_num {
  color: #fff;
  height: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  padding: 0px 12px;
  /* box-sizing: border-box; */
  background: #60CCFF;
  border-radius: 16px 0 16px 0px;
}

.soft_right .download,
.down_btn .download,
.down_btn1 .download {
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 80px;
  line-height: 77px;
  background: linear-gradient(51deg, #60CCFF 0%, #66FFA6 100%);
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  /* margin-bottom: 20px; */
}

.soft_right .download i,
.down_btn .download i,
.down_btn1 .download i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-left: -200px;
  margin-top: -200px;
  animation: spread 2s infinite both;
  -webkit-animation: spread 2s infinite both;
  -moz-animation: spread 2s infinite both;
  -o-animation: spread 2s infinite both;
  z-index: 1;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.soft_right .down_guarantee {
  margin-top: 10px;
  display: flex;
  align-items: center;

}

.soft_right .down_guarantee img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.soft_right .down_guarantee .guarantee_text {
  height: 22px;
  line-height: 22px;
  color: #535252;

}

.soft_right .down_guarantee .guarantee_text:nth-child(2) {
  margin-right: 16px;
}

.down_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

.down_box h1 {
  font-size: 64px;
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: "Source Han Sans CN";
  font-style: normal;
  position: relative;
  color: #333;
}

.down_box h1 .year_tag {
  position: absolute;
  right: -3%;
  top: -72%;
}

.down_box h1 .year_tag img {
  /* width: 152px;
  height: 41px; */
  border: 0;
  vertical-align: middle;
}

.down_box h1 .year_tag span {
  width: 100%;
  text-align: center;
  position: absolute;
  left: -1px;
  top: 43px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}

.down_box h2 {
  margin: 0px 0px 0px;
  font-size: 24px;
  font-weight: 500;
  color: #555;
  line-height: 100%;
}

.down_box .soft_trait {
  display: flex;
  align-items: center;
  margin: 35px 0px 45px;
}

.down_box .soft_trait .soft_trait_tag {
  font-size: 20px;
  border-radius: 0 15px 0 15px;
  margin-left: 40px;
  padding: 9px 18px;
  font-weight: bold;
  background: #12dbff;
  height: 24px;
  line-height: 24px;
  color: #fff;
}

.down_box .soft_guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px;
}

.down_box .soft_guarantee .soft_guarantee_tag {
  display: flex;
  align-items: center;
  margin: 0px 0px 7px 8px;
}

.down_box .down_area {
  display: flex;
  flex-direction: column;
  width: 340px;
  position: relative;
}

.down_box .soft_guarantee .soft_guarantee_tag img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.down_box .soft_guarantee .soft_guarantee_tag span {
  color: #535252;
  font-size: 14px;
  margin-right: 6px;
}

.down_box .download_button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(51deg, #60CCFF 0%, #66FFA6 100%);
  border-radius: 15px 0 15px 15px;
  width: 340px;
  height: 72px;

}

.down_box .download_button img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.down_box .download_button span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 20px;
}

.down_box .download_count_tag {
  position: absolute;
  top: -27px;
  right: -10px;
}

.down_box .download_count_tag img {
  width: 160px;
  height: 42px;
}

.down_box .download_count_tag span {
  position: absolute;
  left: 50%;
  top: 36%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
}

.down_box .product_attr {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: #343434;
  font-size: 13px;
  margin-top: 25px;

}

.down_box .product_attr .product_attr_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
}

.down_box .product_attr .partline {
  width: 1px;
  height: 20px;
  background: #ccc;
}

.down_box .product_attr .product_attr_content .product_msg {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  opacity: 1;
}

.down_box .product_attr .product_attr_content .product_title {
  /* margin-bottom: 10px; */
  opacity: 0.6284;
}

.slogo {
  width: 100%;
  text-align: center;
  margin: 30px 0px 30px;
}

.slogo h1 {
  width: fit-content;
  margin: 0 auto;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #333333;
}

.banner_swiper {
  margin-top: 32px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 1200px;
  height: 576px;
}

.banner_swiper .pic {
  position: relative;
  /* height: 429px; */
  height: 480px;
  margin: 0 4px;

  /* width: 282px !important; */
  width: 290px !important;
  transition: width .75s;
  overflow: hidden;
}

.banner_swiper .pic .tag_pic {
  position: absolute;
  right: 10px;
  /* bottom: -40px; */
  bottom: 0px;
  z-index: 9;
}

.big_pic {
  display: none;
  /* animation: showBigPic 1s linear; */
  /* width: 592px; */
  height: 429px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  border: 2px solid #6Db274;
  background: linear-gradient(224deg, #F1FFF2 0%, #FFFFFF 100%);
  border-radius: 24px;
  box-sizing: border-box;
  padding: 24px 24px 0 24px;
  overflow: hidden;
}

.big_pic .trait,
.small_pic .trait {
  /* margin-left: 24px; */
  font-size: 32px;
  font-weight: bold;
  color: #333;
  height: 44px;
  line-height: 44px;
  margin-bottom: 35px;
}

.big_pic img {
  width: 544px;
  /* height: 330px; */
  border-radius: 16px;
}

.banner_swiper .pic_active {
  /* width: 588px !important; */
  width: 598px !important;
}

.small_pic {
  height: 429px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #6Db274;
  background: linear-gradient(224deg, #F1FFF2 0%, #FFFFFF 100%);
  border-radius: 24px;
  box-sizing: border-box;
  padding: 24px 0px 0px 24px;
  overflow: hidden;
}

.small_pic img {
  width: 282px;
  border-radius: 16px;
  /* height: 328px; */
}

@keyframes showBigPic {
  0% {
    width: 0px;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

.hideBigPicClass {
  animation: hideBigPic .75s forwards;
}

@keyframes hideBigPic {
  0% {
    width: 100%;
  }

  100% {
    width: 286px;
  }
}

.banner_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 720px;
  overflow: hidden;
  border: 2px solid #349bde;
  border-radius: 24px;
  background: #e6fcff;
  box-sizing: border-box;
}

.banner_swiper .swiper-slide .trait {
  padding: 28px 0px 28px 28px;
  width: 100%;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  height: 44px;
  line-height: 44px;
}

.banner_swiper .swiper-slide img {
  width: 710px;
}

.banner_swiper .swiper-button-prev,
.banner_swiper .swiper-button-next {
  background: #ccdbd5;
  top: 858px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  z-index: 2;
}

.banner_swiper .swiper-button-prev {
  left: 50%;
  margin-left: -670px;
}

.banner_swiper .swiper-button-next {
  /* right: 258px; */
  right: 50%;
  margin-right: -670px;
}

.banner_swiper .swiper-pagination {
  top: 1037px !important;
}

.banner_swiper .paginationBottom {
  top: 1037px !important;
}

.banner_swiper .paginationTop {
  top: 1300px !important;
}

.banner_swiper .paginationTop1 {
  top: 1213px !important;
}

.banner_swiper .swiper-pagination-bullet {
  /* Paginator 2 */

  width: 10px;
  height: 10px;

  /* background: rgba(13, 131, 252, 0.5); */
  background: rgba(206, 240, 225, 1);
  mix-blend-mode: normal;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.banner_swiper .swiper-pagination-bullet-active {
  /* Group 430 */

  width: 30px;
  height: 10px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;

  background: rgba(206, 240, 225, 1);
  mix-blend-mode: normal;
  border-radius: 5px;

  /* background: linear-gradient(to right,#0d83fc 5%, rgba(13, 131, 252, 0.5)); */
  /* background: url(../imgs/bullet_active.png); */
  mix-blend-mode: normal;
  border-radius: 5px;
  position: relative;
}

.banner_swiper .swiper-pagination-bullet-active::before {
  content: ' ';
  display: block;
  width: 15px;
  height: 10px;
  background: #349bde;
  border-radius: 5px;
  position: absolute;
  left: 14px;
  animation: pageSorterSlide 5s linear 1;
}

@keyframes pageSorterSlide {
  0% {
    left: 0;
  }

  100% {
    left: 14px;
  }
}

.mask_swiper {
  background-color: #9ea5af;
  opacity: 5%;
  width: 100%;
  height: calc(588px - 17px);
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c0c0c0 !important;
  width: 50px;
  height: 70px;
  box-sizing: border-box;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #f0f0f0 !important;
  padding: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.down_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80px;
  margin-top: 90px;
}

.down_btn1 {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80px;
  margin-top: -70px;
  margin-bottom: 60px;
}

.soft_advantage {
  width: 100%;
  margin-top: 70px;
  text-align: center;
  font-size: 24px;
  color: #333;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
}

.soft_advantage_list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soft_advantage_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
}

.soft_advantage_item:last-child {
  margin-right: 0px;
}

.soft_advantage_item img {
  width: 100px;
  height: 100px;
}

.soft_advantage_item .soft_advantage_name {
  margin-left: 8px;
  font-size: 18px;
  color: #1d2c29;
  height: 22px;
  line-height: 22px;
}

.solve_problem {
  margin: 45px auto;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #333;
}

.problem_sample {
  width: 1120px;
  margin: 30px auto 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 80px;
}

.problem_sample_item {
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problem_sample_img {
  width: 520px;
  height: 200px;
}

.problem_sample_title {
  font-size: 24px;
  color: #444;
  margin: 25px 0px;
  line-height: 26px;
  font-weight: 600;
}

.container .feature_head h1 {
  font-size: 44px;
  margin-top: 50px;
  font-weight: 700;
  text-align: center;
}

.feature_container {
  width: 100%;
}

.feature_content {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.feature_container .main_advantage {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.feature_container .feature_main {
  width: 460px;
}

.feature_container:nth-child(2n+1) .feature_content {
  flex-direction: row-reverse;
}

.feature_container:nth-child(2n+1) .feature_img {
  flex: 1;
}

.feature_container:nth-child(2n+1) .main_advantage {
  justify-content: flex-end;
}

.feature_img {
  width: 634px;
  height: 437px;
}

.feature_image {
  width: 634px;
  height: 437px;
  border-radius: 8px;
}

.service_image {
  width: 562px;
  height: 378px;
}

.feature_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.feature_title1 {
  font-size: 32px;
  color: rgb(51, 51, 51);
  font-weight: bolder;
  /* margin-bottom: 15px; */
}

.feature_title2 {
  margin: 5px 0px 10px;
  font-size: 32px;
  color: rgb(51, 51, 51);
  font-weight: bolder;
}

.feature_praise {
  display: flex;
  align-items: center;

}

.feature_praise_img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.feature_praise_text {
  font-size: 24px;
  line-height: 45px;
  color: rgb(51, 51, 51);
}

.feature_down {
  width: 203px;
  height: 65px;
  margin: 15px 0 15px;
}

.feature_num {
  color: rgb(51, 51, 51);
  font-size: 16px;
}

.optimize_compare {
  width: 100%;
  height: 720px;
  display: flex;
}

.optimize_compare img {
  width: 100%;
  height: 720px;
}

.clear_compare {
  margin: 0 auto;
  width: 840px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.clear_compare_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clear_compare_content .clear_status {
  width: 380px;
  height: 155px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
}

.clear_compare_content .clear_status img {
  width: 84px;
  height: 84px;
}

.clear_compare_content .clear_status .clear_status_content {
  display: flex;
  height: 84px;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 10px;
}

.clear_status .clear_status_content .clear_status_title {
  font-size: 16px;
  color: #1d2c29;
  font-weight: bold;
}

.clear_status .clear_status_content .clear_status_percent {
  width: 200px;
  height: 16px;
  border-radius: 48px;
  background: #dedede;

}

.clear_status_content .clear_status_percent .status_before_percentbar {
  width: 188px;
  height: 16px;
  background: #e14525;
  border-radius: 48px 0 0 48px;
}

.clear_status_content .clear_status_percent .status_after_percentbar {
  width: 67px;
  height: 16px;
  background: #2570e1;
  border-radius: 48px 0 0 48px;
}

.clear_status .clear_status_content .clear_status_use {
  font-size: 16px;
  font-weight: 400;
  color: #1d2c29;
  height: 22px;
  line-height: 22px;
}

.clear_compare_content .clear_title {
  font-size: 16px;
  color: #1d2c29;
  height: 22px;
  line-height: 22px;
  margin-top: 20px;
}

.rating_content {
  display: flex;
  padding-top: 51px;
  align-items: center;
}

.rating_content .rating_mark {
  display: flex;
  flex-direction: column;

}

.rating_content .rating_mark .name {
  font-size: 16px;
  font-weight: bold;
  color: #20234e;
  height: 22px;
  line-height: 22px;
}

.rating_content .rating_mark .mark {
  display: flex;
  align-items: center;
}

.rating_mark .mark .mark_text {
  font-size: 44px;
  color: #333753;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}

.rating_mark .mark .fullmark_text {
  font-size: 16px;
  color: #B7BECC;
  height: 22px;
  line-height: 22px;
  margin-left: 8px;
}

.rating_content .rating_mark .mark_star {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.rating_mark .mark_star img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.rating_content .rating_percent {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-left: 150px;
}

.rating_content .rating_percent .percent_item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.rating_content .rating_percent .percent_item:last-child {
  margin-bottom: 0px;
}

.rating_percent .percent_item .rating_Standard {
  display: flex;

}

.percent_item .rating_Standard img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}

.rating_percent .percent_item .percent_bar {
  margin-left: 11px;
  width: 200px;
  height: 10px;
  border-radius: 48px;
  background: #dedede;
  display: flex;
}

.percent_item .percent_bar .percent_scale1 {
  width: 184px;
  height: 10px;
  border-radius: 48px 0 0 48px;
  background: #ffb039;
}

.percent_item .percent_bar .percent_scale2 {
  width: 21px;
  height: 10px;
  border-radius: 48px 0 0 48px;
  background: #ffb039;
}

.rating_content .rating_star {
  margin-left: 200px;
  display: flex;
  flex-direction: column;
}

.rating_content .rating_star .torate_name {
  font-size: 16px;
  color: #20234e;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
}

.rating_content .rating_star .torating_star {
  margin-top: 7px;
}

.rating_star .torating_star .el-rate__icon {
  font-size: 22px !important;
}

.mark_area {
  width: 100%;
  background: linear-gradient(to right, #f8feff, #effdfe);
  background: linear-gradient(to right, #f8feff, #e4f9fe);
  margin: 0 auto;
}

.mark_title {
  font-size: 26px;
  font-weight: 550;
  color: rgb(29, 33, 41);
  padding: 30px 0px;
  text-align: center;
}

.mark_container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
}

.mark_item {
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 165px;
  border: 1px solid rgb(229, 230, 235);
  border-radius: 15px;
  margin-right: 20px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #0000001a;
}

.mark_item:nth-child(4n) {
  margin-right: 0px;
}

.mark_user {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mark_user .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mark_user .user_msg {
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.mark_user .user_msg .user_name {
  font-size: 14px;
  font-weight: 550px;
  color: rgb(39, 43, 51);
}

.mark_user .user_msg .user_star {
  display: flex;
  align-items: center;
}

.user_msg .user_star img {
  width: 13px;
  height: 13px;
  margin-right: 3px;
}

.mark_content {
  margin-top: 15px;
  font-size: 14px;
  color: rgb(78, 89, 105);
  line-height: 20px;
}

article {
  padding-bottom: 104px;
}

article section {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article section header {
  display: flex;
  align-items: center;
  padding: 57px 0 14px;
}

article section header h2 {
  margin: 0 20px;
  width: fit-content;
  margin: 0 auto;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #333333
}

article section header img {
  height: 28.057px;
}

article section header>img:nth-child(1) {
  transform: scaleX(-1);
}

article section aside {
  text-align: right;
  color: #313131;
  font-family: "Microsoft YaHei";
  font-size: 18.182px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 1200px;
}

article section>div {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

article section>div figure {
  margin-top: 14px;
  width: 284px;
  height: 308px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 9.7px 0 rgba(0, 136, 255, 0.25);
  padding-top: 10px;
  box-sizing: border-box;
}

article section>div figure img {
  width: 260px;
  height: 169px;
}

article section>div figure figcaption {
  width: 250px;
  height: 36px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 13.885px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.417px;
  text-transform: capitalize;
  margin: 24px 0 14px;
}

article section>div figure>a>div {
  display: flex;
  align-items: center;
  width: 245px;
  margin-bottom: 10px;
}

article section>div figure>a>div img {
  width: 12px;
  height: 12px;
}

article section>div figure>a>div span {
  color: #384CEA;
  font-family: "Source Han Sans CN";
  font-size: 10.979px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.329px;
  margin-left: 4px;
}

article section>div figure footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 257px;
}

article section>div figure footer>div i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 1px solid #43964E;
}

article section>div figure footer>div span {
  color: #161616;
  font-family: "Microsoft YaHei";
  font-size: 14.188px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.426px;
}

article section>div figure footer p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 14.188px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.426px;
}