/* äººæ‰æ‹›è˜ */
.page-section{
    background: #F2F3F7;
}
.page-section .section{
    padding-bottom: 50px;
}
.job-main-info{
    display: none;
}
.section .recruitment-type{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #9E9E9E;
    /* position: relative; */
    margin-bottom: 50px;
}
.section .recruitment-type li{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #222222;
    line-height: 1;
    position: relative;
}
.section .recruitment-type li.selected{
    color: #1F7BFF;
}
.section .recruitment-type li.selected::after{
    content: '';
    background: #1F7BFF;;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.section .recruitment-type li:first-child{
    margin-right: 100px;
}
.job-list li{
    background: #FFFFFF;
    margin-bottom: 30px;
    width: 100%;
    /* padding: 0 20px; */
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
}
.job-list li:first-child{
    height: 56px;
    background: #1F7BFF;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.job-list li .job-top-info{
    width: 100%;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-indent: 10px;
}
.job-list li .job-top-info{
    height: 56px;
}
.job-list li .job-top-info>div{
    /*width: 130px;*/
    width: 240px;
}
.job-list li .job-top-info .job-control img{
    margin-left: 25px;
}
.job-list .job-main-info{
    padding: 0 20px;
    padding-bottom: 40px;
}
.job-list li .job-main-info-li {
    text-indent: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 0;
}
.job-list li .job-main-info-li:nth-child(3){
    border-bottom: none;
    margin-bottom: 35px;
}
.job-main-info-li .job-main-info-name{
    /* height: 57px; */
    display: inline-block;
    /* padding: 20px 0; */
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-right: 110px;
    display: inline-flex;
    align-items: center;
}
.job-main-info-li .job-main-info-name:last-child{
    margin-right: 0;
}
.job-main-info-li .job-main-info-name span{
    /*width: 120px;*/
    width: 400px;
    display: inline-block;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    margin-left: 20px;
    text-indent: 0px;
}
.job-main-info-li h4{
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #666666;
    line-height: 14px;
    margin-bottom: 16px;
}
.job-main-info-li p{
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    margin-bottom: 16px;
}
.openFormBtn{
    width: 200px;
    height: 40px;
    background: #1F7BFF;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 101;
    display: none;
}
.form::-webkit-scrollbar{
    display: none;
}
.form{
    padding: 0px 0 60px 0;
    position: fixed;
    top: 50px;
    z-index: 999;
    background: #FFFFFF;
    width: 900px;
    left: calc((100% - 900px) / 2);
    border-radius: 12px;
    overflow: scroll;
    height: 850px;
}
.form .form-top{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 41px;
    position: fixed;
    background: #fff;
    width: 900px;
    border-radius: 12px 12px 0 0;
    z-index: 99;
}
.form-top h4{
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    padding: 0 20px;
}
.form-top .closeBtn{
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.form .form-top h4::before{
    content: '';
    width: 3px;
    height: 18px;
    background: #1F7BFF;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
form,
.form-banner{
    padding: 0 20px;
}
.form-banner img{
    width: 100%;
}
.form-banner{
    margin-bottom: 24px;
    margin-top: 48px;
}
.form-column .form-title{
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-item-li{
    width: 420px;
    margin-top: 20px;
    display: inline-block;
}
.form-item .form-item-li-title{
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}
.form-item .form-item-li-title span{
    color: #DA2828;
}
.form-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.form-item-li input[type=text]{
    width: 420px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    text-indent: 10px;
}
.form-item-li .layui-unselect.layui-form-radio{
    display: none;
}
.form-item-li .layui-select-title input{
    width: 134px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
}
.form-item-li input[type=radio]{
    width: 16px;
    height: 16px;
    /* background: #FFFFFF; */
    border-radius: 50%;
    border: 1px solid #979797;
    appearance: auto;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.form-item-li label{
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
.form-item-li .form-item-file{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px dashed #CCCCCC;
    position: relative;
}
.form-item-file input{
    width: 100%;
    height: 40px;
    opacity: 0;
    z-index: 10;
    position: absolute;
}
.form-item-file p{
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 9;
}
.form-item-file p span:first-child{
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #1F7BFF;
    line-height: 20px;
    margin-right: 13px;
}
.form-item-file p span:last-child{
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.submitBtn{
    width: 200px;
    height: 40px;
    background: #1F7BFF;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 60px;
}
.mask1{
    width: 278px;
    height: 235px;
    padding: 30px 26px 20px 26px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.07);
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    position: absolute;
    left: calc((100% - 278px) / 2);
    display: none;
    z-index: 101;
}
.mask1 .icon{
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.mask1 .icon img{
    width: 100%; 
    height: 100%;
}
.mask1 p{
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin: 12px 0 17px 0;
}
.sureBtn{
    width: 109px;
    height: 36px;
    background: #F8F8F8;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.file-input {
    position: absolute;
    right: 0;
    width: 420px;
    height: 40px;
}
.file-input .appendix {
    opacity: unset !important;
    height: 38px !important;
    border: none !important;
}