/** 解决方案 **/
.st_carousel {
  /** 系统好处 **/
}
.st_carousel .el-carousel .el-carousel__button {
  display: none;
}
.st_carousel .st_benefit {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(152, 160, 190, 0.2);
}
.st_carousel .st_benefit .content ul {
  text-align: left;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.st_carousel .st_benefit .content ul li {
  display: flex;
  border-right: 1px solid rgba(65, 75, 90, 0.1);
  padding: 1rem 1.5rem;
}
.st_carousel .st_benefit .content ul li:last-child {
  border-right: unset;
}
.st_carousel .st_benefit .content ul li img {
  width: 4.9rem;
  height: 3.1rem;
  margin-right: 1rem;
}
.st_carousel .st_benefit .content ul li .r .title {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #22448A;
}
.st_carousel .st_benefit .content ul li .r .remark {
  text-align: left;
  margin-top: 0.5rem;
  width: 5.85rem;
  height: 1.65rem;
  line-height: 1rem;
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6478A0;
}
/** 行业难点 **/
.difficulty {
  padding-bottom: 1rem;
}
.difficulty .content-title .remark {
  margin-bottom: 1.5rem !important;
}
.difficulty ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 1rem;
}
.difficulty ul li {
  flex: 1;
  height: 6rem;
  padding: 1rem 0.75rem;
  background: #F5F7F9;
  border-radius: 0.45rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.75rem;
}
.difficulty ul li:nth-child(2n) {
  margin-left: 0.75rem;
}
.difficulty ul li .d_title {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.difficulty ul li .remark1,
.difficulty ul li .remark2 {
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6E7580;
}
.difficulty ul li .remark1 {
  margin-top: 0.73rem;
}
.difficulty ul li .remark2 {
  margin-top: 0.5rem;
}
.difficulty ul li .d_img {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0.75rem;
  z-index: -1;
}
.difficulty ul li .s_img {
  width: 3.75rem;
  height: 3.75rem;
}
/** 产品解决方案 **/
.st_product {
  background-color: #E8F5FF;
  padding-bottom: 2rem;
}
.st_product .content-title .el-tabs--border-card {
  background: unset;
  border: unset;
  box-shadow: unset;
  padding: 0 1rem;
}
.st_product .content-title .el-tabs--border-card span img {
  width: 20px;
  height: 22px;
  position: relative;
  top: 0.2rem;
}
.st_product .content-title .el-tabs--border-card > .el-tabs__header {
  border: unset;
  background-color: #e8f5ff;
}
.st_product .content-title .el-tabs--border-card > .el-tabs__header .el-tabs__item {
  width: 4.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border: 0.03rem solid #558AF6;
  border-radius: 1rem;
  margin-right: 0.5rem;
  background: #FFFFFF;
  color: #558AF6;
  text-align: center;
  padding: 0;
}
.st_product .content-title .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  border: 0.03rem solid #558AF6;
  background: #558AF6;
  color: #fff;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1rem;
}
.st_product .content-title .el-tabs--border-card .el-tabs__nav {
  float: initial;
  overflow-x: auto;
  height: 4rem;
  line-height: 4rem;
  padding: 0 0.25rem;
}
.st_product .content-title .el-tabs--border-card > .el-tabs__content {
  background: #fff;
  height: 18rem;
  border-radius: 0.45rem;
  padding: 1.3rem;
}
.st_product .content-title .el-tabs--border-card .el-tab-pane {
  height: 100%;
  position: relative;
  z-index: 1;
}
.st_product .content-title .el-tabs--border-card .st_content {
  display: flex;
  flex-direction: column;
}
.st_product .content-title .el-tabs--border-card .st_content .b img {
  height: 10rem;
  position: absolute;
  bottom: -0.5rem;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 0;
}
.st_product .content-title .el-tabs--border-card .st_content .t {
  text-align: left;
  position: relative;
  z-index: 1;
}
.st_product .content-title .el-tabs--border-card .st_content .t .st_ct_title,
.st_product .content-title .el-tabs--border-card .st_content .t .st_ct_title2 {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.st_product .content-title .el-tabs--border-card .st_content .t .st_ct_title2 {
  margin-top: 0.25rem;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul {
  margin-top: 0.73rem;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li {
  margin-bottom: 0.2rem;
  display: flex;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li .point {
  margin-top: 0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  background: #AAC4FA;
  border-radius: 50%;
  display: inline-block;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li div {
  flex: 1;
  line-height: 1.05rem;
  margin-left: 0.3rem;
  color: 6e7580;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li .st_stock_point,
.st_product .content-title .el-tabs--border-card .st_content .t ul li .st_insight_point {
  position: relative;
  top: -1.1rem;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li .st_stock_word,
.st_product .content-title .el-tabs--border-card .st_content .t ul li .st_insight_word {
  display: inline-block;
  line-height: 1.15rem;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li .st_stock_word {
  width: 18.2rem;
}
.st_product .content-title .el-tabs--border-card .st_content .t ul li .st_insight_word {
  width: 17.5rem;
}
.st_product .content-title .el-tabs--border-card .st_content .t .all_use_btn {
  position: absolute;
  bottom: 1.5rem;
}
/** 核心功能 **/
.coreFunction .core_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.coreFunction .core_content .core_l {
  text-align: left;
  margin-top: -0.35rem;
}
.coreFunction .core_content .core_l ul {
  padding: 0 1rem;
}
.coreFunction .core_content .core_l ul li {
  margin-bottom: 0.75rem;
  background: #F5F7F9;
  border-radius: 0.45rem;
  padding: 1rem 0.78rem;
}
.coreFunction .core_content .core_l ul li div {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.coreFunction .core_content .core_l ul li div .point {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: #AAC4FA;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.15rem;
}
.coreFunction .core_content .core_l ul li p {
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6E7580;
  line-height: 1.1rem;
}
.coreFunction .core_content .core_l .all_use_btn {
  position: relative;
  top: -0.5rem;
}
.coreFunction .core_content img {
  margin-top: 0.73rem;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  z-index: 9;
}
/** 系统 **/
.system {
  padding: 0 1rem;
}
.system .content .l .pic {
  width: 11.1rem;
  height: 7.75rem;
}
.system .content .l .sy_title {
  margin: 1.5rem 0 0 0;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #434B59;
}
.system .content .l .arrow {
  width: 1rem;
  height: 1.5rem;
}
.system .content .l ul {
  margin-top: 1rem;
}
.system .content .l ul li {
  display: flex;
  margin-bottom: 0.5rem;
}
.system .content .l ul li span {
  width: 3.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #C5534E;
  text-align: center;
  border: 0.5px solid #C5534E;
  border-radius: 0.3rem;
}
.system .content .l ul li span:not(:last-child) {
  margin-right: 0.5rem;
}
.system .content .c .pic {
  width: 6.9rem;
  height: 7.9rem;
}
.system .content .c ul {
  margin-top: 1rem;
}
.system .content .c ul li {
  display: flex;
  margin-bottom: 0.5rem;
}
.system .content .c ul li span {
  color: #09BA11;
  border: 0.5px solid #09BA11;
}
.system .content .r {
  margin-bottom: 2rem;
}
.system .content .r .pic {
  margin-top: 0.8rem;
  width: 12.5rem;
  height: 7rem;
}
.system .content .r ul {
  margin-top: 1rem;
}
.system .content .r ul li {
  display: flex;
  margin-bottom: 0.5rem;
}
.system .content .r ul li span {
  color: #E29906;
  border: 0.5px solid #E29906;
}
.system .content .pic_add {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 1.5rem;
}
/** 业务流程及优势 **/
.process {
  background: #E8F5FF;
  padding: 0 1rem;
  padding-bottom: 2rem;
}
.process .pr_title {
  padding-top: 1.98rem;
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #22448A;
}
.process .pr_imgList {
  background: #FFFFFF;
  border-radius: 0.45rem;
  margin-top: 1.25rem;
  padding: 1rem 0;
}
.process .pr_imgList ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.7rem;
}
.process .pr_imgList ul:nth-child(n+2) li {
  border-top: 0.05rem solid rgba(67, 75, 89, 0.05);
}
.process .pr_imgList ul li {
  padding: 1rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.process .pr_imgList ul li:nth-child(2n) {
  border-left: 0.05rem solid rgba(67, 75, 89, 0.05);
  padding-left: 0.7rem;
}
.process .pr_imgList ul li:nth-child(2n+1) {
  padding-right: 0.7rem;
}
.process .pr_imgList ul li img {
  width: 5.85rem;
  height: 3.25rem;
}
.process .pr_imgList ul li .sub-title {
  color: #434B59;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.process .pr_imgList ul li .sub-remark {
  color: #6E7480;
  font-size: 0.65rem;
  line-height: 1.1rem;
}
.process .business .sub-title {
  margin-top: 0 !important;
}
.process .business img {
  width: 5.33rem !important;
  height: 2.65rem !important;
}
/** 系统比较 **/
.sys_compare {
  background: #FFFFFF;
  padding-bottom: 1rem;
}
.sys_compare .sys_compare_top {
  margin-top: 2rem;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  margin-bottom: 1.25rem;
}
.sys_compare .sys_compare_bottom {
  position: relative;
  z-index: 0;
  height: 8.1rem;
  max-width: 19rem;
  margin: 0 1rem;
  box-shadow: 0px 0px 60px 0px rgba(152, 160, 190, 0.3);
  border-radius: 0.45rem;
  margin-bottom: 0.75rem;
}
.sys_compare .sys_compare_bottom img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.sys_compare .sys_compare_bottom .sys_title {
  color: #434B59;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  position: absolute;
  left: 4.4rem;
  top: 1.2rem;
}
.sys_compare .sys_compare_bottom .l {
  color: #FFFFFF;
  font-size: 0.6rem;
  font-weight: 400;
  position: absolute;
  top: 3.3rem;
  left: 2rem;
  width: 4.2rem;
  line-height: 1.1rem;
}
.sys_compare .sys_compare_bottom .r {
  color: #FFFFFF;
  font-size: 0.6rem;
  font-weight: 400;
  position: absolute;
  top: 3.3rem;
  right: 1.4rem;
  width: 7.2rem;
  line-height: 1.1rem;
}
/** 适用范围 **/
.range {
  background: #E8F5FF;
}
.range ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.range ul li {
  width: calc(50% - 0.44rem);
  background: #FFFFFF;
  position: relative;
  text-align: center;
  border-radius: 0.45rem;
  margin-bottom: 0.88rem;
  padding-bottom: 1rem;
}
.range ul li:nth-child(2n) {
  margin-left: 0.88rem;
}
.range ul li .rg_pic {
  width: 100%;
  border-radius: 0.45rem 0.45rem 0 0;
}
.range ul li .rg_icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 43px 0px rgba(23, 45, 90, 0.19);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.range ul li .rg_icon img {
  width: 1.4rem;
  height: 1.4rem;
}
.range ul li .rg_title {
  margin: 2rem 0 0.7rem 0;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.range ul li .rg_remark_top,
.range ul li .rg_remark {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
}
.range ul li .rg_remark_top {
  margin-bottom: 0.45rem;
}
