.Recru_text2 {
    text-align: left !important;
  }
  .Support_list_box {
    margin-top: 0.2rem;
  }
  .Support_list_small_box {
    width: 12rem;
    height: 0.6rem;
    background: #F5F5F5;
    border: 0.01rem solid #E2E2E2;
    display: flex;
    align-items: center;
    padding-left: 0.18rem;
    padding-right: 0.5rem;
    justify-content: space-between;
  }
  .Support_list_box.active .support_small_box1 {
    display: block;
  }
  .Support_list_box.active .support_small_box {
    display: none;
  }
  .Support_list_box.active .pull_support {
    display: flex;
    background: linear-gradient(176deg, #FFFFFF 54%, #FFEEE5 122%);
  }
  .support_small_box1 {
    display: none;
  }
  .support_left_box {
    display: flex;
    align-items: center;
  }
  .support_left_box > div {
    width: 0.25rem;
    height: 0.25rem;
    display: flex;
  }
  .support_left_box > p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin-left: 0.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    width: 10rem;
  }
  .support_right_box {
    width: 0.22rem;
    height: 0.22rem;
    display: flex;
  }
  .none {
    display: none;
  }
  .pull_support {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFEEE5 100%);
    border: 0.01rem solid #E2E2E2;
    border-top: none;
    padding-top: 0.2rem;
    padding-left: 0.18rem;
    padding-bottom: 0.29rem;
    display: flex;
    display: none;
  }
  .pull_support > div {
    width: 0.25rem;
    height: 0.25rem;
    display: flex;
    margin-top: 0.05rem;
  }
  .pull_support > p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    margin-left: 0.12rem;
    width: 10.97rem;
  }
  .section_Recru_box {
    padding-bottom: 0.88rem !important;
  }
  
  @media screen and (max-width:1024px){
      .Support_list_small_box{
          width: 100%;
      }
      .support_left_box > p{
          width: 100%;
          font-size: 14px;
      }
      .pull_support > div{
          flex-shrink: 0;
      }
      .Support_list_box.active .pull_support{
          padding: 10px;
      }
  }
  