.wrapper{
    font-size: 12px;
    color: #9b9b9b;
}
.joinBanner{
    background: url("../images/website/joinBg.jpg") center no-repeat;
    width: 100%;
    min-width: 1230px;
    height: 643px;
}
.search{
    width: 905px;
    height: 60px;
    background: #FFF;
    border: 1px solid #cdcdcd;
    margin: 95px auto 0;
    border-radius: 10px;
}
.searchInp{
    width: 810px;
    height: 50px;
    margin-top: 5px;
    padding-left: 20px;
    background: none;
    color: #c2c2c2;
    font-size: 14px;
    border-right: 1px solid #cdcdcd;
}
.searchBtn{
    width: 70px;
    height: 60px;
    background: url("../images/website/ico_search.png") center no-repeat;
}
.searchUl{
    width: 880px;
    margin: 10px auto;
}
.searchUl li{
    font-size: 14px;
    margin-right: 20px;
    color: #a1a1a1;
}
.searchResult{
    padding: 30px 0 50px;
}
.searchList{
    margin-top: 20px;
    border-bottom: 1px solid #dddddd;
}
.searchList .title{
    font-size: 20px;
    color: #1d2179
}
.searchList .jobCon{
    display: flex;
    margin: 10px 0;
}
.searchList ul{
    display: flex;
    width: 815px;
    color: #818080;
    font-size: 16px;
    line-height: 43px;
}
.searchList ul li span{
    padding: 0 30px;
}
.searchList .applyBtn{
    display: block;
    width: 166px;
    height: 43px;
    background: #1d2179;
    color: #FFF;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
}
.jobP{
    margin-bottom: 20px;
}
.jobP span{
    font-size: 14px;
    margin-right: 30px;
}
.jobP em::after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-bottom: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: 1px;
    cursor: pointer;
}
.jobDescription{
    display: none;
    line-height: 27px;
}
.jobDescription .desc{
    margin-bottom: 20px;
}
/* fenye */
.pageChange{
    display: flex;
    font-size: 14px;
    width: 600px;
    margin: 50px auto 0;
}
.pageChange a{
    width: 39px;
    height: 39px;
    display: block;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    text-align: center;
    line-height: 39px;
    color: #a1a1a1;
    margin-right: 15px;
}
.pageChange a.on{
    color: #1d2179;
    border: 1px solid #1d2179;
}
.pageChange span{
    line-height: 41px;
}
.pageChange span.more{
    padding: 0 20px 0 10px;
}
.pageChange span.toStep{
    padding:  0 20px;
}
.pageChange span input{
    width: 39px;
    height: 39px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    margin: 0 10px;
}
.pageChange a.ok{
    width: 95px;
    height: 39px;
    background: #1d2179;
    color: #FFF;
    border: 1px solid #1d2179;
}
/* 弹框 */
.layer{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.jobPopup{
    width: 539px;
    height: 522px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -261px 0 0 -270px;
    border-radius: 10px;
    display: none;
}
.jobPopup .title{
    background: #1d2179;
    height: 70px;
    color: #FFF;
    line-height: 70px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.jobPopup a{
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px; 
}
.jobPopup span{
    display: block;
    width: 118px;
    text-align: right;
    font-size: 14px;
    color: #5f5e5e;
    line-height: 47px;
}
.jobPopup .dFlex{
    margin-bottom: 15px;
}
.jobPopup .inp{
    width: 350px;
    height: 45px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    padding-left: 10px;
}
.jobPopup textarea{
    width: 360px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}
.fileUpload{
    position: relative;
    padding-left: 120px;
}
.fileUpload .fileInp{
    width: 360px;
    height: 40px;;
    position: absolute;
    top: 0;
    left: 120px;
    opacity: 0;
}
.uploadReset{
    display: flex;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.uploadReset span{
    width: 100px;
    height: 40px;
    background: #4146c0;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    margin-left: 15px;
}
.upLoadSuccess{
    display: none;
    width: 360px;
    height: 40px;
    margin-left: 120px;
    background: #eaf5ff;
    font-size: 14px;
    color: #bebebe;
    position: relative;
}
.upLoadSuccess p{
    position: absolute;
    top: 0;
    left: 0;
}
.upLoadSuccess p span{
    width: auto;
    line-height: 40px;
    display: inline;
    text-decoration: underline;
    margin-left: 10px;
}
.upLoadSuccess p em{
    color: #5ab63d;
}
.upLoadSuccess a.delete{
    position: absolute;
    top: 0;
    right: 10px;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.subBtn{
    width: 360px;
    height: 69px;
    background: #1d2179;
    color: #FFF;
    margin-left: 120px;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 20px;
}