﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font: normal 18px/1.5625 Roboto、Marcellus、Montserrat、Poppins、Barlow,
    sans-serif;
  font-weight: normal;
  color: #444258;
  background-color: #f6f6f6;
}

header,
nav {
  margin: 0;
  /* 移除所有方向上的默认外边距 */
}

a {
  text-decoration: none;
}

.bgffffff {
  background-color: #ffffff;
}

.bgffe1d5 {
  background-color: #ffe1d5;
}

.bg83fad2 {
  background-color: #83fad2;
}

.bgeeeeee {
  background-color: #eeeeee;
}

.bgdedeff {
  background-color: #83fad2;
}

.bgfdcc54 {
  background-color: #ffe082;
}

.bg00d9bf {
  background-color: #50efdc;
}

.bgc3b9ff {
  background-color: #79f7e8;
}

.bgfff089 {
  background-color: #fff089;
}

.bgfe8d40 {
  background-color: #9ee4ff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.mob-nav {
  display: none;
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 9999;
}

.nav-right {
  /* display: flex; */
  position: absolute;
  right: 0px;
  top: 0;
  align-items: center;
  /* margin-left: auto; */
}

.nav-right {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  align-items: center;
  margin-right: 0px;
}

.header__inner {
  position: relative;
}

.inner {
  width: 94%;
  max-width: 88rem;
  margin: 0 auto;
}

header.dark {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  position: fixed;
  /* border-bottom: 1px solid #d1d1d1; */
}

nav {
  z-index: 999;
}

.homeItem_erp {
  width: 100% !important;
  position: relative;
  display: flex;
}

.commonButtonStyle {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  padding: 0.55rem 0.8rem;
  cursor: pointer;
  white-space: nowrap;
  word-break: break-all;
}

.homeItemerp_bottom {
  border-radius: 0 25px 15px 0;
  width: 100%;
}

.homePage-text-row {
  text-align: center;
  font-weight: 600;
  color: #a2a2b9;
  width: 100%;
  background-color: #fff;
  padding: 15px 0 70px 0;
  font-size: 16px;
}

.homePage-text-row {
  text-align: center;
  font-weight: normal;
  color: #8a8a9f;
  width: 100%;
  background-color: #fff;
  padding: 20px 0 60px 0;
  font-size: 18px;
}

a#loginbtn {
  float: right;
  padding: 1.25em 2em;
  color: #4f5056;
  font-weight: 600;
}

.nav-right a#loginbtn:hover {
  color: #04bf1f;
}

a#freeTrialbtn {
  float: right;
  margin: 0.9em 0.25em 0.9em 0.85em;
  padding: 9px 20px;
  font-size: 0.925rem;

  background-image: linear-gradient(267deg, #ff7500 0%, #ff9700 100%)
}

a#buyBtn {
  margin: 0.9em 0em 0.9em 0.25em;
  padding: 9px 20px;
  font-size: 0.925rem;
  background-image: linear-gradient(267deg, #00c1ab 0%, #00d7bd 100%);
}

a#freeTrialbtn:hover {
  background-image: linear-gradient(267deg, #ff9700 0%, #ff7500 100%)
}

a#buyBtn:hover {


  background-image: linear-gradient(267deg, #00d7bd 0%, #00c1ab 100%);
}

/* a#buyBtn {
  margin: 0.9em 0em 0.9em 0.25em;
  padding: 10px 20px;
  font-size: 0.925rem;
  background-image: linear-gradient(267deg, #ff7500 0%, #ff9700 100%)
}

a#buyBtn:hover {


  background-image: linear-gradient(267deg, #ff9700 0%, #ff7500 100%)
}
.nav-right a#loginbtn:hover {
  color: #04bf1f;
}

a#freeTrialbtn {
  float: right;
  margin: 0.7em 0.4em 1em 0.4em;
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);
}

a#freeTrialbtn:hover {
  background-image: linear-gradient(90deg, #7b68ee 0%, #8d86ff 100%);
} */

.wrap {
  float: left;
  width: 100%;
}

.reset--list {
  /* display: flex; */
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav li {
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/* li {
  clear: ;
} */

nav li a {
  color: #2dbbe9;
  display: block;
}

/* 
nav a.toplevel {
  z-index: 99;
  color: #fff;
  font-size: 1.175em;
  padding: 1.375em 1.75em;
  font-weight: 500;
  text-transform: lowercase;
  position: relative;
} */

.nv-drop {
  position: relative;
}

.arrowSpan {
  padding-left: 8px;
}

.navgroup {
  left: -6px;
  top: auto;
  position: absolute;
  text-align: left;
  border: 1px solid #e7e7ed;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transform: translateY(1em);
  transition: transform 0.3s ease-in-out 0.3s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  box-shadow: 0px 6px 12px #2222222a;
}

.navgroup-sub {
  right: -99%;
  /* margin-left: -12px; */
  top: 0px;
  background-color: #e6e6ed;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e6e6ed;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-bottom-right-radius: 6px;
  box-shadow: 15px 15px 30px #2222222a;
}

.reset--list>li {
  position: relative;
}

.navgroup .wrap .cell {
  padding-left: 1.85em;
  padding-right: 1.85em;
  height: 48px;
  white-space: nowrap;
}

.navgroup .wrap .cell02 {
  padding-left: 1.85em;
  padding-right: 1.85em;
  height: 48px;
  white-space: nowrap;
}

.navgroup-8m .wrap .cell {
  padding-left: 2em;
}

.navgroup .wrap {
  background-color: #fff;
}

.navgroup .wrap .cell a {
  color: #393b40;
  line-height: 48px;
  font-size: 0.8615em;
}

.navgroup .wrap .cell02 a {
  color: #6b6e76;
  line-height: 48px;
  font-size: 0.8615em;
  padding-left: 15px;
}

.navgroup .wrap .cell03 {
  color: #3d3e40;
  line-height: 48px;
  font-size: 0.8615em;
  padding-left: 2.1em;
  padding-right: 1.85em;

}

.nav .navgroup .cell:hover .navgroup-sub {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.arrowRightSpan {
  padding-left: 10px;
}

.navgroup .wrap .cell:hover {
  background-color: #f2f2f7;
}

.navgroup-sub .wrap .cell:hover {
  background-color: #f2f2f7;
}

.navgroup .wrap .cell02:hover {
  background-color: #f2f2f7;
}

.navgroup-sub .wrap .cell02:hover {
  background-color: #f2f2f7;
}


.navgroup-solution-sub {
  width: 350px;
  right: -350px;
}

div#ppm_welcom {
  background: linear-gradient(356deg, rgb(218 221 255) 0%, rgb(247 248 255) 100%);
}

.product_welcome .homePage-mainInfo-d {
  width: 45.5%;

  /* width: 50%; */
  margin: auto 0px;
}

.product_welcome .homePage-mainInfo-input-d {
  background-color: #fff;
}

.product_welcome .homePage-mainInfo-fd {
  width: auto;
  margin-top: 0px;
}
.customerRecommendationHeader{
  display: flex !important;
 }
.customerRecommendationHeader_mob{
  display: none !important;
}
.product_welcome_wrap {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
}

.allmenuul {
  float: right;
}

.navgroup-8m {
  /* width: 250px; */
  width: 280px;
}

.navgroup-product {
  /* width: 270px; */
  width: 250px;
}

.navgroup-solution {
  width: 260px;
}

.navgroup-client {
  left: -430px;
}

.navgroup-resource {
  width: 260px;
}

.navgroup_all {
  width: 250px;
}

.navgroup_digital {
  width: 260px;
}

.client_box {
  background-color: #fff;
}

.navgroup-sub .wrap {
  background-color: #e6e6ed;
}

.nav li:hover .navgroup {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translateY(0em);
}

.client_menu_btn_list {
  display: flex;
  justify-content: space-around;
  height: 60px;
}

#welcome {
  background: #000;
  color: #fff;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.wel_img_d {
  width: 100%;
}

#welcome .overlay {
  background: linear-gradient(-45deg,
      rgba(8, 107, 105, 0.75),
      rgba(45, 59, 66, 0.75),
      rgba(52, 82, 122, 0.75));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.welcome-slide__image {
  width: 100%;
  height: 100vh;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

/* a#logo {
  float: left;
  margin: 0.75em 1em 0.35em 0; */
/* width: 262px; */
/* } */
a#logo {
  float: left;
  margin: 1.1em 1.5em 0.85em 0;
  display: inline-block;
  height: 48px;
}



nav a.toplevel100 {
  z-index: 99;
  color: #181f38;
  font-size: 0.925em;
  padding: 1.55em 1.125em;
  font-weight: normal;
  position: relative;
}

nav a.toplevel {
  z-index: 99;
  color: #000;
  /* font-size: 16px; */
  padding: 1.55em 0.25em;
  font-weight: normal;
  position: relative;
}

nav a.toplevel {
  z-index: 99;
  color: #000;
  font-size: 0.925em;
  padding: 1.25em 1.125em;
  font-weight: normal;
  position: relative;
}

@media (min-width: 1021px) {

  nav a.toplevel {
    box-sizing: border-box;
    /* font-size: 16px!important; */
    font-size: 0.975em;
    padding: 1.55em 0.21em;
    font-weight: 500;
  }

  header.dark {
    box-sizing: border-box;
    /* border-bottom: 1px solid #d1d1d1; */
  }
}

.homePage-mainInfo-d {

  width: 50%;
  /*max-width: 624px;*/
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0px;
  margin-top: 50px;
}

.welcome-image-d {
  display: inline-block;
  flex-shrink: 0;
  margin-top: -20px;
}

.homePage-mainInfo-fd {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.homePage-mainInfo-su {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
}

.homePage-mainInfo {
  background-color: #fff;

}

.homePage-main-text {
  color: #181f38;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 6rem;
  /* font-size: 3rem;
  line-height: 4.8rem; */
  padding: 40px 0 0 0;
}

.ppmPage-main-text {
  color: #181f38;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 4.2rem;
  padding-bottom: 0px;
}

.homePage-main-text_f {
  color: #181f38;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.3rem;
  /* padding: 20px 0 0 0; */
  padding: 15px 0 0 0;
}

.homePage-main-text_f02 {
  /* color: #181f38;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 2.8rem;
  padding: 15px 0 0 0; */
  color: #41434a;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 3.0rem;
  padding: 10px 0 0 0;
}

.homePage-mainInfo-input-d {
  /* margin-top: 20px;
  border: 2px solid #d5d5d5;
  border-radius: 15px;
  width: 90%;
  height: 68px;
  position: relative;
  background: #fff; */
  margin-top: 30px;
  border: 2px solid #d5d5d5;
  border-radius: 15px;
  width: 90%;
  height: 68px;
  position: relative;
}

.homePage-mainInfo-input-d-content {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  /* padding: 0px 20px 0px 20px; */
  flex-direction: column;
  justify-content: center;
}

.homePage-mainInfo-input-d-content-f {
  display: flex;
  width: 98.5%;
  height: 50px;
  line-height: 50px;
  justify-content: space-between;
}

.homePage-mainInfo-input-d-content-f>.emailText {
  color: #ccc;
}

a.getStartBtn {
  color: #fff;
  background-image: linear-gradient(267deg, #00c1ab 0%, #00d7bd 100%);
  line-height: 36px;
  width: 100px;
  text-align: center;
  cursor: auto;
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 30px 0;
  padding: 10px 30px;
}

a.getStartBtn {
  cursor: pointer;
}

.horizontalLine {
  border-bottom: 1px solid #9fa5b6;
  width: 100%;
}

.clint-row-area {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding-top: 50px;
}

.homePage-client-list {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  margin: 20px 50px 0 50px;
  width: 75%;
}

.homePage-lineAreaText {
  color: #252830;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 52px;
}

.homePage-lineAreaText-d {
  text-align: center;
  flex-shrink: 0;
}

.homePage-lineArea {
  display: flex;

  justify-content: center;
  padding-top: 80px;
  padding-bottom: 15px;
}

.homePage-lineArea70 {
  display: flex;

  justify-content: center;
  padding-top: 70px;
  padding-bottom: 15px;
}

.homeCustomersArea {
  background-color: #fff;
  padding-bottom: 20px;
}

.homeCustomersAreaf6f6f6 {
  background-color: #f6f6f6;
  padding-bottom: 100px;
}

.lineWd {
  width: 90%;
}

.verticalCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homePage-blockArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 70px;
}

.homePage-blockArea .homeItem {
  width: 48.5%;
  padding-top: 20px;
  /* padding-left: 50px; */
  margin: 10px 0px;
}

.homeItem-title {
  /* font-weight: 600;
  font-size: 1.75rem;
  color: #252830;
  line-height: 40px;
  padding-bottom: 20px; */
  font-weight: 600;
  font-size: 1.5rem;
  color: #252830;
  line-height: 3rem;
}

.homeItem-contentText {
  font-weight: normal;
  font-size: 1rem;
  color: #131924;
  line-height: 2.4rem;
  padding-bottom: 20px;
}

.homeItem_more {
  color: #4941da;
  font-weight: 600;
}

.homeItem_more_d {
  margin-top: 0px;
}

.homeItem_top {
  padding: 40px 40px 30px 50px;
  border-radius: 25px 25px 0 0;
}

.homeItem_top02 {
  padding: 40px 50px 40px 50px;
  border-radius: 25px 0 0 25px;
  width: 90%;
}

.homeItem:hover {
  text-decoration: underline;
}

.homeCustomersLink {
  margin: 20px 0px 0px 0px;
  display: flex;
  justify-content: center;
}

.homeCustomersLink a {
  color: #0db92e;
  margin: 0px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  padding-bottom: 3px;
}

.homeCustomersTitle {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #333;
  line-height: 42px;
  width: 94%;
  margin: auto;
}

.homeCustomersMain {
  padding: 56px 0 0px 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.homeCustomersMain_right {
  padding: 60px 50px;
  border-radius: 0 25px 25px 0;
  background-color: #fff;
  position: relative;
  transition: all 0.25s linear;
  width: 300px;
}

.homeCustomersMain_right:hover {
  padding-top: 25px;
  transition: all 0.25s linear;
}

.homeCustomersMain_right_1 {
  font-size: 1.25rem;
  color: #555555;
  margin-bottom: 50px;
  line-height: 44px;
  line-height: 50px;
}

.homeCustomersMain_right_2 {
  position: absolute;
  bottom: 50px;
  /* padding: 0 40px 0 0; */
}

.page-wrap {
  overflow: hidden;
}

.pageFooterWarp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* background-color: #f6f6f6; */
  line-height: 36px;
  padding: 50px 0 25px 0;
  align-items: flex-start;
  border-top: 0px #fff solid;
}

.pageFooterColumn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*  */
  margin-left: 0px;
}

.pageFooterColumn>.pageFooterItem {
  list-style-type: none;
  margin-bottom: 32px;
  margin-right: 20px;
  text-align: right;
}

.pageFooterItem {
  list-style-type: none;
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: right;
}

.pageFooterItemTitle {
  /* color: #1a1d24; */
  color: #222222;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 40px;
}

.pageFooterItemTitle>a {
  color: #1a1d24;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 40px;
}

.pageFooterItemTitle a {
  color: #222222;

}

.pageFooterItemTitle :hover {
  text-decoration: underline;
}

.pageFooterItemSubFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.pageFooterItemSub>a {
  color: #131924;
  font-size: 0.92rem;
  padding: 3px;
}

.pageFooterItemSub a:hover {
  text-decoration: underline;
}

.foofer_pdf_c {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.foofer_pdf_c .pdficon {}

.foofer_pdf_c>div {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 38px;
  /* position: absolute;
left: 15px; */
}

.hover_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.hover_div>div {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 38px;
  /* position: absolute;
left: 15px; */
}

.pageFooterItemSub>a {
  /* color: #131924;
  font-size: 0.8rem;
  padding-left: 0px;
  line-height: 40px; */
  color: #131924;
  font-size: 0.92rem;
 padding: 3px 3px 3px 0;
}

.pageFooterItemSub .pageFooterItemSub_hide {
  display: none;
  position: absolute;
  /* padding-left: 25px;
  width: 250px; */
  padding-left: 32px;
  width: 270px;
  text-align: left;
}

.pageFooterItemSub .pageFooterItemSub_hide a {
  color: #6043ff;
  font-size: 0.90rem;
}

.pageFooterItemSub .pageFooterItemSub_hide:hover {
  display: block;
}

.pageFooterItemSub .pageFooterItemSub_hide_a {
  display: none;
  position: absolute;
  padding-left: 10px;
  width: 250px;
  text-align: left;
}

.pageFooterItemSub .pageFooterItemSub_hide_a a {
  color: #6043ff;
}

.pageFooterItemSub .pageFooterItemSub_hide_a:hover {
  display: block;
}

.pageFooterItemSub .hover_a:hover+.hover_div .pageFooterItemSub_hide_a {
  display: block;
}

.pageFooterItemSub .pdficon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  padding-bottom: 2px;
}

.pageFooterItemSub a:hover {
  text-decoration: underline;
}

.pageFooterItemSub {
  padding-bottom: 0px;
}

.pageFooterItemSub2 {
  padding-bottom: 15px;
}

.siteRightInfo {
  /* background-color: #f6f6f6;
  text-align: center;
  color: #131924;
  font-size: 0.85rem;
  padding: 40px;
  line-height: 32px;
  border-top: #dbdbdb 1px solid; */
  background-color: #e7e7e7;
  text-align: center;
  padding: 40px 24px;
  font-size: 0.90rem;
  line-height: 40px;
}

.search-container {
  width: 50px;
  float: right;
  height: 50px;
}

.homeItem_bottom {
  border-radius: 0 0 25px 25px;
}

.homeItem_bottom>img {
  width: 100%;
  margin-top: -20px;
}

.homeCustomersMain_wrap {
  border-radius: 25px;
  box-shadow: #ddd 0px 0px 30px;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}

.homeCustomersMain_wrap:hover {
  box-shadow: #ddd 0px 0px 30px;
}

.homeCustomersMain_left>img {
  width: 100%;
  height: 100%;
}

div#homeCustomersArea2 .homePage-mainInfo-input-d {
  width: 40%;
  margin: 20px auto;
}

nav li:hover {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.navgroup_srm_scenarios {
  width: 250px;
}

.navgroup_srm_features {
  width: 250px;
}

.navgroup_srm_advantages {
  width: 280px;
}

.navgroup_srm_qa {
  width: 250px;
}

.navgroup_srm_solutions {
  width: 330px;
}

.navgroup_ppm_scenarios {
  width: 350px;
}

.navgroup_ppm_features {
  width: 250px;
}

.navgroup_ppm_advantages {
  width: 290px;
}

.navgroup_ppm_qa {
  width: 250px;
}

.navgroup_ppm_solutions {
  width: 280px;
}

.navgroup_ts_scenarios {
  width: 320px;
}

.product-blockArea_row {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.producterp-blockArea_row {
  display: flex;
  flex-direction: column;
}

.blockArea_row_head_title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  }

.blockArea_row_head_title a:hover {
  cursor: pointer;

  transition: all 0.25s linear;
  text-decoration-thickness: 1px;
}

.blockArea_row_head_titletop {
  text-align: center;

  font-size: 3rem;
  font-weight: 600;
  padding-top: 40px;
}

.ppm_gps {
  color: #ff6d00;
  font-weight: 600;
  padding-top: 80px;
}

.blockArea_row_head_titlef {
  text-align: center;
  color: #444258;
  font-size: 20px;
  padding: 6px 0 29px 0;
  font-family: "Arial", "Helvetica", "sans-serif";
  line-height: 40px;
}

.blockArea_row_head_titlef_new {
  margin: 0 auto;
  color: #444258;
  font-size: 20px;
  padding: 6px 0 32px 0;
  font-family: "Arial", "Helvetica", "sans-serif";
  line-height: 40px;
}

.blockArea_row_wrap {
  display: flex;
  justify-content: center;
}
.blockArea_row_wrap_b60 {
  display: flex;
  justify-content: center;padding-bottom:60px;
}
.ppm_ticket {
  color: #2925f5;
  font-weight: 600;
  padding-top: 40px;
}

.ppm_atm {
  color: #04bf1f;
  font-weight: 600;
}

.blockArea_row_item>img {
  width: 100%;
  height: auto;
}

.product-blockArea {
  margin-top: 40px;
  padding-bottom: 100px;
}

.kanbanproduct-blockArea {
  margin-top: 40px;
  padding-bottom: 0px;
}

.ppm_gains {
  color: #04bf1f;
  font-weight: 600;
}

.ppm_gains_wrap {
  display: flex;
  flex-direction: row;
  margin: 15px 0px;
}

.ppm_gains_wrap>div {
  margin: 0px 15px;
}

.ppm_gains_item1,
.ppm_gains_item4 {
  flex-basis: 66%;
}

.ppm_gains_item1 {
  height: 100%;
  width: auto;
}

.ppm_gains_item3,
.ppm_gains_item4 {
  padding: 50px;
}

.ppm_gains_item2 {
  padding: 50px 50px 0px 50px;
  flex-basis: 24%;
  background-color: #eeeeee;
}

.ppm_gains_item3 {
  flex-basis: 34%;
  background-color: #eeeeee;
}

.ppm_gains_item4 {
  background-color: #83fad2;
  color: #fff;
}

.ppm_gains_item2,
.ppm_gains_item3 {
  grid-column-start: span 1;
}

.ppm_gains_item2,
.ppm_gains_item3,
.ppm_gains_item4 {
  border-radius: 25px;
}

.ppm_gps_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  color: #252830;
}

.ppm_atlas_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffe6c3;
}

