@charset "UTF-8";
.center, .scene_wrapper .scene_content .scene_item > div, .scene_wrapper .scene_content, .operation_wrapper .operation_content .swiper .swiper-pagination .pa_item, .operation_wrapper .operation_content .swiper .swiper-pagination, .operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide, .format_wrapper .format_content, .product_wrapper .product_content, .banner_wrapper .banner_content .banner_tag_box div, .banner_wrapper .banner_content .banner_tag_box, .banner_wrapper .banner_content .banner_func_box, .banner_wrapper .banner_content > p, .banner_wrapper .banner_content > h1 .banner_title_tag, .hidden-header-box .download_box .tuijian, .hidden-header-box .download_box, .download_box .tuijian, .download_box > a:last-child, .download_box > a:first-child, .download_box {
  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;
}

.center_aligin, .scene_wrapper .scene_content .scene_item > div div, .scene_wrapper, .operation_wrapper, .format_wrapper .format_content > div, .format_wrapper, .product_wrapper .product_content div, .product_wrapper, .banner_wrapper .banner_content .banner_func_box div, .banner_wrapper .banner_content, .banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.download_box a {
  margin: 0 20px;
  position: relative;
}
.download_box a > span {
  color: #f3f3f8;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-left: 10px;
}
.download_box > a:first-child {
  width: 320px;
  height: 68px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 35.5px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.download_box > a:last-child {
  width: 262px;
  height: 68px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 35.5px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.download_box .tuijian {
  width: 64px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px 100px 100px 0px;
  background: #fc7eff;
  position: absolute;
  right: -10px;
  top: -20px;
}
.download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}
.hidden-header-box .download_box a {
  margin: 0 15px;
  position: relative;
  width: 187px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.hidden-header-box .download_box a > span {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0.1000000015;
  -webkit-text-stroke-color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 0;
}
.hidden-header-box .download_box .tuijian {
  width: 40px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50px 50px 50px 0px;
  background: #fc7eff;
  position: absolute;
  right: -5px;
  top: -7px;
}
.hidden-header-box .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 60px;
  width: 100%;
  max-width: 1200px;
  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;
}
.header-top .header-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .header-left h1 {
  margin-left: 10px;
}
.header-top .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .header-right .header-right-item {
  border-radius: 8px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
  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;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 41px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px;
}
.header-top .header-right .header-right-item span {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-top .header-left {
  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;
}
.header-top .header-left > img {
  width: 40px;
  height: 40px;
}
.header-top .header-left .header-title {
  margin-left: 8px;
}
.header-top .header-left .header-title > h1 {
  margin-left: 0;
  color: #000;
  font-family: "microsoft yahei";
  font-size: 18px;
  line-height: normal;
}
.header-top .header-left .header-title > span {
  line-height: normal;
  margin-left: 0;
}

.banner_wrapper {
  width: 100%;
  height: 956px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/449_sem/banner-bg-v2.png) no-repeat center/cover;
}
.banner_wrapper .banner_content > h1 {
  margin-top: 100px;
  margin-bottom: 34px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner_wrapper .banner_content > h1 > span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_wrapper .banner_content > h1 .banner_title_tag {
  position: absolute;
  right: -84px;
  top: -25px;
  width: 104px;
  height: 36px;
  border-radius: 100px 100px 100px 0px;
  background: #fc7eff;
}
.banner_wrapper .banner_content > h1 .banner_title_tag span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_wrapper .banner_content > h1 .banner_title_tag span .fullyear {
  font-style: normal;
}
.banner_wrapper .banner_content > p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/449_sem/banner-p-bg-v2.png) no-repeat center/cover;
  width: 672px;
  height: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner_wrapper .banner_content .banner_func_box {
  margin-top: 50px;
  margin-bottom: 60px;
}
.banner_wrapper .banner_content .banner_func_box div {
  margin: 0 25px;
}
.banner_wrapper .banner_content .banner_func_box div span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.banner_wrapper .banner_content .banner_tag_box {
  margin-bottom: 50px;
}
.banner_wrapper .banner_content .banner_tag_box div {
  margin: 0 20px;
}
.banner_wrapper .banner_content .banner_tag_box div span {
  color: #00c896;
  font-family: "Smiley Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-left: 3px;
}
.banner_wrapper .banner_content .banner_statistics_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
.banner_wrapper .banner_content .banner_statistics_box p {
  margin: 0 30px;
  color: #333;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_wrapper .banner_content .banner_statistics_box p span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
.banner_wrapper .banner_content .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_wrapper .banner_content .banner-info p {
  margin: 0 10px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_wrapper {
  padding: 100px 0;
  width: 100%;
}
.product_wrapper > h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product_wrapper > h1 span {
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.product_wrapper > h1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product_wrapper > p {
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 50px;
}
.product_wrapper .product_content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
}
.product_wrapper .product_content div {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  width: 399px;
  height: 358px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.product_wrapper .product_content div:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.product_wrapper .product_content div h2 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 220px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.product_wrapper .product_content div span {
  width: 327px;
  color: #848484;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.format_wrapper {
  padding: 100px 0;
  width: 100%;
  height: 605px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.format_wrapper > h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.format_wrapper > h1 span {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.format_wrapper > h1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.format_wrapper > p {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
  margin-bottom: 47px;
}
.format_wrapper .format_content > div {
  padding: 30px 0;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 526px;
  height: 264px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  border: 0.802px solid #fff;
  background: linear-gradient(99deg, rgba(229, 236, 255, 0.26) 2.85%, rgba(229, 236, 255, 0.1) 99.26%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.format_wrapper .format_content > div h2 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 12px;
}
.format_wrapper .format_content > div p span {
  margin: 0 15px;
  width: 406px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 190% */
}

.operation_wrapper {
  padding: 100px 0;
  width: 100%;
}
.operation_wrapper > h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.operation_wrapper > h1 span {
  color: #2e2e2e;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.operation_wrapper > h1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.operation_wrapper > p {
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 50px;
}
.operation_wrapper .operation_content .swiper {
  margin: 0 auto;
  width: 1200px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper {
  margin-top: 60px;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide .operation_dec_left .o_dec {
  width: 474px;
  height: 126px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide .operation_dec_left .o_dec div {
  margin-left: 20px;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide .operation_dec_left .o_dec div p {
  color: #5b626b;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide .operation_dec_left .o_dec div span {
  display: inline-block;
  width: 336px;
  color: #051a34;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide .operation_dec_left .o_dec_active {
  background-color: #eff6ff;
}
.operation_wrapper .operation_content .swiper .swiper-wrapper .swiper-slide .operation_dec_left .o_dec_active div p {
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.operation_wrapper .operation_content .swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operation_wrapper .operation_content .swiper .swiper-pagination .pa_item {
  margin: 0 20px;
  cursor: pointer;
  width: 172px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
}
.operation_wrapper .operation_content .swiper .swiper-pagination .pa_item span {
  color: #4d4d4d;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
.operation_wrapper .operation_content .swiper .swiper-pagination .pa_item_active {
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.operation_wrapper .operation_content .swiper .swiper-pagination .pa_item_active span {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}

.scene_wrapper {
  padding: 100px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f8f9fd;
  height: 815px;
}
.scene_wrapper > h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.scene_wrapper > h1 span {
  color: #2e2e2e;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.scene_wrapper > h1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.scene_wrapper > p {
  margin-top: 25px;
  margin-bottom: 50px;
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.scene_wrapper .scene_content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
}
.scene_wrapper .scene_content .scene_item {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/449_sem/scense-bg-v2.png) no-repeat center/cover;
  width: 381px;
  height: 471px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
}
.scene_wrapper .scene_content .scene_item h2 {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 12px 40px;
}
.scene_wrapper .scene_content .scene_item > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scene_wrapper .scene_content .scene_item > div div {
  width: 50%;
  padding: 20px 0;
}
.scene_wrapper .scene_content .scene_item > div div span {
  color: #5b626b;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

/* 用户给我们的评价 */
.assess-box {
  width: 100%;
  margin-top: 154px;
  margin-bottom: 113px;
  /* footer */
}
.assess-box .common-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.assess-box .common-title h1 {
  color: #2e2e2e;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.assess-box .common-title img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.assess-box > p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 2.2px;
  color: #2e2e2e;
  text-align: center;
  margin-top: 28px;
}
.assess-box .swiper-button-prev {
  position: relative !important;
  top: 0 !important;
  margin-right: 50px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/449_sem/pinjia_left.png) no-repeat center center;
  background-size: 18px 31px;
}
.assess-box .swiper-button-next {
  position: relative !important;
  top: 0 !important;
  margin-left: 50px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/449_sem/pinjia_right.png) no-repeat center center;
  background-size: 18px 31px;
}
.assess-box .swiper-button-prev:after,
.assess-box .swiper-container-rtl .swiper-button-next:after {
  color: transparent;
}
.assess-box .swiper-button-next:after,
.assess-box .swiper-container-rtl .swiper-button-prev:after {
  color: transparent;
}
.assess-box .outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1380px;
  margin: 0 auto;
  margin-top: 100px;
}
.assess-box .swiper-container {
  padding: 22px 18px !important;
}
.assess-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 325px !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(68, 116, 224, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(68, 116, 224, 0.1);
  border-radius: 26px 26px 26px 26px;
  padding: 30px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.assess-box .swiper-slide h2 {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin: 17px 0;
}
.assess-box .swiper-slide p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  opacity: 0.71;
  margin-top: 21px;
}
.assess-box .swiper-slide img:nth-child(1) {
  width: 70px;
}
.assess-box .swiper-slide img:nth-child(3) {
  height: 20px;
}
.assess-box .footer-box {
  width: 100%;
  height: 40px;
  background: #000;
  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;
}
.assess-box .footer-box span {
  font-size: 14px;
  color: #888;
}
.assess-box .footer-box span a {
  font-size: 14px;
  color: #888;
}
.assess-box .footer-box i {
  width: 1px;
  height: 12px;
  background-color: #888;
  margin: 0 30px;
}