.work-detail {
    width: 66.667vw;
    margin: 0.833vw auto 0;
}

.work-detail-header {
    width: 100%;
    margin-bottom: 1.042vw;
}

.work-detail-title {
    float: left;
    width: 58.333vw;
    font-size: 2.396vw;
    font-weight: 700;
    color: #393939;
}

.work-detail-header button {
    float: right;
    display: block;
    width: 6.979vw;
    height: 2.031vw;
    margin-top: 1.042vw;
    text-align: center;
    line-height: 2.031vw;
    border: none;
    border-radius: 0;
    font-size: 0.833vw;
    color: #ffffff;
    background-color: #189C3E;
}

.work-main-contact {
    line-height: 2.656vw;
    font-size: 0.833vw;
    color: #ffffff;
    background-color: #00912A;
}

.work-main-contact .icon {
    display: inline-block;
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.261vw;
    vertical-align: middle;
}

.wmc-phone {
    display: inline-block;
    margin: 0 1.875vw 0 1.250vw;
}

.wmc-mail {
    display: inline-block;
}

.wmc-phone .icon {
    background: url(../img/work-icon-phone.png) no-repeat center center/100%;
}

.wmc-mail .icon {
    background: url(../img/work-icon-mail.png) no-repeat center center/100%;
}

.work-main-info {
    background-color: #189C3E;
    color: #ffffff;
    overflow: hidden;
}

.wmi-title {
    font-size: 1.458vw;
    margin: 1.823vw 0 1.823vw 2.500vw;
}

.wmi-content>div {
    display: inline-block;
    min-width: 20.833vw;
    margin: 0 0 0.990vw 2.500vw;
    font-size: 0.833vw;
}

.wmi-content>div span:first-child {
    display: inline-block;
    margin-right: 1.927vw;
    color: #5AD87E;
}

.work-description {
    padding: 2.083vw 2.500vw;
    margin: 1.563vw 0;
    background-color: #F6F6F6;
}

.work-description .title,
.work-qualification .title {
    margin-bottom: 1.250vw;
    font-size: 1.458vw;
    color: #393939;
}

.work-description .content,
.work-qualification .content {
    margin-bottom: 0.781vw;
    font-size: 0.833vw;
    color: #393939;
}

.work-qualification {
    padding: 2.083vw 2.500vw;
    margin-bottom: 5.104vw;
    background-color: #F6F6F6;
}

.application_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
}

.application-form {
    position: relative;
    width: 27.135vw;
    padding: 3.750vw 0;
    margin: 8.635vw auto 0;
    text-align: center;
    border-radius: 0.417vw;
    background-color: #fff;
}

.application-popup-close {
    position: absolute;
    width: 1.146vw;
    height: 1.146vw;
    top: 1.146vw;
    right: 1.250vw;
    cursor: pointer;
}

.application-form-title {
    font-size: 1.563vw;
    color: #393939;
}

.application-form-tips1 {
    margin: 1.042vw 0;
    font-size: 0.729vw;
    color: #717171;
}

.application-form-tips2 {
    margin-bottom: 2.083vw;
    font-size: 0.729vw;
    color: #B7B7B7;
}

.af-btn-upload {
    width: 18.438vw;
    min-height: 2.500vw;
    margin-bottom: 1.042vw;
    border: none;
    border-radius: 1.250vw;
    font-size: 0.833vw;
    color: #fff;
    background-color: #799C18;
    word-break: break-all;
}

.af-inp-name,
.af-inp-phone {
    width: 18.438vw;
    height: 2.500vw;
    margin-bottom: 1.042vw;
    text-align: center;
    font-size: 0.833vw;
    border: none;
    border-radius: 1.250vw;
    background-color: #F6F6F6;
}

.cerify-code-panel {
    margin-bottom: 1.510vw;
}

.varify-input-code {
    vertical-align: middle;
    width: 13.542vw;
    height: 2.500vw;
    text-align: center;
    font-size: 0.833vw;
    border: none;
    outline: none;
    border-radius: 1.250vw;
    background-color: #F6F6F6;
}

.verify-input-area,
.verify-code,
.verify-change-area {
    vertical-align: middle;
    display: inline-block;
}

.verify-code {
    margin: 0 0.521vw;
}

.refresh-img {
    vertical-align: middle;
    width: 0.729vw;
    height: 0.729vw;
    cursor: pointer;
}

.af-btn-submit {
    width: 18.438vw;
    height: 2.500vw;
    border: none;
    border-radius: 1.250vw;
    font-size: 0.833vw;
    color: #fff;
    background-color: #189C3E;
}

#upload-inp {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
}