@font-face {
  font-family: 'MiSans';
  src: url('../font/MiSans-Semibold.ttf');
}

body {
  background: #F9F9F9;
  font-size: 0.16rem;
}



.body_fr {
  width: 10.33rem;
  margin-left: 0.37rem;
}

.body_fr .type_name {
  max-width: 100%;
  height: 1.87rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.body_fr .type_name .type_class{
    margin-bottom: 0.2rem;
}
.body_fr .type_name .type_title{
    width: 100%;
}

.type_piece {
  margin-bottom: 1.1rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #2E2E2E;
  line-height: 0.3rem;
}

.type_class {
  width: 100%;
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 0.4rem;
}
.type_class.fz{
    font-size: 0.3rem;
}
.type_class2 {
  width: 100%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.type_class2 b{
    font-size: 0.24rem;
}
.type_class3 {
  width: 100%;
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.35rem;
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
}

.type_class3 i{
  display: inline-block;
  margin-right: 0.06rem;
  width: 0.08rem;
  height: 0.08rem;
  background: linear-gradient( 180deg, #8965F6 0%, #4D40B2 100%);
  border-radius: 50%;
}




.type_cont {
  width: 100%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
}



/* 介绍 */
.jieshao {
  width: 10.33rem;
  min-height: auto;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.4rem 0.25rem;
  box-sizing: border-box;
  margin-bottom: 1.1rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #2E2E2E;
  line-height: 0.3rem;
}

.jieshao p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #2E2E2E;
  line-height: 0.3rem;
}




.type_piece strong{
    display: flex;
    flex-wrap: wrap;
}



/* 阶段性收获 */
.type_scheme {
  width: 100%;
}

.type_scheme table {
  width: 100%;
}

.type_scheme thead {
  width: 100%;
  height: 0.59rem;
  background: #E0D9FF;
}

.type_scheme thead tr th {
  width: 20%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.type_scheme thead tr th:first-child {
  border-right: 0.01rem solid #fff;
}



.type_scheme tbody {
  background: #F5F4FF;
  width: 100%;
  height: auto;
}

.type_scheme table tr {
  width: 100%;
  height: auto;
  border-bottom: 0.01rem solid #fff;
}

.type_scheme table tr td {
  font-weight: 400;
  font-size: 0.16rem;
  color: #404040;
  line-height: 0.25rem;
  padding: 0.19rem 0.24rem;
  box-sizing: border-box;
  text-align: left;
}

.type_scheme table tr td:last-child{
    font-weight: bold;
}







.youshi_body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.83rem;
}

.youshi_body .youshi_li {
  width: 3.19rem;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.2rem;
  position: relative;
  padding: 0.64rem 0.28rem 0.41rem 0.28rem;
  box-sizing: border-box;
  margin-right: 0.38rem;
}

.youshi_body .youshi_li:nth-child(3n) {
  margin-right: 0;
}

.youshi_body .youshi_icon {
  position: absolute;
  border-radius: 50%;
  width: 0.74rem;
  height: 0.74rem;
  background: linear-gradient(180deg, #8965F6 0%, #4D40B2 100%);
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.05);
  top: -0.37rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.youshi_body .youshi_icon::before {
  content: "";
  position: absolute;
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  border: 0.01rem dashed #3F38A1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youshi_body .youshi_icon img {
  max-width: 0.32rem;
  max-height: 0.32rem;
  object-fit: contain;
}

.youshi_body .youshi_li .youshi_title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.17rem;
}

.youshi_body .youshi_li .youshi_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.3rem;
  text-align: justify;
}







/* 核心技术能力 */
.hexin .hexin_li {
  width: 100%;
  margin-bottom: 0.4rem;
}

.hexin .hexin_li:last-child {
  margin-bottom: 0;
}

.hexin .hexin_li .hexin_title {
  margin-bottom: 0.22rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #3F38A1;
  line-height: 0.35rem;
}

.hexin .hexin_li .hexin_cont {
  width: 100%;
  cursor: pointer;
  border-bottom: 0.01rem solid #E0E0E0;
  padding-bottom: 0.15rem;
  padding-left: 0.15rem;
  margin-bottom: 0.18rem;
  box-sizing: border-box;
}

.hexin .hexin_li .hexin_cont .hexin_bold {
  font-weight: bold;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.hexin .hexin_li .hexin_cont .hexin_bold:last-child {
  margin-bottom: 0;
}

.hexin .hexin_li .hexin_cont .hexin_bold::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  background: #6B52D3;
  border-radius: 50%;
  left: -0.15rem;
  top: 0.09rem;
}

.hexin .hexin_li .hexin_cont .hexin_txt {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
}



/* 行业定制算法 */
.jieshao .hexin_title {
  color: #000000 !important;
  font-size: 0.18rem !important;
  line-height: 0.3rem !important;
  margin-bottom: 0.26rem !important;
}

.jieshao .hexin_li .hexin_cont {
  padding-bottom: 0.18rem !important;
  margin-bottom: 0.19rem !important;
}

.jieshao .hexin_cont {
  padding-left: 0.24rem !important;
  border-bottom: 0.01rem dashed #E8E8E8 !important;
}

.jieshao .hexin_li .hexin_cont .hexin_bold::before {
  width: 0.1rem;
  height: 0.1rem;
  left: -0.24rem;
  top: 0.06rem;
}

.jieshao .hexin_li .hexin_cont .hexin_txt {
  color: #404040 !important;
}


/* 客户价值 */
.jiazhi_body2 {
  /* margin-top: 0.4rem; */
  display: flex;
  column-gap: 1rem;
  margin-bottom: 0.4rem;
}

.jiazhi_body2:last-child {
  margin-bottom: 0;
}

.jiazhi_li2 {
  width: 100%;
  border-bottom: 0.01rem solid #E0E0E0;
}

.jiazhi_li2 .jiazhi_title2 {
  font-weight: 600;
  font-size: 0.18rem;
  color: #2E2E2E;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}

.jiazhi_li2 .jiazhi_title2 i {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #6B52D3;
  border-radius: 50%;
  margin-right: 0.14rem;
}

.jiazhi_li2 .jiazhi_cont2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
  margin-bottom: 0.16rem;
}

.jiazhi_body2.style2 .jiazhi_li2 {
  border-bottom: 0.01rem dashed #E8E8E8;
}

.jiazhi_body2.style2 .jiazhi_title2 {
  font-size: 0.16rem;
}

.jiazhi_body2.style2 .jiazhi_cont2 {
  color: #404040 !important;
  margin-bottom: 0.22rem !important;
}

.jiazhi_body2.style3{
  flex-wrap: wrap;
}
.jiazhi_body2.style3 .jiazhi_li2{
  width: 100%;
  margin-bottom: 0.24rem;
}
.jiazhi_body2.style3 .jiazhi_li2:last-child{
  margin-bottom: 0;
}
.jiazhi_body2.style3 .jiazhi_title2{
  font-size: 0.16rem;
}


.jiazhi_body2.style4 {
    column-gap: 0.4rem;
    /*margin-bottom: 0.8rem;*/
}
.jiazhi_body2.style4 .jiazhi_title2{
  font-size: 0.16rem;
}
.jiazhi_body2.style4 .jiazhi_cont2{
  font-size: 0.14rem;
}






/* 流程 */
.liucheng{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.43rem;
}
.liucheng .lcheng .lcheng_icon{
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient( 180deg, #8965F6 0%, #4D40B2 100%);
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93,140,42,0.22);
  margin: 0 auto 0.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.liucheng .lcheng .lcheng_icon::before{
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: linear-gradient( 180deg, #8965F6 0%, #4D40B2 100%);
  opacity: 0.15;
  border-radius: 50%;
  top: -0.05rem;
  left: -0.05rem;
}
.liucheng .lcheng .lcheng_icon img{
  max-width: 0.21rem;
  max-height: 0.21rem;
  object-fit: contain;
}
.liucheng .lcheng .lcheng_txt{
  max-width: 1.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
  text-align: center;
}
.liucheng .jianou{
  margin-top: 0.15rem;
  max-width: 0.15rem;
  max-height: 0.15rem;
}





/* 典型应用场景 */
.changjing_body {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}

.changjing_li {
  width: 3.19rem;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.1rem;
  margin-right: 0.38rem;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
}

.changjing_li:nth-child(3n) {
  margin-right: 0;
}

.changjing_li .changjing_title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 0.2rem;
  color: #2E2E2E;
  margin-bottom: 0.18rem;
}

.changjing_li .changjing_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.3rem;
  text-align: justify;
}






.type_sheji{
  margin-bottom: 0.4rem;
}
.type_sheji .sheji_hd {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}

.type_sheji .sheji_hd .sheji_item {
  padding: 0.12rem 0.2rem;
  min-width: 2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: 0.01rem solid #4243D1;
  /* line-height: 0.5rem; */
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #020202;
  margin: 0 0.14rem;
  cursor: pointer;
}

.type_sheji .sheji_hd .sheji_item.cur {
  background: #4243D1;
  color: #fff;
}

.type_sheji .sheji_bd {
  width: 10.33rem;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.04);
  border-radius: 0.2rem;
  margin-top: -0.25rem;
}

.type_sheji .sheji_bd .sheji_tab {
  width: 100%;
  height: auto;
  padding: 0.65rem 0.25rem 0.4rem 0.25rem;
  box-sizing: border-box;
  display: none;
}

.type_sheji .sheji_bd .sheji_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
}

.type_sheji .sheji_bd .sheji_tab ul li {
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.23rem;
  box-sizing: border-box;
  line-height: 0.3rem;
}

.type_sheji .sheji_bd .sheji_tab ul li i{
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  background: #3F38A1;
  border-radius: 50%;
  margin-right: 0.1rem;
}

.type_sheji .sheji_bd .sheji_tab.act {
  display: block;
}







.renwu_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.3rem;
}
.renwu_list li{
  font-weight: 600;
  font-size: 0.18rem;
  color: #2E2E2E;
  line-height: 0.35rem;
  display: flex;
  align-items: center;
}
.renwu_list li i{
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #6B52D3;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.renwu_list li:nth-child(4){
margin-left: -0.53rem;
}




.luoji_img{
  max-width: 100%;
  height: auto;
}




.moshi{
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.4rem 0.25rem;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  box-sizing: border-box;
}