/*banner背景*/

.banner-details {
    width: 100%;
    margin-top: 65px;
    height: auto;
}

    .banner-details img {
        width: 100%;
    }


/*主体 logo部分*/
#centerFrame {
    padding: 0;
}

.panelBox {
    width: 1000px;
    float: right;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    min-height: 500px;
    white-space: normal;
    word-break: break-all;
}

#centerFrame .box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    #centerFrame .box:after {
        display: block;
        clear: both;
        content: "";
    }
    /*职位详情*/
    #centerFrame .box .box-title {
        width: 1000px;
        height: 50px;
        border-bottom: 1px solid #cccccc;
    }

        #centerFrame .box .box-title span {
            font-size: 16px;
            font-weight: normal;
            display: inline-block;
            line-height: 50px;
            padding: 0 20px;
        }

    #centerFrame .box .job-details {
        width: 998px;
        padding: 15px 105px 0 60px;
    }

.job-details .details-left {
    width: 65%;
    float: left;
    padding-top: 13px;
}

.details-left .job-company {
    font-size: 16px;
}

    .details-left .job-company > a {
        color: #333333;
    }

        .details-left .job-company > a:hover {
            color: #2974f5;
            text-decoration: underline;
        }

.details-left .job-title {
    font-size: 40px;
    line-height: 70px;
}

.details-left .job-level {
    font-size: 16px;
    line-height: 44px;
}


.details-left .job-info button {
    height: 30px;
    color: #ffffff;
    border-radius: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: none;
    padding: 0 10px;
    margin: 10px 10px 0 0;
}

.details-left .job-time {
    color: #666;
    font-size: 12px;
    line-height: 50px;
}

.job-details .details-right {
    float: right;
    padding-top: 80px;
}

    .job-details .details-right .collect button {
        width: 120px;
        height: 50px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 50px;
    }

.collect .collect-btn {
    background-color: transparent;
}


    .collect .collect-btn img {
        width: 18px;
        height: 16px;
        margin: 0px 6px 4px 0;
    }

.collect .send-btn {
    border: none;
    margin-left: 25px;
}

.collect .send-btn {
    color: #ffffff;
}

.job-details .details-right .upload {
    font-size: 14px;
    margin-top: 20px;
}

.upload .pic {
    margin-left: 50px;
}

.job-details:after {
    display: block;
    clear: both;
    content: "";
}

/*职位信息*/
.job-information {
    width: 1000px;
}

    .job-information .info-title {
        width: 1000px;
        padding-left: 12px;
    }

        .job-information .info-title span {
            font-size: 16px;
            font-weight: bold;
            padding-left: 17px;
            line-height: 68px;
        }

    .job-information .info-details {
        width: 1000px;
        font-size: 16px;
        line-height: 38px;
    }

.info-details .info-left {
    float: left;
    margin-left: 30px;
    width: 440px;
}

.info-details .info-right {
    float: left;
    width: 470px;
    margin: 0 30px;
}

.job-information .info-details:after {
    display: block;
    clear: both;
    content: "";
}

/*职位描述*/
.job-description {
    width: 1000px;
}

    .job-description .describe-title {
        width: 1000px;
        padding-left: 12px;
    }

        .job-description .describe-title span {
            font-size: 16px;
            font-weight: bold;
            padding-left: 17px;
            line-height: 68px;
        }

    .job-description .describe-details {
        width: 1000px;
        font-size: 14px;
        padding: 0 34px;
        line-height: 30px;
    }

.describe-details .title-name {
    margin: 10px 0;
}

.describe-details .title-fourth {
    margin-bottom: 30px;
}

.describe-details .title-name .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
}

.describe-details .title-name .text {
    line-height: 24px;
}

#emptyPage {
    height: 450px;
    background-image: url(../../Shared/images/images-details/emptyPage.png);
    background-size: cover;
    padding-top: 320px;
}

    #emptyPage > p {
        font-size: 18px;
        text-align: center;
    }




/*app下载提醒*/
.downapp-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 99999;
    opacity: .8;
}

.downapp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 500px;
    margin: auto;
    background-color: #fff;
    z-index: 99999;
    border-radius: 30px;
}

    .downapp img {
        display: block;
        width: 340px;
        height: 265px;
        margin: 20px auto;
        margin-top: 70px;
        margin-bottom: 10px;
    }

    .downapp p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #333;
        line-height: 20px;
    }

    .downapp .back {
        width: 50%;
        margin: 20px auto;
        font-size: 15px;
        color: #666;
        text-align: center;
        line-height: 55px;
        cursor: pointer;
    }


button[disabled], html input[disabled] {
    border: none !important;
    cursor: not-allowed;
    background-color: #dddddd !important;
}

    button[disabled] > a {
        color: #999999 !important;
    }
