.position_apply {
    background-color: #f1f1f1;
}

.po_bg {
    background-color: #fff;
    padding: 0 40px;
    padding-bottom: 100px;
}


.position_apply li {
    height: 60px;
    width: 100%;
    line-height: 60px;
    border-bottom: 1px #f1f1f1 solid;
}

.position_apply li:hover {
    cursor: pointer;
}

.position_apply_name {
    color: #000;
}

.position_apply_belong {
    float: right;
    color: #a0a0a0;
}

.position_apply_belong_line {
    margin: 0 10px;
}



.applys {
    padding: 0 20px;
}

.applys .h2 {
    font-size: 15px;
    margin-bottom: 20px;
}

.applys-li .input {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 20px;
}

.applys-li .input p {
    width: 60px;
}

.applys-li .input .text {
    flex: 1;
    padding-left: 20px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dedede;
}

.applys-li {
    margin-top: 60px;
}

.applys-li .input p i {
    color: red;
    margin-right: 5px;
    display: inline-block;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
}

.fileinput-button .upload {
    border: 1px solid #dedede;
    padding: 5px 15px;
    color: #999;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
}

.pdf {
    color: #999;
    display: inline-block;
    margin-left: 20px;
}

.fileinput-button .upload i {
    width: 15px;
    margin-top: 3px;
    height: 15px;
    display: inline-block;
    background: url("../images/upload.png");
    background-size: 100% 100%;
}

.applys-btn {
    margin: 50px 0;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

.btn-deliver {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 3px;
    color: white;
    background-color: #659fc4;
}

.btn-deliver:hover {
    background: #333;
    color: #fff;
}

.return {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000;
}

.return:hover {
    cursor: pointer;
}