.blockArea_row_item {
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_item11 {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.blockArea_row_item12 {
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_item13 {
  overflow: hidden;
}

.blockArea_row_item_title,
.blockArea_row_item_desc {
  padding: 0 20px 20px 35px;
  line-height: 32px;
  font-size: 1rem;
}

.blockArea_row_item_title,
.blockArea_row_item_desc20 {
  padding: 0px 20px 36px 20px;
  line-height: 24px;
}


.blockArea_row_item_title,
.blockArea_row_item_desc15 {
  padding: 15px 20px 25px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #444258;
}



.blockArea_row_item_title {
  font-size: 1.55em;
  padding: 45px 30px 2px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 40px;
}

.blockArea_row_item_title_n {
  font-size: 1.55em;
  padding: 45px 30px 25px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 40px;
}


.blockArea_row_item_title02 {
  font-size: 1.55em;
  padding: 32px 30px 2px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 40px;
}

.blockArea_row_item_title03 {
  font-size: 1.55em;
  padding: 32px 30px 2px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 32px;
}

.blockArea_row_item_title04 {
  font-size: 1.55em;
  padding: 45px 20px 2px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 40px;
}

.blockArea_row_item_title05 {
  font-size: 20px;
  padding: 32px 30px 20px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 32px;
}


.ppm_blockArea .ppm_paperticket_item .blockArea_row_item_title {
  color: #fff;
}

.ppm_blockArea .ppm_paperticket_item .blockArea_row_item_desc {
  color: #fff;
}

.ppm_blockArea .blockArea_row_item_title {
  color: #252830;
}

.ppm_blockArea .blockArea_row_item_desc {
  color: #333;
}

.ppm_ticket_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffe1d5;
  color: #fff;
}

.ppm_atm_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.ppm_calculator_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #a1ebda;
}

.ppm_paperticket_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #070708;
  color: #fff;
}

.ppm_atlas_item>.blockArea_row_item_title {
  color: #000;
}

.ppm_ticket_item {
  background-color: #cfebff;
}

.productClientLogoPic_d {
  padding: 40px 0px 100px 0;
}

.productClientLogoPic_d img {
  width: auto;
  padding: 40px 0;
}

.productClientLogoPic_wrap {
  padding: 24px 80px;
  border-radius: 25px;
  background-color: #fff;
}

.product_welcome {
  height: 596px;
}

.banner_wrap {
  position: absolute;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.banner_wrap img {
  width: 100%;
}

.product-blockArea .blockArea_row_common_item {
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-blockArea .blockArea_row_common_item img {
  height: 100%;
  width: auto;
}

.product-blockArea .blockArea_row_common_item1 {
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-blockArea .blockArea_row_common_item1 img {
  height: 100%;
  width: 100%;
}

.homeClientListPicArea {
  background-color: #f6f6f6;
}

.blockArea_row_wrap .blockArea_row_item {
  margin: 15px;
}

.blockArea_row_wrap .blockArea_row_item12 {
  margin: 10px 12px 0 12px;
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_wrap .blockArea_row_item10 {
  margin: 10px 15px 0 15px;
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_wrap .blockArea_row_item5 {
  margin: 10px 5px 0 5px;
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_wrap .erpblockArea_row_item {
  margin: 5px 0px 0 5px;
}

.product-blockArea .blockArea_row_common_item_col {
  margin: 0px;
  background-color: transparent;
}

li.home-link:hover a {
  color: #04bf1f;
}

div#nav>ul>li:hover>a {
  color: #04bf1f;
}

.moduleTitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #04454d;
  padding-top: 40px;
}

.moduleTitlef {
  text-align: center;
  color: #444258;
  font-size: 20px;
  line-height: 42px;
  padding-bottom: 30px;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.moduleTitlef-text {
  text-align: center;
  color: #444258;
  font-size: 16px;
  line-height: 36px;
  padding: 30px 0 40px 0;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.moduleTitlef-text-l {
  text-align: left;
  color: #444258;
  margin: 0px 40px;

  font-size: 16px;
  line-height: 36px;
}

.moduleTitlef-text-l ul li {
  width: 48%;
  float: left;
}

.moduleTitlef_Price {
  color: #444258;
  font-size: 22px;
  padding-bottom: 20px;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.header_wrap {
  height: 75px;
}

.productPrice_formDilog {
  position: fixed;
  width: 500px;
  height: 300px;
  /* height: auto; */
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
  padding: 80px 70px;
  background-color: #fff;
  z-index: 999;
  display: none;
  border-radius: 15px;
  box-shadow: 0px 0px 30px #2222222a;
}

.productPrice_formDilog .title {
  color: #2f354c;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
}

.productPrice_formDilog .titlef {
  color: #727272;
  font-size: 18px;
  text-align: center;
  margin: 20px 0px;
}

.productPrice_formDilog input {
  height: 60px;
  width: 100%;
  color: #ebebf2;
  background-color: #ebebf2;
  font-size: 0.875em;
  line-height: 2rem;
  text-indent: 10px;
  border: 0px;
  border-radius: 10px;
}

.productPrice_formDilog input:focus {
  border: 1px solid #08cf65;
}

.productPrice_formDilog .commonButtonStyle {
  margin-top: 20px;
  background-color: #ff7f00;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  width: 100%;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close_top_right_btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.errorInput {
  border: 2px solid red !important;
}

.product_bottom_title {
  color: #252830;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  padding-top: 80px;
}

.product_bottom_input_wrap {
  display: flex;
  justify-content: center;
  padding: 0px 0 100px 0px;
  background-color: #fff;
}

.product_bottom_input_wrap .homePage-mainInfo-input-d {
  width: 38rem;
}

div#crm_welcom .homePage-mainInfo-d {
  padding: 36px 60px;
  border-radius: 25px;
  width: 600px;
  /* background-color: white; */
  opacity: 0.95;
}

.blockArea_row_erp_item1_1,
.blockArea_row_erp_item2_1 {
  flex-basis: 37%;
}

.blockArea_row_erp_item1_2,
.blockArea_row_erp_item2_2 {
  flex-basis: 63%;
}

.imgBox {
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
  margin: 20px auto 100px auto;
  width: 84%;
  text-align: center;
}

.homePage-blockArea .homeItem:hover {
  cursor: pointer;
}

.wokEmailInputClass {
  border: none;
  text-indent: 20px;
  /* line-height: 36px; */
  font-size: 1.125rem;
  outline-style: none;
  width: 94%;
}

.getStartBtn:hover {
  cursor: pointer;
}

.redBorder {
  border-color: red !important;
}

.start8mErrord {
  position: absolute;
  bottom: 3px;
  font-size: 0.9rem;
  color: red;
  padding-left: 20px;
}



div#kanban_welcome {
  background-image: linear-gradient(267deg, #835bff 0%, #771fff 100%);

}

div#kanbanCase_welcome {
  background-color: #5b608b;
  height: auto;
  padding: 20px;
}

div#kanbanCase_welcome .product_welcome_wrap {
  justify-content: space-around;
  align-items: center;
  height: auto;
}

div#kanban_welcome .ppmPage-main-text {
  color: #fff;
}

div#kanban_welcome .homePage-main-text_f {
  color: #fff;
}

.product_welcome_right img {
  width: 100%;
  height: auto;
}

.kanban_blockArea_row1_wrap>div {
  width: 48%;
}

.kanban_blockArea_row2_wrap>div {
  width: 48%;
}

.kanban_blockArea_row1_wrap>div img {
  width: 100%;
  height: 100%;
}

.kanban_blockArea_row2_wrap>div img {
  width: 100%;
}

.kanban_blockArea .blockArea_row_head_title {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 48px;
}

.kanban_blockArea .stack_item {
  margin: 5px 0px;
  flex: 1 1 auto;
  transition: all linear 0.3s;
  position: relative;
  border-radius: 5px;
}

.kanban_blockArea .blockArea_row_switch_item {
  border-radius: 0px;
  background-color: transparent;
  align-items: center;
}

.kanban_blockArea .switch_img_d {
  flex: 0 0 auto;
  width: 100%;
  order: 2;
  transition: all 0.5s;
  background-color: #f6f6f6;
}

.blockArea_row_switch_img_box {
  display: flex;
  height: 100%;
}

.blockArea_row_switch_img_box_wrap {
  position: relative;
  left: 0px;
  height: 100%;
  transition: all linear 0.5s;
}

.blockArea_row_switch_item .blockArea_row_item_title {
  padding: 15px 40px 5px 45px;
  font-size: 1.5rem;
}

.stack_item_select {
  /* border-radius: 25px; */
  box-shadow: 0px 0px 10px rgb(192, 199, 210, 0.9);
  background: #fff;
}

div#kanban_switch_item1.stack_item_select::after {
  background-color: #8a5fff;
}

div#kanban_switch_item2.stack_item_select::after {
  background-color: #0fa3ff;
}

div#kanban_switch_item3.stack_item_select::after {
  background-color: #04d8bf;
}

.stack_item_select::after {
  border-radius: 0.3rem 0px 0px 0.3rem;
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0.5rem;
}

.kanban_blockArea .grid_container {
  display: flex;
  position: absolute;
  margin-top: 40px;
}

.grid_container_item img {
  width: 100%;
  height: auto;
}

.kanban_blockArea .grid_container .grid_container_item {
  margin: 0px 10px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgb(192, 199, 210, 0.9);
  overflow: hidden;
  flex: 0 0 auto;
  width: 400px;
}

.kanban_blockArea .grid_container .kanbanCase_item {
  margin: 30px 10px;

  flex: 0 0 auto;
  width: 400px;
}

.grid_container_arrowGroup {
  float: right;
  display: flex;
}

.grid_container_arrowGroup .arrow_tbn {
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background-color: #0de1c8;
  display: flex;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
}

.grid_container_arrowGroup .arrow_tbn:hover {
  cursor: pointer;
}

.kanban_blockArea .grid_container_wrap {
  height: 380px;
  position: relative;
}

.blockArea_row_wrap_kanban_explore {
  justify-content: space-between;
}

.blockArea_row_wrap_kanban_explore_iteml {
  flex-basis: 70%;
  color: #2f354c;
  padding-left: 10px;
}

.kanbanCase_banner_title {
  font-size: 2em;
  color: #f3ff00;
  font-weight: 600;
  text-align: center;
  padding: 20px 0px;
}

.kanbanCase_banner_titlef {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.kanbanCase_banner_start8mContainer {
  width: 50%;
  margin: 20px 0px;
}

.stack_item:hover {
  cursor: pointer;
}

.kanbanCase_list_blockArea {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.kanbanCase_list_blockArea .kanbanCase_item {
  width: 30%;
  background-color: #fff;
}

.kanbanCase_item:hover {
  box-shadow: rgb(9 30 66 / 15%) 0px 0.5rem 1rem 0px;
  cursor: pointer;
  background-color: #434258;
}

.kanbanCase_item:hover .kanbanCase_item_title {
  color: #00ffad;
}

.kanbanCase_item:hover .kanbanCase_item_desc {
  color: #fff;
}

.kanbanCase_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0px;
  border-radius: 12px;
  overflow: hidden;
  color: #000;
  box-shadow: 0px 0px 15px rgb(192 199 210 / 80%);
}

.kanbanCase_item img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.kanbanCase_item .kanbanCase_item_title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 3px;
}

.kanbanCase_item_text_wrap {
  padding-left: 10%;
  padding-bottom: 20px;
}

.kanbantext {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding-bottom: 30px;
}

.kanbanCase_item_desc {
  color: #252830;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 8px;
}

.ppm_item_more_c {
  text-align: left;
  display: none;
  font-size: 16px;
  color: #333;
  padding: 20px 20px 0 20px;
  line-height: 32px;
}

.switch_img_d img {
  width: 100%;
}

.returnHomeImg {
  margin: 0px 0 0 15px;
}

a.noClick {
  pointer-events: none;
}

.noClick {
  pointer-events: none;
}

a.noClick:hover {
  cursor: default;
}

.textUnderlined {
  position: relative;
  padding: 0.28em 0px;
}

.textUnderlined::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0;
  -webkit-mask-image: url("/img/line.png");
  mask-image: url("/img/line.png");
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  mask-size: 0px 10px;
  -webkit-mask-size: 0px 10px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

.textUnderlined--color-index1::before {
  background-color: rgb(103 202 255);
}

.textUnderlined--color-index2::before {
  background-color: rgb(193 157 255);
}

.textUnderlined--color-index3::before {
  background-color: rgb(243 108 229);
}

.textUnderlined--color-index4::before {
  background-color: rgb(139 131 253);
}

.textUnderlined--color-index5::before {
  background-color: rgb(247 246 240);
}

.textUnderlined--color-index6::before {
  background-color: rgb(103 230 255);
}

.textUnderlined--color-index7::before {
  background-color: rgb(103 230 255);
}

.textUnderlined--color-index9::before {
  background-color: rgb(198 129 245);
}

.textUnderlined--color-index10::before {
  background-color: rgb(255 176 14);
}

.textUnderlined--color-index11::before {
  background-color: rgb(104 223 255);
}

