.kj-solution-article {
  margin-right: 7px;
}
.kj-youshi-title {
  font-size: 25px;
  line-height: 30px;
  color: var(--active-color);
}

.kj-youshi-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kj-youshi-item {
  height: 190px;
  padding: 25px;
  padding-left: 30px;
  border: 1px solid #858585;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.kj-youshi-left {
  width: 166px;
  flex-shrink: 0;
  border-right: 1px solid #858585;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kj-youshi-left img {
  width: 76px;
  height: 76px;
}
.kj-youshi-left strong {
  font-size: 25px;
  color: #595757;
  margin-right: 34px;
}
.kj-youshi-right {
  color: #858585;
  margin-left: 32px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-align: justify;
}

/* 一站式解决方案 */
.kj-fangan .kj-youshi-item {
  border: none;
  height: auto;
  padding: 0;
  margin-bottom: 12px;
}
.kj-fangan p {
  letter-spacing: 1.4px !important;
}
.kj-youshi-subtitle {
  margin-top: 26px;
  color: var(--active-color);
  font-size: 25px;
  line-height: 52px;
  display: flex;
  align-items: center;
}
.kj-youshi-subtitle span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--active-color);
  margin-right: 12px;
}
.kj-liucheng {
  width: 162px;
  height: 45px;
  line-height: 45px;
  background-color: var(--active-color);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  margin-top: 36px;
}
.kj-fangan .kj-youshi-list {
  margin-top: 32px;
}

/* 协同生态支持 */
.kj-xietong .kj-youshi-title {
  margin-bottom: 36px;
}
.kj-xietong .kj-xietong-item {
  padding: 64px 0 54px;
  text-align: center;
  border-top: 1px solid #9b9c9c;
}
.kj-xietong .kj-youshi-subtitle {
  margin-top: 66px;
  margin-bottom: 10px;
}
.kj-xietong .kj-xietong-pic {
  border-top: 1px solid #9b9c9c;
  padding-top: 92px;
}
.kj-xietong .kj-xietong-pic img {
  width: 100%;
}

/* 移动端 */
@media screen and (max-width: 768px) {
  .kj-youshi-title {
    font-size: 20px;
    line-height: 25px;
  }
  .kj-youshi-list {
    margin-top: 30px;
  }
  .kj-youshi-item {
    height: auto;
    padding: 15px;
    flex-direction: column;
    margin-bottom: 18px;
  }
  .kj-youshi-left {
    width: 140px;
    border-right: none;
    border-bottom: 1px solid #858585;
    padding-bottom: 30px;
  }
  .kj-youshi-left img {
    width: 60px;
    height: 60px;
  }
  .kj-youshi-left strong {
    margin-right: 0;
  }
  .kj-youshi-right {
    margin-left: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .kj-youshi-subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .kj-youshi-subtitle span {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .kj-liucheng {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    margin-top: 26px;
    border-radius: 6px;
  }
  .kj-xietong .kj-xietong-item {
    padding: 32px 0 28px;
  }
  .kj-xietong .kj-youshi-subtitle {
    margin-top: 30px;
  }
  .kj-xietong .kj-xietong-pic {
    padding-top: 46px;
  }
}