@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;
}
.type_class {
  width: 100%;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.4rem;
}
.type_cont {
  width: 100%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
}



/* 食品安全需要“看得见”的智能 */
.zhineng{
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0.25rem 0 0.25rem;
  box-sizing: border-box;
  margin-bottom: 1.08rem;
}
.zhineng .zhineng_pic{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zhineng .zhineng_pic .zhineng_list{
  width: 3.15rem;
  margin-right: 0.19rem;
  margin-bottom: 0.4rem;
}
.zhineng .zhineng_pic .zhineng_list:nth-child(3n){
  margin-right: 0;
}
.zhineng .zhineng_pic .zhineng_list .zhineng_img{
  width: 100%;
  height: 1.84rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.zhineng .zhineng_pic .zhineng_list .zhineng_title{
  width: 100%;
  font-weight: bold;
  font-size: 0.16rem;
  color: #555555;
  text-align: center;
}







.type_content{
    width: 100%;
}
.type_content table tbody tr{
    display: flex;
    gap: 0.1rem;
}
.type_content table tbody tr td img{
   width: 100%; 
}







/* 具体识别应用如下： */
.type_brief .brief_li {
  width: 100%;
  border-bottom: 0.01rem solid #E0E0E0;
  margin-bottom: 0.26rem;
  padding-bottom: 0.14rem;
}

.type_brief .brief_li .brief_title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #404040;
  margin-bottom: 0.16rem;
}
.type_brief .brief_li .brief_cont {
  width: 100%;
  cursor: pointer;
}
.type_brief .brief_li .brief_cont ul li{
  position: relative;
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
  padding-left: 0.15rem;
  width: 100%;
  margin-bottom: 0.12rem;
}
.type_brief .brief_li .brief_cont ul li::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  background: #6B52D3;
  border-radius: 50%;
  left: 0;
  top: 0.08rem;
}
.type_brief .brief_li:hover .brief_title{
  color: #3F38A1;
  cursor: pointer;
}







/* 韦达公司的独特优势：如何实现更高精度与人性化？ */
.sheji_hd {
  display: flex;
  justify-content: center;
}

.sheji_hd .sheji_item {
  min-width: 2rem;
  height: 0.5rem;
  padding: 0.13rem 0.15rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: 0.01rem solid #4243D2;
  font-weight: bold;
  font-size: 0.18rem;
  color: #3F38A1;
  margin: 0 0.14rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

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

.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;
}

.sheji_bd .sheji_tab {
  width: 100%;
  height: auto;
  padding: 0.65rem 0.25rem 0.4rem 0.25rem;
  box-sizing: border-box;
  display: none;
  position: relative;
}
.sheji_bd .sheji_tab .sheji_title{
  width: 100%;
  font-weight: 600;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.25rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.sheji_bd .sheji_tab .sheji_li{
  width: 100%;
  margin-bottom: 0.15rem;
  padding-left: 0.18rem;
  box-sizing: border-box;
  position: relative;
}
.sheji_bd .sheji_tab .sheji_li::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: linear-gradient( 180deg, #8965F6 0%, #4D40B2 100%);
  border-radius: 50%;
  left: 0;
  top: 0.1rem;
}
.sheji_bd .sheji_tab .sheji_li>span{
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.3rem;
  margin-bottom: 0.08rem;
}
.sheji_bd .sheji_tab .sheji_li p{
  font-weight: 400;
  font-size: 0.14rem;
  color: #555555;
  line-height: 0.25rem;
}


.sheji_bd .sheji_tab.act {
  display: block;
}
.sheji_bd .sheji_tab .sheji_num{
  position: absolute;
  font-family: MiSans;
  font-size: 0.8rem;
  color: #fff;
  bottom: 0;
  right: 0.2rem;
  opacity: 0.5;
  font-style: normal;
  text-transform: none;
  text-stroke: 0.01rem #3F38A1;
  -webkit-text-stroke: 0.01rem #3F38A1;
  -moz-text-stroke: 0.01rem #3F38A1;
  -o-text-stroke: 0.01rem #3F38A1;
}





/* 韦达方案落地效果：数据说话 */
.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: 26.333%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.type_scheme thead tr th:first-child {
  width: 20%;
  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.25rem 0.24rem 0.25rem 0.29rem;
  box-sizing: border-box;
}






/* 结语：技术赋能，更需价值引领 */
.type_piece .jieyu{
  width: 100%;
  text-align: justify;
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
  line-height: 0.3rem;
}





@media screen and (max-width: 1024px){
    .type_brief .brief_li .brief_title{
        font-size: 0.26rem;
    }
    .type_brief .brief_li .brief_cont ul li{
        font-size: 0.24rem;
    }
    .sheji_bd{
        width: 100%;
    }
    .type_scheme p:nth-of-type(3) span{
        font-size: 0.3rem !important;
    }
    .sheji_bd .sheji_tab .sheji_li>span{
        font-size: 0.26rem;
    }
    .sheji_hd .sheji_item{
        font-size: 0.28rem;
    }
    table td{
        font-size: 0.24rem;
    }
    .type_scheme p:last-of-type{
        font-size: 0.24rem;
    }
    .type_cont{
        font-size: 0.24rem;
    }
    .sheji_hd {
        flex-direction: column;
    }
}