.textUnderlined--color-index12::before {
  background-color: rgb(108 235 150);
}

.textUnderlined--color-index13::before {
  background-color: rgb(82 251 255);
}

.textUnderlined-animation::before {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: highlight;
}

@keyframes highlight {
  1% {
    width: 6%;
    -webkit-mask-size: 6% 10px;
    mask-size: 6% 10px;
  }

  25% {
    width: 25%;
    -webkit-mask-size: 25% 10px;
    mask-size: 25% 10px;
  }

  50% {
    width: 50%;
    -webkit-mask-size: 50% 10px;
    mask-size: 50% 10px;
  }

  75% {
    width: 75%;
    -webkit-mask-size: 75% 10px;
    mask-size: 75% 10px;
  }

  100% {
    width: 100%;
    -webkit-mask-size: 100% 10px;
    mask-size: 100% 10px;
  }
}

section#why8mSection {
  background-color: #fff;
}

section#why8mSection .section_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  padding: 20px 10px;
}

section#why8mSection .section_wrap .title {
  text-align: center;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  color: #252830;
}

section#why8mSection .section_wrap .ftitle {
  text-align: center;
  color: rgb(94, 91, 255);
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

section#why8mSection .section_wrap .ftitle02 {
  font-weight: 600;
  padding: 30px 0 0px 0;
  font-size: 30px;
  color: #333;
  line-height: 48px;
  text-align: center;
}

.topImg {
  padding: 20px 0 0 0;
}

section#futureproofSection .section_wrap .topImg,
section#why8mSection .section_wrap .topImg {
  text-align: center;
  margin: 20px 0px;
}

section#why8mSection2 .section_wrap .title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #2925f5;
  line-height: 48px;
}

section#why8mSection2 .section_wrap .title2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #2925f5;
}

section#why8mSection2 .section_wrap .title3 {
  text-align: center;
  color: #333;
  margin: 10px 0 30px 0;
  font-size: 20px;
  line-height: 36px;
}

section#why8mSection3 .section_wrap>.title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
  padding-bottom: 20px;
}

section#why8mSection3 .section_wrap .block_area .title,
section#advantage3 .section_wrap .block_area .title {
  font-size: 1.625em;
  font-weight: 600;
  color: #252830;
  line-height: 42px;
}

section#why8mSection3 .section_wrap .block_area .desc,
section#advantage3 .section_wrap .block_area .desc {
  font-size: 16px;
  line-height: 36px;
  color: #131924;
  padding-top: 15px;
}

section#why8mSection3 .section_wrap .block_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#why8mSection3 .section_wrap .block_area .item,
section#advantage3 .section_wrap .block_area .item {
  border-radius: 25px;
  width: 44%;
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 60px;
}

section#why8mSection3 .section_wrap .block_area .item .leftImg,
section#advantage3 .section_wrap .block_area .item .leftImg {
  position: absolute;
  left: 0px;
  top: 33%;
  margin-top: -50px;
}

section#why8mSection3 .section_wrap .block_area .item .leftImg img,
section#advantage3 .section_wrap .block_area .item .leftImg img {
  width: auto;
  height: 200px;
}

section#why8mSection3 .section_wrap .block_area .item .item_wrap,
section#advantage3 .section_wrap .block_area .item .item_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

section#why8mSection3 .section_wrap .block_area .item .item_wrap .text_area,
section#advantage3 .section_wrap .block_area .item .item_wrap .text_area {
  padding: 40px 30px 35px 45px;
}

section#why8mSection4 .section_wrap .title {
  text-align: center;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
}

section#why8mSection4 .section_wrap .block_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#why8mSection4 .section_wrap .block_area .item {
  width: 30%;
}

section.cardBottomSection .section_wrap>.title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
  margin-bottom: 40px;
  line-height: 50px;
}

section.cardBottomSection .section_wrap .block_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.cardBottomSection .section_wrap .item {
  width: 30%;
  box-shadow: 0px 0px 15px rgb(233 233 233);
  border-radius: 26px;
  padding-bottom: 30px;
  background-color: #fff;
}

section.cardBottomSection .section_wrap .item img {
  border-radius: 25px;
}

/* section.cardBottomSection .section_wrap .item:hover {
  background-color: #04454d;
  cursor: pointer;
}

section.cardBottomSection .section_wrap .item:hover .text_area > .title {
  color: #fff;
}

section.cardBottomSection .section_wrap .item:hover .text_area > .desc {
  color: #fff;
}

section.cardBottomSection
  .section_wrap
  .item:hover
  .text_area
  > .commonButtonStyle {
  color: #000;
  background-color: #fff;
} */

section.cardBottomSection .section_wrap .item .text_area {
  padding: 10px 60px;
  position: relative;
}

section.cardBottomSection .section_wrap .item .text_area>.title {
  font-size: 1.625em;
  font-weight: 600;
  color: #252830;
}

section.cardBottomSection .section_wrap .item .text_area .desc {
  font-size: 16px;
  color: #333;

  line-height: 32px;
  padding-top: 15px;
}

section.cardBottomSection .section_wrap .item .commonButtonStyle {
  border-radius: 10px;
  padding: 0.55rem 1rem;
}

section.cardBottomSection .section_wrap .item .requestBtn {
  background-color: #ff6600;
}

section.cardBottomSection .section_wrap .item .demoBtn {
  background-color: #008263;
}

section.cardBottomSection .section_wrap .item .tryBtn {
  background-color: #6262e7;
}

section#digitalSection {
  background-color: #edebff;
}

section#digitalSection {
  background-color: #edebff;
}

section#digitalSection .section_wrap>.title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
}

section#digitalSection .section_wrap>.title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
  padding: 30px 0px;
}

section#digitalSection .section_wrap .topImg {
  text-align: center;
}

section#digitalSection2 {
  background-color: #f6f6f6;
}

section#digitalSection2 .section_wrap .block_area>.block_row {
  margin-bottom: 80px;
}

section#advantage .section_wrap .topImg {
  text-align: center;
}

section#advantage2 {
  background-color: #ffffff;
}

section#advantage2 .advantage2Title {
  text-align: center;
  color: #9898c1;
  font-size: 18px;
  line-height: 40px;
  margin: 5px 0 40px 0;
}

section#advantage2 .advantage2Title02 {
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 42px;
  font-weight: 600;
}

section#advantage2 .commonSectionTile {
  color: #2925f5;
  font-size: 2rem;
}

section#advantage3 {
  background-color: #f6f6f6;
}

section#advantage3 .section_wrap .block_area_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block_row_item {
  font-size: 16px;
  width: 75%;
  line-height: 32px;
  color: #131924;
  /*padding-right: 50px;*/
  vertical-align: middle;
  margin: auto 0;
}

.text_area {
  padding: 0 30px;
}


.brighttext {
  color: #826bff;
  font-weight: 600;
}

.desc {
  font-size: 16px;
  color: #111;
  line-height: 36px;
}

a#mobReturnHome {
  position: absolute;

  /* position: absolute; */
  left: 0px;
  top: 15px;
}

header#mobHeader {
  background-color: #fff;
  position: fixed;
  max-height: 90%;
  overflow: scroll;
}

header#mobHeader a {
  color: #252830;
  font-size: 1.1rem;
}

.mobMenuWrap {
  /* padding: 0px 50px; */
  background-color: #fff;
}

.mobMenuMainItem {
  background-color: #fff;
  padding: 20px 0px;
  /* position: fixed; */
  /* width: 100%; */
  /* margin-bottom: 60px; */
}

.mobMenuItem {
  padding: 1em 1.5em;
  box-sizing: border-box;
}

.mobMenuItem .mainItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mobMenuItem .mainItem .menuTitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #252830;
}

.mobMenuItem .subMobMenuItem {
  display: none;

  font-size: 1.1rem;
}

.mobMenuItem .subMobMenuItem a {
  font-size: 1.1rem;
}

.mobMenuItem .subMobMenuItem>div {
  font-size: 1.1rem;
}

.mobMenuItem .subMobMenuItem>div {
  margin: 1em 0px;
}



a#mobReturnHome {
  display: none;
}

a#mobstart8m {
  display: none;
  margin-top: 8px;
  width: auto;
}

/* ourHistory */
section#ourHistory .block_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0 auto;

}

section#ourHistory .block_area .item {
  width: 30%;
  margin: 10px;
  font-size: 40px;
}

section#ourHistory .block_area .item .yearTitle {
  color: #04bf89;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  background-image: url("../images/yearbg_1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
}

section#ourHistory .block_area .item .textAreaTitle {
  color: #009768;
  font-size: 0.525em;
  font-weight: 600;
  text-align: center;
  min-height: 50px;
  padding: 30px 0 0px 0;
}

section#ourHistory .ourHistoryCol {
  display: none;
}

section#ourHistory .block_area .item .line {
  margin: 20px 0px;
  height: 1px;
  background-color: #00a55e;
}

section#ourHistory .block_area .item .textAreaContent {
  color: #181f38;
  font-size: 16px;
  min-height: 230px;
  line-height: 32px;
}

section#ourHistory .block_area .item .textAreaContent2 {
  color: #181f38;
  font-size: 16px;
  min-height: 195px;
  line-height: 32px;
}

section#ourHistory .block_area .item .textAreaContent3 {
  color: #181f38;
  font-size: 16px;
  min-height: 167px;
  line-height: 32px;
}

.horizontalBarDiv {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.horizontalBarDiv .horizontalBar {
  height: 8px;
  border-radius: 25px;
  background-color: #fff;
  width: 80px;
  margin: 20px 10px;
}

.horizontalBarDiv .horizontalBar:hover {
  background-color: #b9d9d2;
  cursor: pointer;
}

.horizontalBarDiv .horizontalBar.activity {
  background-color: #04bf1f;
}

.boss_block {
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  padding: 40px 0px;
  width: 92%;
}

.boss_block>.boss_block_left {
  width: 25%;
  margin: 0 auto;
}

.boss_block>.boss_block_right {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 70px 25px 70px;
}

.boss_block>.boss_block_right .boss_block_rightTop {
  color: #2f4034;
  font-size: 18px;
  position: relative;
  line-height: 40px;
  padding: 0 40px;
}

.boss_block>.boss_block_right .boss_block_rightTop img {
  top: -46px;
  right: -29px;
  position: absolute;
  padding: 0 20px 0 70px;
}

.boss_block>.boss_block_right .boss_block_rightBottom {
  color: #00ad4a;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0 0 40px;
}

div#aboutUs_welcome {
  background-color: #c5eeeb;
}

section.aboutUsCardBottomSection .section_wrap .block_area {
  flex-wrap: nowrap;
  padding: 50px 0;
}

section.aboutUsCardBottomSection .section_wrap .item {
  background-color: #ebf5f3;
  flex: 1;
  margin: 0px 20px;
  width: auto;
  box-shadow: none;
}

section.aboutUsCardBottomSection .section_wrap .item .text_area {
  padding: 0px 40px;
}

section.aboutUsCardBottomSection .section_wrap .item .text_area .title {
  font-size: 28px;
  line-height: 42px;
  color: #181f38;
  font-weight: 600;
}

section.aboutUsCardBottomSection .section_wrap .item .text_area .desc {
  color: #181f38;
  font-size: 16px;
}

section.aboutUsCardBottomSection .section_wrap .item .alink {
  color: #007733;
  font-size: 16px;
  font-weight: 600;
}

.boss_block .boss_block_left img {
  margin-left: 80px;
}

section#ourHistory {
  background-color: #ebf5f3;
  padding: 80px 0;
}

.boss_section {
  padding: 90px 0px;
  background-color: #ebf5f3;
}

/* section.aboutUsCardBottomSection .section_wrap .item:hover {
  cursor: pointer;
}

section.aboutUsCardBottomSection .section_wrap .item:hover .alink {
  color: #00fcae;
}

section.aboutUsCardBottomSection .section_wrap .item:hover .text_area .title {
  color: #fff;
  font-weight: 600;
}

section.aboutUsCardBottomSection .section_wrap .item:hover .text_area .desc {
  color: #e8efeb;
} */

/* ourHistory */

.price_content_right_text_m {
  display: flex;
}

.price_content_right_text_m>.price_content_right_text_item {
  margin: 0 auto;
  flex: 1;
}

.Style-8 {
  width: 60%;
  padding: 3px 13px;
  color: #fff;
  border-radius: 6px;
  background-image: linear-gradient(312deg, #00c1ab 0%, #00d7bd 100%);
  font-size: 18px;
  margin: 0 2px;
}

.right_fixed_item_callUs {
  position: relative;
}

.right_fixed>.right_fixed_item_callUs .right_fixed_item_internal_left {
  text-align: center;
  background-color: #fff;
  top: 0px;
  height: 100%;
  border-radius: 6px;
  right: 5px;
  line-height: 60px;
  box-shadow: 0px 0px 22px #dedede;
  color: #03a4f4;
  font-size: 18px;
  font-weight: 600;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.clientTj_welcome_wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

.clientTj_welcome_wrap .banner_wrap {
  position: relative;
  width: auto;
  padding: 10px 0 40px 0;
}

.clientTj_welcome_wrap .textSelection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  padding: 30px 0 40px 25px;
  line-height: 6rem;
}

.clientTj_welcome_wrap .textSelection .title2 {
  font-size: 1.0em;
}

div#clientTj_welcom {
  background-color: #07d1ba;
}

.client_show_section {
  background-color: #ebf5f3;
}

.client_show_section .commonSectionTile {
  background-image: url("../images/line_1.png");
  background-repeat: no-repeat;
  background-position: center;
}

.client_show_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 20px auto 0 auto;
}

.client_show_box>.client_img_wrap {
  width: 18%;
  text-align: center;
  margin: 18px 10px;
  padding-top: 8px;
}

.client_show_section .client_show_box .client_img_wrap {
  border-radius: 25px;
  background-color: #fff;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.clientBoxTable .client_show_box .client_img_wrap {
  border-radius: 25px;
  background-color: #ebf5f3;
}

.clientBoxContainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}

.clientBoxContainer .clientBoxTable {
  flex: 0 0 auto;
  width: 100%;
}

.futureproofSection1 {
  background-color: #fff;
  padding: 64px 0px;
}

.futureproofWrap1 {
  justify-content: space-around;
}

.futureproofWrap1>.item {
  width: 30%;
}

.futureproofWrap1>.item>.title {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #6253f2;
  margin-bottom: 30px;
}

.futureproofWrap1>.item>.content {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  color: #555;
  line-height: 1.75em;
  padding: 0 36px;
}

.futureproofDiv2 {
  color: #333;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 17px;
  line-height: 36px;
}

.futureproofDiv2>div {
  margin: 0px 40px;
}

.futureproofSectionH {
  /*height: 500px;*/
}

.futureproofDiv3>div {
  border-radius: 25px;
  padding: 45px;
  margin: 10px;
}

.futureproofDivWrap {
  border-radius: 25px;
  overflow: hidden;
  /* background-color: #0f2d4c;*/
}

.futureproofDiv3 .title {
  font-size: 1.625em;

  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 42px;
}

section#futureproofSection {
  background-color: #edebff;
}

.erp_blockArea2 {
  background-color: #eef1ff;
}

