.bigbg {
  z-index: 1;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

@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);
  }
}

@-webkit-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);
  }
}

@-moz-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);
  }
}

@-o-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);
  }
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.banner_wrapper .header_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
}

.banner_wrapper .header_wrapper .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  background: #ffffff;
}

.banner_wrapper .header_wrapper .header_box .juheyelogo {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 102;
}

.banner_wrapper .header_wrapper .header_box .juheyelogo img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
}

.banner_wrapper .header_wrapper .header_box .juheyelogo .header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.banner_wrapper .header_wrapper .header_box .juheyelogo .header-title h1 {
  margin-bottom: 7px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.banner_wrapper .header_wrapper .header_box .juheyelogo .header-title span {
  line-height: 100%;
  font-size: 16px;
  color: #000;
}

.banner_wrapper .header_wrapper .header_box .juheyelogo i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  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_wrapper .header_wrapper .header_box .header-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.banner_wrapper .header_wrapper .header_box .header-right span {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.32px;
  text-align: left;
  color: #1d3755;
}

.banner_wrapper .header_wrapper .header_box .header-right a {
  margin-left: 25px;
  position: relative;
  width: 167px;
  height: 44px;
  background: #006fff;
  border-radius: 2.75px;
  text-align: center;
  overflow: hidden;
}

.banner_wrapper .header_wrapper .header_box .header-right a img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.banner_wrapper .header_wrapper .header_box .header-right a span {
  margin-left: 3px;
  font-family: "Microsoft YaHei UI";
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
}

.banner_wrapper .header_wrapper .header_box .header-right a .mark_a {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  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_wrapper .header_wrapper .header_box .header-right a .label {
  position: absolute;
  top: -8px;
  right: 0;
  width: 33px;
  height: 44px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/tuijian_small.png) no-repeat center center/cover;
}

.banner_wrapper .banner_main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(191.7deg, #dbe9ff 7.88%, rgba(239, 247, 255, 0) 90.95%);
}

.banner_wrapper .banner_main .banner_main_box {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 1056px;
}

.banner_wrapper .banner_main .banner_main_box .main_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 424px;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 70px;
  width: 504px;
  height: 100%;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right h1 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-weight: 700;
  line-height: 63.35px;
  text-align: left;
  color: #555;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .bubble {
  position: absolute;
  top: 0;
  right: -55px;
  width: 120px;
  height: 36px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/bubble.png) no-repeat center center/cover;
  line-height: 36px;
  text-align: center;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .bubble span {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .dec {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: 400;
  line-height: 23.76px;
  text-align: left;
  color: #555555;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .dec::before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 8px;
  height: 8px;
  background: linear-gradient(131.63deg, #00ffff 17.31%, #4484ff 82.92%);
  border-radius: 50%;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right a {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 242px;
  height: 64px;
  background: #006fff;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right a img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-bottom: 8px;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right a span {
  margin-left: 3px;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 64px;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right a .mark_a {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  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_wrapper .banner_main .banner_main_box .main_top .banner_right a .label {
  position: absolute;
  top: -16px;
  right: 0;
  width: 55px;
  height: 75px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/tuijian.png) no-repeat center center/cover;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .safe {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .safe span {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-family: "Smiley Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #555555;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .safe span::before {
  content: "";
  display: block;
  margin-top: 3px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/ic-check.png) no-repeat center center/cover;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .countext {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.48px;
  text-align: left;
  color: #555;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .countext span {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.48px;
  text-align: left;
  color: #555;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .downloadcount {
  padding-top: 0px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.48px;
  text-align: left;
  color: #555;
}

.banner_wrapper .banner_main .banner_main_box .main_top .banner_right .downloadcount span {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.68px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #555;
  vertical-align: middle;
}

.banner_wrapper .banner_main .banner_main_box .main_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 311px;
  margin-top: 60px;
  margin-bottom: 125px;
}

.banner_wrapper .banner_main .banner_main_box .main_bottom a {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: 259px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-sizing: border-box;
}

.banner_wrapper .banner_main .banner_main_box .main_bottom a img {
  margin-top: 35px;
  width: 58px;
  height: 58px;
}

.banner_wrapper .banner_main .banner_main_box .main_bottom a h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-weight: 400;
  line-height: 25.4px;
  text-align: left;
  color: #333333;
}

.banner_wrapper .banner_main .banner_main_box .main_bottom a span {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-weight: 400;
  line-height: 17.78px;
  text-align: left;
  color: #777777;
}

.banner_wrapper .banner_main .banner_main_box .main_bottom a span:before {
  content: " ";
  display: block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #777;
}

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

.hidden-header-box .header_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
}

.hidden-header-box .header_wrapper .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  background: #ffffff;
}

.hidden-header-box .header_wrapper .header_box .header-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.hidden-header-box .header_wrapper .header_box .header-left img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hidden-header-box .header_wrapper .header_box .header-left h1 {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #284353;
}

.hidden-header-box .header_wrapper .header_box .header-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.hidden-header-box .header_wrapper .header_box .header-right span {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.32px;
  text-align: left;
  color: #1d3755;
}

.hidden-header-box .header_wrapper .header_box .header-right a {
  margin-left: 25px;
  position: relative;
  width: 167px;
  height: 44px;
  background: #006fff;
  border-radius: 2.75px;
  text-align: center;
  overflow: hidden;
}

.hidden-header-box .header_wrapper .header_box .header-right a img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.hidden-header-box .header_wrapper .header_box .header-right a span {
  margin-left: 3px;
  font-family: "Microsoft YaHei UI";
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
}

.hidden-header-box .header_wrapper .header_box .header-right a .mark_a {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  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;
}

.hidden-header-box .header_wrapper .header_box .header-right a .label {
  position: absolute;
  top: -8px;
  right: 0;
  width: 33px;
  height: 44px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/tuijian_small.png) no-repeat center center/cover;
}

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

.smalltitle h1 {
  position: relative;
  margin-bottom: 25px;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #233042;
}

.smalltitle h1 img {
  position: absolute;
  top: -10px;
  left: 45%;
  transform: translateX(-50%);
}

.smalltitle span {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #777777;
}

.example_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1021px;
  background: #fff;
}

