.section_Recru_box {
    padding-bottom: 1.2rem !important;
  }
  .Recru_content_box {
    margin-top: 0.4rem;
    width: 12rem;
    height: 2.58rem;
    background-image: url(../img/juxing\ 20363.png);
    background-size: 100% 100%;
    display: flex;
  }
  .Recru_small_box1 {
    padding-left: 0.65rem;
    padding-top: 0.52rem;
  }
  .title_Service {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    margin-bottom: 0.53rem;
  }
  .content_Service {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #EE5D13;
    white-space: nowrap;
  }
  .shux_Serive {
    width: 0rem;
    height: 1.58rem;
    border: 0.01rem solid #BBBAB9;
    margin: 0 0.7rem;
    margin-top: 0.53rem;
  }
  .dimensional_code {
    margin-top: 0.53rem;
  }
  .dimensional_code > p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    text-align: center;
  }
  .dimensional_code > div {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    margin-top: 0.2rem;
  }
  .right_dimen_img {
    margin-left: 0.55rem;
    width: 3.14rem;
    height: 100%;
    display: flex;
  }
  .consult_box {
    width: 12rem;
    /* height: 3.43rem; */
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(83, 83, 83, 0.16);
    margin-top: 0.5rem;
    padding: 0.4rem 0.4rem 0.85rem 0.4rem;
  }
  .consult_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    text-align: center;
  }
  .consult_list_box {
    width: 100%;
    display: flex;
    margin-top: 0.3rem;
  }
  .consult_small_box1 {
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0);
    border: 0.01rem solid #C1C1C1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consult_small_boe {
    width: 1.24rem;
    height: 1.24rem;
    background: rgba(238, 93, 19, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consult_small_one {
    width: 0.98rem;
    height: 0.98rem;
    background: linear-gradient(180deg, #FC9A69 0%, #EE5D13 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consult_small_img {
    width: auto;
    height: 0.4rem;
    display: flex;
  }
  .consult_text_box {
    margin-top: 0.11rem;
  }
  .consult_text_box > p {
    width: 1.68rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    white-space: nowrap;
  }
  .consult_dian {
    width: 0.38rem;
    height: 0.06rem;
    display: flex;
    margin-left: 0.25rem;
    margin-top: 0.7rem;
    margin-right: 0.25rem;
  }
  
  @media screen and (max-width:1024px){
    .Recru_content_box{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .reckup{
        width: 100%!important;
    }
    .shux_Serive{
        display: none;
    }
    .Recru_small_box1{
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }
    .title_Service{
        font-size: 14px;
    }
    .dimensional_code{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dimensional_code > p{
        font-size: 14px;
    }
    .dimensional_code > div{
        width: 2.2rem;
        height: 2.2rem;
    }
    .right_dimen_img{
        display: none;
    }
    .consult_box{
        width: 100%;
    }
    .consult_list_box{
        flex-wrap: wrap;
    }
    .consult_dian{
        display: none;
    }
    .consult_list_big{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 4%;
    }
    .consult_list_big:nth-child(2n){
         margin-right: 0;
    }
    .consult_text_box,
    .consult_text_box > p{
        width: 100%!important;
        position: static!important;
        font-size: 14px;
        white-space: wrap;
    }
    
  }
  