.puzzle-container {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.puzzle-piece-wrap {
  display: flex;
  flex-wrap: wrap;
}

.puzzle-piece {
  padding: 16px 10px;
  background-color: #517aff;
  margin: 4px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* transition: all 0.3s;*/
  color: #ffffff;
  line-height: 24px;
  font-size: 15px;
  box-shadow: #e1e6f9 0px 0px 10px;
}

.puzzle-piece:hover {
  background-color: #ffda00 !important;
  color: #000000;
  cursor: pointer;
}

.puzzle-piece .puzzle-piece-sub-item-h {
  display: none;
  color: #dd5f43;
  padding-top: 5px;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item a {
  color: #000;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item:hover a {
  color: #2f60ff;
}

.puzzle-piece:hover .puzzle-piece-sub-item-h {
  display: block;
}

.puzzle-piece:hover .puzzle-piece-sub-item-s {
  display: none;
}

.puzzle-piece-link:hover {
  cursor: pointer;
}

.puzzle-piece-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.flex-basis60 {
  flex-basis: 60%;
}

.flex-basis50 {
  flex-basis: 50%;
}

.flex-basis-auto {
  flex-grow: 1;
}

.erp_transcend_item_l_text {
  font-size: 18px;
  padding: 0 35px 38px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-align: center;
}

.erp_switch_show_d {
  text-align: center;
}

.erp_switch_show_d>a {
  color: #7861ff;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0px auto;
  padding: 40px 20px;
}

.erp_switch_show_d>a:hover {
  cursor: pointer;
}

.erp_blockArea {
  margin-top: 0px;
  padding-bottom: 100px;
}

.erp_blockArea_fff {
  margin-top: 0px;
  padding-bottom: 80px;
}

.erphcmtext {
  font-size: 14px;
  /*opacity: 75%;*/
  font-weight: normal;
}

section#erpGridSection .grid-block-container {
  width: 100%;
}

.grid-block-container {
  width: 95%;
  margin-top: 5px;
  /* background-color: #ccc; */
}

.grid-block-container>.grid-block .item {
  background-color: #717191;
  margin: 5px;
  border-radius: 30px;
  flex: 1;
  min-height: 84px;
  text-align: center;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-block-container>.grid-block .item2 {
  background-color: #717191;
  margin: 4px;
  border-radius: 30px;
  flex: 1;
  min-height: 84px;
  text-align: center;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-block-container>.grid-block .item2:hover a {
  text-decoration: underline;
}

.grid-block-container>.grid-block .commonFlex_row {
  flex: 1;
}

.grid-block-container>.grid-block .commonFlex_column {
  flex: 1;
}

.flex-grow2 {
  flex-grow: 2 !important;
}

.flex1 {
  flex: 1 !important;
}

.flex2 {
  flex: 2 !important;
}

.flex3 {
  flex: 3 !important;
}

.flex4 {
  flex: 4 !important;
}

.flex-grow4 {
  flex-grow: 4 !important;
}

.flex-justify-content-center {
  justify-content: center;
}

.flex-align-items-start {
  align-items: start;
}

.grid-block-checkBox-container {
  background-color: #7a7aa9;
  padding: 18px 0px;
  border-radius: 15px;
}

.grid-block-checkBox-row-leftImg {
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 108px;
  margin-right: 60px;
}

.grid-block-checkBox-wrap {
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  padding-left: 5px;
  display: flex;
  flex-direction: row-reverse;
}

.grid-block-container>.grid-block span {
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 1px;
}

.grid-block-container>.grid-block .commonFlex_row:hover span a {
  text-decoration: underline;
}

.visible {
  visibility: visible !important;
}

.backgroundColor-projectEnterpriseItem,
.backgroundColor-projectEnterpriseItem a {
  background-color: #c8cfff !important;
  color: #000;
}

.backgroundColor-projectEssentialItem {
  background-color: #697793 !important;
  color: #fff;
}

.backgroundColor-projectBusinessItem {
  background-color: #5d7ee9 !important;
  color: #fff;
}

.backgroundColor-projectProcurementItem {
  background-color: #00b7a2 !important;
  color: #fff;
}

.grid-block-container>.grid-block .item:hover,
.grid-block-container>.grid-block .item2:hover {
  background-color: #ffda00 !important;
  color: #000000;
  cursor: pointer;
}

.grid-block-container>.grid-block .item:hover a,
.grid-block-container>.grid-block .item2:hover a {
  background-color: #ffda00 !important;
  color: #000000;
  cursor: pointer;
}

.backgroundColor-salesItem {
  background-color: #a1f2ff !important;
  color: #000000;
}

.backgroundColor-ecommerceItem {
  color: #000000;
  background-color: #45e5ff !important;
}

.backgroundColor-procurementItem {
  color: #fff;
  background-color: #8893ff !important;
}

.backgroundColor-clientProjectItem {
  background-color: #50ffc9 !important;
  color: #000000;
}

.backgroundColor-clientServiceItem {
  color: #000000;
  background-color: #fff !important;
}

.backgroundColor-projectItem {
  color: #000000;
  background-color: #50ffc9 !important;
}

.backgroundColor-serviceprojectItem {
  color: #000;
  background-color: #45e5ff !important;
}

.backgroundColor-serviceenterpriseItem {
  color: #000;
  background-color: #50ffc9 !important;
}

.backgroundColor-customersupportItem {
  color: #000;
  background-color: #fff !important;
}

.grid-select {
  position: relative;
  width: 300px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
}

.select-header {
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  /* background-color: #7e7e9b; */
  border-radius: 25px;
  font-size: 16px;
}

.selected-option {
  flex-grow: 1;
}

.arrow {
  font-size: 12px;
}

.options {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0px solid #ccc;
  background-color: #7d82e3;
  display: none;
}

.options li {
  padding: 5px 10px;
  font-size: 16px;
}

.options li:hover {
  background-color: #7177d7;
}

.grid-select-block-container .grid-block span {
  visibility: visible;
}

.backgroundColor-grid-l-blue,
.grid_row_lblue .item,
.backgroundColor-grid-l-blue a,
.grid_row_lblue .item a {
  background-color: #5d7ee9 !important;
  color: #fff;
}

.backgroundColor-grid-blue,
.grid_row_blue2 .item,
.grid_row_blue2 a {
  background-color: #d9ef4c !important;
  color: #000;
}

.backgroundColor-grid-blue,
.grid_row_blue .item,
.grid_row_blue a {
  background-color: #697793 !important;
  color: #fff;
}

.backgroundColor-grid-green,
.grid_row_green .item,
.grid_row_green a,
.backgroundColor-grid-green a {
  background-color: #b0bcff !important;
  color: #000;
}

.backgroundColor-grid-purple,
.grid_row_purple .item,
.backgroundColor-grid-purple a,
.grid_row_purple .item a {
  background-color: #00e7b8 !important;
  color: #000;
}

.backgroundColor-grid-white,
.grid_row_white .item,
.grid_row_white a {
  background-color: #57ccff !important;
  color: #000;
}

.backgroundColor-grid-yellow {
  background-color: #b190f7 !important;
  color: #fff;
}

.grid-block-checkBox-wrap>input {
  margin-left: 10px;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

.grid-block-checkBox-wrap>input:checked {
  background-color: #fff;
}

.grid-select-wrap {
  margin-left: 0px;
}

.grid-select-row {
  align-items: center;
  width: 100%;
  justify-content: center;
}

/*设置复选框描述文字为相对定位，因为下面要在此label下面设置两个伪类，基于它进行定位。*/
label.checkbox_label {
  position: relative;
  display: inline-block;
  padding: 2px 9px;
  -webkit-user-select: none;
  user-select: none;
  /*禁止选中label中的文字，因为勾选时双击了很容易选中*/
}

/*隐藏原生的input复选框*/
.grid_checkbox {
  opacity: 0;
}

/*after伪类生成固定大小的选框，边框颜色设置为灰色，定位到隐藏的checkbox位置上*/
label.checkbox_label::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: -15px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*原生checkbox hover时，此时自定义的伪类选框边框颜色变化为蓝色*/
.grid_checkbox:hover+label.checkbox_label::after {
  border-color: #61617d;
}

/*原生的checkbox选中后，对应的自定义选框添加边框颜色和背景颜色*/
.grid_checkbox:checked+label.checkbox_label::after {
  background-color: #61617d;
}

/*生的checkbox选中后，由于自定义的选框背景为纯色，故这里又定义了一个before伪类来模拟勾选的对勾，这里用一个盒子的边框模拟对勾选中符号*/
.grid_checkbox:checked+label.checkbox_label::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #fff;
  background-color: #61617d;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -11px;
  z-index: 2;
  box-sizing: border-box;
}

.grid_checkbox_wrap {
  display: flex;
  flex-direction: row-reverse;
}

.puzzle-piece a:hover,
.puzzle-piece li:hover a {
  text-decoration: underline;
  color: #2f60ff;
  cursor: pointer;
}

.puzzle-piece:hover a {
  color: #000;
}

.puzzle-piece a {
  color: #ffffff;
}

.grid-select-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-select-bar>div {
  margin: 40px 24px 40px 24px;

  border-radius: 28px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #4b5366;
  /* text-decoration: underline; */
  position: relative;
}

.grid-select-bar>div:hover,
.grid-select-bar>.active {
  /* color: #fff;
    transform: scale(1.1);
    background-color: #ff7c00;
   /* border: 2px #ffd3ae solid;*/
}

.grid-block {
  overflow: hidden;
}

.grid-block_whole_row {
  position: relative;
}

.grid-block-container>.grid-block .blankRow .item {
  background-color: transparent;
  cursor: auto;
}

.grid-block-container>.grid-block .blankRow .item:hover {
  background-color: transparent !important;
}

.puzzle-piece:hover a {
  text-decoration: underline;
}

.puzzle-piece a :hover {
  color: #2f60ff;
}

.puzzle-piece a:hover,
.flex-basis-auto :hover a {
  text-decoration: underline;
  color: #2f60ff;
  cursor: pointer;
}

.hyfa_topRight_div a>img:hover {
  cursor: pointer;
}

i.icon8m {
  background-image: url(../images/logo18-333_1.png);
  width: 18px;
  position: relative;
  height: 18px;
  display: inline-block;
  bottom: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-16 {
  background-image: url(../images/logo16-333.png);
  width: 16px;
  position: relative;
  height: 16px;
  display: inline-block;
  bottom: 1px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-fff {
  background-image: url(../images/logo18-fff.png);
  width: 18px;
  position: relative;
  height: 18px;
  display: inline-block;
  bottom: 0px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8mpurple {
  background-image: url(../images/logo18-purple.png);
  width: 18px;
  position: relative;
  height: 18px;
  display: inline-block;
  bottom: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
}


i.icon8m-n {
  background-image: url(../images/logo18-n_1.png);
  width: 18px;
  position: relative;
  height: 18px;
  display: inline-block;
  bottom: 2px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-48 {
  background-image: url(../images/logo48_1.png);
  width: 48px;
  position: relative;
  height: 48px;
  display: inline-block;
  bottom: 2px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-32-333 {
  background-image: url(../images/logo32-333.png);
  width: 32px;
  position: relative;
  height: 32px;
  display: inline-block;
  bottom: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-E56600 {
  background-image: url(../images/logo18-e56600.png);
  width: 18px;
  position: relative;
  height: 18px;
  display: inline-block;
  bottom: 2px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-title {
  background-image: url(../images/logo36_1.png);
  width: 38px;
  position: relative;
  height: 38px;
  display: inline-block;
  bottom: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-title01 {
  background-image: url(../images/logo36_1.png);
  width: 38px;
  position: relative;
  height: 38px;
  display: inline-block;
  bottom: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-009900 {
  background-image: url(../images/logo18-009900.png);
  width: 18px;
  position: relative;
  height: 18px;
  display: inline-block;
  bottom: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-banner {
  background-image: url(../images/logo22-333.png);
  width: 22px;
  position: relative;
  height: 22px;
  display: inline-block;
  bottom: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

i.icon8m-banner-f {
  background-image: url(../images/logo22-fff.png);
  width: 22px;
  position: relative;
  height: 22px;
  display: inline-block;
  bottom: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.hcm_grid_sub_list {
  align-items: flex-start;
}

.hcm_grid_sub_left {
  flex: none;
  flex-grow: 0.4;
  width: 15%;
}

.price_pdf_list_d {
  margin: 0px auto;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #08cf65;
  overflow: hidden;
}

.price_pdf_list_d .price_pdf_list_tile {
  background-color: #08cf65;
  padding: 12px 11px;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.price_pdf_list_d .price_pdf_list_tile:hover+.sub_price_pdf_list_d {
  display: block;
  position: relative;
  z-index: 1;
}

.price_pdf_list_d .sub_price_pdf_list_d:hover {
  display: block;
  position: relative;
  z-index: 1;
}

.price_pdf_list_d .sub_price_pdf_list_d {
  display: none;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  /* 过渡效果 */
  padding: 0px 10px;
  background-color: #fff;
}

.price_pdf_list_d .sub_price_pdf_list_d .price_pdf_list_item a {
  color: #08cf65;
  font-weight: normal;
  font-size: 0.95rem;
}

.price_pdf_list_d .sub_price_pdf_list_d .price_pdf_list_item {
  text-align: right;
  padding: 5px 0px;
}

.price_pdf_list_d .sub_price_pdf_list_d .price_pdf_list_item_border_b {
  border-bottom: 1px dashed #08cf65;
}


.price_pdf_list_section {
  position: relative;
}

.price_pdf_list_box {
  width: 100%;
  text-align: center;
  position: absolute;
}

.contactSalesProductBtn {
  background-color: #ffda00;
  color: #252830;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 34px;
}

.contactSalesIndexBtn {
  background-color: #ff9400;
  font-weight: 600;
  padding: 11px;
  font-size: 1rem;
  margin: 15px auto 0px auto;
}

.custom-select {
  position: relative;
  font-family: Arial, sans-serif;
}

.custom-select .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  cursor: pointer;
}

.custom-select .options {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.custom-select .options .option {
  padding: 10px;
  cursor: pointer;
}

.contactUsBtn {
  background-color: #00d0b8;
}

.contactUsNewbtn {
  background-color: #00d0b8;
  width: 108px;
  text-align: center;
  line-height: 40px;
  font-size: 1.1em;
  margin: 30px 20px 10px 0;
  padding: 10px 20px 10px 20px;
  font-weight: normal;
}

.freeTrial {
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);

}

.homeFreeTrialbtn {
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);
  width: 108px;
  text-align: center;
  line-height: 40px;
  font-size: 1.1em;
  margin: 30px 20px 10px 0;
  padding: 10px 20px 10px 20px;
  font-weight: normal;

}

.singleProductPriceArea .productPricebtnGroup .commonButtonStyle,
.singleProductPriceArea .productPricebtnGroup .price_pdf_list_tile {
  min-width: 190px;
  box-sizing: border-box;
}

.messageBoxPop {
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  height: 350px;
  margin-top: -175px;
  margin-left: -200px;
  box-shadow: #dfdfdf 0px 0px 12px;
  left: 50%;
  top: 50%;
  z-index: 999999;
  min-width: 200px;
  min-height: 100px;
  transition: opacity 0.5s;
  display: none;
}

.messageBoxPop>.popCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.messageBoxPop>.wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px;
}

.messageBoxPop>.wrap>.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.messageBoxPop>.wrap>.content>.text {
  color: #333;
  font-weight: 600;
  font-size: 1.75rem;
}

.messageBoxPop>.wrap>.content>.stext {
  color: #444;
}

.messageBoxPop>.wrap>.content>img {
  margin-bottom: 20px;
}

.messageBoxPop>.wrap>.content>* {
  flex: 1;
}

.kanban_morecase_d {
  margin: 10px 0px;
  width: 20%;
}

.kanban_morecase_d a {
  font-weight: 600;
  color: #000;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.common_page_bottom {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  background-color: #fff;
}

.common_page_bottom>.title {
  color: #252830;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 46px;
  width: 94%;
  margin: 0 auto;
}

.common_page_bottom>.f_title {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  color: #666;
  line-height: 42px;
  width: 94%;
  margin: auto;
}

.content01 {
  position: relative;
  z-index: 1;
  padding: 30px 30px 0 50px;
  line-height: 42px;
  font-size: 16px;
}

.dqn {
  display: inline-block;
  width: 150px;
}

.pre_phone {
  display: inline-block;
  width: 60px;
  color: #c3ced7;
  line-height: 32px;
}

.contact_us_wrap {
  margin: 0px 0px 0px 0px;
  display: flex;
  width: 100%;
}

.contact_us_wrap>.contact_us_info {
  width: 50%;
  padding: 50px;
}

.contact_us_wrap_full .contact_us_wrap>.contact_us_info {
  width: 100%;
}

.contact_us_wrap>.contact_us_info .yanshi_div_row_input {
  width: 100%;
}

.contact_us_wrap>.contact_us_info .contact_us_info_form_btn {
  width: 100%;
}

.contact_us_info_form_btn.viewApplyBtnColor {
  background-color: #7d6bf0;
  height: 56px;
}

.contact_us_wrap>.contact_us_info .contact_us_info_form {
  background-color: transparent;
  box-shadow: none;
}

.contact_us_info>.contact_us_info_box {
  width: 90%;
  float: right;
}

.contact_us_wrap>.contact_us_info>.contact_us_info_box .contact_us_info_form {
  width: 100%;
  padding: 20px 0;
  margin: 0;
}

.contact_us_info_form_btn {
  border-radius: 8px;
  width: 200px;
  height: 42px;
  margin: 5px 0 20px 0;
  color: #FFFFFF;
  font-size: 16px;
  border: 0px;
}

.contact-container-b-img {
  background-image: url("../images/line01_1.png");
  /*background-repeat: no-repeat;*/
  height: 56px;
}

contact-container-b-img2 {
  background-image: url("../images/line02_1.png");
  /*background-repeat: no-repeat;*/
  height: 56px;
}

.contact_us_wrap .formTitle {
  font-size: 32px;
  background-repeat: round;
  background-image: url("../images/line02_1.png");
  font-weight: 600;
  color: #111;
  text-align: center;
  line-height: 48px;
}

.contact-title {
  background-color: #e0f6ff;
  text-align: center;
  padding: 50px 0 0 0px;
  color: #252830;
  font-size: 48px;
  font-weight: 600;
}

.contact-title>.ftitle {
  color: #252830;
  font-size: 0.45em;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  background-color: #e0f6ff;
}

.contact-card {
  flex-basis: calc(50% - 40px);
  margin: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}

.contact-card:hover {
  background-color: #252830;
  cursor: pointer;
}

.contact-card:hover h3,
.contact-card:hover p {
  color: #fff;
}

.contact-card:hover a {
  color: #03ffcf;
}

.contact-card h3 {
  color: #131924;
  font-size: 24px;
  margin: 30px 16px 0 20px;
  line-height: 32px;
}

.contact-card p {
  color: #131924;
  font-size: 16px;
  margin: 10px 16px 0 20px;
  line-height: 30px;
}

.contact-card a {
  color: #01b9a4;
  font-size: 18px;
  text-decoration: none;
  margin: 20px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
}

.contact-info {
  position: relative;
}

.contact_left_container .icon-list {
  list-style: none;
  padding: 0;
}

.contact_left_container .icon-list li {
  margin: 12px 0;
  display: flex;
  align-items: center;
}

.contact_left_container .icon-list li>.fa-square-check {
  color: #00ad4a;
  margin-right: 10px;
}

.contact_method_groudp>div {
  font-weight: 600;
  align-items: center;
  margin: 18px 0;
  font-size: 18px;
}

.contact_method_groudp>div>.icon {
  margin-right: 50px;
  padding-top: 8px;
}

.contact_left_container {
  font-size: 36px;
  padding: 20px 90px 0 0;
  line-height: 56px;
}

.contact_left_container_f {
  font-size: 20px;
  line-height: 40px;
  padding-top: 20px;
}

.icon-list {
  font-size: 18px;
  line-height: 36px;
}

.aboutus_section {
  background-color: #fff;
  padding: 40px 0px;
}

.aboutus_section h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0px 0 15px 24px;
  color: #004842;
  line-height: 60px;
}

.aboutus_section ul {
  padding-left: 65px;padding-bottom: 40px;
}

.aboutus_section ul li {
  font-size: 1.25rem;
  list-style-type: disc;
  padding: 6px 10px;
  font-weight: 600;
  color: #5b5a73;
  line-height: 32px;
}

.aboutus_section .img_left_text {
  color: #04bf89;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 60px;
  padding-left: 27px;
}

.text_img_container002 {
  width: 68%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.aboutus_title {
  margin: 30px 0 10px 0;
  font-size: 2.4rem;
}

#productPriceTop2 {
  display: none;
}

#productPriceTop2>.productTypePriceTopText {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#productPriceTop2>.commonFlex_row {
  justify-content: space-around;
  align-items: center;
}

.productTypePriceDiv>.productTypePriceTopDiv .productTypePriceTopText_main {
  font-size: 38px;
  margin: 44px auto 10px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.homeCustomersMain_lefe {
  height: 475px;
}

.homeCustomersMain_lefe img {
  border-radius: 25px 0 0 25px;
}

.dropdown {
  position: absolute;
  width: 160px;
  font-family: Arial, sans-serif;
  border: 2px solid #86cf89;
  border-radius: 8px;
}

.dropdown-btn {
  padding: 3px 10px;
  margin: 0;
  color: #0ca312;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-btn>.arrowSpan {
  /* position: absolute;
  right: 10px;top: 10px;
  */
}

.dropdown-content {
  display: none;
  z-index: 1;
}

.dropdown-option {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  color: #4caf50;
  font-weight: 600;
  line-height: 18px;
  font-size: 18px;
}

.dropdown-option:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-option:hover {
  background-color: #ebf5f3;
}

.productPriceTitle .moduleTitle {
  padding: 20px 0 10px 0;
  text-align: left;
}

.productPriceTitle .moduleTitlef {
  padding: 0 0 20px 0;
}

.sass_price_title {
  color: #88bf9e;
}

.onPremise_price_title {}

.price_list_item_leftimg .price_list_item_leftimg_t1 {
  padding-left: 40px;
  padding-top: 40px;
  color: #427255;
}

.price_list_item_leftimg .price_list_item_leftimg_t2 {
  padding-left: 40px;
  padding-top: 5px;
  color: #1b7c42;
}

.price_list_item_leftimg .price_list_item_leftimg_t2 a {
  color: #08cf65;
  border-bottom: 1px dashed;
  color: #02662a;
  border-bottom: 1px dashed;
  font-size: 20px;
  font-weight: 600;
}

.product_price_detail a {
  cursor: pointer;
}

.whyeightSection1 {
  background-color: #fff;
}

.whyeightSection1 .moduleTitle {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #ff6d00;
  padding-top: 80px;
}

.whyeightSection2 .moduleTitlef .inner {
  font-size: 1.2rem;
  text-align: left;
  color: #111;
  padding-top: 36px;
  line-height: 1.5;
}

.whyeightSection2 .blockArea_row_common_item {
  margin: 10px;
}

.textUnderlined--color-price::before {
  background-color: #aae0c1;
}

.price_sub_text {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 14px;
}

#crm_welcom {
  background-image: linear-gradient(88deg, #ffebae 0%, #ffdc8e 100%);
}

div#CRM_welcome {
  background-image: linear-gradient(88deg, #ffebae 0%, #ffdc8e 100%);

}

div#CRM_welcome .crmPage-main-text {
  color: #131313;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 4.2rem;
  padding-bottom: 0px;
}

div#CRM_welcome .homePage-main-text_f {
  color: #131313;
}

.crm_blockArea01 {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.crm_blockArea01 .productPriceFeature_nav {
  margin: 0 auto;
  padding-bottom: 20px;
}

.productShow_blockArea {
  width: 100%;
  padding: 0;
  margin: 0;
}

.crm_blockArea01 .productPriceFeature_nav .nav_item {
  color: #1b5f4d;
  font-size: 18px;
  font-weight: 600;
}

.crm_blockArea01 .productPriceFeature_nav .nav_item span {
  position: relative;
  font-size: 18px;
}

.crm_blockArea01 .productPriceFeature_nav .nav_item span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #00cb08;
}

.crm_blockArea01 .productPriceFeature_nav .nav_item_select {
  background-color: #1b5f4d;
  color: #fff;
  border: none;
}

.crm_blockArea01 .productPriceFeature_nav .nav_item_select>span::before {
  width: 0px;
}

.crm_product_warp {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.crm_productFeatureArea .product01 {
  background-color: #c9f5ff;
  height: 585px;
  animation: fadenum 0.2s;
}

.crm_productFeatureArea .product02 {
  background-color: #fff7c7;
  height: 585px;
  animation: fadenum 0.2s;
}

.crm_productFeatureArea .product03 {
  background-color: #c6fbc6;
  height: 585px;
  animation: fadenum 0.2s;
}

.crm_productFeatureArea .product04 {
  background-color: #ececf9;
  height: 585px;
  animation: fadenum 0.2s;
}

@keyframes fadenum {
  0% {
    transform: translateX(100%);
  }
}

.crm_productFeatureArea .crm_product_left {
  width: 60%;
  margin: auto 0px;
  max-width: 708px;
  padding-left: 19px;
}

.crm_productFeatureArea .crm_produdt_txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 3.2rem;
  color: #444444;
}

.crm_productFeatureArea .crm_produdt_txt li {
  list-style-type: disc;
}

.crm_productFeatureArea .crm_produdt_txt li::marker {
  color: #7b68ee;
}

.crm_product_right {
  margin: auto;
}

.crm_productFeaturContainer {
  background: #f6f6f6;
  overflow: hidden;
}

.crm_infoContainer01 {
  background-color: #e4f3f0;
  padding-bottom: 60px;
}

.crm_infoContainer02 {
  background-color: #d0eae5;
}

.crm_infoContainer05 {
  background-color: #e4f3f0;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item {
  font-size: 1em;
  color: #232730;
  font-weight: 600;
  padding: 0;
  position: relative;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item .navName {
  position: relative;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item:hover .navName::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

@keyframes ani {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.crm_tabArea_wrap .productPriceFeature_nav .arrowSpan {
  padding-left: 4px;
}

.crm_tabArea_wrap .productPriceFeature_nav .fa-solid {
  color: #36ab69;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item:hover .arrowSpan {
  opacity: 0;
  animation: myAnimation 0.5s;
  animation-fill-mode: forwards;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item_select {
  border: none;
  margin-bottom: 0;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item_select .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item_select .arrowSpan {
  opacity: 0;
}

.crm_infoContainer07 .crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.crm_infoContainer01 .crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.crm_infoContainer03 .crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ebf5f1;
}

.crm_tabArea_wrap .productFeatureArea {
  border: none;
  padding: 0 15px;
}

.crm_tabArea_wrap .productFeatureArea02 {
  border: none;
  padding: 0 15px;
}

.crm_tabArea_wrap .productFeaturContainer {
  padding: 0;
}

.crm_tabArea_wrap .productFeatureArea .productFeaturesTable {
  padding: 40px;
  border-radius: 25px;
  background: #ffffff;
  padding-left: 60px;
}

.crm_tabArea_wrap .productFeatureArea02 .productFeaturesTable {
  padding: 40px;
  border-radius: 25px;
  background: #ebf5f3;
  padding-left: 60px;
}

.crm_tabArea_wrap .productFeatureArea p {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
}

.crm_tabArea_wrap .productFeatureArea02 p {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
}

.crm_infoContainer02 .crm_tabArea_wrap .productFeatureArea .clientBoxTable {
  padding: 40px;
  border-radius: 25px;
  background-color: #f0fdfa;
}

.crm_infoContainer05 .crm_tabArea_wrap .productFeatureArea .clientBoxTable {
  padding: 40px;
  border-radius: 25px;
  background-color: #fff;
  padding-left: 60px;
}

.crm_infoContainer02 .crm_tabArea_wrap .nav_item_select::before {
  border-bottom-color: #f0fdfa;
}

.crm_infoContainer05 .crm_tabArea_wrap .nav_item_select::before {
  border-bottom-color: #fff;
}

.crm_infoContainer02 .productPriceFeature_nav .nav_item {
  min-width: auto;
}

.crm_infoContainer03 {
  background-color: #d0eae5;
  padding-bottom: 60px;
}

.crm_infoContainer07 {
  background-color: #e4f3f0;
  padding-bottom: 60px;
}

.crm_infoContainer03 .productPriceFeature_nav {
  width: 100%;
}

.crm_tabArea_wrap .productFeaturContainer ul>li {
  list-style-type: disc;
  font-size: 16px;
  color: #131924;
  line-height: 36px;
}

#supportSection .title {
  font-size: 32px;
  color: #181a20;
  font-weight: 600;
  display: inline-block;
  margin: 60px 0 0px 0px;
  line-height: 42px;
}

#supportSection .ftitle {
  font-size: 20px;
  color: #00975f;
  font-weight: 600;
  margin: 36px 0 10px 0px;
  width: 100%;line-height: 36px;
}

#supportSection .text {
  font-size: 16px;
  color: #111;
  line-height: 32px;
}

.titleSUBgLine1 {
  background-image: url(../images/support-line2_1.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 60%;
}

.titleSUBgLine2 {
  background-image: url(../images/support-line3_1.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
}

.titleSUBgLine3 {
  background-image: url(../images/support-line4_1.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 60%;
}

.titleBgLine3 {
  background-image: url(../images/line_1.png);
  background-repeat: no-repeat;
  background-position: center;
}

#supportSection .contact_method_groudp .commonFlex_row {
  align-items: center;
  margin: 15px 0;
}

#supportSection .contact_method_groudp .commonFlex_row .icon {
  margin-right: 30px;
}

.supportTextSelection .text {
  font-size: 22px;
  color: #fff;
  padding-top: 30px;
  line-height: 48px;
}

.ppm_agile_item1 {
  background-color: #fff;
}

.ppm_agile_item2 {
  background-color: #cfeefb;
}

.ppm_blockArea_row_showlink {
  padding-top: 30px;
}

.ppm_blockArea_row_showlink .ppm_item_more_c {
  padding: 40px 0 0 0;
}

.ppm_blockArea_row_showlink .blockArea_row_item {
  width: 95%;
  background-color: #fff;
}

.ppm_blockArea_row_showlink .blockArea_row_common_item img {
  width: 100%;
  height: auto;
}

.price_content_div_f {
  display: flex;
}

.price_pdf_d {
  display: flex;
  padding: 0 60px 0 0;
  align-items: center;
}

.price_pdf_d>a {
  cursor: pointer;
}

/* tabContainer */
.tabContainer>.tab {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tabContainer>.tab>.tablinks {
  font-size: 18px;
  color: #181f38;
  font-weight: 600;
  padding: 0;
  position: relative;
}

.tabContainer>.tab>.tablinks .navName {
  position: relative;
  line-height: 28px;
}

.tabContainer>.tab>.tablinks .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}

.tabContainer>.tab>.tablinks:hover .navName::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}




.tabContainer>.tab .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tabContainer>.tab .tablinks:hover {
  cursor: pointer;
}

.tabContainer>.tab .tablinks_nocode {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tabContainer>.tab .tablinks_nocode:hover {
  cursor: pointer;
}

#tb-1>div {
  z-index: 9999;
}

#tb-2>div {
  z-index: 9999;
}

.tabContainer .tabcontent {
  display: none;
  padding: 40px;
  border-radius: 25px;
  background: #ffffff;
  position: relative;
}

.tabContainer .tabcontent>.title {
  color: #0066ff;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0px;
}

.tabContainer .tabcontent .item>.name {
  color: #10c66b;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}

.tabContainer .tabcontent .item20>.name {
  color: #10c66b;
  font-size: 16px;
  font-weight: bold;
}

.tabContainer .tabcontent>.itemContainer {
  justify-content: space-around;
}

.tabContainer .tabcontent>.itemContainer>.item {
  flex: 1;
  margin: 0px 40px 0 0px;
}

.tabContainer .tabcontent>.itemContainer>.item20 {
  flex: 1;
  margin: 0px 20px 0 0px;
}

.tabContainer .tabcontent .item ul {
  padding-left: 30px;
}

.tabContainer .tabcontent .item20 ul {
  padding-left: 30px;
}

.tabContainer .tabcontent .item>ul li {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
  list-style: disc;
}

.tabContainer .tabcontent .item20>ul li {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
  list-style: disc;
}

.tabContainer .nav_item_select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.tabContainer>.tab>.tablinks:hover .arrowSpan {
  opacity: 0;
  animation: myAnimation 0.5s;
  animation-fill-mode: forwards;
}



.tabContainer>.tab>.tablinks.nav_item_select .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
}



.tabContainer>.tab>.nav_item_select .arrowSpan {
  opacity: 0;
}

.tabContainer .tabcontent-tenderNature {
  background-color: white;
  background-image: url("../images/tender01_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 484px;
}

.tabContainer .tabcontent-supplierSelection {
  background-color: white;
  background-image: url("../images/tender02_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 390px;
}

.tabContainer .tabcontent-issuing {
  background-color: white;
  background-image: url("../images/tender03_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 340px;
}

.tabContainer .tabcontent-evaluation {
  background-color: white;
  background-image: url("../images/tender04_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 340px;
}

.tabContainer .tabcontent-finalSelection {
  background-color: white;
  background-image: url("../images/tender05_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 340px;
}

.srm_blockArea .tab .fa-solid {
  color: #36ab69;
}

.tabcontent .closeDiv {
  position: absolute;
  right: 35px;
  top: 25px;
}

/* .tabContainer > .tab > .nav_item_select .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
} */

.grid-select-bar>div:hover::after,
.grid-select-bar>.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
  text-decoration: none;
}

.grid-select-bar>div:hover::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.grid-select-bar>div::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}

.experience_title_wrap {
  padding-left: 20px;
}

.experience_title_wrap .t1 {
  font-size: 3rem;
  font-weight: 600;
  color: #06d25f;
}

.experience_title_wrap .t2 {
  font-size: 3rem;
  font-weight: 600;
  color: #252625;
  line-height: 70px;
}

.experience_title_wrap .t3 {
  font-size: 17px;
  font-weight: 600;
  color: #517aff;
  padding-top: 12px;
}

.experience_grid_section .blockArea_row_wrap {
  align-items: center;
  margin-top: 40px;
}

.experience_grid_section .text_item {
  width: 60%;
}

section#advantageProGrid {
  background-color: #f6f6f6;
}

#advantageProGrid .itemContainer .item {
  margin: 8px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

#advantageProGrid .itemContainer .item>div {
  flex: 1;
  padding: 16px 16px 24px 16px;
}

#advantageProGrid .itemContainer .item h3 {
  text-align: center;
  line-height: 18px;
  color: #30353c;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 20px;
}

#advantageProGrid .itemContainer .item p {
  text-align: center;
  font-size: 12px;
}

#advantageProGrid .itemContainer .item:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s linear;
  box-shadow: 0px 0px 20px #2f333c5a;
  margin-bottom: 4px;
}

#advantageProGrid .itemContainer .item:hover .h3 {
  color: fff;
}

.inner-tab-wrapper {
  margin-bottom: 40px;
}

.inner-tab-wrapper .tabcontent {
  background: #cae8ff;
  padding-bottom: 30px;
  margin-top: 30px;

}

.inner-tab-wrapper .tabContainer .nav_item_select::before {
  border-bottom-color: #cae8ff;
}

.inner-tab-wrapper .blockArea_row_item_desc {
  padding: 15px 30px 30px 30px;
}

.inner-tab-wrapper .blockArea_row_item_desc5 {
  padding: 10px 5px 20px 5px;
}

.txt-wrapper p {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
  padding-right: 30px;
}
.txt-wrapper div {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
  padding-right: 30px;
}
.txt-wrapper li {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
  padding-right: 30px;
}

.tabContainer .tabcontent>.itemContainer>.item20>.txt {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
  list-style: disc;
}

.tabContainer .tabcontent>.itemContainer>.item>.txt {
  font-size: 16px;
  color: #131924;
  line-height: 32px;
  list-style: disc;
}

.pageFoot_pdf_h {
  height: 22px;
}

.hideMore {
  display: none;
}



.tabContainer>.tab>.tablinks_nocode {

  color: #181f38;
  font-weight: 600;
  padding: 0;
  position: relative;
}

.tabContainer>.tab>.tablinks_nocode .navName {
  position: relative;
  line-height: 28px;
}

.tabContainer>.tab>.tablinks_nocode::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}

.tabContainer>.tab>.tablinks_nocode:hover::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.tabContainer>.tab>.tablinks_nocode.nav_item_select::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
}

.tabContainer>.tab>.tablinks_nocode:hover .arrowSpan {
  opacity: 0;
  animation: myAnimation 0.5s;
  animation-fill-mode: forwards;
}

#show-li {
  cursor: pointer;
}

.hide-li {
  display: none;
}

#show-nav-li {
  cursor: pointer;
}

.hide-nav-li {
  display: none;
}


.grid-select-bar>h2 {
  margin: 40px 24px 40px 24px;

  border-radius: 28px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  color: #2d323e;
  /* text-decoration: underline; */
  position: relative;
}

.grid-select-bar>h2:hover,
.grid-select-bar>.active {
  /* color: #fff;
    transform: scale(1.1);
    background-color: #ff7c00;
   /* border: 2px #ffd3ae solid;*/
}

.grid-select-bar>h2:hover::after,
.grid-select-bar>.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
  text-decoration: none;
}

.grid-select-bar>h2:hover::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.grid-select-bar>h2::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}


/* 新增样式 */
.product_price_area_top {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 260px;
  margin: 0 auto;
  background: url("../images/price_bg_1.png") no-repeat center center;
}


.product_price_area_top .product_price_area_top_h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #04454d;
}

