/* 完善页 -始 */
.perfect-pages {
    background-color: #0fb892;
}
.perfect-pages.bac-light-grey {
    background-color: #f7f7f7;
}
.perfect-pages.bcg {
    background: url(../images/login_bg.png) no-repeat;
    background-size: cover;
}
.perfect-pages .w {
    min-height: 900px;
    overflow: hidden;
}
.public-perfect-container {
    position: absolute;
    margin-top: -10px;
    width: 400px;
    padding: 0 40px;
    background-color: #fff;
    border-radius: 10px;
}
._offer .public-perfect-container {
    min-height: 776px;
}
._offer .public-perfect-container .btm-btn {
    position: absolute;
    width: 400px;
    left: 40px;
    bottom: 0;
    background-color: #0fb892;
    color: #fff;
}
.public-perfect-container .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 46px;
    padding-top: 32px;
    color: #0fb892;
}
.public-perfect-container .tip {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-bottom: 8px;
}
.public-perfect-container .upload-avatar-item {
    padding-bottom: 38px;
}
.upload-avatar-item .rt-text .item-title {
    padding-top: 12px;
}
.public-perfect-container .upload-avatar-item .item-msg {
    line-height: 24px;
    font-size: 12px;
    color: #ff8000;
}
.public-perfect-container .upload-avatar-item .head-sculpture {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #efefef;
    cursor: pointer;
}
.upload-avatar-item .head-sculpture .ico-camera {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/offer/ico_camera_white.png) no-repeat center rgba(0, 0, 0, .4);
    background-size: 34px auto;
    border-radius: 50%;
    cursor: pointer;
}
.public-perfect-container .item {
    padding-bottom: 10px;
}
.public-perfect-container .item .ico-close {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center;
    background-size: 11px auto;
    cursor: pointer;
}
.public-perfect-container .inputBox-search-options,
.public-perfect-container .item .related-info {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: initial;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    padding: 4px 0;
    border: 1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 99;
}
.public-perfect-container .inputBox-search-options .opt-item,
.public-perfect-container .related-info li {
    padding: 8px 18px;
    line-height: 22px;
    font-size: 13px;
    border-top: 1px solid #efefef;
    cursor: pointer;
}
.public-perfect-container .inputBox-search-options .opt-item:first-child,
.public-perfect-container .related-info li:first-child {
    border-top: 0;
}
.public-perfect-container .inputBox-search-options .opt-item:hover,
.public-perfect-container .related-info li:hover {
    background-color: #0fb892;
    color: #fff;
}
.public-perfect-container .on-duty-time,
.public-perfect-container .item-salary {
    width: 100%;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
}
.public-perfect-container .small-input {
    width: 180px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #efefef;
    font-size: 13px;
    padding: 0 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.public-perfect-container .item-salary .single-select {
    width: 180px;
    text-align: left;
}
.public-perfect-container .item-salary .drop-down-list li {
    width: 160px !important;
}
.public-perfect-container .item-title {
    font-size: 16px;
    line-height: 36px;
}
.public-perfect-container .drop-down-box,
.public-perfect-container .item-input {
    width: 100%;
    line-height: 38px;
    height: 38px;
    border: 1px solid #efefef;
    font-size: 13px;
    padding: 0 50px 0 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.public-perfect-container .item-textarea {
    width: 100%;
    height: 72px;
    padding: 12px 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #efefef;
}
.public-perfect-container .item-textarea::placeholder,
.public-perfect-container input::placeholder {
    color: #666;
}
.public-perfect-container .drop-down-box .drop-down-text.def-color {
    color: #666;
}
.public-perfect-container .drop-down-box {
    border-radius: 0;
}
.public-perfect-container .drop-down-box .drop-down-text {
    padding: 0;
}
.public-perfect-container .drop-down-box .drop-down-img {
    top: 10px;
    right: 8px;
    border: 0;
    background: url(../images/down.png) no-repeat center !important;
    background-size: auto 20px !important;
}
.public-perfect-container .drop-down-box .drop-down-list {
    top: 38px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 10px rgb(0,0,0,.1);
}
.public-perfect-container .drop-down-box .drop-down-list li {
    font-size: 13px;
    border-radius: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
.public-perfect-container .drop-down-list li:hover {
    background-color: #f2f2f2;
    color: #777;
}
.public-perfect-container .drop-down-box .drop-down-list .selected {
    color: #fff;
    background-color: #0fb892;
}
.public-perfect-container .rt-arrow {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 45px;
    height: 18px;
    background: url(../images/down.png) no-repeat center;
    background-size: auto 20px;
}
.public-perfect-container .upload-avatar .u-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 80px;
}
.public-perfect-container .upload-avatar .tips {
    font-size: 13px;
    color: #ff8000;
    padding: 12px 0 70px 0;
}
.public-perfect-container .upload-avatar .head-portrait {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #efefef;
    margin: 0 auto;
    cursor: pointer;
}
.public-perfect-container .head-portrait .ico-camera {
    position: absolute;
    font-size: 16px;
    line-height: 1;
    padding-left: 30px;
    white-space: nowrap;
    color: #666;
    background: url(../images/offer/ico_camera.png) no-repeat left center;
    background-size: auto 22px;
}
.public-perfect-container .btm-btn {
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    margin: 10px 0 40px 0;
    text-align: center;
    cursor: pointer;
}
/* 完善页 -结 */
/* 选择地区 -始 */
.select-region-menu {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    z-index: 998;
}
.select-region-menu .region-menu {
    position: relative;
    float: left;
    max-height: 174px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 6px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    z-index: 99;
}
.select-region-menu .region-menu:first-of-type {
    box-shadow: -1px 0 10px rgba(0, 0, 0, .1);
}
.select-region-menu .region-menu:last-of-type {
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}
.select-region-menu .region-menu .menu-item {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    padding: 11px 30px 11px 20px;
    cursor: pointer;
}
.select-region-menu .region-menu .menu-item:hover {
    background-color: #f2f2f2;
}
.select-region-menu .region-menu .active {
    position: relative;
    color: #0fb892;
}
.select-region-menu .region-menu .active::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/down.png) no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin-top: -7px;
}
.select-region-menu .region-menu:last-of-type .active::before {
    background: none;
}
/* 选择地区 -结 */
/* 简历弹窗 -共用 -始 */
._resume-Popup .top-area {
    line-height: 56px;
    padding: 0 28px;
    border-bottom: 1px solid #f2f5f5;
}
._resume-Popup .top-area .close {
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
}
._resume-Popup .top-area .title {
    font-size: 16px;
    font-weight: bold;
    margin-right: 34px;
}
/* 简历弹窗 -共用 -结 */
/* 简历多层菜单模板弹窗 -始 */
._resume-menu-module {
    position: absolute;
    width: 860px;
    background-color: #fff;
}
._resume-menu-module .classification {
    font-size: 12px;
    border-bottom: 1px solid #f2f5f5;
}
._resume-menu-module .classification .title {
    width: 123px;
    padding-left: 27px;
    line-height: 58px;
}
._resume-menu-module .classification .c-list {
    width: 670px;
    padding: 10px 40px 10px 0;
}
._resume-menu-module .classification .c-list li {
    float: left;
    margin-left: 20px;
    line-height: 38px;
    cursor: pointer;
}
._resume-menu-module .content-box {
    font-size: 12px;
    height: 384px;
}
._resume-menu-module .lf-area {
    width: 150px;
    height: 100%;
    background-color: #f2f5f5;
    overflow-y: auto;
}
._resume-menu-module .lf-area li {
    padding: 19px 18px 19px 27px;
    cursor: pointer;
}
._resume-menu-module .lf-area li:hover {
    background-color: #efefef;
}
._resume-menu-module .active {
    color: #0fb892 !important;
}
._resume-menu-module .rt-area {
    width: 710px;
    height: 326px;
    overflow-y: auto;
}
._resume-menu-module .rt-operation {
    height: 58px;
}
._resume-menu-module .rt-operation .rt-btn {
    position: relative;
    top: 12px;
    right: 10px;
    min-width: 124px;
    line-height: 35px;
    text-align: center;
    background-color: #0fb892;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
._resume-menu-module .rt-list {
    padding: 0 40px;
    font-size: 0;
    margin-left: -58px;
}
._resume-menu-module .rt-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 20px 0 20px 58px;
    cursor: pointer;
}
/* 简历多层菜单模板弹窗 -结 */
/* 岗位技能/隐私设置弹窗 -始 */
._resume-singleScroll-module {
    position: absolute;
    width: 860px;
    min-height: 500px;
    background-color: #fff;
}
._resume-singleScroll-module .ipt-search-box {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    border-radius: 5px;
    padding: 6px 0;
    z-index: 9;
}
._resume-singleScroll-module .ipt-search-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #e4e7ed;
    border-top: 1px solid #e4e7ed;
    background-color: #fff;
}
._resume-singleScroll-module .ipt-search-box .s-list {
    max-height: 300px;
    overflow-y: auto;
}
._resume-singleScroll-module .ipt-search-box .s-item {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    font-size: 12px;
    min-height: 34px;
    line-height: 1.5;
    color: #666;
    box-sizing: border-box;
    cursor: pointer;
}
._resume-singleScroll-module .ipt-search-box .s-item:hover {
    background-color: #f5f7fa;
}
._resume-singleScroll-module .ipt-search-box .s-item.active {
    color: #058a72;
    font-weight: bold;
}
._resume-singleScroll-module .top-search input {
    width: 210px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 40px 0 20px;
    font-size: 12px;
    background-color: #f2f2f2;
}
._resume-singleScroll-module .top-search input::-webkit-placeholder,
._resume-singleScroll-module .top-search input::placeholder {
    color: #333;
}
._resume-singleScroll-module .top-search .ico-reset {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
._resume-singleScroll-module .top-area .add {
    font-size: 12px;
    color: #0fb892;
    margin: 0 10px;
    cursor: pointer;
}
._resume-singleScroll-module .select-display {
    line-height: 58px;
    font-size: 12px;
    padding: 0 28px;
    border-bottom: 1px solid #f2f5f5;
}
._resume-singleScroll-module .srcoll-area {
    height: 305px;
    padding: 10px 0;
    overflow-y: auto;
}
._resume-singleScroll-module .srcoll-area.privacy-settings,
._resume-singleScroll-module .srcoll-area.privacy_company_list {
    height: 365px;
}
._resume-singleScroll-module .blank-tip02 {
    height: 100%;
    padding: 0;
    background-size: 220px auto;
    box-sizing: border-box;
}
._resume-singleScroll-module .options-list li {
    position: relative;
    padding: 15px 28px 15px 68px;
    font-size: 12px;
    line-height: 20px;
}
._resume-singleScroll-module .options-list .active .ico-hook {
    position: absolute;
    left: 28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../images/icon_tick01.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
._resume-singleScroll-module .active .cur-pointer {
    color: #0fb892;
}
._resume-singleScroll-module .privacy-settings li {
    line-height: 54px;
    padding: 0 28px;
    font-size: 12px;
}
._resume-singleScroll-module .privacy-settings .company-name {
    max-width: 700px;
}
._resume-singleScroll-module .btm-operation {
    line-height: 58px;
    height: 58px;
    font-size: 12px;
    padding: 0 28px;
    border-top: 1px solid #f2f5f5;
}
._resume-singleScroll-module .btm-operation .fl-checkbox {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    color: #666;
}
._resume-singleScroll-module .fl-checkbox .ico-checkbox {
    position: absolute;
    left: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #eaeaea;
}
._resume-singleScroll-module .fl-checkbox input:checked+.ico-checkbox,
._resume-singleScroll-module .fl-checkbox .ico-checkbox.active {
    background: url(../images/tick.png) no-repeat;
    background-size: contain;
    border: 1px solid #0fb892;
}
._resume-singleScroll-module .btm-operation .rt-btn {
    position: relative;
    top: 12px;
    min-width: 124px;
    line-height: 35px;
    text-align: center;
    background-color: #0fb892;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
/* 岗位技能/隐私设置弹窗 -结 */
/* 简历编辑页 -始 */
.resume-edit-page,
.send-resume-success-page {
    min-height: 750px;
    padding: 25px 0 100px 0;
    background-color: #f7f7f7;
}
/* 左边目录 */
.resume-edit-page a {
    color: #333;
}
.resume-edit-page .left-directory {
    width: 148px;
    background-color: #fff;
}
.resume-edit-page .left-directory dt {
    line-height: 54px;
    font-size: 15px;
    padding: 0 20px;
}
.resume-edit-page .left-directory dl a {
    display: block;
    line-height: 45px;
    font-size: 12px;
    padding: 0 20px;
    cursor: pointer;
    color: #333;
}
.resume-edit-page .left-directory .active,
.resume-edit-page .left-directory dl:hover {
    background-color: #efefef;
}
/* 右边隐私设置 */
.resume-edit-page .right-region .privacy-settings {
    width: 257px;
    background-color: #fff;
    padding: 8px 20px;
    margin-bottom: 20px;
}
.right-region .privacy-settings .item {
    line-height: 39px;
    font-size: 12px;
}
.right-region .privacy-settings .color-grey {
    color: #999999;
}
.right-offer-advert {
    width: 297px;
    height: 160px;
    background: url(../images/offer/offer_card.png) no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
}
/* 简历编辑 */
._resume-editor .resume-edit-template {
    width: 720px;
    margin-left: 18px;
    background-color: #fff;
    padding-bottom: 20px;
}
.resume-edit-template .fs-12 {
    font-size: 12px;
}
.resume-edit-template .fs-13 {
    font-size: 13px;
}
.resume-edit-template .fs-14 {
    font-size: 13px;
}
.resume-edit-template .fw-bold {
    font-weight: bold;
}
.resume-edit-template .mr-rt20 {
    margin-right: 20px;
}
.resume-edit-template .color-grey {
    color: #999;
}
.resume-edit-template .template-title {
    padding: 0 25px;
    line-height: 52px;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}
.resume-edit-template .template-title h4 {
    font-weight: bold;
}
.resume-edit-template .column-title {
    line-height: 46px;
    padding: 0 25px;
}
.resume-edit-template .column-title .title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 15px;
}
.resume-edit-template .column-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 3px;
    height: 12px;
    background-color: #0fb892;
}
.resume-edit-template .column-title .add-btn {
    position: relative;
    top: 15px;
    padding-left: 23px;
    font-size: 14px;
    line-height: 22px;
    color: #0fb892;
    cursor: pointer;
    background: url(../images/offer/ico_add.png) no-repeat left center;
    background-size: 17px auto;
}
.resume-edit-template .not-filledIn-tip {
    height: 100px;
}
.resume-edit-template .not-filledIn-tip .tip-text {
    position: relative;
    left: 150px;
    top: 30px;
    font-size: 14px;
    color: #999;
    padding: 10px 0 10px 35px;
    background: url(../images/offer/ico_sigh.png?v1) no-repeat left center;
    background-size: auto 28px;
}
.resume-edit-template .hover-module:hover {
    background-color: #f2f5f5;
}
.resume-edit-template .hover-item:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.resume-Personal-Info.hover-module .ico-edit,
.resume-edit-template .hover-item .pub-delete {
    display: none;
}
.resume-Personal-Info.hover-module:hover .ico-edit,
.resume-edit-template .hover-item:hover .pub-delete {
    display: block;
}
.resume-edit-template .pub-delete {
    font-size: 14px;
    color: #0fb892;
    padding-left: 20px;
    background: url(../images/offer/ico_delete.png) no-repeat left center;
    background-size: 17px auto;
}
/* 个人信息 */
.resume-edit-template .resume-Personal-Info {
    padding: 15px;
}
.resume-Personal-Info .personal-info-box {
    padding: 7px 10px 5px 10px;
}
.resume-Personal-Info .head-portrait {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #efefef;
}
.resume-Personal-Info .head-portrait:hover .ico-camera {
    display: block;
}
.resume-Personal-Info .head-portrait .ico-camera {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/offer/ico_camera_white.png) no-repeat center rgba(0, 0, 0, .5);
    background-size: 25px auto;
    border-radius: 50%;
    cursor: pointer;
}
.resume-Personal-Info .head-portrait .gender {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.resume-edit-template .head-portrait .ico-boy {
    background: url(../images/offer/ico_boy_white.png) no-repeat center #0fb892;
    background-size: auto 12px;
}
.resume-edit-template .head-portrait .ico-girl {
    background: url(../images/offer/ico_girl_white.png) no-repeat center #F16B74;
    background-size: auto 12px;
}
.preview-resume-V3 .resume-Personal-Info .head-portrait .gender {
    width: 26px;
    height: 26px;
}
.preview-resume-V3 .resume-Personal-Info .head-portrait .gender {
    background-size: auto 15px;
}
.resume-Personal-Info .lf-info {
    max-width: 550px;
    color: #666;
}
.resume-Personal-Info .lf-info .ico-edit {
    width: 35px;
    height: 35px;
    background: url(../images/icon_edit01.png) no-repeat center;
    background-size: 24px auto;
    margin-left: 15px;
}
.resume-Personal-Info .user-name {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
.resume-Personal-Info .tags {
    font-size: 14px;
    margin-left: -10px;
    padding-top: 12px;
}
.resume-Personal-Info .tags .tag {
    position: relative;
    padding: 0 10px;
    line-height: 18px;
}
.isolate_fence {
    position: relative;
}
.isolate_fence::before,
.complex-mould-list .item-labels .label::before,
.resume-Personal-Info .tags .tag::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 8px;
    background-color: #f0f0f0;
    margin-top: -4px;
}
.isolate_fence:first-of-type::before,
.complex-mould-list .item-labels .label:first-of-type::before,
.resume-Personal-Info .tags .tag:first-of-type::before {
    background-color: #fff;
}
.resume-Personal-Info .tags + .contact-info {
    margin-top: 18px;
}
.resume-Personal-Info .contact-info {
    font-size: 13px;
    line-height: 30px;
    padding-left: 24px;
}
.resume-Personal-Info .contact-info.telephone {
    background: url(../images/offer/ico_telephone.png) no-repeat -2px center;
    background-size: auto 17px;
}
.resume-Personal-Info .contact-info.mailbox {
    background: url(../images/offer/ico_mailbox.png) no-repeat left center;
    background-size: auto 14px;
}
/* 求职意向 */
.resume-Simple-Mould .simple-mould-list {
    padding: 0 25px 14px 25px;
}
.resume-Simple-Mould .simple-mould-list .textarea {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 10px 80px 10px 15px;
}
.resume-Simple-Mould .textarea-box .pub-delete {
    position: absolute;
    top: 11px;
    right: 15px;
}
.resume-Simple-Mould .simple-mould-list .item {
    line-height: 24px;
    padding: 8px 18px 8px 0;
    font-size: 13px;
    margin-top: 5px;
    color: #666666;
}
.resume-Simple-Mould .simple-mould-list .item:hover {
    background-color: #fff;
}
.resume-Simple-Mould .simple-mould-list .lf-box {
    max-width: 580px;
}
.resume-Simple-Mould .simple-mould-list .label {
    margin-left: 15px;
}
.resume-Simple-Mould .simple-mould-list .ico-enclosure {
    padding-left: 20px;
    background: url(../images/offer/ico_enclosure.png) no-repeat left center;
    background-size: auto 16px;
}
.resume-Simple-Mould .simple-mould-list .bold {
    font-weight: bold;
    color: #333;
}
/* 工作经历/项目经历/培训经历/ */
.resume-Complex-Mould .complex-mould-list {
    padding-bottom: 18px;
    margin: 0 25px;
}
.resume-Complex-Mould .complex-mould-list .item {
    position: relative;
    padding: 0 15px 9px 15px;
}
.resume-Complex-Mould .complex-mould-list .item-top {
    max-width: 580px;
    line-height: 24px;
    padding: 8px 0;
}
.resume-Complex-Mould .complex-mould-list .item-labels {
    font-size: 12px;
    margin-left: -10px;
}
.complex-mould-list .item-labels .label {
    position: relative;
    padding: 0 10px;
    color: #999999;
    line-height: 18px;
}
.resume-Complex-Mould .complex-mould-list .corporate-name {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
.resume-Complex-Mould .complex-mould-list .h4 {
    max-width: 580px;
    font-size: 13px;
    line-height: 17px;
}
.resume-Complex-Mould .complex-mould-list .short-essay {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding-top: 9px;
}
.resume-Complex-Mould .complex-mould-list .pub-delete {
    position: absolute;
    top: 25px;
    right: 18px;
}
/* 编辑模块 */
.resume-Editor-Module {
    padding: 12px 25px;
    background-color: #f2f5f5;
}
.resume-Editor-Module input::placeholder,
.resume-Editor-Module textarea::placeholder,
.resume-Editor-Module .drop-down-box .drop-down-text.def-color {
    color: #666666;
}
.resume-Editor-Module .editor-module-title {
    line-height: 34px;
    font-size: 16px;
}
.resume-Editor-Module .editor-module-tr {
    padding-bottom: 8px;
}
.resume-Editor-Module .editor-module-td {
    min-width: 316px;
}
.public-perfect-container .item .rt-drop-down,
.resume-Editor-Module .editor-module-td .rt-drop-down {
    position: absolute;
    right: 0;
    top: 10px;
    width: 45px;
    height: 18px;
    background: url(../images/down.png) no-repeat center;
    background-size: auto 20px;
}
.resume-Editor-Module .editor-module-td .item-title {
    line-height: 32px;
    font-size: 14px;
}
.resume-Editor-Module .drop-down-box,
.resume-Editor-Module .editor-module-td .item-input,
.resume-Editor-Module .editor-module-td .small-input {
    width: 316px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #efefef;
    padding: 0 30px 0 14px;
    font-size: 13px;
    background-color: #fff;
}
.resume-Editor-Module .editor-module-td .small-input {
    width: 136px;
}
.public-perfect-container label.small-input,
.resume-Editor-Module .editor-module-td label.small-input {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    text-align: left;
    background-color: #fff;
    z-index: 9;
}
.public-perfect-container label.small-input:empty::before,
.resume-Editor-Module .editor-module-td label.small-input:empty::before {
    content: attr(placeholder);
}
.resume-Editor-Module .editor-module-td .middle {
    font-size: 13px;
    line-height: 38px;
    text-align: center;
}
.resume-Editor-Module .drop-down-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
}
.resume-Editor-Module .drop-down-box .drop-down-text {
    padding: 0;
}
.preview-resume-V3 .top-column-area .drop-down-img,
.resume-Editor-Module .drop-down-box .drop-down-img {
    top: 10px;
    right: 0;
    border: 0;
    background: url(../images/down.png) no-repeat center !important;
    background-size: auto 20px !important;
}
.preview-resume-V3 .top-column-area .drop-down-list,
.resume-Editor-Module .drop-down-box .drop-down-list {
    top: 38px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 10px rgb(0,0,0,.1);
}
.resume-Editor-Module .drop-down-box .drop-down-list li {
    width: 296px;
    font-size: 13px;
    border-radius: 0;
}
.resume-Editor-Module .item-salary .drop-down-box {
    width: 136px;
    text-align: left;
}
.resume-Editor-Module .item-salary .drop-down-list li {
    width: 116px;
}
.resume-Editor-Module .inputBox-search-options,
.resume-Editor-Module .related-info {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: initial;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    padding: 4px 0;
    border: 1px solid #efefef;
    z-index: 99;
    box-shadow: 0 0 10px rgb(0,0,0,.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.resume-Editor-Module .inputBox-search-options .opt-item,
.resume-Editor-Module .related-info li {
    padding: 8px 14px;
    line-height: 22px;
    font-size: 13px;
    border-top: 1px solid #efefef;
    cursor: pointer;
}
.resume-Editor-Module .inputBox-search-options .opt-item:first-child,
.resume-Editor-Module .related-info li:first-child {
    border-top: 0;
}
.resume-Editor-Module .inputBox-search-options .opt-item:hover,
.resume-Editor-Module .related-info li:hover {
    background-color: #0fb892;
    color: #fff;
}
.resume-Editor-Module .mr-top22 {
    margin-top: 22px;
}
.resume-Editor-Module .editor-module-td .btn {
    width: 148px;
    line-height: 36px;
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
}
.resume-Editor-Module .editor-module-td .bac-white {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #0fb892;
}
.resume-Editor-Module .editor-module-td .bac-green {
    background-color: #0fb892;
    color: #fff;
}
.resume-Editor-Module .editor-module-td .gender {
    width: 148px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    color: #0fb892;
    background-color: #fff;
    border: 1px solid #efefef;
    cursor: pointer;
}
.editor-module-td .gender-box input:checked+.gender,
.editor-module-td .gender-box .active {
    background-color: #dbfff7;
    border: 1px solid #0fb892;
}
.resume-Editor-Module .editor-module-td .textarea-box {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 10px 14px;
}
.resume-Editor-Module .editor-module-td .item-textarea {
    width: 100%;
    min-height: 92px;
    max-height: 300px;
    font-size: 13px;
    background-color: #fff;
    resize: vertical;
}
/* 简历编辑页 -结 */
/* 上传附件-弹窗 -始 */
._resume-upload-attachment {
    position: absolute;
    width: 420px;
    min-height: 314px;
    padding: 22px 35px;
    background-color: #fff;
}
._resume-upload-attachment .ico-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
._resume-upload-attachment .atta-item {
    padding-bottom: 10px;
}
._resume-upload-attachment .atta-item .item-title {
    line-height: 38px;
    font-size: 12px;
    padding-top: 10px;
}
._resume-upload-attachment .atta-item .item-input {
    width: 100%;
    height: 38px;
    line-height: 36px;
    border: 1px solid #efefef;
    padding: 0 9px;
    font-size: 12px;
    color: #666;
}
._resume-upload-attachment .atta-item .item-input::-webkit-placeholder,
._resume-upload-attachment .atta-item .item-input::placeholder {
    color: #666;
}
._resume-upload-attachment .content-box {
    font-size: 12px;
    padding: 10px;
    min-height: 102px;
    border: 1px dashed #efefef;
}
._resume-upload-attachment .upload-box {
    padding: 16px 0;
    text-align: center;
}
._resume-upload-attachment .upload-success-list .upload-item {
    position: relative;
    line-height: 24px;
    color: #888;
}
._resume-upload-attachment .upload-success-list .upload-name {
    max-width: 308px;
}
._resume-upload-attachment .upload-success-list .item-close {
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
._resume-upload-attachment .upload-box .upload-btn {
    display: inline-block;
    width: 162px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0fb892;
    cursor: pointer;
}
._resume-upload-attachment .upload-box .msg {
    padding-top: 14px;
    color: #999;
}
._resume-upload-attachment .rt-btn-box .rt-btn {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    background-color: #0fb892;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    opacity: .3;
}
._resume-upload-attachment .rt-btn-box .rt-btn.active {
    opacity: 1;
}
/* 上传附件-弹窗 -结 */
/* offer- 简历预览 -始 */
.preview-resume-V3 {
    min-height: 900px;
    padding: 0 0 100px 0;
    background-color: #f7f7f7;
}
.preview-resume-V3 .top-column-area {
    padding: 25px 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
}
.preview-resume-V3 .top-column-area .rt-btn {
    width: 148px;
    color: #fff;
    background-color: #0fb892;
}
.preview-resume-V3 .top-column-area .single-select {
    display: inline-block;
    text-align: left;
    cursor: pointer;
}
.preview-resume-V3 .top-column-area .drop-down-box {
    width: 388px;
    line-height: 38px;
    border-radius: 0;
    padding: 0 40px 0 15px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.preview-resume-V3 .top-column-area .drop-down-text {
    padding: 0;
}
.preview-resume-V3 .top-column-area .drop-down-text.def-color {
    color: #666;
}
.preview-resume-V3 .top-column-area .drop-down-list li {
    width: 368px;
    font-size: 13px;
    border-radius: 0;
}
.preview-resume-V3 .resume-edit-template {
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.preview-resume-V3 .resume-Personal-Info .head-portrait {
    top: 15px;
    width: 108px;
    height: 108px;
}
.preview-resume-V3 .resume-Simple-Mould .simple-mould-list .textarea {
    padding-right: 15px;
}
/* offer- 简历预览 -结 */
/* offer -搜索页 -始 */
.search-Offer-page {
    min-height: 850px;
    background-color: #f7f7f7;
}
.search-Offer-page .w {
    padding: 25px 0 40px 0;
}
.offer-Right-sidebar {
    width: 297px;
}
.offer-Right-sidebar .not-filledIn-resume {
    height: 300px;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    background: url(../images/offer/not_filledIn_resume.png) no-repeat center 26px #fff;
    background-size: 200px auto;
}
.offer-Right-sidebar .not-filledIn-resume .add-btn {
    display: inline-block;
    width: 200px;
    line-height: 40px;
    background: url(../images/offer/ico_add_white.png) no-repeat 80px center #0fb892;
    background-size: 16px auto;
    color: #fff;
    padding-left: 25px;
    margin-top: 196px;
}
.offer-Right-sidebar .not-filledIn-resume .tips {
    position: absolute;
    top: 252px;
    width: 225px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    border-radius: 5px;
}
.offer-Right-sidebar .not-filledIn-resume .tips::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -4px;
    border-bottom: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.offer-Right-sidebar .rtSidebar-userInfo {
    position: relative;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    padding: 35px 20px 20px 20px;
}
.rtSidebar-userInfo .ico-edit {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../images/questionAnswers/edit_grey.png) no-repeat center;
    background-size: contain;
}
.rtSidebar-userInfo .head-portrait {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto;
}
.rtSidebar-userInfo .head-portrait .gender {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.rtSidebar-userInfo .head-portrait .ico-boy {
    background: url(../images/offer/ico_boy_white.png) no-repeat center #0fb892;
    background-size: 10px auto;
}
.rtSidebar-userInfo .head-portrait .ico-girl {
    background: url(../images/offer/ico_girl_white.png) no-repeat center #F16B74;
    background-size: 10px auto;
}
.rtSidebar-userInfo .user-name {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 8px 0 6px 0;
}
.rtSidebar-userInfo .tags {
    font-size: 0;
}
.rtSidebar-userInfo .tags .tag {
    position: relative;
    color: #666; 
    font-size: 12px; 
    padding: 0 10px;
    vertical-align: middle;
}
.rtSidebar-userInfo .integrity {
    color: #0fb892;
    padding: 10px 0;
}
.rtSidebar-userInfo .single-select {
    padding: 5px 0 5px 0;
}
.rtSidebar-userInfo .job-search-status .item-input {
    width: 256px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #0fb892;
    padding: 0 10px;
    border-radius: 0;
    color: #0fb892;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rtSidebar-userInfo .job-search-status .item-input::placeholder,
.rtSidebar-userInfo .job-search-status .item-input::-webkit-placeholder {
    color: #0fb892;
}
.rtSidebar-userInfo .drop-down-box {
    width: 256px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #0fb892;
    padding: 0 25px;
    border-radius: 0;
    color: #0fb892;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rtSidebar-userInfo .job-search-status .rt-arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/up_green.png) no-repeat center !important;
    background-size: contain !important;
    border: 0;
    padding: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.rtSidebar-userInfo .select-region-menu .region-menu .menu-item {
    padding: 11px 10px;
    font-size: 12px;
}
.rtSidebar-userInfo .drop-down-box .drop-down-img {
    top: 50%;
    right: 6px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../images/up_green.png) no-repeat center !important;
    background-size: contain !important;
    border: 0;
    padding: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.rtSidebar-userInfo .drop-down-box .drop-down-text {
    padding: 0;
}
.rtSidebar-userInfo .drop-down-box .drop-down-text.def-color {
    color: #0fb892;
}
.rtSidebar-userInfo .drop-down-box .drop-down-list {
    top: 38px;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0,0,0,.1);
    padding: 0;
}
.rtSidebar-userInfo .drop-down-box .drop-down-list li {
    width: 252px;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    padding: 11px 0;
}
.search-Offer-page .drop-down-box .drop-down-list li:hover {
    background-color: #f2f2f5;
    color: #333;
}
.rtSidebar-userInfo .btm-list {
    display: inline-block;
    padding-top: 20px;
    margin-left: -20px;
}
.rtSidebar-userInfo .btm-list .item {
    float: left;
    margin-left: 20px;
    color: #666;
}
.rtSidebar-userInfo .btm-list .text {
    padding-bottom: 10px;
}
.offer-Left-area {
    width: 884px;
}
.offer-Left-area a {
    color: #333;
}
.offer-Left-area .top-offer-search {
    position: relative;
    margin-bottom: 20px;
}
.offer-Left-area .top-offer-search .input {
    width: 100%;
    font-size: 13px;
    line-height: 48px;
    height: 50px;
    padding: 0 56px 0 100px;
    border: 1px solid #efefef;
}
.offer-Left-area .top-offer-search .ico-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 50px;
    background: url(../images/questionAnswers/ico_search_green.png) no-repeat center;
    background-size: auto 18px;
    cursor: pointer;
}
.offer-Left-area .top-offer-search .single-select {
    position: absolute;
    top: 0;
    left: 0;
}
.offer-Left-area .top-offer-search .drop-down-box {
    width: 82px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.offer-Left-area .top-offer-search .drop-down-text {
    padding: 0 18px 0 0;
    color: #0fb892;
}
.offer-Left-area .top-offer-search .drop-down-img {
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url(../images/up_green.png) no-repeat center !important;
    background-size: 14px auto !important;
    padding: 0;
    border: 0;
    margin-top: 2px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
.other-screening .drop-down-box .drop-down-list,
.offer-Left-area .top-offer-search .drop-down-list {
    width: 100%;
    border-radius: 0;
    padding: 0;
    border: 1px solid #efefef;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.offer-Left-area .top-offer-search .drop-down-list {
    top: 49px;
    text-align: center;
}
.other-screening .drop-down-box .drop-down-list li,
.offer-Left-area .top-offer-search .drop-down-list li {
    padding: 8px 0;
    font-size: 12px;
    border: 0;
    border-radius: 0;
}
.offer-Left-area .top-offer-search .drop-down-list li {
    width: 78px;
}
.offer-Left-area .search-Screening-area {
    background-color: #fff;
    padding: 0 20px;
    font-size: 12px;
    margin-bottom: 20px;
}
.search-Screening-area .choose-location {
    line-height: 52px;
}
.search-Screening-area .choose-location .item {
    color: #333;
    vertical-align: middle;
}
.search-Screening-area .choose-location .ico-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/right_a.png) no-repeat center;
    background-size: 11px auto;
    vertical-align: middle;
}
.search-Screening-area .choose-list {
    min-height: 75px;
    padding: 15px 10px;
    background-color: #f7f7f7;
}
.search-Screening-area .choose-list .item {
    margin: 5px 10px;
}
.search-Screening-area .other-screening {
    line-height: 56px;
    height: 56px;
}
.search-Screening-area .other-screening .empty {
    color: #999;
}
.search-Screening-area .other-screening .drop-down-box {
    max-width: 136px;
    min-width: 80px;
    width: initial;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    height: 56px;
    border: 0;
    line-height: 56px;
    margin-right: 18px;
}
.other-screening .drop-down-box .drop-down-text {
    display: inline-block;
    max-width: 100%;
    width: initial;
    padding: 0 18px 0 0;
    color: #333;
    background: url(../images/down.png) no-repeat right 22px;
    background-size: 14px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.other-screening .drop-down-box .drop-down-img {
    background: none !important;
    border: 0;
    padding: 0;
    width: 0;
    height: 0;
}
.other-screening .drop-down-box .drop-down-list {
    width: 136px;
    top: 56px;
}
.other-screening .drop-down-box .drop-down-list li {
    width: 134px;
    font-size: 12px;
    padding: 6px 10px 6px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.offer-Left-area .tab-nav {
    background-color: #f2f2f5;
    margin-bottom: 20px;
    line-height: 56px;
}
.offer-Left-area .tab-nav .item {
    width: 126px;
    text-align: center;
    cursor: pointer;
}
.offer-Left-area .tab-nav .active {
    position: relative;
    background-color: #fff;
    font-weight: bold;
}
.offer-Left-area .tab-nav .active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0fb892;
}
.offer-Left-area .tab-content {
    background-color: #fff;
}
/* 职位信息 */
.offer-Position-list {
	background-color: #fff;
	padding: 0 20px;
}
.offer-Position-list a {
    color: #333;
}
.offer-Position-list .li,
.offer-Position-list li {
    display: block;
	border-top: 1px solid #efefef;
	padding: 24px 0;
}
.offer-Position-list li:first-child,
.offer-Position-list .company .labels span:first-child {
	border: 0;
}
.offer-Position-list .pos-name,
.offer-Position-list .salary {
	font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.offer-Position-list .pos-name {
    max-width: 550px
}
.offer-Position-list .invite-status {
    margin-right: 10px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}
.offer-Position-list .bac-yellow {
    background-color: #ffbb00;
}
.offer-Position-list .bac-green {
    background-color: #00B48B;
}
.offer-Position-list .bac-red {
    background-color: #D11111;
}
.offer-Position-list .tags {
	margin-left: -10px;
	font-size: 0;
}
.offer-Position-list .tags .tag {
	display: inline-block;
	line-height: 21px;
	border: 1px solid #efefef;
	border-radius: 5px;
	font-size: 12px;
	padding: 0 9px;
	margin: 16px 0 0 10px;
}
.offer-Position-list .company {
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
	line-height: 20px;
}
.offer-Position-list .company .welfare span {
	float: right;
	margin-left: 30px;
}
.offer-Position-list .company .welfare span:last-child {
	margin: 0;
}
.offer-Position-list .company .labels {
	margin-left: 20px;
}
.offer-Position-list .company .labels span {
	float: left;
	padding: 0 10px;
	line-height: 14px;
	border-left: 1px solid #efefef;
	margin: 3px 0;
}
.offer-Position-list .company .company-info {
	max-width: 700px;
}
.offer-Position-list .company .company-logo {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #efefef;
	margin-right: 10px;
}
.offer-Position-list .company .company-name {
	color: #666;
}
/* 公司 */
.offer-Company-list {
    padding: 0 20px;
}
.offer-Company-list li {
    padding: 24px 0;
    border-top: 1px solid #efefef;
}
.offer-Company-list li:first-child {
    border: 0;
}
.offer-Company-list li .company-logo {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background-color: #c2c2c2;
    background-size: contain;
}
.offer-Company-list li .rt-info {
    width: 772px;
}
.offer-Company-list .rt-info .company-name {
    font-size: 15px;
    font-weight: bold;
    padding: 2px 0 10px 0;
}
.offer-Company-list .rt-info .labels {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin: 0 -10px;
}
.offer-Company-list .labels .label {
    padding: 0 10px;
}
/* offer -搜索页 -结 */
/* 简历投递成功页 -始 */
.send-resume-success-page .w {
    background-color: #fff;
}
.send-resume-success-page .delivery-success {
    padding-top: 18px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}
.send-resume-success-page .delivery-success .ico-tick {
    display: inline-block;
    padding-left: 96px;
    background: url(../images/icon_tick01.png) no-repeat left center;
    background-size: 71px auto;
}
.send-resume-success-page .title {
    line-height: 60px;
    font-size: 21px;
    font-weight: bold;
    margin: 0 20px;
    border-bottom: 1px solid #efefef;
}
/* 简历投递成功页 -结 */
/* 职位详情 -始 */
.position-details-V3 {
    min-height: 850px;
}
.position-details-V3 .top-position-container {
    background-color: #f7f7f7;
    padding: 50px 0 15px 0;
}
.top-position-container .position-info .h1 {
    font-size: 26px;
    font-weight: bold;
}
.top-position-container .position-info .posinton-name {
    margin-right: 10px;
}
.top-position-container .position-info .requirement {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-left: -16px;
    padding-top: 12px;
}
.top-position-container .requirement .item {
    padding-left: 20px;
    margin-left: 16px;
}
.top-position-container .requirement .ico-location {
    background: url(../images/offer/ico_location.png) no-repeat left center;
    background-size: 15px auto;
}
.top-position-container .requirement .ico-package {
    background: url(../images/offer/ico_package.png) no-repeat left center;
    background-size: 17px auto;
}
.top-position-container .requirement .ico-hat {
    background: url(../images/offer/ico_hat.png) no-repeat left center;
    background-size: 18px auto;
}
.top-position-container .requirement .ico-user {
    background: url(../images/offer/ico_user.png) no-repeat left center;
    background-size: 16px auto;
}
.top-position-container .position-info {
    max-width: 850px;
}
.top-position-container .position-info .tags {
    margin: 15px 0 0 -10px;
}
.top-position-container .position-info .tag {
    line-height: 22px;
    padding: 0 9px;
    border-radius: 5px;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #666;
    margin: 0 0 5px 10px;
    background-color: #fff;
}
.top-position-container .rt-btn {
    position: relative;
    top: 10px;
}
.top-position-container .btn {
    display: inline-block;
    min-width: 128px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
.top-position-container .btn:first-of-type {
    margin-bottom: 10px;
}
.top-position-container .btn-border {
    color: #0fb892;
    border: 1px solid #0fb892;
}
.top-position-container .btn-green {
    color: #fff;
    background-color: #0fb892;
}
.top-position-container .btn-grey {
    color: #999;
    background-color: #efefef;
}
.top-position-container .send-btn {
    width: 212px;
}
.top-position-container .mr-lf10 {
    margin-left: 10px;
}
.top-position-container .mate-btn {
    margin-right: 28px;
    font-size: 15px;
    color: #333;
    line-height: 42px;
    padding-left: 25px;
    background: url(../images/offer/ico_matching.png) no-repeat left center;
    background-size: 18px auto;
}
.offer-Right-sidebar.offer-border {
    padding-top: 44px;
}
.offer-Right-sidebar.offer-border .not-filledIn-resume,
.offer-Right-sidebar.offer-border .rtSidebar-userInfo {
    border: 1px solid #efefef;
}
.offer-Right-sidebar .right-company-bar {
    border: 1px solid #efefef;
    padding: 8px 20px 27px 20px;
    margin-bottom: 20px;
}
.right-company-bar .c-title {
    line-height: 38px;
    font-size: 16px;
    color: #333;
}
.right-company-bar .c-title .view-more {
    font-size: 12px;
    color: #999;
}
.right-company-bar .company-box {
    padding: 15px 0;
}
.offer-Left-container .company-box .company-logo,
.right-company-bar .company-box .company-logo {
    width: 46px;
    height: 46px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.right-company-bar .company-box .rt-info {
    width: 200px;
    line-height: 20px;
}
.offer-Left-container .company-box .rt-info {
    line-height: 20px;
    margin-left: 10px;
}
.offer-Left-container .company-box .commpany-name,
.right-company-bar .company-box .commpany-name {
    font-size: 13px;
    padding-bottom: 5px;
}
.offer-Left-container .company-box .p,
.right-company-bar .company-box .p {
    font-size: 12px;
    color: #666666;
    margin-left: -12px;
}
.offer-Left-container .company-box .p span,
.right-company-bar .company-box .p span {
    margin-left: 12px;
}
.right-company-bar .tags {
    padding: 8px 0;
    margin-left: -10px;
}
.right-company-bar .tags .tag {
    padding: 0 10px;
    line-height: 21px;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: 12px;
    color: #666;
    margin: 0 0 6px 10px;
}
.right-company-bar .info-list .item {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 5px 0;
}
.right-company-bar .info-list .i-title {
    width: 76px;
}
.right-company-bar .info-list .i-text {
    width: 176px;
}
.offer-Left-container {
    width: 904px;
    margin-left: -20px;
}
.offer-Left-container .recommend-position-title {
    line-height: 55px;
    font-size: 17px;
    padding-left: 25px;
    font-weight: bold;
    margin: 0 20px;
    color: #333;
    border-bottom: 1px solid #efefef;
    background: url(../images/offer/ico_file.png) no-repeat left center;
    background-size: 20px auto;
}
.offer-Left-container .offer-text-arae {
    padding: 35px 20px;
}
.offer-Left-container .offer-text-arae .h4 {
    line-height: 52px;
    font-size: 16px;
    padding-top: 17px;
}
.offer-Left-container .offer-text-arae .p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.offer-Left-container .offer-text-arae .mrlf28 {
    margin-left: 28px;
}
.offer-Left-container .offer-text-arae .tags {
    margin-left: -10px;
}
.offer-Left-container .offer-text-arae .tag {
    line-height: 21px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
    color: #666;
    font-size: 12px;
    margin: 0 0 5px 10px;
}
.offer-Left-container .company-box {
    margin: 0 20px;
    padding: 25px 0;
    border-top: 1px solid #efefef;
}
.offer-Left-container .map-positioning {
    margin: 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.offer-Left-container .map-positioning .location-address {
    line-height: 43px;
    background-color: #fff;
    font-size: 12px;
    color: #666;
    margin: 0 20px;
    padding-left: 20px;
    background: url(../images/offer/ico_location.png) no-repeat left center;
    background-size: auto 14px;
}
.current-page-track {
    line-height: 20px;
    padding: 20px;
    font-size: 12px;
    color: #666;
}
/* 职位详情 -结 */
/* offer -弹窗 -始 */
.offer-Popup {
    position: absolute;
    width: 346px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.offer-Popup .ico-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.offer-Popup ._btn {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.offer-Popup .btn-grey {
    background-color: #efefef;
    color: #999;
}
.offer-Popup .btn-green {
    background-color: #0fb892;
    color: #fff;
}
/* 职位申请 -弹窗 */
.job-Application-Popup {
    min-height: 268px;
    padding: 12px 0 20px 0;
}
.job-Application-Popup h2 {
    line-height: 25px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 20px;
    color: #0fb892;
}
.job-Application-Popup h4 {
    font-size: 12px;
    padding: 0 20px;
    line-height: 38px;
}
.job-Application-Popup .checkout-list {
    padding: 0 20px 0 20px;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 55px;
}
.job-Application-Popup .checkout-list .checkout-box {
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    padding: 9px 0 9px 25px;
    cursor: pointer;
}
.job-Application-Popup .checkout-box .ico-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../images/checkbox02.png) no-repeat center;
    background-size: contain;
}
.job-Application-Popup .checkout-box .ico-checkbox.active,
.job-Application-Popup .checkout-box input:checked + .ico-checkbox  {
    background: url(../images/checkbox01.png) no-repeat center;
}
.job-Application-Popup .btm-btn-box {
    position: absolute;
    width: 302px;
    bottom: 20px;
}
.job-Application-Popup ._btn {
    width: 146px;
}
.job-Application-Popup .drop-down-box {
    width: 302px;
    border-radius: 0;
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    color: #333;
    padding: 0 28px 0 20px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.job-Application-Popup .drop-down-box .drop-down-text {
    color: #333;
    padding: 0;
}
.job-Application-Popup .drop-down-box .drop-down-img {
    top: 50%;
    right: 6px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background: url(../images/down.png) no-repeat center !important;
    background-size: contain !important;
    border: 0;
    padding: 0;
}
.job-Application-Popup .drop-down-box .drop-down-list {
    width: 100%;
    top: 38px;
    padding: 0;
    color: #333;
    border-radius: 0;
}
.job-Application-Popup .drop-down-box .drop-down-list li {
    border-radius: 0;
    font-size: 12px;
    width: 298px;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.offer-toolTip-Popup {
    min-height: 288px;
    padding: 46px 60px;
    text-align: center;
}
.offer-toolTip-Popup .t-title {
    font-size: 17px;
    font-weight: bold;
    color: #0fb892;
    line-height: 26px;
}
.offer-toolTip-Popup .t-msg {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.offer-toolTip-Popup .center-box {
    position: absolute;
    width: 226px;
    padding-bottom: 40px;
    min-height: 112px;
}
.offer-toolTip-Popup ._btn.perfect {
    width: 100%;
}
.offer-toolTip-Popup .center-box ._btn.perfect,
.offer-toolTip-Popup .center-box .btm-btn-box {
    position: absolute;
    width: 226px;
    bottom: 0;
}
.offer-toolTip-Popup .btm-btn-box ._btn {
    width: 110px;
}
.offer-toolTip-Popup .incomplete-info-list {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    padding: 8px 0 20px 0;
}
.offer-toolTip-Popup .incomplete-info-list .state {
    display: inline-block;
    width: 18px;
    text-align: right;
    font-size: 15px;
    vertical-align: middle;
}
/* offer -弹窗 -结 */
/*offer- 公司详情 -始 */
.company-details-V3 {
    min-height: 850px;
}
.company-details-V3 .top-company-container {
    background-color: #f7f7f7;
}
.company-details-V3 .top-company-container .top-area {
    padding: 35px 0;
}
.company-details-V3 .top-company-container .company-logo {
    width: 71px;
    height: 71px;
    border-radius: 5px;
    background-color: #c2c2c2;
    margin-right: 26px;
}
.top-company-container .top-area .info-box {
    max-width: 980px;
}
.top-company-container .number-recruits .num,
.top-company-container .info-box .company-name {
    font-size: 27px;
    font-weight: bold;
    line-height: 45px;
}
.top-company-container .info-box .tags {
    margin-left: -10px;
    padding: 5px 0;
}
.top-company-container .info-box .tag {
    float: left;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}
.top-company-container .top-area .number-recruits {
    text-align: right;
}
.top-company-container .number-recruits .msg {
    font-size: 15px;
    color: #666;
}
.company-details-V3 .top-company-container .tab-nav {
    margin-left: -32px;
}
.top-company-container .tab-nav .item {
    float: left;
    line-height: 37px;
    color: #333;
    font-size: 15px;
    margin-left: 32px;
}
.top-company-container .tab-nav .active {
    position: relative;
    color: #0fb892;
}
.top-company-container .tab-nav .active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0fb892;
}
.offer-Left-container .left-top-nav {
    padding: 30px 20px 0 20px;
}
.offer-Left-container .left-top-nav .nav-title {
    position: relative;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
}
.left-top-nav .nav-title .text {
    position: relative;
    background-color: #fff;
    padding-right: 15px;
    z-index: 9;
}
.offer-Left-container .left-top-nav .nav-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #efefef;
    z-index: 1;
}
.offer-Left-container .left-top-nav .nav-list {
    border-bottom: 2px solid #f7f7f7;
}
.offer-Left-container .left-top-nav .item {
    line-height: 36px;
    font-size: 15px;
    margin: 0 20px;
    color: #999;
}
.offer-Left-container .left-top-nav .active {
    color: #333;
    font-weight: bold;
}
/* 面试评价列表 */
.interview-Evaluation-list {
    padding: 0 20px;
}
.interview-Evaluation-list li {
    border-top: 1px solid #f2f2f2;
    padding: 45px 0 40px 0;
}
.interview-Evaluation-list li:first-child {
    border: 0;
}
.interview-Evaluation-list li .evaluate-msg {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    padding-top: 15px;
}
.interview-Evaluation-list .user-info .head-portrait {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 10px;
}
.interview-Evaluation-list .user-info .user-name {
    line-height: 20px;
    font-size: 16px;
    color: #333;
}
.interview-Evaluation-list .user-info .msg {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.interview-Evaluation-list .user-info .info-box {
    max-width: 650px;
}
.interview-Evaluation-list .interview-score {
    text-align: right;
}
.interview-Evaluation-list .interview-score .time {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.interview-Evaluation-list .star-score .ico-stars {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/offer/ico_stars_normal.png) no-repeat center;
    background-size: contain;
    margin: 0 1px;
}
.interview-Evaluation-list .star-score .ico-stars.active {
    background: url(../images/offer/ico_stars_active.png) no-repeat center;
    background-size: contain;
}
/*offer- 公司详情 -结 */
/* offer -被邀请页 -始 */
.offer-invitation-V3 .company {
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.offer-invitation-V3 .company .company-logo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #efefef;
}
.offer-invitation-V3 .company .company-name {
    font-size: 14px;
    color: #666;
}
.offer-invitation-V3 .invitation-progress {
    position: relative;
    text-align: center;
    line-height: 1;
    font-size: 0;
    padding: 62px 0;
}
.offer-invitation-V3 .invitation-progress .progress-item {
    display: inline-block;
    font-size: 15px;
    min-width: 100px;
    margin: 0 70px;
}
.invitation-progress .progress-item .status-box {
    position: relative;
    height: 30px;
    margin: 20px 0 10px 0;
}
.invitation-progress .complete .item-title,
.invitation-progress .pend-sales .item-title {
    color: #333;
}
.invitation-progress .complete .status-text,
.invitation-progress .pend-sales .status-text {
    color: #666;
}
.invitation-progress .incomplete {
    color: #999999;
}
.invitation-progress .pend-sales .ico-status,
.invitation-progress .incomplete .ico-status {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.invitation-progress .pend-sales .ico-status {
    border: 2px solid #0fb892;
}
.invitation-progress .incomplete .ico-status {
    border: 2px solid #999;
}
.invitation-progress .complete .ico-status {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/icon_tick01.png) no-repeat center;
    background-size: contain;
}
.invitation-progress .refuse .ico-status {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/offer/green_close.png) no-repeat center;
    background-size: 33px auto;
}
.invitation-progress .progress-identificate-narmal,
.invitation-progress .progress-identificate-active {
    position: absolute;
    top: 98px;
    width: 150px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.invitation-progress .left {
    left: 50%;
    margin-left: -195px;
}
.invitation-progress .right {
    right: 50%;
    margin-right: -195px;
}
.invitation-progress .progress-identificate-narmal {
    background-image: url(../images/offer/progress_identificate_narmal.png);
}
.invitation-progress .progress-identificate-active {
    background-image: url(../images/offer/progress_identificate_active.png);
}
.offer-invitation-V3 ._bold {
    font-weight: bold;
}
.offer-invitation-V3 .invitation-info,
.offer-invitation-V3 .interview-evaluation {
    font-size: 15px;
    color: #333;
    line-height: 26px;
}
.offer-invitation-V3 .invitation-info {
    padding-bottom: 35px;
}
.offer-invitation-V3 .interview-evaluation {
    padding: 35px 0;
    border-top: 1px solid #efefef;
}
.offer-invitation-V3 .star-scoring-box {
    padding: 25px 0 10px 0;
}
.offer-invitation-V3 .star-scoring-box .item {
    line-height: 28px;
    padding: 3px 0;
    color: #999;
    font-size: 15px;
}
.offer-invitation-V3 .star-scoring-box .item-title {
    min-width: 130px;
}
.offer-invitation-V3 .star-scoring-box .item-num {
    color: #FFBB00;
    font-size: 16px;
    margin-left: 10px;
}
.offer-invitation-V3 .star-box .ico-star {
    float: left;
    width: 18px;
    height: 22px;
    vertical-align: middle;
    background: url(../images/offer/ico_stars_normal.png) no-repeat center;
    background-size: 22px auto;
    margin: 3px 4px;
    cursor: pointer;
}
.offer-invitation-V3 .star-box .ico-star.active {
    background: url(../images/offer/ico_stars_active01.png) no-repeat center;
    background-size: 22px auto;
}
/* offer -被邀请页 -结 */
/* offer -拒绝/同意确认二次弹窗 -始 */
.confirm-Second-popUp {
    position: absolute;
    width: 346px;
    height: 268px;
    background-color: #fff;
    padding: 20px 22px;
    text-align: center;
}
.confirm-Second-popUp .btm-btn-box {
    position: absolute;
    width: 302px;
    left: 22px;
    bottom: 20px;
}
.confirm-Second-popUp .btm-btn-box ._btn {
    width: 142px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 5px;
}
.confirm-Second-popUp .t-title {
    font-size: 18px;
    font-weight: bold;
    color: #0fb892;
    margin-top: 65px;
}
.confirm-Second-popUp .t-msg {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.confirm-Second-popUp .btm-btn-box .btn-grey {
    background-color: #efefef;
    color: #999999;
}
.confirm-Second-popUp .btm-btn-box .btn-green {
    background-color: #0fb892;
    color: #fff;
}
/* offer -拒绝/同意确认二次弹窗 -结 */
/* offer -拒绝理由 -始 */
.reasons-Refusal-popUp {
    position: absolute;
    width: 375px;
    border-radius: 10px;
    background-color: #fff;
}
.reasons-Refusal-popUp .popUp-title {
    position: relative;
    padding: 6px 15px 0 15px;
    line-height: 52px;
    font-size: 17px;
    color: #474747;
    font-weight: bold;
    border-bottom: 2px solid #f7f7f7;
}
.reasons-Refusal-popUp .popUp-title .ico-close {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.reasons-Refusal-popUp .reasons-list {
    max-height: 264px;
    overflow-y: auto;
    padding: 0 15px;
    border-bottom: 10px solid #efefef;
}
.reasons-Refusal-popUp .reasons-list .item {
    line-height: 20px;
    font-size: 13px;
    padding: 19px 25px 19px 0;
    color: #000;
    border-bottom: 2px solid #f7f7f7;
    cursor: pointer;
}
.reasons-Refusal-popUp .reasons-list .active {
    background: url(../images/icon_tick01.png) no-repeat center right;
    background-size: 20px auto;
}
.reasons-Refusal-popUp .reasons-list .item:last-of-type {
    border-bottom: 0;
}
.reasons-Refusal-popUp .input-reason {
    padding: 20px 15px;
}
.reasons-Refusal-popUp .input-reason .textarea {
    width: 100%;
    height: 62px;
    font-size: 13px;
}
.reasons-Refusal-popUp .input-reason .textarea::placeholder,
.reasons-Refusal-popUp .input-reason .textarea::-webkit-placeholder {
    color: #999;
}
.reasons-Refusal-popUp .btm-btn {
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0fb892;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 15px 20px 15px;
}
/* offer -拒绝理由 -结 */
/* offer -面试评价 -始 */
.interview-Evaluation-popUp {
    position: absolute;
    width: 680px;
    min-height: 500px;
    background-color:#ffffff;
    border-radius: 5px;
}
.interview-Evaluation-popUp .popUp-title {
    position: relative;
    font-weight: 700;
    color:#333333;
    font-size: 16px;
    line-height: 55px;
    padding: 0 20px 0 28px;
    border-bottom: 2px solid #f2f5f5;
}
.interview-Evaluation-popUp .popUp-title .ico-close {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
}
.interview-Evaluation-popUp .comment-area {
    position: relative;
    padding: 12px 20px 35px 28px;
    border-bottom: 2px solid #f2f5f5;
}
.interview-Evaluation-popUp .comment-area textarea {
    width: 100%;
    height: 182px;
    font-size: 14px;
    color: #333;
}
.interview-Evaluation-popUp .comment-area textarea::placeholder,
.interview-Evaluation-popUp .comment-area textarea::-webkit-placeholder {
    color: #999;
}
.interview-Evaluation-popUp .comment-area .msg {
    position: absolute;
    right: 20px;
    bottom: 14px;
    color:#d11111;
    font-size: 12px;
}
.interview-Evaluation-popUp .star-scoring-area {
    padding: 0 20px 0 28px;
}
.interview-Evaluation-popUp .btn-box .rt-btn {
    width: 148px;
    line-height: 38px;
    text-align: center;
    background-color: #0fb892;
    border-radius: 5px;
    font-weight: 700;
    color:#ffffff;
    font-size: 13px;
    margin-bottom: 15px;
}
.interview-Evaluation-popUp .star-scoring-box {
    padding: 10px 0 5px 0;
}
.interview-Evaluation-popUp .star-scoring-box .item {
    line-height: 28px;
    padding: 3px 0;
    color: #999;
    font-size: 15px;
}
.interview-Evaluation-popUp .star-scoring-box .item-title {
    min-width: 130px;
}
.interview-Evaluation-popUp .star-scoring-box .item-num {
    color: #FFBB00;
    font-size: 16px;
    margin-left: 10px;
}
.interview-Evaluation-popUp .star-box .ico-star {
    float: left;
    width: 18px;
    height: 22px;
    vertical-align: middle;
    background: url(../images/offer/ico_stars_normal.png) no-repeat center;
    background-size: 22px auto;
    margin: 3px 4px;
    cursor: pointer;
}
.interview-Evaluation-popUp .star-box .ico-star.active {
    background: url(../images/offer/ico_stars_active01.png) no-repeat center;
    background-size: 22px auto;
}
/* offer -面试评价 -结 */