

.social-main .social-main-content {
    display: inline-block;
    flex: 1;
    background: #fff;
    font-size: 14px
}

.social-main .social-main-aside {
    width: auto;
    margin-left: 20px
}

.social-main .social-main-aside h3 {
    font-size: 14px;
    font-weight: 700;
    color: #6e7072;
    margin: 0 0 20px 0
}

.social-main .social-main-aside .dept-item {
    height: 90px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.social-main .social-main-aside .dept-item:hover>img {
    transform: scale(1.2)
}

.social-main .social-main-aside .dept-item>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease
}

.social-main .social-main-aside .dept-item p {
    position: absolute;
    bottom: 30px;
    right: 10px;
    color: #fff;
    font-size: 18px
}

.social-main .social-main-aside .dept-item a {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border: 1px solid #fff;
    height: 16px;
    font-size: 12px;
    line-height: 11px;
    padding: 0 4px
}

.social-main .social-main-aside .suggest-post-list {
    margin-bottom: 20px;
    box-shadow: 0 0 4px 2px #f0f0f0
}

.social-main .social-main-aside .suggest-post-list .post-list-header {
    padding: 0 20px;
    border-bottom: 2px solid #ededed
}

.social-main .social-main-aside .suggest-post-list .post-list-header h3 {
    color: #c9151d;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: -2px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid
}

.social-main .social-main-aside .suggest-post-list .post-list-item {
    padding: 20px
}

.social-main .social-main-aside .suggest-post-list .post-list-item .post-list-name {
    font-size: 14px;
    font-weight: 700;
    color: #6e7072;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    cursor: pointer
}

.social-main .social-main-aside .suggest-post-list .post-list-item .post-list-time {
    color: #b7b7b7;
    font-size: 10px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.social-table {
    width: 100%
}

.social-table .cell,.social-table th>.cell {
    padding: 0 20px
}

.social-table table tr th {
    background: #eee;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #6e7072
}

.social-table .postNameCell {
    display: flex;
    align-items: center
}

.social-table .postNameCell .el-link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.social-table .postNameCell .el-link .el-link--inner {
    display: inline-block
}

.social-table .postNameCell .newSpanWrap {
    flex: 1;
    flex-shrink: 0;
    display: flex
}

.social-table .postNameCell .newSpanWrap .newSpan {
    flex-shrink: 0
}

.social-main-content .social-main-header .keyword-search {
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start
    margin-top:10px;
}

.search-post-name {
    flex: 1;
    margin-right: 10px
}

.social-main-content .social-main-header .keyword-search input::-moz-placeholder {
    color: #b0b0b0
}

.social-main-content .social-main-header .keyword-search input::placeholder {
    color: #b0b0b0
}

.social-main-header .type-search {
    padding: 40px 20px 30px;
    color: #373c43
}

.social-main-header .type-search ul,.social-main-header .type-search ul li {
    display: inline-block
}

.social-main-header .type-search ul li {
    margin-right: 18px;
    cursor: pointer;
    margin-bottom: 12px
}

.social-main-header .type-search>.social-row {
    margin-top: 10px
}

.social-main-header .type-search .social-row .social-col {
    display: table-cell;
    height: 20px;
    line-height: 20px;
    padding-left: 0
}

.social-main-header .type-search .social-row>.col-label {
    width: 90px;
    font-weight: 700;
    vertical-align: top
}

.social-main-header .type-search .col-content>a {
    display: inline-block;
    font-weight: 700;
    vertical-align: top
}

.type-search .type-child-box {
    padding-left: 70px
}

.type-search .type-child-box .social-row {
    border: 1px solid #d6d6d6;
    margin-bottom: 14px;
    position: relative
}

.type-search .type-child-box .col-child-label {
    background: #9f9f9f;
    color: #fff;
    white-space: nowrap;
    vertical-align: top;
    padding: 4px 8px
}

.type-search .type-child-box .col-child-content {
    padding: 4px 8px
}

.type-search .col-child-content ul li {
    height: 20px
}

.type-search .type-child-box .social-row>a {
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    right: 4px;
    top: 0
}

.social-main-content table tr td img {
    vertical-align: middle;
    margin-left: 10px;
    width: 28px;
    height: 16px
}

.social-main-content .social-pagination {
    text-align: right;
    margin: 20px 20px 0 0
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--primary {
    color: #fff;
    background-color: #00ae9c;
    border-color: #00ae9c;
}


.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #606266
}

.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center
}

.el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    transition: transform .2s ease-in-out;
    height: 20px
}