.product_price_area_top .product_price_area_top_p {
  color: #181f38;
  font-size: 1rem;
  padding-top: 10px;
}

.product_price_area_top .product_price_area_top_div {
  width: 180px;
  padding: 10px;
  margin: 0 auto;
  background-color: #04454d;
  border: 2px solid #04454d;
  border-radius: 8px;
  margin-top: 25px;
}


.product_price_area_top .product_price_area_top_div a {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}


.product_price_area .price_list_contant {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.product_price_area .price_list_contant .price_list_items {
  border-radius: 0 0 10px 10px;
  width: 19.6%;
  margin: 5px 2px 80px 2px;



}


.product_price_area .price_list_contant .price_list_items .price_list_item_wrap {
  height: 100%;
  padding: 5px 25px 50px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 2px #e6e9f5 solid;
}

.product_price_area .price_list_contant .price_list_item_wrap>div {
  text-align: left;
}

.product_price_area .price_list_contant .price_list_items .price_list_item_bottom_wrap {
  position: relative;
}

.product_price_area .price_list_items .product_name {
  color: #181f38;
  font-size: 1.45rem;
  font-weight: 600;
}

.product_price_area .price_list_items .product_desc {
  color: #424c60;
  font-size: 0.85rem;
  font-weight: normal;
  margin: 6px 0 30px 0;
  ;
}



.product_price_area .price_list_items .firstuser {
  color: #00a547;
  font-size: 0.85rem;
  font-weight: normal;

}

.product_price_area .price_list_items .lastuser {
  color: #ff7300;
  font-size: 0.85rem;
  font-weight: normal;
}




.product_price_area .price_list_contant .product_price {
  color: #181f38;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.product_price_area .productOnpremise .price_list_items .product_name {
  color: #444444;
  font-size: 1.125rem;
  padding: 0;
}

.product_price_area .productOnpremise .price_list_contant .product_price {
  color: #444444;
  font-size: 1.525rem;
  font-weight: 600;
  padding: 12px 0 0 0;
}

.product_price_area .productOnpremise .price_list_items .firstuser {
  font-size: 14px;
  color: #3a91ff;
  line-height: 14px;
  padding-bottom: 12px;
}

.product_price_area .price_list_contant .product_price .price_unit {
  font-size: 0.6em;
  color: #181f38;
  font-weight: normal;
  padding-right: 8px;

}

.product_price_area .price_list_contant .product_price .price_val {
  color: #181f38;
  font-size: 1.65rem;
  font-weight: 600;
}

.product_price_area .price_list_contant .product_price_detail {
  margin: 10px 0px 9px 0;
}

.price_list_items .intervalRow {
  margin: 30px 0 43px;
  border-bottom: 2px dotted #d6dbeb;
  width: 75%;
}

.price_pdf_list_d_brochure {
  margin: 0px auto;
  display: inline-block;
  overflow: hidden;
  width: 95%;
  Border: 2px solid #08cf65;
  border-radius: 8px;

}

.price_pdf_list_d_brochure .price_pdf_list_tile {
  background-color: #08cf65;
  padding: 12px 11px;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
  border: 2px #08cf65 solid;
}

.price_pdf_list_d_brochure .price_pdf_list_tile:hover+.sub_price_pdf_list_d {
  display: block;
  position: relative;
  z-index: 1;
}

.price_pdf_list_d_brochure .sub_price_pdf_list_d:hover {
  display: block;
  position: relative;
  z-index: 1;
}

.price_pdf_list_d_brochure .sub_price_pdf_list_d {
  display: none;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  /* 过渡效果 */
  padding: 0px 10px;
  background-color: #fff;
}

.price_pdf_list_d_brochure .sub_price_pdf_list_d .price_pdf_list_item a {
  color: #08cf65;
  font-weight: normal;
  font-size: 0.95rem;
}

.price_pdf_list_d_brochure .sub_price_pdf_list_d .price_pdf_list_item {
  text-align: right;
  padding: 5px 0px;
}

.price_pdf_list_d_brochure .sub_price_pdf_list_d .price_pdf_list_item_border_b {
  border-bottom: 1px dashed #08cf65;
}

.price_pdf_list_box_brochure {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.price_pdf_list_box_brochure:hover {
  cursor: pointer;
  z-index: 1;
}

.price_pdf_list_box_brochure_btn {
  width: 100%;
  text-align: center;
  position: absolute;
}

.price_pdf_list_box_brochure_btn:hover {
  cursor: pointer;
}

.price_pdf_list_box_brochure_contant {
  margin: 0px auto;
  display: inline-block;
  overflow: hidden;
  width: 95%;
  Border: 2px solid #04454d;
  border-radius: 8px;
}

.price_pdf_list_box_brochure_title {
  padding: 12px 11px;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.price_pdf_list_box_brochure_title a {
  color: #04454d;
  font-size: 1.0rem;
  font-weight: 600;
}

.product_price_detail_div {
  color: #2b3857;
  font-size: 0.85rem;
}

.product_price_detail_div:hover {
  cursor: pointer;
}

.price_text_a_new {
  display: inline-block;
  border-bottom: #08cf65 1.5px dotted;
  color: #2b3857;
  font-size: 0.85rem;

}

.product_price_detail_div a {
  cursor: pointer;
  display: inline-block;
  border-bottom: #08cf65 1.5px dotted;
}

.dropdown-option-d {
  color: #00a547;
  font-size: 1.0rem;
  font-weight: 600;
  margin: 0 20px;
}

.dropdown-option-d:hover {
  cursor: pointer;
}

/* new saas */

.productPriceAreaBgImg {
  background: url("../images/price_bg01_1.png") no-repeat center bottom;
  background-color: #f2f7f4;
}

.productPriceAreaBgImg02 {
  background: url("../images/price_bg02_1.png") no-repeat center bottom;
  background-color: #f2f7f4;
}

.price_list_area_single {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.price_list_area_single_left {
  width: 20.3%;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

.price_list_area_single_right {
  width: 16%;
  margin: 0px 5px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 25px 5px 25px;
}

.price_list_area_single_right5p {
  width: 14%;
  margin: 0px 5px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 25px 5px 25px;
}

.price_list_area_single_right_contant {
  height: 100%;
  padding: 35px 0 5px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.price_list_area_single_right>div {
  text-align: left;
}

.price_list_area_single_right .product_name {
  color: #181f38;
  font-size: 1.25rem;
  font-weight: 600;

}

.price_list_area_single_right5p .product_name {
  color: #181f38;
  font-size: 1.05rem;
  font-weight: 600;

}

.price_list_area_single_right .product_price {

  color: #181f38;
  font-size: 1.5rem;
  font-weight: 600;
}

.price_list_area_single_right5p .product_price {

  color: #181f38;
  font-size: 1.5rem;
  font-weight: 600;
}

.price_list_area_single_right .product_price .price_unit {
  font-size: 0.6em;
  color: #181f38;
  font-weight: normal;
  padding-right: 8px;

}

.price_list_area_single_right5p .product_price .price_unit {
  font-size: 0.6em;
  color: #181f38;
  font-weight: normal;
  padding-right: 8px;

}

.price_list_area_single_right .h20px {
  height: 30px;
}

.price_list_area_single_right5p .h20px {
  height: 24px;
}

.price_list_area_single .firstuser {
  color: #00a547;
  font-size: 0.85rem;
  font-weight: normal;

}

.price_list_area_single .lastuser {
  color: #ff7300;
  font-size: 0.85rem;
  font-weight: normal;
}

.productPriceAreaBgImg .product_price_detail {
  text-align: center;
  color: #2b3857;
  font-size: 0.85rem;
}

.productPriceAreaBgImg02 .product_price_detail {
  text-align: center;
  color: #2b3857;
  font-size: 0.85rem;
}

.price_list_area_single .intervalRow {
  margin: 30px 0 30px;
  border-bottom: 2px dotted #d6dbeb;
  width: 75%;
}

.productGroup {
  display: flex;
  justify-content: center;
  padding: 36px 0 50px 0;
}

.productGroup .productGroup_bottom {
  position: relative;
  width: 200px;
}

.productGroup .productGroup_wrap {}

.contactSalesProductBtns {
  background-color: #04454d;
  color: #252830;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 34px;
  width: 122px;
  color: #fff;
  margin-left: 5px;
}

/* new */

.product_price_area_top_2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 260px;
  margin: 0 auto;
  background: url("../images/price_bg_1.png") no-repeat center center;
}


.product_price_area_top_2 .product_price_area_top_h1 {
  font-size: 2.0rem;
  text-align: center;
  font-weight: 600;
  color: #04454d;
  padding-bottom: 20px;
}

.product_price_area_top_2 .product_price_area_top_div {
  width: 180px;
  padding: 10px;
  margin: 0 auto;
  background-color: #04454d;
  border: 2px solid #04454d;
  border-radius: 8px;
  margin-top: 24px;
}


.product_price_area_top_2 .product_price_area_top_div a {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.productPriceAreaBgImg_price {
  background: url(../images/price_bg03_1.png) no-repeat center -75px;
}

.product_price_area_top_3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100px;
  margin: 0 auto;
}

.product_price_area_top_3 .product_price_area_top_h1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #04454d;

}

.price_list_area_single_left .price_list_item_leftimg_t1 {
  padding-left: 40px;
  padding-top: 40px;
  color: #427255;
  font-size: 1rem;
}

.price_list_area_single_left .price_list_item_leftimg_t2 {
  padding-left: 40px;
  padding-top: 5px;
  color: #1b7c42;
}

.price_list_area_single_left .price_list_item_leftimg_t2 a {
  color: #08cf65;
  border-bottom: 1px dashed;
  color: #02662a;
  border-bottom: 1.5px dotted;
  font-size: 1rem;
  font-weight: 600;
}

/* CustomizationCapabilities 样式 */
.custom_layout {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 80px;
  background: url("../images/customizationcapabilitiesbgimg.png") no-repeat right bottom;
}

.custom_layout_left {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 15px;
}

.custom_layout_right {
  width: 100%;
  margin-left: 15px;
}

.custom_layout_box {
  border-radius: 25px;
}

.custom_layout_box_p {
  background-color: white;
  padding: 40px 40px 2px 40px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px #cde7ff;
}

.custom_layout_box_p1 {
  background-color: #f2f7f4;
  padding: 50px;
}



.custom_layout_box_title {
  padding: 0px 0 10px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.custom_layout_box_f_title {
  text-align: center;
  color: #444258;
  font-size: 0.95rem;
  padding: 10px 0 30px 0;
  font-family: "Arial", "Helvetica", "sans-serif";
  line-height: 32px;
}

.custom_layout_box_content {
  display: flex;
  flex-wrap: wrap;
}

.custom_layout_box_content_item {
  flex-basis: 45%;
  padding: 5px 12px;
}

.tabContainer>.tab_custom {
  margin: 0px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tabContainer>.tab_custom>.tablinks_nocode_custom {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  transition: 0.3s;
  font-size: 18px;
  color: #181f38;
  font-weight: 600;
  padding: 0px 20px;
  ;
  position: relative;
  width: 48%;


}

.tabContainer>.tab_custom>.tablinks_nocode_custom .navName {
  font-size: 1rem;
  position: relative;
  line-height: 24px;
  color: #181f38;
}

.tabContainer>.tab_custom>.tablinks_nocode_custom :hover {
  cursor: auto;
}

.blockArea_row_head_title_us {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 60px;
}

.aboutus-blockArea {

  padding-bottom: 100px;
}



/* blog css */
.blog_layout {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  /*  background: url("../images/blog_bg02_1.png") no-repeat right bottom;*/
}

.blog_layout_left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  padding: 0 10px
}

.blog_layout_right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  padding: 0 10px
}

.blog_layout_left .blog_layout_left_title {
  font-size: 3.2rem;
  color: #181f38;
  font-weight: normal;
  text-align: center;
  margin: 20px;
}

.blog_layout_left .blog_layout_left_content {
  font-size: 1.1rem;
  color: #2b3857;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
}

.blog_layout_left .blog_layout_left_btn {
  width: 180px;
  text-align: center;
  margin: 20px auto;
}

.blog_layout_right .blog_layout_right_title {}

.blog_layout_right .blog_layout_right_content {}

/* 推荐阅读 */
.cards_section {
  margin-bottom: 0px;

}

.cards_section .cards_section_container {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* 换行 */
  justify-content: space-between;
}

/* 隐藏滚动条 */
.cards_section_container::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}

.arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(246 246 246);
  color: #ccd1e5;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}

.arrow-button:hover {
  background-color: #ebeef5;
}

.arrow-button-aboutus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ccd1e5;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}

.arrow-button-aboutus:hover {
  background-color: #ebeef5;
}

.cards_section .arrow-left {
  left: -100px;
  /* 向左偏移，使按钮位于容器外 */
}

.cards_section .arrow-right {
  right: -100px;
  /* 向右偏移，使按钮位于容器外 */
}

.homeCustomersArea .content {
  display: none;
  /* 默认隐藏所有内容 */
}

.homeCustomersArea .content.active {
  display: block;
  /* 显示当前激活的内容 */
}

.cards_section .cards_section_container>div {
  margin: 0 12px 60px 12px;
}

.cards_section_title {
  font-size: 1.8rem;
  margin: 70px 0 30px 0;
  color: #3c414d;
}

.card {
  display: flex;
  flex-direction: column;
  flex: 1;

  /* 计算每个元素的宽度：20px是前三个元素的间距（margin-right）和，除以4即为每个元素的宽度 */

  width: calc((100% - 60px) / 4);
  min-width: calc((93% - 60px) / 4);
  max-width: calc((96% - 60px) / 4);
  border-radius: 12px;
  outline: 0 solid #EBF5F3;

}

.card:hover {
  background-color: #ebf5f3;
  outline-width: 10px;
  cursor: pointer;
}

.card:hover img {
  transform: scale(1.02)
}

.card .card_time {
  font-size: 0.85rem;
  margin-top: 20px;
  color: #b0b3cd;
}

.card .card_title {
  font-size: 1.225rem;
  font-weight: 600;
  margin: 12px 0 8px 0;
  line-height: 32px;
}

.card .card_content {
  font-size: 0.94rem;
  line-height: 30px;
  color: #2b3857;
}

.card img {

  border-radius: 12px;
  transition: all 0.6s;
}


.card_warp {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* 计算每个元素的宽度：20px是前三个元素的间距（margin-right）和，除以4即为每个元素的宽度 */
  width: calc((100% - 60px) / 4);
  min-width: calc((95% - 60px) / 4);
  max-width: calc((95% - 60px) / 4);
  border-radius: 12px;
  background: #f1f1f3;
  justify-content: space-between;
}

.card_warp img {
  border-radius: 12px 12px 0 0;
}

.card_warp_a {
  width: 60%;
  margin: 5px auto 10px auto;
  text-align: center;
  font-weight: 600;
}

.card_warp_a_bottom {
  margin-bottom: 35px;
}

.card_warp_title {
  font-size: 1.225rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 10px 0;
  line-height: 36px;
}

.card_warp_content {
  font-size: 1rem;
  margin: 0 auto;
  padding-bottom: 15px;
}

.cards_section_ul {
  display: flex;
  margin: 40px 0 50px 0;
  flex-wrap: wrap;
}

.cards_section_ul>li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 26px;
  border-radius: 28px;
  background-color: #ebf5f3;
  color: #181f38;
  font-size: 1.1rem;
  font-weight: 600;

}

.cards_section_ul>li:hover {
  background-color: #04454d;
  color: #fff;
  cursor: pointer;
}

.cards_section_ul>li>a {
  color: #3c414d;
}


.cards_section_ul>li:hover a {
  color: #fff;
}

.custom-padding {
  padding: 50px 200px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: flex;
}

/* 分页样式 */
.pagination {
  padding: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.pagination li {
  display: inline;
  text-align: center;
}

.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
  color: #000;
}


.pagination a {
  margin-left: 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.pagination a:hover {
  background-color: #e0e0ef;
  cursor: pointer;
}

.pagination a.active,
.pagination a:active {
  background-color: #4b4c5d;
  cursor: default;
  outline: none;
  color: #fff;
}

.bottom_link_time {
  color: #aaadba;
  font-size: 0.8rem;
  padding-left: 17px;
}

.bottom_link_title {
  font-size: 0.9rem;
  color: #3c414d;
  line-height: 24px;

  display: inline-block;
  /* 使 div 变成行内块元素 */
  position: relative;
  /* 为了让 ::after 相对于 div 定位 */
  padding-bottom: 0px;
  /* 给div底部留些空间，以便下划线能显现出来 */
  padding-left: 17px;
}

.blockArea_row_head_titletop_us {
  color: #131924;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 0px;
}

.blockArea_row_head_title_us {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 50px;
  color: #131924;
}





.blogBg {
  /* background: url(../images/blog_bg02_1.png) no-repeat center bottom;*/
  padding: 30px 0 0px 0;
}

.blog_title {
  font-size: 3.0rem;
  text-align: center;
  font-weight: 600;
  color: #181f38;
}


.hero__breadcrumbs {
  padding: 30px 0 10px 0;
}

.breadcrumbs {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
}

.breadcrumbs__item {
  display: inline-block;
  color: #657694;
  padding-bottom: 1px;
  position: relative;
}

/* 使用 ::after 伪元素创建下划线 */
.breadcrumbs__item::after {
  content: '';
  /* 伪元素必须有content */
  position: absolute;
  /* 绝对定位 */
  bottom: 0;
  /* 放置在 div 的底部 */
  left: 0;
  /* 从 div 的左边开始 */
  width: 0;
  /* 初始时宽度为 0 */
  height: 2px;
  /* 下划线的高度 */
  background-color: #657694;
  /* 设置下划线的颜色 */
  transition: width 0.3s ease;
  /* 平滑过渡宽度 */
}

/* 当鼠标悬停时，展开下划线 */
.breadcrumbs__item:hover::after {
  width: 100%;
  /* 鼠标悬停时，下划线宽度展开至 100% */
}

.breadcrumbs__item:hover {
  cursor: pointer;
}


.cards_section_ul>li.active {
  background-color: #04454d;
  color: #fff;

  font-weight: 600;
}


.noLeftTile {
  text-align: center;
}

.blog_detail_box {
  display: flex;
  flex-flow: row;
  position: relative;
}

.blog_detail_box .content {
  flex: 1;
}

.right_fiexd {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-left: 50px;
}

.right_fiexd .right_top_link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
}

.right_fiexd .right_top_link_box {
  display: flex;
  flex-direction: column;
}

.right_top_link_box .right_top_link_detail {
  display: flex;
  padding: 10px 0;
}

.right_top_link_box .right_top_link_detail:hover {
  cursor: pointer;
}

.right_top_link_box .right_top_link_detail img {
  width: 100px;
  height: 56px;
  padding-top: 7px;
}

.right_top_link_box .right_top_link_detail .top_link_content {
  flex: 1;
  margin-left: 10px;
  font-size: 0.9rem;
  line-height: 24px;
}


/* bottom */

.right_fiexd .right_bottom_link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
}

