/*******/

.indt_introduce_public::after {
  background-image: url(/img/make/bg011.webp) !important;
}
@media (max-width: 991.98px) {
  .indt_introduce_public::after {
    background-image: url(/img/make/s1-bg_m.webp);
  }
}
.indt_makedata {
  position: relative;
  z-index: 10;
  background: #fff;
}
.indt_makedata .box {
  padding: 6em 0em 0em 0em;
}

.makedata_tit {
  font-size: 1.7em;
  line-height:1.2352941176470589em;
  color: #111;
  font-weight: 700;
  margin-bottom:1rem;
  font-family: "NotoSans-Bold";
}

.makedata_desc {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #111;
  font-weight: 400;

  margin-bottom:3rem;
}

.deploy {
  display: -webkit-flex;
  display: flex;
  margin-left: -1.5em;
}

.deploy-item {
  height: 2.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 1.5em;
}
.deploy-item img {
  max-height: 100%;
}

.indt_makedata_item {
  position: relative;
  margin-bottom: 6em;
}
.indt_makedata_item:last-child {
  margin-bottom: 0;
}
.indt_makedata_item:first-child .makedata_desc {
  margin-bottom:3rem;
}
.indt_makedata_item .indt_makedata_r {
  margin-left: 4em;
  background: #F4F6F8;
  border-radius: 0.5em;
  padding: 2.5em 5% 2.5em 46.6666666667%;
  min-height: 22.92vw;
}
.indt_makedata_item .indt_makedata_l {
  position: absolute;
  left: 0;
  bottom: 2.5em;
  width: 50%;
}
.indt_makedata_item .indt_makedata_l .imgwrap {
  position: relative;
  padding-top: 73.3333333333%;
  height: 0;
  border-radius: 0.5em;
  overflow: hidden;
}
.indt_makedata_item .indt_makedata_l .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.indt_makedata_item:nth-child(even) .indt_makedata_r {
  padding: 2.5em 46.7% 2.5em 5%;
  margin-left: 0em;
  margin-right: 5em;
}
.indt_makedata_item:nth-child(even) .indt_makedata_l {
  left: auto;
  right: 0;
}

.make_data_show {
  display: -webkit-flex;
  display: flex;
  margin-left:0;
}

.make_data_desc {
  font-size: 0.9em;
  line-height: 1.1111111111em;
  color: #00ACA6;
  font-weight: 400;
  margin-top: 0.4285em;
}

.make_data_detail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  white-space: nowrap;
}
.make_data_detail .isdata {
  font-family: "HarmonyOSBold";
  font-weight: 700;
  font-size: 3em;
  line-height: 1.16666em;
  color: #00ACA6;
  font-weight: 700;
}
.make_data_detail .make_data_suffix {
  font-size: 1.5em;
  line-height: 2.3333333333333335em;
  font-weight: 700;
  color: #00ACA6;
}

.make_data_item {
  margin: 0;
}

.make_tech_show {
  display: -webkit-flex;
  display: flex;
  margin-left: -1.5em;
}

.make_tech_item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 1.5em;
}
.make_tech_item .title {
  font-size: 0.7em;
  line-height: 1.2857em;
  color: #000;
  font-weight: 400;
}
.make_tech_item .imgwrap {
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 0.6em;
}
.make_tech_item .imgwrap img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
@media (min-width: 992px) {
  .make_data_detail .make_data_suffix{
    position: relative;
    top:0.4rem;
  }
  .make_data_detail{
    align-items: center;
  }
  .indt_makedata_item{
    display: flex;
  }

  .indt_makedata_item .indt_makedata_r{
    min-height: auto;
    padding: 0 0 0 0;
    border-radius: 0;
    background: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .indt_makedata_item:nth-child(even){
    flex-direction: row-reverse;
  }
  .indt_makedata_item:nth-child(even) .indt_makedata_r{
    padding: 0;
    width:54.5714285714%;
    margin-right: 4em;
  }
  .indt_makedata_item .indt_makedata_l{
    bottom: initial;
    top: 0;
    position: initial;
    margin-left: 0;
    width:54.5714285714%;
  }
  .make_data_show .make_data_item:nth-child(1) .make_data_desc{
    width: 100%;
  }

  .make_data_show .make_data_item:nth-child(2) {
    width: 50%;
  }

  .indt_makedata_item:nth-child(3) .make_tech_item .imgwrap{
    width: 3em;
    height: 3em;
  }

 
  .make_data_show{
    justify-content: space-between;
    padding-right: 12.58%;
  }

 
}
@media (max-width: 991.98px) {
  .make_tech_item .imgwrap img{
    mix-blend-mode: darken;
  }
  .indt_makedata .box {
    padding: 1.6rem 0;
  }
  .makedata_tit {
    font-size: 0.4rem;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 0.3rem;
  }
  .makedata_desc {
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-align: left;
    margin: 0 !important;
  }
  .make_data_show {
    margin: 0.6rem -0.4rem 0;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .make_data_item {
    margin: 0 0.4rem 0.3rem;
  }
  .make_data_item:last-child{
    margin-bottom: 0;
  }
  .make_data_desc {
    font-size: 0.3rem;
    line-height: 0.28rem;
    margin-bottom: 0.12rem;
    margin-top: 0.02rem;
  }
  .make_data_detail .isdata {
    font-size: 0.64rem;
    line-height: 0.75rem;
  }
  .make_data_detail .make_data_suffix {
    font-size: 0.32rem;
  }
  .make_tech_show {
    margin: 0.6rem -0.1rem 0;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
  }
  .make_tech_item {
    margin: 0 0.1rem;
    margin-bottom: 0.3rem;
    flex: 1;
  }
  .make_tech_item:last-child{
    margin-bottom: 0;
  }
  .make_tech_item .imgwrap {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto 0.12rem;
  }
  .make_tech_item .title {
    font-size: 0.3rem;
    line-height: 0.44rem;
    text-align: center;
    white-space: nowrap;
  }
 
  .make_tech_item .title br{
    display: none;
  }
  .deploy {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0.44rem -0.4rem 0;
  }
  .deploy-item {
    margin: 0 0.4rem;
    height: 0.6rem;
  }
  .indt_makedata_item {
    margin-bottom: 0.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .indt_makedata_item .indt_makedata_l {
    width: 100%;
    position: relative;
    bottom: unset;
  }
  .indt_makedata_item .indt_makedata_l .imgwrap {
    padding: 73.23% 0 0;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .indt_makedata_item .indt_makedata_r {
    margin: 0 !important;
    min-height: 0;
    padding: 0.6rem 0.5rem 0.94rem !important;
  }
}
.make_tech_item .title{
  text-align: center;
}
@media (min-width: 992px) {

  .make_tech_item {
    margin: 0 0;
  }
  .make_tech_show {
    margin: 0;
    padding-right:1.3em;
  }
  .make_data_desc {
    font-size: 0.7em;
    line-height: 1.2857em;
    color: #000;
    font-weight: 400;
  }
  .deploy, .make_tech_show {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .make_tech_item .imgwrap{
    width: auto;
    height: 2.5em;
    margin-bottom: 0.5em;
  }
}