.footer-box{
    /*background: url("/img/footer-bg.png") no-repeat bottom #060A21;*/
}
.banner-box{
    position: relative;
    width: 100%;
}
.banner-box .text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: left;
}
.banner-box .text >p:first-child{
    margin-bottom: 35px;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}
.banner-box .text >p:last-child{
    font-size: 1.3125rem;
    line-height: 3.125rem;
    color: #fff;
}
.recruitment-box{
    padding: 70px 0;
    width: 100%;
    min-height: 200px;
    /*background-color: #060A21;*/
}
.search-box .search-item{
    margin-right: 85px;
}
.search-box .search-item label{
    font-size: 1.25rem;
    color: #666;
}
.search-box .search-item .select-box{
    margin-left: 22px;
    width: 281px;
    padding: 0 24px;
    box-sizing: border-box;
    background-color: #081941;
}
.search-box .search-item  select{
    margin-left: 1.375rem;
    width: 17.5625rem;
    padding: 0 24px;
    height: 3.1875rem;
    font-size:1rem;
    color: #666;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px  #eee;
    outline: none;
    appearance: none;
    background-image: url("/img/arrow-rc.png");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.875rem;

}
.form-header-box {
    padding: 0 44px;
    margin-top: 35px;
    /*padding: 0 64px;*/
    width:100%;
    height: 4.9375rem;
    font-size:1.125rem;
    color: #fff;
    background-color: #2265E0;
    border-radius: 5px;
}
.form-header-box >div{
    width: 12%;
    font-weight: 700;
    text-align: center;
}
.form-header-box >div:last-child{
    /*width: fit-content!important;*/
}
.form-header-box >div:first-child{
    /*width: fit-content;*/
}
.list-item{
    position: relative;
    margin-top: 20px;
    width: 100%;
    min-height: 5.0625rem;
    background-color: rgba(33, 98, 219, .1);
    border-radius: 5px;
    border: solid 1px rgba(33, 98, 219, .1);
    overflow: hidden;
    cursor: pointer;
}
.list-item .header{
    /*padding: 0 22px;*/
    width: 100%;
    height: 5.0625rem;
    border-radius: 10px;

}
.list-item .header-active{
    background: linear-gradient(to right, #2265E0, #2265E0);
}
.list-item .header-active >div{
    color: #fff!important;
}

.list-item .rotate-arrows{
    transform: rotate(180deg);
}
.list-item .flex-a-j-b{
    padding: 0 44px;
    width: 100%;
}
.list-item .flex-a-j-b >div{
    width: 12%;
    text-align: center;
    font-size: 1rem;
    color: #666;
}

.list-item .arrow{
    position: absolute;
    top: 42px;
    transform: translateY(-50%);
    right: 22px;
    width: 14px;
}
.job-details{
    padding: 40px 32px;
    color: #666;
}
.job-btn-box{
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.job-btn{
    width: 11.125rem;
    height: 2.875rem;
    background-color: #2265E0;
    border-radius: 38px;
    border: solid 1px #fff;
    font-size:1rem;
    color: #fff;
}
.job-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #2265E0;
}
.apply-position-wrap{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: none;
}
.apply-position-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 62px 40px 50px 40px;
    width: 60%;
    height: 698px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.apply-position-box .title {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.apply-position-box .two-columns{
    width: 100%;
}
.apply-position-box .form-item{
    margin-bottom: 2.5rem;
}
.apply-position-box .two-columns .form-item:last-child{
    margin-left: 80px;
}
.apply-position-box input:not([type="checkbox"]):not([type="radio"]):not([type="file"]){
    padding: 0 20px;
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-size: 1rem;
}
.form-item label {
    margin-right: 3.25rem;
    width: 100px;
    flex-shrink: 0;
    font-size: 1.2rem;
    text-align: right;
}
.electronicResumes-box{
    padding: 0 20px;
    width: 100%;
    height: 55px;
    flex: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#electronicResumes{
    display: flex;
    align-items: center;
    height: auto !important;
    width: 100%;
}
.btn-box{
    position: absolute;
    right: 2.5rem;
    bottom: 3.5rem;
    margin-top: 6.25rem;
    display: flex;
    justify-content: flex-end;
}
.close-btn{
    margin-right: 46px;
    width: 12.875rem;
    height: 3.5rem;
    background-color: #ececec;
    border-radius: 38px;
    border: solid 1px #fff;
    font-size: 1.375rem;
    color: #1048a8;
}
.submit-btn{
    width: 12.875rem;
    height: 3.5rem;
    background-color: #1048a8;
    border-radius: 38px;
    border: solid 1px #fff;
    font-size: 1.375rem;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    .apply-position-box {
        padding: 32px 30px 30px 30px;
        height: 600px;
    }
    .apply-position-box input:not([type="checkbox"]):not([type="radio"]):not([type="file"]){
        height: 35px;
    }
    .form-item label {
        margin-right: 52px;
        width: 100px;
        flex-shrink: 0;
        font-size: 18px;
    }
    .btn-box{
        margin-top: 24px;
        display: flex;
        justify-content: flex-end;
    }
    .close-btn{
        margin-right: 46px;
        width: 171px;
        height: 50px;
        background-color: #ececec;
        border-radius: 38px;
        border: solid 1px #fff;
        font-size: 20px;
        color: #1048a8;
    }
    .submit-btn{
        width: 171px;
        height: 50px;
        background-color: #1048a8;
        border-radius: 38px;
        border: solid 1px #fff;
        font-size: 20px;
        color: #fff;
    }
}
.page-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.13rem auto 0;
}
.page-box div{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    cursor: pointer;
}
.page-box .page-number, .page-box .next{
    margin-right:0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #2265E0;
    border: solid 0.06rem #2265E0;
    border-radius: 0.44rem;
    color: #fff;
}
.page-box .last {
    width: 3.75rem;
    height: 2.5rem;
    font-size: 1.02rem;
    background-color: #2265E0;
    border-radius: 0.44rem;
    border: solid 0.06rem #2265E0;
    color: #fff;
}
.job-details{
    display: none;
}