.el-table__expand-icon--expanded {
    transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.el-table__expanded-cell {
    background-color: #fff
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.el-table__expanded-cell:hover {
    background-color: transparent!important
}

.el-table__placeholder {
    display: inline-block;
    width: 20px
}

.el-table__append-wrapper {
    overflow: hidden
}

.el-table--fit {
    border-right: 0;
    border-bottom: 0
}

.el-table--fit .el-table__cell.gutter {
    border-right-width: 1px
}

.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto
}

.el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto
}

.el-table thead {
    color: #909399;
    font-weight: 500
}

.el-table thead.is-group th.el-table__cell {
    background: #f5f7fa
}

.el-table .el-table__cell {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.el-table .el-table__cell.is-center {
    text-align: center
}

.el-table .el-table__cell.is-right {
    text-align: right
}

.el-table .el-table__cell.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0
}

.el-table .el-table__cell.is-hidden>* {
    visibility: hidden
}

.el-table--medium .el-table__cell {
    padding: 10px 0
}

.el-table--small {
    font-size: 12px
}

.el-table--small .el-table__cell {
    padding: 8px 0
}

.el-table--mini {
    font-size: 12px
}

.el-table--mini .el-table__cell {
    padding: 6px 0
}

.el-table tr {
    background-color: #fff
}

.el-table tr input[type=checkbox] {
    margin: 0
}

.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #dfe6ec
}

.el-table th.el-table__cell.is-sortable {
    cursor: pointer
}

.el-table th.el-table__cell {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff
}

.el-table th.el-table__cell>.cell {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.el-table th.el-table__cell>.cell.highlight {
    color: #c71925
}

.el-table th.el-table__cell.required>div:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle
}

.el-table td.el-table__cell div {
    box-sizing: border-box
}

.el-table td.el-table__cell.gutter {
    width: 0
}

.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px
}

.el-table--border,.el-table--group {
    border: 1px solid #dfe6ec
}

.el-table--border:after,.el-table--group:after,.el-table:before {
    content: "";
    position: absolute;
    background-color: #e6ebf5;
    z-index: 1
}

.el-table--border:after,.el-table--group:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

.el-table:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.el-table--border {
    border-right: none;
    border-bottom: none
}

.el-table--border.el-loading-parent--relative {
    border-color: transparent
}

.el-table--border .el-table__cell {
    border-right: 1px solid #dfe6ec
}

.el-table--border .el-table__cell:first-child .cell {
    padding-left: 10px
}

.el-table--border th.el-table__cell.gutter:last-of-type {
    border-bottom: 1px solid #dfe6ec;
    border-bottom-width: 1px
}

.el-table--border th.el-table__cell {
    border-bottom: 1px solid #dfe6ec
}

.el-table--hidden {
    visibility: hidden
}

.el-table__fixed,.el-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.el-table__fixed-right:before,.el-table__fixed:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e6ebf5;
    z-index: 4
}

.el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #dfe6ec
}

.el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0
}

.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0
}

.el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper tbody td.el-table__cell {
    border-top: 1px solid #dfe6ec;
    background-color: #f5f7fa;
    color: #606266
}

.el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3
}

.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper {
    width: 100%
}

.el-table__footer-wrapper {
    margin-top: -1px
}

.el-table__footer-wrapper td.el-table__cell {
    border-top: 1px solid #dfe6ec
}

.el-table__body,.el-table__footer,.el-table__header {
    table-layout: fixed;
    border-collapse: separate
}

.el-table__footer-wrapper,.el-table__header-wrapper {
    overflow: hidden
}

.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell {
    background-color: #f5f7fa;
    color: #606266
}

.el-table__body-wrapper {
    overflow: hidden;
    position: relative
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
    box-shadow: none
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
    border-left: 1px solid #dfe6ec
}

.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #dfe6ec
}

.el-table .caret-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative
}

.el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px
}

.el-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: 5px
}

.el-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: 7px
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #c71925
}

.el-table .descending .sort-caret.descending {
    border-top-color: #c71925
}

.el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: #fafafa
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell,.el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell {
    background-color: rgb(249.4,232,233.2)
}

.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.selection-row>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell {
    background-color: #f5f7fa
}

.el-table__body tr.current-row>td.el-table__cell,.el-table__body tr.selection-row>td.el-table__cell {
    background-color: rgb(249.4,232,233.2)
}

.el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #dfe6ec;
    z-index: 10
}

.el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    transform: scale(.75)
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: #f5f7fa
}

.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-right: 3px
}

.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px
}

.el-table-filter {
    border: 1px solid #e6ebf5;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    margin: 2px 0
}

.el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px
}

.el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px
}

.el-table-filter__list-item:hover {
    background-color: rgb(249.4,232,233.2);
    color: rgb(210.2,71,80.6)
}

.el-table-filter__list-item.is-active {
    background-color: #c71925;
    color: #fff
}

.el-table-filter__content {
    min-width: 100px
}