.right_fiexd .right_bottom_link_box {
  display: flex;
  flex-direction: column;
}

.right_bottom_link_box .right_bottom_link_detail {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.news_list_new {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.news_list_new .news_pre_new {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  margin: 50px 30px 50px 0;
  font-size: 1rem;
  color: #595959;
  border-radius: 10px;
}

.news_list_new .news_pre_new a {
  border-bottom: 1px #333 solid;
}

.news_list_new .news_next_new {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  margin: 50px 0px 50px 30px;
  font-size: 1rem;
  color: #595959;
  border-radius: 10px;
}

.news_list_new .news_next_new a {
  border-bottom: 1px #333 solid;
}

.right_bottom_link_title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #181f38;
}

.right_top_link_title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #181f38;
}


.bottom_link_title:hover {
  cursor: pointer;
}

.customerImgBox {
  display: flex;
  justify-content: flex-start;
}

.customerImgBox .customerImg img {
  height: 100%;
}

.customerImgRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.6em;
}

/* .social-share {
  display: flex;
  flex-wrap: wrap;
} */

.social-share a {
  /* background-image: url(../images/icon_1.png) !important; */
  padding-left: 0 !important;
  height: 117px !important;
  line-height: 117px !important;
  margin: 6px 6px 6px 0 !important;
  width: 117px;
  zoom: 0.275;
  border-radius: 30px;
}

