/*清除浮动*/
.clearfix {
  *zoom: 1;
  /* *放在css属性前面，表示这个属性仅仅应用到Internet Explorer 7 以及以下版本。因为Internet Explorer 版本 7 以及以下承认非字母数字（除了下划线）前缀的属性 */
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.banner_box {
  width: 100%;
  height: 430px;
  background-color: skyblue;
  color: #ffffff;
  background-image: url(../images/function/bannerImg.jpg);
  background-size: cover;
  background-position: 50%;
}

.synopsis_box {
  height: 400px;
  margin-top: 60px;
  border-radius: 32px;
  background-color: #f1f5ff;
  box-shadow: 0px 2px 6px 0px rgba(183, 198, 234, 1);
  display: flex;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  background-image: url(../images/function/synopsis-bgImg.png);
  background-repeat: no-repeat; /* 防止平铺 */
  background-position: center; /* 居中显示 */
  background-size: cover; /* 按盒子大小覆盖 */
}

/* .synopsis_box img {
  width: 40%;
  max-width: 430px;
  height: 370px;
  margin-left: 20px;
} */

.synopsis_content {
  width: 60%;
  height: 100%;
  padding: 15px 0 15px 20px;
  font-weight: 500;
  box-sizing: border-box;
}

.synopsis_content p {
  text-indent: 2em; /* 首行缩进两个字符宽度 */
  line-height: 3em;
}

.classify_box {
  margin-top: 120px;
}

.classify_item {
  width: 30%;
  height: 360px;
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(69, 158, 255, 0.15);
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 40px;
  transition: transform 0.4s ease, z-index 0.4s ease, box-shadow 0.4s ease;
}

.classify_imgBox {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ecf5ff;
  margin-left: calc(50% - 50px);
}

.classify_imgBox img {
  width: 100%;
  height: 100%;
}

.classify_item p {
  margin: 24px 0;
}

.classify_item span {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}

.classify_item:hover {
  transform: scale(1.05) translateY(-20px);
}

.function_content {
  width: 100%;
  height: 470px;
  position: relative;
  /* border: 1px solid rgba(92, 137, 255, 1); */
  margin-top: 160px;
  background-image: url(../images/function/function-bgImg.png);
  background-repeat: no-repeat; /* 防止平铺 */
  background-position: center;
  background-size: cover; /* 按盒子大小覆盖 */
}

.function_item {
  position: absolute;
  width: 270px;
  height: 310px;
  /* background: linear-gradient(135deg, #4a90e2, #9013fe); */
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.4s ease, z-index 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* 卡片位置 */
.function_item:nth-child(1) {
  left: calc(50% - 555px);
  top: 100px;
  z-index: 3;
}
.function_item:nth-child(2) {
  /*中间位移量：135 + 卡片宽度：270 - 卡片重叠量：60*/
  left: calc(50% - 345px);
  top: 60px;
  z-index: 4;
}
.function_item:nth-child(3) {
  left: calc(50% - 135px);
  z-index: 5;
  top: 30px;
}
.function_item:nth-child(4) {
  left: calc(50% + 75px);
  top: 60px;
  z-index: 4;
}
.function_item:nth-child(5) {
  left: calc(50% + 285px);
  top: 100px;
  z-index: 3;
}

.function_item.item_active,
.function_item.hovering {
  transform: scale(1.2) translateY(-20px);
  z-index: 10;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom right, #7c9ffa, #f9fbfe);
}

.functionItem_box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.functionItem_box ul {
  padding-left: 20px;
  z-index: 2;
}

.functionItem_box ul li {
  list-style-type: inherit;
  color: #666666;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
}

.functionItem_box img {
  width: 130px;
  height: 100px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.system_item {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(92, 137, 255, 1);
  box-sizing: border-box;
  padding-top: 27px;
  padding-left: 10px;
}

.system_item p {
  margin-bottom: 12px;
  box-sizing: border-box;
}

.scence_box {
  width: 100%;
  height: 500px;
  margin-top: 100px;
  background-color: #ecf5ff;
  padding-top: 60px;
  box-sizing: border-box;
}

.scence_item {
  width: 125px;
  text-align: center;
  margin-top: 50px;
}

.scence_imgBox {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #99c9ff;
  margin-left: 30px;
}

.scence_imgBox img {
  width: 100%;
  height: 100%;
}

.scence_item p {
  margin: 30px 0 20px;
}

.scence_item ul {
  padding-left: 20px;
}

.scence_item ul li {
  list-style-type: inherit;
  color: #666666;
  font-size: 14px;
  line-height: 34px;
  text-align: left;
}

.customer_item {
  width: 30%;
  height: 320px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 6px 13px 0px #dcdcdc;
  transition: transform 0.4s ease, z-index 0.4s ease, box-shadow 0.4s ease;
}

.customer_item img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.customer_item p {
  line-height: 50px;
}

.customer_item span {
  text-indent: 2em;
  font-size: 14px;
  margin-top: 40px;
  display: inline-block;
  line-height: 2em;
}

.customer_item:hover {
  transform: translateY(-20px);
}

.trial_box {
  width: 100%;
  height: 410px;
  color: #333333;
  /* background-color: #3b43f2; */
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/function/trial-bgImg.png);
  background-repeat: no-repeat; /* 防止平铺 */
  background-position: top;
}

.trial_box p {
  font-size: 56px;
  font-weight: 600;
  margin: 50px 0;
}

.trial_box a {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #1366ec;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
}
