body {
    font-size: 16px;
    zoom: 80%; /* 设置适当的缩放比例 */
    transition: zoom 0.5s ease; /* 添加过渡效果 */
}
.display_space-between {
    display: flex;
    justify-content: space-between;
}
.outer_box {
    /*margin-bottom: 42px;*/
}
.recruit_list_header,.recruit_list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 66px;
    margin: min(30%, 30px) auto auto auto;
    color: #14202B66;
    border-radius: min(1vw, 20px);
    font-size: min(2vw, 16px);
    font-weight: 500;
    text-align: center;
}
.recruit_list_header div,.recruit_list div {
    min-width: 150px;
    text-align: center;
}
.recruit_list_header {
    color: #14202B66;
    background: linear-gradient(73.95deg, rgba(23, 137, 177, 0.1) 41.46%, rgba(146, 189, 84, 0.1) 70.62%);
}
.recruit_list {
    color: #14202B;
    background: #FFFFFF;
    margin: min(20%, 20px) auto auto auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 9px 0px #434D5540;
}
.recruit_list:hover,.recruit_list.active {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
}
.salary {
    color: #0DCEC2;
}
.salary.active {
    color: #fff;
}
.recruit_list:hover .salary {
    color: #fff;
}
.till,.department,.gender,.detail {
    display: none;
}
.arrow img {
    margin: auto;
}
.recruit_list:hover .right_arrow_blue {
    display: none;
}
.recruit_list:hover .right_arrow_white {
    display: block;
}

.active:hover .right_arrow_white{
    display: none;
}

.right_arrow_white, .upper_arrow_white {
    display: none;
}
.right_arrow_blue.active {
    display: none;
}
/*.right_arrow_white.active:not(:hover) {*/
/*    display: none; !* 激活状态下排除悬停样式 *!*/
/*}*/

.upper_arrow_white.active {
    display: block;
}

/*展开块*/
.details {
    width: 100%;
    max-width: 1200px;
    margin: -30px auto auto auto;
    padding: 30px 43px 30px 43px;
    overflow: hidden;
    display: none;
    box-shadow: 0px 4px 4px 0px #434D551A;
    background: #FFFFFF;
    border-radius: 20px;
}
.title_text {
    color: #14202B;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.list_text div, .ask_text{
    font-size: 14px;
    font-weight: 500;
    color: #6A6B7999;
}
.ask_text div {
    margin-top: 30px;
}
.ask_text div:nth-child(1) {
    margin-top: 0;
}
.application {
    width: 240px;
    height: 59px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
}
.application div {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 59px;
}
.application:hover {
    cursor: pointer;
}