.social-share a::before {
  content: none !important;
}

.social-share a:hover {
  border: none !important;
  color: #fff !important;
}

.social-share .linkedin {
  background-image: url(../images/in.png) !important;
}

.social-share .facebook {
  background-image: url(../images/share.png) !important;
}

.social-share .twitter {
  background-image: url(../images/post.png) !important;
}

.social-share .send {
  background-image: url(../images/send.png) !important;
}

.social-share .weixin {
  background-image: url(../images/wechat_1.png) !important;
}

.social-share .tsina {
  background-image: url(../images/weibo_1.png) !important;
}

.social-share .sqq {
  background-image: url(../images/qq_1.png) !important;
}

.social-share .icon-wechat .wechat-qrcode {
  zoom: 4;
}

.bdsharebuttonbox {
  padding-top: 30px;
}

.author {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.authorBox {
  display: flex;
  margin-bottom: 50px;
}

.authorImg img {
  width: 100px;
  height: 100px;

}

.authorContent {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  white-space: normal;
  /* 允许文本换行 */
  word-wrap: break-word;
  /* 如果单词过长，自动换行 */
  word-break: break-word;
  /* 兼容较老的浏览器，确保长单词也能换行 */
  color: #595959;
  font-size: 16px;
}

.authorName {
  font-weight: 600;
  line-height: 42px;
  font-size: 22px;
  padding-top: 5px;
}

.authorRightFiexd {
  width: 300px;
  margin-left: 50px;
}

.bottom_link_title::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #b6c9e8;
  position: absolute;
  top: 7px;
  left: 0px;
}

/* header nav 定制 */

.header_nav {
  /* position: absolute; */
  /* width: 100%; */
  /* top: 77px; */
  /* left: 0; */
  /* right: 0; */
  /* box-shadow: 0 25px 45px -45px #181f3840;
  background-color: #181f3833;
  overflow: hidden;
  opacity: .4;
  height: 90%;
  will-change: opacity, max-height;
  transition: .275s opacity linear, .275s max-height linear; */

  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  box-shadow: 0 25px 45px -45px #181f3840;
  background-color: #181f3833;
  overflow: hidden;
  opacity: .4;
  max-height: 0;
  will-change: opacity, max-height;
  transition: .275s opacity linear, .275s max-height linear;
}

.header_nav.open {
  opacity: 1;
}

.header_nav_content {
  background-color: #fff;
}

.nav_header_bottom_div {
  height: 100vh;
  filter: blur(5px);
}

.blurred {
  filter: blur(5px);
}

.no-scroll {
  /* overflow: hidden; */
  /* max-height: 708px; */
  overflow: hidden;
}

.header_nav_inner {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.header_nav_bottom {
  padding-bottom: 30px;
}


.nav-header ul>li:hover {
  cursor: pointer;
}

.nav-header ul>li:hover>a {
 /*  color: #04bf1f;*/
}




.nav-header-active {
  color: #04bf1f !important;
  border-bottom: 1.5px solid #04bf1f;
}

.nav-header-active::after {
  /* content: ''; */
  /* 伪元素必须有content */
  /* position: absolute; */
  /* 绝对定位 */
  /* bottom: 0; */
  /* 放置在 div 的底部 */
  /* left: 0; */
  /* 从 div 的左边开始 */
  /* width: 100%; */
  /* 初始时宽度为 0 */
  /* height: 2px; */
  /* 下划线的高度 */
  /* background-color: #04bf1f; */
  /* 设置下划线的颜色 */
  /* transition: width 0.3s ease; */
  /* 平滑过渡宽度 */
}


.line_nav {
  position: relative;
  z-index: 99999;
  border-bottom: 1px solid #d1d1d1;
}

/*  左部分 */
.inner_left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  height: 100%;
  width: auto;
  justify-content: flex-start;
}

.inner_left .inner_left_title {
  width: 100%;
  color: #04454d;
  font-size: 0.9em;
  font-weight: 600;
  padding-top: 16px;
  padding-left: 30px;
}

/* 3等分 */
.inner_left .inner_left_box_content {
  width: 20%;
  padding: 10px 10px 10px 10px;
  margin: 20px 28px 10px 0px;
}

.inner_left .inner_left_box_content:hover {
  cursor: pointer;
  background-color: #ebf5f3;
  border-radius: 12px;
}

.inner_left_box_content .inner_left_box_content_top {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}

.inner_left_box_content .inner_left_box_content_top img {
  border-radius: 8px;
  font-size: 10px;
  overflow: hidden;
}

.inner_herf_box_icon {
  display: block;
  width: 24px;
  height: 24px;
}

.inner_left_box_content .inner_left_box_content_bottom {
  color: #313956;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* nav3 */
.inner_left .inner_left_box_content_3 {
  width: 48.3%;
  padding: 12px 0 12px 15px;
  margin: 0px 0px 5px 0;
}

.inner_left .inner_left_box_content_3:hover {
  cursor: pointer;
  background-color: #ebf5f3;
  border-radius: 12px;
}

.inner_left .inner_left_box_content_3>a {
  display: flex;
}

.inner_left_box_content_3 .inner_left_box_content_top {
  border-radius: 50%;
  overflow: hidden;
  width: 28px;
  height: 28px;
  line-height: 0;
}

.inner_left_box_content_3 .inner_left_box_content_top img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.inner_left_box_content_3 .inner_left_box_content_bottom {
  color: #313956;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner_left .inner_left_box_contentFour {
  width: 20.1%;
  padding: 10px 10px 10px 10px;
  margin: 8px 20px 12px 10px;
}

/* .inner_left_box_contentFour */
/* 4分格 */
.inner_left .inner_left_box_content4 {
  width: 26.1%;
  padding: 10px 10px 10px 10px;
  margin: 8px 10px 12px 20px;
}

.inner_left .inner_left_box_contentFour:hover,
.inner_left .inner_left_box_content4:hover {
  cursor: pointer;
  background-color: #ebf5f3;
  border-radius: 12px;
}

.inner_left .inner_left_box_contentFour:hover span,
.inner_left .inner_left_box_content4:hover span {
  color: #ebf5f3;
}

.inner_left_box_contentFour .inner_left_box_content_top,
.inner_left_box_content4 .inner_left_box_content_top {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}

.inner_left_box_contentFour .inner_left_box_content_top img,
.inner_left_box_content4 .inner_left_box_content_top img {
  border-radius: 8px;
  overflow: hidden;
}



.inner_left_box_contentFour .inner_left_box_content_bottom,
.inner_left_box_content4 .inner_left_box_content_bottom {
  color: #444258;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

.inner_left_box_content4 .inner_left_box_content_bottom span {
  color: transparent;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

.inner_left_box_contentFour .inner_left_box_content_bottom02,
.inner_left_box_content4 .inner_left_box_content_bottom02 {
  color: #4a4e5d;
  font-size: 0.85em;
  font-weight: 600;
  margin-top: 10px;
}

/* 2分格 */
.inner_left .inner_left_box_content2 {
  width: 25.6%;
  padding: 10px 10px 10px 10px;
  margin: 16px 39px 20px 0px;
  background: #f6f6f6;
  border-radius: 12px;
}

.inner_left .inner_left_box_content2>a {
  display: flex;
}

.inner_left .inner_left_box_content2:hover {
  cursor: pointer;
  background-color: #ebf5f3;
  border-radius: 12px;
}

.inner_left_box_content2 .inner_left_box_content_top {
  border-radius: 8px;
  overflow: hidden;
  width: 72px;
  line-height: 0;
}

.inner_left_box_content2 .inner_left_box_content_top img {
  border-radius: 8px;
  overflow: hidden;
}

.inner_left_box_content2 .inner_left_box_content_bottom {
  color: #313956;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 15px;
  /* margin-top: 10px; */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}





/*Platform 右部分 */


.inner_right {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  padding: 24px;
  text-align: left;
  width: 200px;
}


.inner_right .right_title {
  font-weight: 600;
  color: #657694;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  cursor: default;
  padding-left: 10px;
}

.inner_right .inner_right_box_content {
  padding: 10px 0;
  font-weight: 600;
  height: 30px;


}

.inner_right .inner_right_box_content>a {
  display: flex;
  height: 100%;
  color: #04454d;
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 12px;
}

.inner_right .inner_right_box_content>a:hover {
  cursor: pointer;
  background-color: #ebf5f3;
}

.inner_right_box_content .inner_right_box_content_left {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

/* 中间inner部分 */
.inner_panel {
  padding: 18px 25px 24px 0px;
  text-align: left;
  width: 225px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.inner_panel>div {
  padding: 10px;
  font-weight: 600;
  height: 30px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.inner_panel>div:hover {
  cursor: pointer;
  /* background-color: #ebf5f3; */
}

.inner_panel_link {
  padding: 16px 25px 24px 0px;
  text-align: left;
  width: 225px;
  display: flex;
  flex-direction: column;

}


.inner_panel_link .link_title {
  font-weight: 600;
  color: #657694;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  cursor: default;
  padding-left: 10px;
}

.inner_panel_link .inner_panel_link_content {
  padding: 10px 0;
  font-weight: 600;
  height: 30px;
}

.inner_panel_link_content>a {
  height: 100%;
  color: #04454d;
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 12px;
}

.inner_panel_link_content>a:hover {
  cursor: pointer;
  background-color: #ebf5f3;
}





.inner_active {
  color: #04454d;
  font-size: 1.0em;
  font-weight: 600;
  background-color: #ebf5f3;
}

.i-color {
  color: #657694 !important;
}

.nav-header li:hover .navgroup {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translateY(0em);
}

/* navheader 新增 */
/* inner_href box左边侧边栏 */
/* inner_herf_box_content  box左边侧边栏内容区*/
.header_nav_inner .inner_href {
  width: 225px;
  font-size: 16px;
  padding: 18px 25px 24px 0px;

}

.header_nav_inner .inner_hrefGartner {
  width: 245px;
  font-size: 16px;
  padding: 18px 25px 24px 0px;
}

/* flex布局 */
.inner_href .inner_herf_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  border-radius: 12px;
}

/*  */
.inner_herf_box .inner_herf_box_content {
  padding: 10px 0;
  font-weight: 600;
  height: 30px;
  margin-top: 0;

}

.inner_herf_box .inner_herf_box_content>a {
  display: flex;
  height: 100%;
  color: #04454d;
  font-size: 1.0em;
  padding: 10px 10px;
  border-radius: 12px;
  align-items: center;
}

.inner_herf_box .inner_herf_box_content>a:hover {
  cursor: pointer;
  background-color: #ebf5f3;
}

.inner_herf_box_content .inner_herf_box_content_left {
  margin-right: 10px;
}

/*  */
.inner_herf_box .inner_herf_box_img {
  border-radius: 8px;
  overflow: hidden;
}

.inner_herf_box .inner_herf_box_img img {
  border-radius: 8px;
  overflow: hidden;
}

.inner_herf_box .inner_herf_box_title {
  font-weight: 600;
  color: #657694;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  cursor: default;
  padding-left: 10px;

}

.inner_herf_box .inner_herf_box_content {
  color: #657694;
  font-size: 12px;
  line-height: 24px;
}

.inner_herf_box_content_right {

  font-size: 16px;
}

.inner_herf_box .inner_herf_box_content02 {
  color: #657694;
  font-size: 0.95em;
}

.inner_herf_box .inner_herf_box_link {
  margin: 10px 0 6px 0;
  color: #04454d;
  font-weight: 600;
  font-size: 0.95em;
}

.inner_herf_box .inner_herf_box_link>a {
  color: #04454d;
  font-size: 0.9em;
  font-weight: 600;
}

.inner_herf_box .inner_herf_box_link:hover {
  cursor: pointer;
}

.inner_left_box_content4 a .inner_bottom_additional {
  color: #364254;
  font-size: 0.8em;
  font-weight: 600;

}

/* #nav1 .inner_herf_box,
#nav4 .inner_herf_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  border-radius: 8px;
  padding: 10px;
  background: #ebf5f3;
}

#nav1 .inner_herf_box .inner_herf_box_title,
#nav4 .inner_herf_box .inner_herf_box_title {
  font-weight: 600;
  font-size: 1.05em;
  margin-top: 15px;
  color: #364254;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;


}

#nav1 .inner_herf_box .inner_herf_box_content,
#nav4 .inner_herf_box .inner_herf_box_content {
  height: auto;
  font-weight: 400;
  line-height: 26px;
  font-size: 13px;
} */

.menu_tel {
  color: #444444;
  font-size: 0.975em;
  font-weight: 600;
  padding: 1.55em 1em;
}

.pageFooterItemSub .inner a {
  color: #737272;
}

.pageFooterItemSub .pageFooterItemSub_hide {
  display: none;

  position: absolute;
  padding-left: 32px;
  width: 270px;
  text-align: left;
}

.pageFooterItemSub .pageFooterItemSub_hide a {
  color: #6043ff;
  font-size: 0.85rem;
}

.pageFooterItemSub .pageFooterItemSub_hide:hover {
  display: block;
}

.pageFooterItemSub .pageFooterItemSub_hide_a {
  display: none;
  position: absolute;
  padding-left: 10px;
  width: 250px;
  text-align: left;
}

.pageFooterItemSub .pageFooterItemSub_hide_a a {
  color: #6043ff;
  font-size: 0.90rem;
}

.pageFooterItemSub .pageFooterItemSub_hide_a:hover {
  display: block;
}

.pageFooterItemSub .hover_a:hover+.hover_div .pageFooterItemSub_hide_a {
  display: block;
}

.pageFooter {
  background: #f6f6f6;
  /* margin-top: 90px; */
}

.pageFooterItemSub .pdficon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  padding-bottom: 2px;
}

.pageFooterItemSub .pdficon_new {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.pageFooterItemSubFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}


#nav2 .inner_herf_box {
  margin: 0 0 0 0px;
}

.inner_right {
  padding: 16px 0px 24px 0px;
  text-align: left;
  width: 160px;
}

.buttonGroup {
  margin: 10px;
  
}

#nav3 .inner_panel {
  margin: 0 0 0 0px;
}

#nav4 .inner_herf_box {
  margin: 0 0 0 0px;
}

#nav5 .inner_href {
  margin-left: 0px;
}

