
.container[data-v-44c58420]{
        position: relative;
        background-color: #F8F8F8;
}
.child-container[data-v-44c58420]{
        position: relative;
        padding-top: 0.53333rem;
        padding-bottom: 0.4rem;
}
.child-container-lasted[data-v-44c58420]{
        position: relative;
        padding-top: 0.53333rem;
        padding-bottom: 0.4rem;
        margin-bottom: 2.26667rem;
}
.background[data-v-44c58420]{
        background-color: #F8F8F8;
        width: 100%;
        height: calc(100vh - 1.22667rem);
        overflow-y: auto;
}
.van-cell-group[data-v-44c58420]{
        margin-top: 0.4rem;
}
.van-field[data-v-44c58420]{
        width: 90%;
        margin: 0.13333rem auto 0.4rem;
        border: #8c8c8c 0.02667rem solid;
        border-radius: 0.26667rem;
        font-size: 0.42667rem;
}
.redstar[data-v-44c58420]{
        color: red;
}
.normalWord[data-v-44c58420]{
        /* position: absolute; */
        font-size: 0.4rem;
        font-weight: 400;
        margin-left: 0.48rem;
}
    /* 输入框 */
.custom-input[data-v-44c58420] {
        display: block;
        width: 90%;
        height: 1.17333rem; 
        line-height: 1.17333rem;
        margin: 0.13333rem auto 0.4rem;
        padding: 0 0.42667rem;
        border: #8c8c8c 0.02667rem solid;
        border-radius: 0.26667rem;
        font-size: 0.42667rem;
        background-color: #fff;
        box-sizing: border-box;
        outline: none;
}
h3[data-v-44c58420]{
        margin-left: 0.48rem;
}
.custom-input[data-v-44c58420]::placeholder {
        color: #c8c9cc !important;
        font-size: 0.42667rem !important;
        text-align: left;
}
.birth-field-container[data-v-44c58420] {
        position: relative;
        width: 100%;
        margin: 0.13333rem auto 0.4rem;
}
.birth-icon[data-v-44c58420] {
        position: absolute;
        right: 1.06667rem; /* 距离输入框右侧的距离 */
        top: 50%;
        transform: translateY(-50%); /* 垂直居中 */
        width: 0.53333rem; /* 图标宽度，根据实际图标调整 */
        height: 0.53333rem; /* 图标高度，根据实际图标调整 */
        cursor: pointer; /* 鼠标悬浮显示手型，提示可点击 */
        z-index: 1; /* 确保图标在输入框上方 */
}
.tip[data-v-44c58420]{
      background-color: #F5F9F7;
      width: 90%;
      height: 1.06667rem;
      color: #519A7C;
      padding: 0.26667rem;
      text-align: center;
      margin: 0 auto 0.4rem;
      border-radius: 0.21333rem;
      font-size: 0.34667rem;
}
.van-divider[data-v-44c58420]{
        /* border-width: 1px; */
        border-color: #a6a6a6;
        width: 90%;
        margin: 0 auto;
        margin-top: 0.08rem;
        margin-bottom: 0.32rem;
}
.custom-btn[data-v-44c58420]{
      display: block; 
      margin: 0.26667rem auto 0.10667rem;
      width: 90%; 
      height: 1.17333rem;
      border-radius: 0.26667rem !important;
      line-height: 1.17333rem;
      font-size: 0.4rem;
      color: #459374 !important;
      border: 0.02667rem solid #459374 !important; /* 直接设置边框（最高优先级） */
}

    /* 按钮选中状态样式 */
.btn-selected[data-v-44c58420] {
      background-color: #459374 !important;
      color: #FFFFFF !important;
}
.tipOfReason[data-v-44c58420]{
      text-align: center;
      color: #BFBFBF;
      margin-bottom: 0.32rem;
}
.signingDate[data-v-44c58420]{
      background-color: #F8F8F8;
}
.signingDate[data-v-44c58420] input {
      color: #BFBFBF !important; /* 兼容 input 标签的文本颜色 */
}
.btn-row[data-v-44c58420] {
      position: fixed;
      bottom: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      background: #fff;
      display: flex;
      justify-content: space-between;
      padding: 0.26667rem 0.53333rem;
}
.back-btn[data-v-44c58420] {
        width: 2.93333rem;
        height: 1.2rem;
        border-radius: 0.21333rem 0.21333rem 0.21333rem 0.21333rem;
        border: 0.05333rem solid #599176;
        background: #fff;
        color: #599176;
}
.submit-btn[data-v-44c58420] {
        width: 5.33333rem;
        height: 1.25333rem;
        background: linear-gradient(276deg, #079078 0%, #94C23D 100%);
        border-radius: 0.21333rem 0.21333rem 0.21333rem 0.21333rem;
        border: none;
}
.cascader-title-text[data-v-44c58420] {
      font-size: 0.42667rem;
      font-weight: 500;
      color: #101010;
}
.job-search-btn[data-v-44c58420] {
      position: absolute;
      right: 50%;
      transform: translateX(50%);
      display: flex;
      align-items: center;
      gap: 0.10667rem;
      padding: 0.10667rem 0.32rem;
      background: #F5F5F5;
      border-radius: 0.53333rem;
      font-size: 0.42667rem;
      color: #5f5f5f;
      cursor: pointer;
}
.job-search-btn .search-icon[data-v-44c58420] {
      font-size: 0.42667rem;
}
.job-search-popup[data-v-44c58420] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

/* 自定义搜索栏样式 */
.custom-search-bar[data-v-44c58420] {
    display: flex;
    align-items: center;
    padding: 0.26667rem 0.42667rem;
    border-bottom: 0.02667rem solid #f0f0f0;
    background-color: #fff;
}

/* 左侧返回按钮 */
.search-back-btn[data-v-44c58420] {
    font-size: 0.53333rem;
    color: #333;
    margin-right: 0.26667rem;
}

/* 中间搜索框容器（占满剩余空间） */
.search-input-wrapper[data-v-44c58420] {
    flex: 1;
    position: relative;
}

/* 中间搜索框样式 */
.search-input[data-v-44c58420] {
    width: 90%;
    height: 1.06667rem;
    padding: 0 0.4rem;
    border-radius: 0.26667rem;
    background-color: #f5f5f5;
    outline: none;
    font-size: 0.37333rem;
    box-sizing: border-box;
    text-align: left;
    border: 0.02667rem solid #89BE42 !important;
}

/* 右侧搜索按钮 */
.search-btn[data-v-44c58420] {
    margin-left: 0.26667rem;
    border-radius: 0.53333rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    padding: 0 0.53333rem;
    background-color: #89BE42;
    border: none;
}

/* 搜索结果列表 */
.search-result-list[data-v-44c58420] {
    flex: 1;
    padding: 0.26667rem;
    overflow-y: auto;
}
.no-result[data-v-44c58420] {
    text-align: center;
    padding: 0.53333rem;
    color: #999;
    font-size: 0.37333rem;
}
.example[data-v-44c58420] {
    text-align: center;
    background: rgba(165, 165, 165, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.example div[data-v-44c58420] {
    position: fixed;
    left: 50%;
    bottom: 50%;
    margin-left: -0.42667rem;
}


/*# sourceMappingURL=66.963966f88171bcf6.css.map*/