/*表单样式*/
.personal_info_box {
    width: 100%;
    height: 100%;
    background: #09324066;
    display: none;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.personal_info {
    max-width: 600px;
    max-height: 760px;
    background-color: #fff;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.title_close {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.close {
    width: 24px;
    height: 24px;
}
.close:hover {
    cursor: pointer;
}
.personal_title {
    color: #14202B;
    font-size: 20px;
    font-weight: 500;
}
.input_box {
    margin-bottom: 16px;
}
.must {
    width: 49px;
    height: 46px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    color: #B1174E;
    border: 1px solid #1789B133;
    border-right: none;
}
.must_complete {
    width: 49px;
    height: 46px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    color: #B1174E;
    border: 1px solid #1789B133;
}
.input_text,.dropdown, .option {
    width: 100%;
    outline: none;
    border: 1px solid #1789B133;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
    text-align: center;
    font-weight: bold;
    padding-right: 49px;
    box-sizing: border-box;
}
.input_text:hover {
    cursor: pointer;
}
input[type='text']::-webkit-input-placeholder {
    color: #14202B4D;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
/*单选按钮*/
input[type="radio"] {
    display: none;
}
.radio {
    width: 225px;
    height: 46px;
    color: #14202B4D;
    border-radius: 10px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    border: 1px solid #1789B1
}
.radio:hover {
    cursor: pointer;
}
.radio.active {
    color: #FFFFFF;
    background: #1789B1;
}
.job {
    width: 100%;
    height: 46px;
    line-height: 44px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1789B133;
    margin-bottom: 16px;
    outline: none;
    background-color: #fff;
}
/*下拉*/
.dropdown {
    color: #1789B1;
    height: 46px;
    line-height: 46px;
}
.dropdown:hover {
    cursor: pointer;
}
.options {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
}
.option {
    color: #333;
    margin-left: 45px;
    width: 495px;
    height: 46px;
    line-height: 46px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #1789B133;
}
.option:hover {
    color: #1789B1;
    cursor: pointer;
}
/*日期选择*/
.form-control {
    color: #1789B1 !important;
    width: 100% !important;
    height: 46px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-left: none !important;
    border-color: #1789B133 !important;
    border-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-right: 49px !important;
}
.input_date::-webkit-input-placeholder {
    color: #1789B1 !important;
    font-size: 16px !important;
    text-align: center !important;
    font-weight: bold !important;
}
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
/*验证码*/
.input_code {
    width: 336px;
}
.canvas_box,.canvas {
    width: 114px;
    height: 46px;
}
.canvas_box,.refresh_icon {
    border-radius: 10px;
    border: 1px solid #1789B133;
}
.refresh_icon {
    width: 49px;
    height: 46px;
    display: flex;
    align-items: center;
}
.refresh_icon img {
    margin: auto;
}
/*文件上传*/
input[type="file"] {
    display: none;
}
.file_upload {
    width: 225px;
    min-width: 225px;
    height: 46px;
    margin-right: 10px;
    color: #fff;
    background-color: #1789B199;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    line-height: 46px;
    text-align: center;
}
.file_upload:hover {
    cursor: pointer;
}
.upload_box {
    width: 300px;
}
.upload_icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.upload_icon img {
    display: none;
}
.upload_message {
    width: 300px;
    min-width: 251px;
    height: 46px;
    line-height: 46px;
    color: #14202B4D;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
/*分割线*/
.hr_divider {
    margin: 10px 0;
    height: 2px;
    background-color: #6A6B7933;
}
/*提示信息*/
.prompt {
    display: none;
    color: #B4391E;
    margin-bottom: 14px;
    margin-left: 20px;
}
/*提交按钮*/
.hr_submit {
    width: 294px;
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
}
.hr_reset {
    width: 225px;
    height: 46px;
    color: #14202B4D;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #1789B1
}

input:focus::placeholder{
    opacity: 0;
}

/*分页*/
.pagination {
    margin: 30px auto 30px auto;
    display: flex;
    justify-content: center;
}
.page {
    color: rgba(45, 55, 72, 0.3);
    padding: 0px 7.5px;
    font-size: 20px;
    font-weight: 500;
    margin: auto 0;
}
.activePage {
    color: rgba(23, 137, 177, 1); /* 选中页的文本颜色 */
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px; /* 选中页的内边距 */
    border-radius: 5px; /* 选中页的圆角 */
}
#prevPage,#nextPage {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

/*移动端弹窗*/
.move_pop_box,.move_pop_back {
    display: none;
}
/*移动设备*/
@media only screen and (max-width:425px) {
    /*隐藏部分内容*/
    .nav_box,.divider,.recruit_list_header,.arrow,.people_number {
        display: none;
    }
    .recruit_list {
        max-width: 330px;
        height: 183px;
        display: block;
        padding: 20px;
        margin-top: 20px;
        box-shadow: 8px 4px 12px 0 rgba(0, 94, 202, 0.16);
    }
    .recruit_list div{
        min-width: 144px;
        text-align: left;
        position: absolute;
    }
    .recruit_list div {
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0em;
    }
    .recruit_list div:nth-child(1){
        left: 96px;
        top: 53px;
        color: rgba(20, 32, 43, 0.4);
    }
    .recruit_list div:nth-child(4){
        left: 64px;
        top: 86px;
        color: rgba(20, 32, 43, 0.4);
    }
    .recruit_list div:nth-child(5) {
        right: 20px;
        text-align: right;
        color: rgba(13, 206, 194, 1);
    }
    .recruit_list div:nth-child(6),
    .recruit_list div:nth-child(7) {
        bottom: 26px;
        font-size: 12px;
        font-weight: 500;
        line-height: 11px;
        letter-spacing: 0em;
        color: rgba(20, 32, 43, 0.3);
        text-align: left;
    }
    .recruit_list div:nth-child(7) {
        bottom: 26px;
        left: 100px;
    }
    .till {
        display: block;
        position: absolute;
        left: 88px;
        bottom: 26px;
        font-size: 12px;
        font-weight: 500;
        line-height: 11px;
        letter-spacing: 0em;
        color: rgba(20, 32, 43, 0.3);
    }
    .department,
    .gender {
        display: block;
        color: rgba(20, 32, 43, 0.4);
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0em;
        text-align: left;
    }
    .department {
        position: absolute;
        left: 20px;
        top: 53px;
    }
    .gender {
        position: absolute;
        left: 20px;
        top: 86px;
    }
    .detail {
        width: 94px !important;
        height: 44px;
        border-radius: 5px;
        background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
        box-shadow: 0px 4px 9px 0px rgba(67, 77, 85, 0.25);
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    /*移动端去除悬停和激活样式*/
    .recruit_list:hover,
    .recruit_list.active {
        color: inherit;
        background: none;
    }
    .recruit_list:hover .salary {
        color: rgba(13, 206, 194, 1);
    }

    /*移动端弹窗*/
    .move_pop_back {
        width: 100%;
        height: 100%;
        background: #09324066;
        backdrop-filter: blur(12.5px);
        display: none;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .move_pop_box {
        width: 331px;
        height: 596px;
        margin: auto;
        box-sizing: border-box;
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }
    .move_pop {
        width: 100%;
        height: 530px;
        padding: 20px;
        border-radius: 10px;
        background-color: #fff;
    }
    .move_close {
        width: 100%;
        padding-top: 22px;
        text-align: center;
    }
    .move_position_salary {
        display: flex;
        justify-content: space-between;
    }
    .move_position,.move_salary,.move_department_sex span {
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0em;
    }
    .move_position {
        text-align: left;
        color: rgba(20, 32, 43, 1);
    }
    .move_salary {
        text-align: right;
        color: rgba(13, 206, 194, 1);
    }
    .move_department_sex {
        margin-top: 20px;
        color: rgba(20, 32, 43, 0.4);
    }
    .move_date {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;
        line-height: 11px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(20, 32, 43, 0.3);
    }
    .move_duty_ask {
        margin-top: 20px;
        height: 270px;
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .move_duty_ask::-webkit-scrollbar {
        display: none;
    }
    .move_duty,.move_ask {
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(20, 32, 43, 1);
    }
    .move_duty {
        margin-top: 1px;
    }
    .move_duty_text,.move_ask_text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        color: rgba(106, 107, 121, 0.6);
        margin-top: 10px;
    }
    .move_ask {
        margin-top: 20px;
    }
    .move_application {
        width: 290px;
        height: 44px;
        font-size: 16px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0em;
        border-radius: 5px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
        box-shadow: 0px 4px 9px 0px rgba(67, 77, 85, 0.25);
    }

    /*sweetAlert 弹窗样式*/
    .move_sweet_font_size {
        font-size: 16px; /* 自定义字体大小 */
        font-weight: 500;
    }

    .swal2-popup .swal2-actions button.swal2-confirm {
        background: linear-gradient(73.95deg, #1789B1 41.46%, #92BD54 70.62%);
        border: none !important;
        color: #fff; /* 自定义按钮文字颜色 */
        outline: none;
    }
    .swal2-popup .swal2-actions button:focus {
        outline: none; /* 移除按钮悬停时的边框样式 */
        box-shadow: none; /* 移除按钮悬停时的阴影效果 */
    }
}