.el-table-filter__bottom {
    border-top: 1px solid #e6ebf5;
    padding: 8px
}

.el-table-filter__bottom button {
    background: transparent;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px
}

.el-table-filter__bottom button:hover {
    color: #c71925
}

.el-table-filter__bottom button:focus {
    outline: none
}

.el-table-filter__bottom button.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-table-filter__wrap {
    max-height: 280px
}

.el-table-filter__checkbox-group {
    padding: 10px
}

.el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0
}

.social-table[data-v-b0fc8a24] table tr th {
    background: #eee;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #6e7072;
}
.el-link.el-link--primary {
    color: #00ae9c;
}
.el-link.el-link--primary:hover {
    color: #00ae9c;
}
.newSpan{
    display: inline-block;
    padding: 2px 3px;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;
}
.position_active a {
    color: #00ae9c !important;
}
.has-gutter tr th {
    background-color: #eee;
}


.detail-content {
    display: inline-block;
    width: 100%;
    flex: 1;
    padding: 40px 60px;
    background: #fff;
    box-shadow: 0 0 4px 2px #f0f0f0
}

.detail-content .detail-content-header {
    border-bottom: 2px solid #ededed;
    margin-bottom: 40px
}

.detail-content .detail-content-header h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700;
    display: inline-block
}

.detail-content .detail-content-header img {
    width: 28px;
    height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
    border-radius: 5px
}

.detail-content .detail-content-header .job-detail {
    margin-bottom: 40px;
    font-size: 14px
}

.detail-content .detail-content-header .job-detail .job-detail-row {
    margin-bottom: 20px
}

.detail-content .detail-content-header .job-detail .job-detail-col {
    display: inline-block;
    width: 32%
}

.detail-content .detail-content-header .job-detail .job-detail-col .detail-label:after {
    content: ":";
    margin: 0 2px
}

.detail-content .detail-content-main {
    font-size: 14px
}

.detail-content .detail-label,.detail-content .detail-value {
    color: #666;
    display: inline-block;
    vertical-align: middle
}

.detail-content .detail-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.detail-content .detail-content-main h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.detail-content .detail-content-main h4:after {
    content: ":";
    margin-left: 2px
}

.detail-content .detail-content-main .content {
    margin-bottom: 80px
}

.detail-content .detail-content-main .content p {
    line-height: 22px
}

.detail-content .detail-content-main .job-opera .btn-default {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: #fff;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 20px
}

.detail-content .detail-content-main .job-opera .btn-red {
    color: #fff
}

.detail-content .detail-content-main .job-opera .scan-box {
    display: inline-block;
    position: relative;
    vertical-align: bottom
}

.detail-content .detail-content-main .job-opera .scan-box>img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle
}

.detail-content .detail-content-main .job-opera .scan-box .ewm-box {
    position: absolute;
    bottom: 26px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAAEjCAYAAAA7YxS6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0Q1RTJFRUYyNDIxMUVBOTdDNDgzOTlBNjRFNUMxRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0Q1RTJFRkYyNDIxMUVBOTdDNDgzOTlBNjRFNUMxRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNDRDVFMkVDRjI0MjExRUE5N0M0ODM5OUE2NEU1QzFEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDRDVFMkVERjI0MjExRUE5N0M0ODM5OUE2NEU1QzFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JL5ABgAACelJREFUeNrs3V1z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);
    width: 200px;
    height: 210px;
    left: -85px;
    background-size: 100% 100%;
    padding: 5px 4px 15px 5px;
    transition: opacity .2s,bottom .8s;
    opacity: 0;
    visibility: hidden
}

.detail-content .detail-content-main .job-opera .scan-box>img:hover+.ewm-box {
    opacity: 1;
    bottom: 34px;
    visibility: visible
}

.detail-content .detail-content-main .job-opera .scan-box .ewm-box>img {
    width: 100%;
    height: 100%
}

.detailcontain .detail-box .detail-relative {
    width: 240px;
    margin-left: 20px
}

.detail-box .detail-relative .detail-relative-box {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 4px 2px #f0f0f0
}

.detail-relative .rela-header {
    border-bottom: 2px solid #ededed;
    padding: 20px 20px 0
}

.detail-relative .rela-header h3 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: -2px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid
}

.detail-relative .rela-list {
    padding: 20px
}

.detail-relative .rela-list .rela-item {
    margin-bottom: 20px
}

.detail-relative .rela-list a {
    font-size: 14px;
    font-weight: 700;
    color: #6e7072;
    display: block
}

.detail-relative .rela-list span {
    color: #b7b7b7;
    font-size: 10px
}

.newSpan {
    display: inline-block;
    padding: 2px 3px;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;
    vertical-align: super
}

.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%
}

.el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0
}

.el-dialog__header {
    padding: 20px;
    padding-bottom: 10px
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px
}

