.pop-job-box {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 305px;
    margin: -152.5px 0 0 -275px;
    background-color: #fff
}

.pop-job-box .cont {
    padding: 46px 34px 0
}

.pop-job-box .cont h4 {
    padding-bottom: 22px;
    font-size: 24px;
    font-weight: normal
}

.pop-job-box .cont h4 span {
    margin-right: 10px;
    vertical-align: middle
}

.pop-job-box .cont h4 .icon {
    font-size: 0
}

.pop-job-box .cont h4 .icon img {
    max-width: 100%
}

.pop-job-box .cont .input-box .text {
    display: block;
    width: 72.88%;
    padding: 11px 0;
    line-height: 22px;
    text-indent: 1em;
    font-size: 16px;
    color: #666;
    background: #f7f7f7;
    border: 0;
    height: 43px;
}

.pop-job-box .cont .input-box .file-box {
    position: relative;
    width: 27.12%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #8A8976;
}

.pop-job-box .cont .input-box .file-box .p {
    position: relative
}

.pop-job-box .cont .input-box .file-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1cc1f2;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s
}

.pop-job-box .cont .input-box .file-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 0
}

.pop-job-box .cont .input-box .file-box .control-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0)
}


.pop-job-box .cont .tips {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000
}

.pop-job-box .cont .btn-box {
    position: relative;
    width: 126px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #8A8976;
}

.pop-job-box .cont .btn-box .text {
    position: relative
}

.pop-job-box .cont .btn-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s
}

.pop-job-box .cont .btn-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0)
}
.pop-job-bg {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
    filter: alpha(opacity=10);
    cursor: pointer
}