.Recruitment_details {
    padding-bottom: 2.25rem;
  }
  .header_boxr {
    padding-top: 0.8rem;
    /*width: 4.2rem;*/
    width: 1.38rem;
    height: auto;
    display: flex;
  }
  .left_con>a{
    width: 0.21rem;
    height: 0.31rem;
    display: flex;
    /*margin-right: 0.5rem;*/
  }
  .right_con {
    font-weight: 500;
    font-size: 0.45rem;
    color: #191919;
  }
  .right_con > span {
    font-weight: 300;
  }
  .con_Ruc {
    display: flex;
    align-items: center;
    margin-top: 1.11rem;
  }
  .detales {
    padding-left: 0.7rem;
    margin-top: 0.69rem !important;
  }
  .detalse_p {
    font-weight: 400;
    font-size: 0.25rem;
    color: #505050;
    margin-top: 0.2rem;
  }
  .detalse_p:nth-child(1) {
    margin-top: 0;
  }
  #eaml_box {
    width: 100%;
    margin-top: 0.57rem;
  }
  .eaml_oner {
    display: flex;
    margin-bottom: 0.45rem;
  }
  .eaml_oner:nth-last-child(1) {
    margin-bottom: 0;
  }
  .oner_ep {
    font-weight: 500;
    font-size: 0.25rem;
    color: #505050;
    margin-bottom: 0.13rem;
  }
  .oner_ipt {
    width: 5.21rem;
    height: 0.6rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #707070;
    display: flex;
    font-size: 0.2rem;
    padding-left: 0.2rem;
  }
  .eaml_small_box {
    margin-right: 0.35rem;
  }
  .eaml_small_box:nth-child(2) {
    margin-right: 0;
  }
  .bakcer::placeholder {
    font-weight: 400;
    font-size: 0.2rem;
    color: #ADADAD;
  }
  .document_box {
    margin-top: 1.12rem;
    margin-bottom: 2.22rem;
  }
  .docu_p {
    font-size: 0.35rem;
    font-weight: bold;
    color: #505050;
    margin-bottom: 0.15rem;
  }
  .docu_p1 {
    font-weight: 400;
    font-size: 0.25rem;
    color: #505050;
  }
  .docuflie {
    display: flex;
    margin-top: 0.57rem;
  }
  .oner_file {
    margin-right: 0.2rem;
  }
  .oner_file:nth-child(2) {
    margin-right: 0;
  }
  #file_ipt1 {
    display: flex;
    width: 5.21rem;
    height: 1.83rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #707070;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #505050;
    cursor: pointer;
  }
  .ipt_con {
    display: none;
  }
  .agreement_box {
    margin-top: 0.66rem;
    display: flex;
    align-items: center;
  }
  .agr_ipt {
    width: 0.36rem;
    height: 0.36rem;
  }
  .right_agrp1 {
    font-weight: 400;
    font-size: 0.25rem;
    color: #505050;
    margin-left: 0.18rem;
  }
  .fszwe {
    margin-left: 0;
    border-bottom: 0.01rem solid;
  }
  .agr_btn {
    display: flex;
    margin-top: 0.88rem;
  }
  .argn_btn {
    padding: 0.13rem 1rem;
    white-space: nowrap;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #847973;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 0.25rem;
    color: #847973;
    margin-right: 0.2rem;
    transition: all 0.3s;
  }
  .argn_btn:hover {
    background: #938984;
    color: #FFF;
  }
  .case_Messge {
    display: none;
  }
  
  
  @media only screen and (max-width: 768px) {
  .eaml_oner{
    flex-direction: column;
    }
    .oner_ipt{
        width: 100%!important;
    }
    .docuflie{
    flex-direction: column;
    }
    #file_ipt1{
        width: auto!important;
    }
    .temet_A{
        margin-top: 0.5rem;
    }
      .con_Ruc{
          width: auto!important;
          margin: 0.6rem auto 0!important;
          /*padding: 0 0.2rem;*/
          padding-left: 0.53rem;
      }
      .right_con{
          font-size: 0.32rem;
      }
      .detales{
          padding: 0 0.2rem;
      }
      .agr_btn{
      flex-direction: column;
      
      }
      .argn_btn {
    margin-top: 0.5rem;
}
.left_con{
        width: 0.18rem;
    height: 0.18rem;
}
.left_con>a{
    height: 100%;
    width: auto;
}
.temt_p{
    padding-left: 1.14rem;
    font-weight: normal;
font-size: 0.23rem;
color: #808080;
line-height: 0.21rem;
}
  }