.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.dark-mode .page-loading {
  background-color: #0b0f19;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner > span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #9397ad;
}
.dark-mode .page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}
.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  border: 0.15em solid #b4b7c9;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
.dark-mode .page-spinner {
  border-color: rgba(255, 255, 255, 0.4);
  border-right-color: transparent;
}
@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cur-point {
  cursor: pointer;
}
.sp-li {
  min-width: 100px;
  text-align: center;
}
.svg {
  fill: currentColor;
  margin-left: 4px;
}

/**/
.btn-prev.btn:hover,
.btn-next.btn:hover {
  background-color: rgba(216, 47, 40, 0.73) !important;
}
.active_report .btn-icon img {
  height: 24px;
  filter: brightness(0%);
  transition: filter 0.3s ease-out;
}
.active_report .btn-youtube:hover img,
.active_report .btn-youtube:focus img,
.active_report .btn-youtube:active img {
  filter: brightness(140%);
}
.issr_deploy_left h5 {
  color: #fff;
}
.issr_deploy_right .btn-primary {
  background-color: rgba(216, 47, 40, 0.85) !important;
  border-color: rgba(216, 47, 40, 0.85) !important;
}
.issr_deploy_right .justify-content-between {
  position: relative;
}
.issr_deploy_right .fw-semibold {
  position: absolute;
}
.ita_deploy_right .btn-primary {
  background-color: rgba(216, 47, 40, 0.85) !important;
  border-color: rgba(216, 47, 40, 0.85) !important;
}
.sk_footer h5 {
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.sk_footer .sk_footer01 {
  font-size: 0.8rem;
  padding-right: 1.8rem;
  color: #fff;
}
.sk_footer .Statement {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.sk_footer .partnersUl > li img {
  margin: 0 0 1.6rem 0;
  width: 7rem;
}
.sk_footer .forFooterInfo li {
  display: flex;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
}
.sk_footer .forFooterInfo li img {
  margin-right: 0.6rem;
  max-width: 0.8rem;
}
.sk_footer .forFooterInfo li a,
.sk_footer .forFooterInfo li a:link,
.sk_footer .forFooterInfo li a:active,
.sk_footer .forFooterInfo li a:hover,
.sk_footer .forFooterInfo li a:visited {
  text-decoration: none;
}

.operate_module .card .card-body .d-flex {
  flex-wrap: wrap;
}
.operate_module .card .card-body h2 {
  cursor: pointer;
}
.operate_module .card .card-body h2:hover {
  color: #d82f28;
}
.operate_module .operateLeftTipItem {
  display: inline-block;
  margin: 0.3rem;
  border-radius: 16px;
  border: dashed 1px #c5c5c5;
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.faq_wrap .swiper-slide .card .btn-primary,
.ana_inner .card .btn-icon.btn-primary {
  background-color: rgba(216, 47, 40, 0.85) !important;
  border-color: rgba(216, 47, 40, 0.85) !important;
}
.color_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  background-image: linear-gradient(
    90deg,
    rgba(133, 75, 212, 1) 0,
    rgba(133, 75, 212, 1) 0,
    rgba(248, 78, 252, 1) 100%,
    rgba(248, 78, 252, 1) 100%
  );
}
.font-normal-i {
  font-style: normal;
  font-weight: bold;
}
.bxs-dashboard_right .list-unstyled li {
  text-align: right;
  justify-content: end;
}
.bxs-dashboard_right .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.bxs-quote-title1 {
  position: absolute;
  left: 4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 2;
}

.adv_watermark .card-body li.mb-2,
.adv_watermark .card-hover:hover li.mb-2 {
  color: #565973;
}

.support_index {
  display: flex;
  flex-wrap: wrap;
}
.support_index > div {
  width: 25%;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .support_index > div {
    width: 50%;
  }
}
@media screen and (max-width: 413px) {
  .support_index > div {
    width: 100%;
  }
}
.btn-primary2 {
  color: rgba(216, 47, 40, 0.76);
  background-color: #fff;
}
.btn-primary2:hover {
  background-color: #fff;
  color: rgba(216, 47, 40, 0.76) !important;
}

.data_show {
  position: relative;
  z-index: 1;
}
.data_show_inner {
  display: flex;
  flex-wrap: wrap;
  background-image: url("../img/home/data_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 3.5rem 2rem;
}
.data_show_inner > div {
  padding: 0 0.8rem;
}
.data_show_01 {
  width: 27%;
}
.data_show_02 {
  width: 36.5%;
  padding-top: 1rem;
}
.data_show_03 {
  width: 36.5%;
  padding-top: 1rem;
}
.data_show_01_inner {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.data_show_01_inner > div {
  position: relative;
}
.data_show_01_inner img {
  width: 14rem;
  max-width: 100%;
}
.data_show_01_inner span {
  position: absolute;
}
.data_show_01_inner .data_show_01_span1 {
  right: 70%;
  top: -5px;
  width: 70px;
}
.data_show_01_en .data_show_01_inner .data_show_01_span1 {
  width: 86px;
}
.data_show_01_inner .data_show_01_span2 {
  left: 59%;
  top: calc(89.84% - 0.8rem);
  width: 70px;
}
.data_show_inner .data_show_0 {
  position: relative;
  padding: 3.5rem 1.5rem;
  height: calc(100% - 1.5rem);
  margin-top: 1.5rem;
  width: 100%;
  border-radius: 10px;
}
.data_show_02 > div {
  background: #b0605d;
}
.data_show_03 > div {
  background: #85579f;
}
.data_item_word {
  line-height: 20px;
  background: #fff;
  border-radius: 4px;
  padding: 8px 3.8rem 8px 2rem;
  position: relative;
}
.data_item_word:last-of-type {
  margin-bottom: 0;
}
.data_item_t {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  height: 52px;
  padding: 0 2rem;
  border-radius: 5px;
  line-height: 50px;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.data_item_t.data_item_t_en {
  text-align: center;
  min-width: 65%;
  padding: 0 1rem;
}
.data_item_word:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.data_show_02 .data_item_t {
  color: #d82e28;
  background: #fff0ef;
  border: 1px dashed #d82e28;
}
.data_show_03 .data_item_t {
  color: #a73ce4;
  background: #f5eafb;
  border: 1px dashed #a73ce4;
}
.data_show_02 .data_item_word:after {
  background-image: url(../img/home/data_icon01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.data_show_03 .data_item_word:after {
  background-image: url(../img/home/data_icon02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1120px) {
  .data_show_01 {
    width: 0;
    display: none;
  }
  .data_show_02 {
    width: 50%;
  }
  .data_show_03 {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .data_show_02 {
    width: 100%;
  }
  .data_show_03 {
    width: 100%;
    margin-top: 2rem;
  }
}

.home_adv {
  background-image: url(../img/home/security_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 10rem;
}
.home_adv_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.home_adv_img {
  position: absolute;
  top: calc(51.5% - 1rem);
  left: 50%;
  width: 450px;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.home_adv_img_en.home_adv_img {
  width: 500px;
}
.home_adv_01 {
  width: 50%;
}
.home_adv_item {
  color: #fff;
}
.home_adv_item h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.home_adv_item {
  opacity: 0.9;
  font-size: 0.9rem;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.home_adv_item > div {
  width: 200px;
}
.home_adv_item > span {
  display: inline-block;
  font-weight: bold;
  font-size: 0.8rem;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.6rem;
  position: absolute;
  left: 0;
  text-align: center;
  background-image: url("../img/home/title.png");
  background-repeat: no-repeat;
  background-size: 2.2rem auto;
  background-position: center;
  text-indent: -0.5rem;
}
.home_adv_item > p {
  width: calc(100% - 200px - 4rem - 10px);
  border-top: 1px dashed #fff;
  margin-bottom: 0;
  margin-top: 50px;
  height: 50px;
  /*position: absolute;*/
}
.home_adv_01 .home_adv_left:first-of-type > p {
  border-top-right-radius: 50px;
}
.home_adv_01 .home_adv_left:last-of-type > p {
  border-bottom-right-radius: 50px;
  border-top: none;
  border-bottom: 1px dashed #fff;
  position: relative;
  top: -50px;
}
.home_adv_01 .home_adv_right:first-of-type > p {
  border-top-left-radius: 50px;
}
.home_adv_01 .home_adv_right:last-of-type > p {
  border-bottom-left-radius: 50px;
  border-top: none;
  border-bottom: 1px dashed #fff;
  position: relative;
  top: -50px;
}
@media screen and (min-width: 992px) {
  .home_adv_item.home_adv_right {
    padding-left: 0;
    padding-right: 4rem;
    text-align: right;
    justify-content: end;
  }
  .home_adv_item.home_adv_right > span {
    left: auto;
    right: 0;
  }
  .home_adv_b {
    position: absolute;
    top: calc(50% + 200px - 2rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
  }
  .home_adv_b > div {
    flex-direction: column;
    padding-left: 0;
  }
  .home_adv_b .home_adv_item > div {
    width: auto;
    text-align: center;
    margin-top: 3rem;
  }
  .home_adv_b .home_adv_item > p {
    height: 30px;
    width: 0px;
    border-top: none;
    border-left: 1px dashed #fff;
    margin-top: 0;
  }
  .home_adv_b .home_adv_item > span {
    left: calc(50% + 2px);
    top: 30px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  .home_adv_img {
    display: none;
  }
  .home_adv_01 {
    width: 100%;
  }
  .home_adv_item > div {
    width: 100%;
  }
  .home_adv_item > p {
    width: 0;
    display: none;
  }
  .home_adv {
    padding: 6rem 0 6rem;
  }
}

.ana_inner {
  display: flex;
  flex-wrap: wrap;
}
.ana_inner .ana_item {
  width: 25%;
  padding: 0 0.8rem;
}
.ana_inner .ana_item > div {
  height: 100%;
}
.ana_inner .ana_item .card {
  display: inline-block;
}
.ana_inner blockquote.card-body p {
  min-height: 7rem;
}
.ana_inner_en .card h4 {
  word-break: break-word;
  white-space: break-spaces;
}
.ana_inner_en.ana_inner blockquote.card-body p {
  min-height: 8rem;
}
@media screen and (max-width: 1199px) {
  .ana_inner .ana_item {
    width: 50%;
  }
  .ana_inner blockquote.card-body p {
    min-height: 5rem;
  }
}
@media screen and (max-width: 617px) {
  .ana_inner .ana_item {
    width: 100%;
  }
  .ana_inner blockquote.card-body p {
    min-height: auto;
  }
}

.contact_module .bg-gradient-primary {
  background: linear-gradient(
    90deg,
    #a73ce4 0%,
    #cb2883 50%,
    #ee1322 100%
  ) !important;
}
.with_icon_title {
  display: inline-block;
  font-weight: bold;
  font-size: 0.8rem;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.6rem;
  text-align: center;
  background-image: url("../img/home/title.png");
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  background-position: center;
  text-indent: -0.6rem;
  color: #fff;
}

.identify_ita .nav-link i {
  position: relative;
}
.identify_ita .nav-link i {
  margin-right: 0.5rem;
}
.identify_ita .nav-link i img {
  width: 1.2rem;
  margin-top: -0.04rem;
}
.identify_ita .nav-link i img.img_on {
  position: absolute;
  left: 0;
  top: 0.29rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.identify_ita .nav-link:hover img.img_on,
.identify_ita .nav-link.active img.img_on {
  opacity: 1;
}

/*蒙版*/
.modeMask {
  position: absolute;
  width: 100%;
  z-index: 2060;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.modeMask .x {
  display: inline-block;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 0.15rem;
  background: #2974e4;
  z-index: 2061;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.15rem;
  position: relative;
  left: 90%;
  cursor: pointer;
  margin-left: -0.35rem;
}
.requestDemoBox {
  padding: 0.4rem 0.3rem;
  background: #fff;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
}
.sp-card {
  font-size: 0.78rem;
  height: 8.2rem;
}
@media screen and (min-width: 991px) {
  .resource_version > div {
    display: flex;
    flex-wrap: wrap;
  }
  .resource_version .card {
    width: calc((100% - 2rem) / 2);
  }
  .resource_version .card:nth-child(2n) {
    margin-left: 2rem;
  }
}