.example_wrapper .example_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
  background: #fff;
}

.example_wrapper .example_box .example_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
  width: 100%;
}

.example_wrapper .example_box .example_item li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 30px;
  width: 273px;
  height: 333px;
  background: #ffffff;
  box-shadow: 0px 0px 16.5px 0px rgba(55, 77, 116, 0.12);
  border-radius: 7px;
}

.example_wrapper .example_box .example_item li img {
  width: 100%;
}

.example_wrapper .example_box .example_item li h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: center;
  color: #284353;
}

.example_wrapper .example_box .example_item li p {
  margin-bottom: 35px;
  padding: 0 40px;
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: center;
  color: rgba(40, 67, 83, 0.7);
}

.example_wrapper .example_box .example_item li:nth-child(2) p {
  padding: 0 50px;
}

.example_wrapper .example_box .example_item li:nth-child(3) p {
  padding: 0 35px;
}

.example_wrapper .example_box .example_item li:nth-child(4) p {
  padding: 0 65px;
}

.example_wrapper .example_box .example_item li:nth-child(5) p {
  padding: 0 30px;
}

.example_wrapper .example_box .example_item li:nth-child(7) p {
  padding: 0 30px;
}

.example_wrapper .example_box .example_item li:nth-child(8) p {
  padding: 0 35px;
}

.exprt_warpper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 567px;
  background: #f7f9fc;
}

.exprt_warpper .exprt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
}

.exprt_warpper .exprt_box .exprt_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  width: 100%;
  box-sizing: border-box;
}

.exprt_warpper .exprt_box .exprt_item li {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  width: 380px;
  height: 248px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}

.exprt_warpper .exprt_box .exprt_item li img {
  margin-left: 10px;
  margin-top: 35px;
  width: 68px;
  height: 59px;
  margin-bottom: 35px;
}

.exprt_warpper .exprt_box .exprt_item li:nth-child(2) img {
  width: 60px;
  height: 58px;
}

.exprt_warpper .exprt_box .exprt_item li:nth-child(3) img {
  width: 60px;
  height: 60px;
}

.exprt_warpper .exprt_box .exprt_item li h2 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: left;
  color: #284353;
}

.exprt_warpper .exprt_box .exprt_item li p {
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.12px;
  text-align: left;
  color: rgba(40, 67, 83, 0.7);
}

.file_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 929px;
  background: #ffffff;
}