.el-dialog__headerbtn .el-dialog__close {
    color: #909399
}

.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close {
    color: #c71925
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133
}

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all
}

.el-dialog__footer {
    padding: 20px;
    padding-top: 10px;
    text-align: right;
    box-sizing: border-box
}

.el-dialog--center {
    text-align: center
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit
}

.dialog-fade-enter-active {
    animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
    animation: dialog-fade-out .3s
}

@keyframes dialog-fade-in {
    0% {
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}
.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

.socity-index {
    width: 1000px;
    margin: 100px auto 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.socity-index .form-footer {
    position: relative
}

.socity-index .form-footer .del-box {
    width: 861px;
    height: 42px;
    margin: 0 auto;
    border-bottom: 1px dashed #ccc
}

.socity-index .form-footer .del-box .delete {
    position: absolute;
    cursor: pointer;
    color: #ff8f42;
    right: 40px;
    height: 42px;
    line-height: 42px
}

.add-item {
    margin-left: 41px;
    height: 61px;
    line-height: 61px;
    color: #ff8f42
}

.add-item span {
    cursor: pointer
}

.dashed-line {
    width: 861px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto
}

.form-title {
    margin-bottom: 19px;
    margin-left: 30px;
    margin-top: 30px;
    color: #373c43
}

.attach-wrapper {
    height: 216px;
    display: flex;
    flex-wrap: wrap
}

.attach-item {
    display: flex;
    width: 100%;
    align-items: center
}

.attach-item .label {
    min-width: 125px;
    text-align: center
}

.upload-wrapper {
    display: flex;
    align-items: center
}

.errTip {
    color: #ca1d22;
    padding: 0 10px
}

.el-upload__tip {
    margin-left: 10px
}

.bottom-btn-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end
}

.upload-photo {
    width: 180px
}

.photo {
    width: 180px;
    height: 216px;
    display: flex;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.upload-photo .btn-upload-photo {
    width: 87px;
    height: 28px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ff8f42;
    color: #ff8f42;
    background-color: #fff;
    margin: 0 auto
}
.el-upload__input {
    display: none;
}

.table {
    margin-left: 72px;
    flex: 1
}

.table .title {
    border-left: 4px solid #ff8f42;
    padding-left: 10px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #373c43;
    font-weight: 700;
    margin: 50px 0 30px
}

.table .title.basic-info {
    margin-top: 0
}

.table .el-select {
    width: 100%
}

.phone .country {
    margin-right: 8px
}

.id-type .el-select {
    width: 140px;
    margin-right: 10px
}

.id-input.el-form-item {
    flex: 1
}

.salary .el-form-item__content {
    position: relative
}

.salary .el-form-item__content span {
    position: absolute;
    right: -30px
}

.el-form-item {
    margin-bottom: 22px
}

.el-form-item:after,.el-form-item:before {
    display: table;
    content: ""
}

.el-form-item:after {
    clear: both
}

.el-form-item .el-form-item {
    margin-bottom: 0
}

.el-form-item .el-input__validateIcon {
    display: none
}

.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label {
    line-height: 36px
}

.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label {
    line-height: 32px
}

.el-form-item--small.el-form-item {
    margin-bottom: 18px
}

.el-form-item--small .el-form-item__error {
    padding-top: 2px
}

.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label {
    line-height: 28px
}

.el-form-item--mini.el-form-item {
    margin-bottom: 18px
}

.el-form-item--mini .el-form-item__error {
    padding-top: 1px
}

.el-form-item__label-wrap {
    float: left
}

.el-form-item__label-wrap .el-form-item__label {
    display: inline-block;
    float: none
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px
}

.el-form-item__content:after,.el-form-item__content:before {
    display: table;
    content: ""
}

.el-form-item__content:after {
    clear: both
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-form-item__error {
    color: #ff4949;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0
}

.el-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: "*";
    color: #ff4949;
    margin-right: 4px
}

.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus {
    border-color: #ff4949
}

.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner {
    border-color: transparent
}

.el-form-item.is-error .el-input__validateIcon {
    color: #ff4949
}

.el-form-item--feedback .el-input__validateIcon {
    display: inline-block
}
.el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    font-size: 14px;
    margin-right: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.photo {
    width: 180px;
    height: 216px;
    display: flex;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.upload-photo .btn-upload-photo {
    width: 87px;
    height: 28px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ff8f42;
    color: #ff8f42;
    background-color: #fff;
    margin: 0 auto
}
.form-wrapper {
    border: 1px solid #ccc;
    margin-top: 30px;
    width: 100%;
    height: 100px
}
.el-upload__tip {
    margin-left: 10px;
}

.el-upload__tip {
    font-size: 14px;
    color: #606266;
    margin-top: 0px;
}


