.rdetail-top {
    margin-top: 60px;
    padding: 1vw 0;
}

.rdetail-top-inner {
    width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
}

.rdetail-top .rdetail-top-lf {
    margin-left: 10px;
}

.rdetail-top .rdetail-top-lf h1 {
    color: #00182E;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 600;
}

.rdetail-top .td {
    background: #1368B7;
    border-radius: 4px;
    height: 44px;
    width: 116px;
    background: #1368B7;
    border-radius: 4px;
    overflow: hidden;

}

.rdetail-top .td a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.rdetail-top .recurit-btm {
    margin-top: 10px;
    display: flex;
}

.rdetail-top .recurit-cs {
    opacity: 0.6;
    font-size: 12px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}

.rdetail-top .recurit-cs span {
    margin-left: 5px;
}

.rdetail-top .recurit-cs:not(:first-child) {
    margin-left: 10px;
    padding-left: 11px;
}

.rdetail-top .recurit-cs:not(:first-child):after {
    content: '';
    position: absolute;
    background: #D8D8D8;
    width: 1px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rdetail-body {
    background-color: #f3f4f5;
    padding: 20px 0;
}

.rdetail-body .rdetail-inner {
    width: 980px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 40px;
        max-width: 90%;
}

.rdetail-tit {
    font-size: 16px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}

.infor-list {
    display: flex;
    margin-top: 1.25vw;
    padding-bottom: 1.5625vw;
    border-bottom: 1px solid #EBECEE;
    margin-bottom: 1.5625vw;
}

.infor-list .info-item {
    flex: 1;
}

.info-item .info-top {
    opacity: 0.6;
    font-size: 12px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
}

.info-item .info-btm {
    font-size: 14px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}

.rdetail-body .zw-ms {
    opacity: 0.66;
    font-size: 14px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 1.5625vw;
    border-bottom: 1px solid #EBECEE;
    margin-bottom: 1.5625vw;
}

.rdetail-body .zw-require {
    opacity: 0.66;
    font-size: 14px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .rdetail-top {
        margin-top: 40px;
        padding: 15px 0;
    }

    .rdetail-top-inner {
        flex-wrap: wrap;
    }

    .rdetail-top .rdetail-top-lf {
        flex: 0 0 100%;
        margin-left: 0;
    }

    .rdetail-top .td {

        height: 32px;
        width: 90px;

        margin-top: 10px;

    }

    .rdetail-top .td a {
        line-height: 32px;
    }

    .rdetail-body .rdetail-inner {
        padding: 20px;
    }
}