.file_wrapper .file_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
}

.file_wrapper .file_box .file_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
  width: 100%;
  box-sizing: border-box;
}

.file_wrapper .file_box .file_item li {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  margin-bottom: 30px;
  width: 380px;
  height: 290px;
  background: linear-gradient(0deg, #f4f6f9, #f4f6f9), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border-radius: 20px;
  box-sizing: border-box;
}

.file_wrapper .file_box .file_item li img {
  margin-top: 20px;
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
}

.file_wrapper .file_box .file_item li h2 {
  padding-left: 10px;
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: left;
  color: #284353;
}

.file_wrapper .file_box .file_item li p {
  padding-left: 10px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: rgba(40, 67, 83, 0.7);
}

.file_wrapper .file_box .file_item li:nth-child(1) p {
  padding-right: 20px;
}

.file_wrapper .file_box .file_item li:nth-child(3) p {
  padding-right: 20px;
}

.file_wrapper .file_box .file_item li:nth-child(6) p {
  padding-right: 10px;
}

.deal_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 974px;
  background: #f7f9fc;
}

.deal_wrapper .deal_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1900px;
  height: 100%;
}

.deal_wrapper .deal_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  width: 100%;
}

.deal_wrapper .deal_item .pagination_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  width: 1200px;
}

.deal_wrapper .deal_item .pagination_wrapper .pagination_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 374px;
  height: 120px;
  background: #e1ebfa;
  border-radius: 10px;
}

.deal_wrapper .deal_item .pagination_wrapper .pagination_item h3 {
  margin-bottom: 15px;
  font-family: "Douyin Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 28.85px;
  text-align: center;
  color: #555555;
}

.deal_wrapper .deal_item .pagination_wrapper .pagination_item span {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.12px;
  text-align: center;
  color: #555555;
}

.deal_wrapper .deal_item .pagination_wrapper .pagination_item_active {
  background: linear-gradient(86.36deg, #065cfe 0%, #0a98ff 99.44%);
}

.deal_wrapper .deal_item .swiper {
  width: 100%;
  overflow: hidden;
}

.deal_wrapper .deal_item .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
  opacity: 0.5;
}

.deal_wrapper .deal_item .swiper .swiper-slide img {
  border-radius: 17.99px;
  border: 6px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(114.47deg, #c5ecff 1.67%, #e3d7ff 104.85%), linear-gradient(114.47deg, #c5ecff 1.67%, #e3d7ff 104.85%);
}

.deal_wrapper .deal_item .swiper .swiper-slide-active,
.deal_wrapper .deal_item .swiper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}

.assess_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 533px;
  background: #ffffff;
}

.assess_wrapper .assess_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
}

.assess_wrapper .assess_box .assess_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 70px;
  padding: 0 10px;
  width: 100%;
  --swiper-navigation-size: 0px;
}

.assess_wrapper .assess_box .assess_item .swiper-container {
  overflow: hidden;
  width: 95%;
  height: 230px;
}

.assess_wrapper .assess_box .assess_item .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.assess_wrapper .assess_box .assess_item .swiper-container .swiper-slide .slide_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 28px;
  width: 336px;
  height: 214px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/pinglun_bg.png) no-repeat center center/cover;
  box-shadow: 8px 8px 0px 0px rgba(0, 111, 255, 0.2);
  box-sizing: border-box;
}

.assess_wrapper .assess_box .assess_item .swiper-container .swiper-slide .slide_item p {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #000000;
}

.assess_wrapper .assess_box .assess_item .swiper-container .swiper-slide .slide_item .yonghu {
  display: flex;
  align-items: center;
}

.assess_wrapper .assess_box .assess_item .swiper-container .swiper-slide .slide_item .yonghu img {
  margin-right: 18px;
  width: 58px;
  height: 58px;
}

.assess_wrapper .assess_box .assess_item .swiper-container .swiper-slide .slide_item .yonghu img span {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #555555;
}

.assess_wrapper .assess_box .assess_item .swiper-button-next,
.assess_wrapper .assess_box .assess_item .swiper-button-prev {
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.assess_wrapper .assess_box .assess_item .swiper-button-prev {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/left.png) no-repeat center center/cover;
}

.assess_wrapper .assess_box .assess_item .swiper-button-next {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/488_sem/right.png) no-repeat center center/cover;
}
