@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./footer.css";


/* job-header */
.job-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 34px 0;
}

.job-head .logo {
    width: 180px;
    height: 24px;
    background-image: url(../assets/logo.png);
    background-size: 100% auto;
}

.job-head .menu a {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0 22px;
    display: inline-block;
}

.job-head .menu .cut {
    color: #ff6600;
}

.job-head .menu .links {
    width: 100px;
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
}




.jobHome {
    height: 881px;
    background: url(../assets/job/home.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.jobHome .jobTitle {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.jobHome .jobCont {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
}

.jobHome .jobNav {
    padding: 30px 0;
}

.jobHome .jobNav li {
    float: left;
    margin: 0 7px;
    width: 205px;
    height: 195px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
}

.jobHome .jobNav li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.jobHome .jobNav li .iconfont {
    font-size: 64px;
    line-height: 100%;
    opacity: .2;
    color: #000;
}

.jobHome .jobNav li .fontText {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}






/* social */
.jobList {
    padding: 100px 0;
    background: #eee;
}

.jobList .searchBox {
    width: 605px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 80px;
}

.jobList .searchBox .searchInput {
    padding: 0 10px;
    width: 400px;
    border: 0;
    font-size: 14px;
    outline: none;
}

.jobList .searchBox .searchButton {
    width: 169px;
    height: 70px;
    background: #262626;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.jobList .searchBox .searchButton .iconfont {
    margin-right: 5px;
}

.jobList .searchList {
    margin: 0 -7.5px;
    overflow: hidden;
}

.jobList .searchList li {
    margin: 7.5px;
    width: 390px;
    height: 161px;
    padding: 23px;
    float: left;
    background: #ffffff;
    border-radius: 5px;
}

.jobList .searchList li a {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.jobList .searchList li .title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.jobList .searchList li .title span {
    background: #0d60fe;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 5px;
}

.jobList .searchList li .bottom {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
}

.jobList .more {
    width: 199px;
    height: 70px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 70px;
    margin: 0 auto;
    display: block;
    margin-top: 67px;
}

.jobList .more .iconfont {
    font-size: 14px;
}




/* jobDetail */
.jobDetail {
    padding: 70px 0;
    background: #eee;
}

.jobDetail .return {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 40px 0;
}

.jobDetail .content {
    overflow: hidden;
}

.jobDetail .content .left {
    float: left;
    padding: 23px;
    width: 796px;
    border-radius: 5px;
    background-color: #fff;
}

.jobDetail .content .left .head {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.jobDetail .content .left .head .time {
    opacity: 0.5;
    font-size: 14px;
    color: #000000;
}

.jobDetail .content .left .head .title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
}

.jobDetail .content .left .head .title span {
    background: #0d60fe;
    border-radius: 5px;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
    font-size: 12px;
}

.jobDetail .content .left .head .applyButton {
    width: 110px;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 55px;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
}

.jobDetail .content .left .demand {
    padding: 34px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
}

.jobDetail .content .left .demand .section {
    margin-bottom: 20px;
}

.jobDetail .content .left .info {
    padding: 30px 0;
}

.jobDetail .content .left .info h4 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
}

.jobDetail .content .left .info .duty {
    padding: 0 0 32px 0;
}

.jobDetail .content .left .info .duty h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.jobDetail .content .left .info .duty .desction {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}

.jobDetail .content .left .apply {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin: 10px 0;
}

.jobDetail .content .right {
    padding: 23px;
    width: 390px;
    border-radius: 5px;
    background-color: #fff;
    float: right;
}

.jobDetail .content .right .title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.jobDetail .content .right .list a {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 53px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jobDetail .content .right .list a:last-child{
    border: none;
}

.jobDetail .content .right .list a span {
    background: #0d60fe;
    border-radius: 5px;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
    font-size: 12px;
}



/* internship */
.jobInternship {
    height: 881px;
    background: url(../assets/job/internship.png) no-repeat center center;
    position: relative;
}

.jobInternship .jobDelivery {
    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
    width: 199px;
    height: 70px;
    background: #0d60fe;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 70px;
}




.el-select-dropdown{
    min-width: 137px; 
    position: absolute; 
    top: 0; 
    left: 0; 
    transform-origin: center top; 
    z-index: 2005;
    display: none;
}