.autoing {
  max-width: 100%;
  height: auto;
  /* 保持图片的宽高比 */
}

/* why 8 is cool! */
/* #navscenarios .inner_herf_box, */
.coolDiv .inner_herf_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  border-radius: 8px;
  padding: 10px;
  background: #ebf5f3;
}

/* #navscenarios .inner_herf_box .inner_herf_box_title, */
.coolDiv .inner_herf_box .inner_herf_box_title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  color: #364254;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
  line-height: 30px;
}

/* #navscenarios .inner_herf_box .inner_herf_box_content, */
.coolDiv .inner_herf_box .inner_herf_box_content {
  height: auto;
  font-weight: 400;
}

.img_picture_normal {
  top: 13px;
  position: relative;
  overflow: hidden;
}

.ai_icon_active {
  display: inline;
  width: 25px;
  position: relative;
  top: 3px;
  padding-left: 6px;
}

.ai_icon_active_none {
  display: none;
  width: 25px;
  position: relative;
  top: 3px;
  padding-left: 6px;
}

/* 新增 */
.problemButtonStyle,
.ppm-problemButtonStyle,
.ppm-solutionButtonStyle,
.solutionButtonStyle {
  margin-top: 0px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding: 0.35rem 0.8rem;
  border: 2px solid transparent;
}

.problemButtonStyle:hover {
  border: 2px solid rgb(219, 88, 0);

}

.solutionButtonStyle:hover {
  border: 2px solid rgb(252, 235, 212);

}

.ppm-problemButtonStyle:hover {
  border: 2px solid #8189e7;

}

.ppm-solutionButtonStyle:hover {
  border: 2px solid #ffffff;

}

.new-buttonGroup {
  justify-content: center;
  padding-bottom: 60px;
  margin-top: 0px;
  margin-bottom: 0px;

}




.modal-open,
.modal-open:hover {
  text-decoration: underline;
  font-size: 1.05rem;
  line-height: 22px;
  color: rgb(0, 102, 255);
  font-weight: 600;
}

.modal-close {
  color: rgb(0, 230, 66);
  font-size: 30px;
  font-weight: 600;
  line-height: 10px;
  position: relative;
  right: -30px;
}

.modal-close:hover{ 
  color: rgb(0, 197, 57);
}

.popup-top {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/coverbackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
}

.modal-title {
  display: flex;
  font-size: 1.1rem;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #001d35;
}

.modal-text-title {
  color: #001d35;
  line-height: 30px;
  font-size: 1.05rem;
  padding-bottom: 12px;
}

.modal-text-strong {
  color: #001d35;
  line-height: 26px;
  font-size: 1.06rem;
  font-weight: 600;
  padding-bottom: 3px;
}

/* color: #545d7e; */
.modal-text-default {
  color: #545d7e;
  line-height: 26px;
  font-size: 1.06rem;
  /* font-weight: 600; */
  padding-bottom: 18px;
}

.popup-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 滚动 */
  overflow: auto;
  outline: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .2);
}

.popup-modal-container {
  padding: 30px;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  margin: auto;
  background-color: white;
  width: 800px;
  margin-top: 100px;
}

.popup-modal-container-aboutus {
  width: 500px;

}

.modal-contant {
  padding: 30px 30px 0 40px;
  padding-top: 10px;
  flex: 1;
}

.modal-text {
  text-align: left;
  font-size: 1.05rem;
  color: #001d35;
  line-height: 32px;
}

.popup-displaynone {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.contact_us_right_container {
  background-color: #00CE93;
  display: flex;
  /* 启用 Flex 布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  height: 100%;
  /* 可根据需要调整 */
  padding: 20px;
  flex-direction: column;
}

.contact_us_right_container>div {
  flex-grow: 1;
}

.contact_us_right_container .title {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
  text-align: right;
  padding: 40px 20px 0 0;
  width: 100%;
}

.contact_us_right_container img {
  max-width: 100%;
  /* 防止图片溢出容器 */
  height: auto;
}

@media screen and (max-width: 1020px) {
  .page-wrap .productPriceAreaBgImg>.inner .price_list_area_single {
    flex-direction: column;
    margin-top: 20px;
  }

  .page-wrap .productPriceAreaBgImg>.inner .price_list_area_single .price_list_area_single_left,
  .page-wrap .productPriceAreaBgImg>.inner .price_list_area_single .price_list_area_single_right {
    width: 100%;
  }

  .price_list_area_single_right>div {
    text-align: center;
  }
}

.overlayForm {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明灰色 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  z-index: 9999;
}

.overlayForm .popup-modal-container {
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  pointer-events: auto;
  padding: 30px;
  width: 600px;
}

.overlayForm .popup-modal-container>.popup-modal-box {
  display: flex;
}

.overlayForm .popup-modal-container>.popup-modal-box>.popup-modal-left {
  min-width: 50px;
}

.overlayForm .popup-modal-container>.popup-modal-box>.popup-modal-right {
  margin-left: 23px;
  border-left: 1px solid #eee;
  flex: 1;
}

.overlayForm .popup-modal-header {
  display: flex;
  flex-direction: row;
}

.overlayForm .popup-modal-header .popup-modal-title {
  flex: 1;
  margin-left: 38px;
}

.overlayForm .popup-modal-header .close {
  cursor: pointer;
  font-weight: bold;
  color: #00B9AD;

}

#app .modern-mature-nav-title{
  display: block;
  background-color:rgb(229, 241, 255);
  padding:50px 0 0 0;
  text-align:center;
  font-size:2.5rem;
  font-weight: 600;
  color: rgb(94, 91, 255);
}
#app .modern-mature-nav-title-mob{
  display: none;
}
#app .moduleTitle{
  background-color: rgb(229, 241, 255);padding-top:25px;
}
#app .moduleTitle .commonSectionTile{
  font-size: 16px;line-height: 32px;color: rgb(39, 47, 64);
}
.nav-header-none{
    display: block;
}
.nav-header-none1{
  display: none;
}

.display_none{
  display: block !important;
}
.display_block{
  display: none !important;
}
.display_flex{
  display: flex !important;
}
.display_flex_none{
  display: none !important;
}
.noCodeShow{
  display: block !important;
}
.noCodeShow_mob{
  display: none !important;
}


.srm_blockArea_BG{
  background:#F3F9FF;
  padding-bottom: 30px;
}

 .mob_srm_index_vs{
        margin:auto;
    }

    .ppm_href_text,.ppm_href_text:hover {
    font-size: 1.20rem;
    line-height: 42px;
    font-weight: normal;
    color: #4C58E1;
    border-bottom: solid 1px #737dee;
}
.attention_tips{
  font-weight:600;
  color:#0EBE79;
}
.ppm_index_img_right{
    display: flex;
      flex-direction: column;
      gap: 10px
}
.padding-bottom1{padding-bottom:80px;}
.padding-top1{padding-top:60px;padding-bottom:0 ;}


/* 8m */
.modal-text-title-20{
  font-size: 1.15rem;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 20px 0 8px 0;
}
/* Hero Section */
.hero {
  color: white;
  padding: 3.5rem 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 620px;
  width: 66%;
  margin: auto;
  z-index: 1;
  width: 94%;
    max-width: 88rem;
    margin: 0 auto;
}

.hero-left, .hero-right {
     width: 32%;
    font-size: 0.85rem;
    line-height: 2.0rem;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin: 0px auto auto auto;
    gap: 10px;
}
.hero-right {
  /* margin: 30px auto auto auto  !important; */
}

.hero-left{
  padding-left: 0px;  gap: 58px;
}
.hero-left h3, .hero-right h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  font-weight: normal;
}
.hero-left a, .hero-right a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  line-height: 25px;
}
.hero-left a:hover, .hero-right a:hover{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
    text-underline-offset: 5.1px;
}


/* .hero-left a::after, .hero-right a::after {
  content: "»";
  margin-left: 5px;
  font-size: 25px;
  color: yellow;
}
.hero-left a::after:hover, .hero-right a::after:hover {
  text-decoration: none;
} */
 .hero_arrow_icon{
      text-decoration: none;
      color: yellow;
      font-size: 28px;
      line-height: 1.2rem;
      font-weight: 500;
 }
.speech-bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  background-color: transparent;
  /* border: 3px solid white; */
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: white;
  z-index: 1;
}

.speech-bubble p {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.people-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 300px;
  object-fit: contain;
  z-index: 0;
}

.quote-mark {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-family: Georgia, serif;
  opacity: 0.6;
}

.speech_Bubble{
position: relative;
}
.speech_child{
  position: absolute;
  top: 55%;
  width: 40px;
}
.border_bottom_line{
  margin-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
  padding: 0px 0 20px 0;
}
.hero_mob_table tbody tr td:first-child{
  width:150px;
}
.ai_content_table table {
  border-collapse: collapse; /* 让表格边框合并 */
  width: 100%; /* 表格宽度 */
  background-color: #f2f7ff;
  border-radius: 10px;font-size: 16px;line-height: 28px;
}
.ai_content_table th, td {
  padding: 8px 12px; /* 单元格内边距 */
  text-align: left; /* 文本左对齐 */
}
.ai_content_table .td_blod {
  font-weight: bold; /* 表头文字加粗 */
  width:120px;
  
}
/* 移除所有边框 */
.ai_content_table  table, th, td {
  border: none;margin-top: 10px;
}
.center_text_tips{
  font-size: 2rem;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffebd2;
    top: 19%;
    /* text-decoration: none; */
    
}
.speech_child2 {
    right: -340px;
    position: absolute;
    top: 8%;
    width: 40px;}

.center_text_tips_ai{font-size: 3.4rem;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 5.5%;
    font-weight: normal;
}

.center_text_tips_ai_nav{font-size: 3.4rem;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 6.5%;
    font-weight: normal;
}

.textTips{
    text-decoration: none; color:#ffe4c1
}
.textTips:hover{
  text-decoration: underline;
  text-decoration-thickness: 1.2px;
  text-underline-offset: 7px;
}
.center_text_tips_title{
  font-size: 4rem;
  color: #FFE3BD;
  font-weight: 500;
}
.icon-text{
  width: 22px;
  position: relative;
  top: 4.5px;
  
}
.pop_up{
  background-color: #E9EEF6;
  border-radius: 30px 3px 25px 30px;
  padding: 16px 25px;
  margin: 20px 0px 32px 0;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  color: #222;
  max-width: 470px;
  display: inline-block;
  line-height: 29px;
}
.icon-content{
  position: relative;
}
.icon-start{
    width: 25px;
    position: absolute;
    left: -40px;
    top: 1px;
}
.icon-other{
  width: 18px;
  position: relative;
  top: 2px;
}
#ai-content-1 .modal-contant,
  #ai-content .modal-contant{
  padding: 30px 30px 0 40px;
}

.header_bgcolor_style{
  width: 100%; 
        height: 170px;
        position: absolute;
        z-index: 0;
        bottom: 0;
        background: #ffffff;
}

.Hero_Section{
  background-image: linear-gradient(176deg, #ff8000 0%, #ff9c00 100%);
  position: relative;
}
/* icon */
.ma_icon_title{
  display: flex;
}
.ma_icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon_1.png);
  background-size: auto 1300px;
  background-repeat: no-repeat;
}


.ma_icon_1 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 0;
}
.ma_icon_2 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -44px;
}
.ma_icon_3 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -97px;
}
.ma_icon_4 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -147px;
}

.ma_icon_5 {
  background-position: 0 -196px;
}
.ma_icon_6 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -245px;
}
.ma_icon_7 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -295px;
}
.ma_icon_8 {
  display: block;
    margin-top: 0px;
    margin-right: 5px;
  background-position: 0 -344px;
}
.ma_icon_9 {
  display: block;
    margin-top: 0px;
    margin-right: 5px;
  background-position: 0 -393px;
}
.ma_icon_10 {
  display: block;
    margin-top: 0px;
    margin-right: 5px;
  background-position: 0 -442px;
}
.ma_icon_11 {
  display: block;
  margin-top: 0px;
  margin-right: 5px;
  background-position: 0 -493px;
}
.ma_icon_12 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -541px;
}
.ma_icon_13 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -590px;
}
.ma_icon_14 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -641px;
}
.ma_icon_15 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -689px;
}
.ma_icon_16 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -738px;
}
.ma_icon_17 {
   display: block;
  margin-top: 4px;
  margin-right: 5px;
  background-position: 0 -787px;
}
.ma_icon_18 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -835px;
}
.ma_icon_19 {
   display: block;
  margin-top: 2px;
  margin-right: 5px;
  background-position: 0 -886px;
}
.ma_icon_20 {
  background-position: 0 -934px;
  width: 25px;
  position: absolute;
  left: -30px;
  top: 0px;
}
.ma_icon_21 {
  background-position: 0 -985px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 5px;
}
.ma_icon_22 {
  background-position: 0 -1035px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 4px;
}
.ma_icon_23 {
  background-position: 0 -1084px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 4px;
}
.ma_icon_23_2 {
  background-position: 0 -1084px;
  width: 25px;
  position: relative;
  right: 5px;
  top: 4px;
}
.ma_icon_24 {
  background-position: 0 -1134px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 4px;
}
.ma_icon_25 {
  background-position: 0 -1182px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 4px;
}
.ma_icon_26 {
  background-position: 0 -1231px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 4px;
}
.ma_icon_27 {
  background-position: 0 -1280px;
  width: 25px;
  position: relative;
  left: 2px;
  top: 4px;
}

.ma_icon_2{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-2_1.png);
  background-size: auto 1300px;
  background-repeat: no-repeat;
}
.ma_icon_221 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 0;
}

.ma_icon_222 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -45px;
}

.ma_icon_223 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -42px;
}

.ma_icon_224 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -131px;
}

.ma_icon_225 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -175px;
}

.ma_icon_226 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -221px;
}

.ma_icon_227 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -265px;
}

.ma_icon_228 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -309px;
}

.ma_icon_229 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -352px;
}

.ma_icon_230 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -395px;
}

.ma_icon_231 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -441px;
}

.ma_icon_232 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -485px;
}

.ma_icon_233 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -528px;
}

.ma_icon_234 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -573px;
}

.ma_icon_235 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -618px;
}

.ma_icon_236 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -662px;
}

.ma_icon_237 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -705px;
}


.ma_icon_238 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -747px;
}

.ma_icon_239 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -793px;
}

.ma_icon_240 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -837px;
}

.ma_icon_241 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -882px;
}

.ma_icon_242 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -926px;
}

.ma_icon_243 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -969px;
}


.ma_icon_244 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1012px;
}

.ma_icon_245 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1057px;
}

.ma_icon_246 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1102px;
}

.ma_icon_247 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1147px;
}

.ma_icon_248 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1189px;
}
.ma_icon_249 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1233px;
}
.ma_icon_250 {
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  background-position: 0 -1278px;
}
.top_line{
  border-top: 1px solid #C6C6C6;
  margin-top: 30px;
}
.hover_bgcolor{
  /* background: aliceblue; */
  padding: 6px  12px;    border-radius: 20px;
}
.hover_bgcolor:hover{
  background: #ebf2f7;
  padding: 6px  12px;
}
.modal-text-title-24 {
  color: #0a0a0a;
  line-height: 28px;
  font-size: 1.45rem;
  font-weight: 500;
  padding: 20px 0 ;
}
 #single{
       margin: -3px 0 0 0;
      }


/* /supplier/procurement-mall.html */
.thin-right-arrow {
  width: 125px;
  height: 125px;
  border-right: 40px solid #eef4ff;
  border-bottom: 40px solid #eef4ff;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.bottom-icon {
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 7vh;
}
.mall-title-txt{
  font-size: 2.45rem;
  line-height: 4.5rem;
  color: #6363ff;
  font-weight: normal;
}
.mall-title-txt-tips{
  font-size: 1.25rem;
  color:#0c0c44
}
.mall-txt-bgcolor{
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 88rem;
  margin: 0 auto;
}
.view_system{
  background-color: #0badff;
  
  padding: 0.55rem 2.8rem;
}
.procurement-mall-left{
  z-index: 3;
  position: relative;
  margin: auto 0;
  padding-bottom: 15px;
}
.procurement-mall-right{
  width: 50%;
  margin: auto 0;
}

.pre_auction{
  width: 22.7%;
}