.resume {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}
.resume-left {
    width: 1090px;
}
.resume-right {
    width: 180px;
}
.resume-detail-box {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
}
.resume-detail-box:empty {
    display: none;
}
.resume-base-info {
    padding: 16px 20px;
}
.resume-head {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url("https://cdn.static.magcloud.cc/job/static/portal/img/pic_user_normal.png");
    background-size: cover;
    background-position: center;
}
.resume-user {
    margin: 0 20px;
    flex: 1;
}
.resume-name {
    color: #111111;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.resume-des {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}
.resume-id {
    margin-right: 18px;
}
.sitehover {
    background-image: url('/static/pc/pc/im_tool_icon_address_n.png');
}

.sitehover:hover {
    background-image: url('/static/pc/pc/im_tool_icon_address_f.png');
}
.el-select {
    width: 100%;
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adress-title {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
}
.add-item:hover{
    background-color:#F5F7FA
}
.add-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 16px 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #004AFF;
    height: 44px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.ele-btncyytitle {
    width: 302px;
    min-height: 180px;
    max-height: 270px;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 !important;
}
.ele-btncyytitle  .el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover{
    color: #004AFF !important;
}
.btncyytitle-edit{
    position: sticky;
    cursor: pointer;
    height: 45px;
    display: flex;
    padding: 0 20px;
    color: #004AFF;
    font-size: 14px;
    justify-content: space-between;
    background: #FFF;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
}
.resume-contact {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.collect {
    display: flex;
    align-items: center;
    color: #111111;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}
.collect-icon {
    margin-right: 4px;
}
.operating-button {
    display: flex;
}
.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 32px;
    border-radius: 4px;
    background: #004aff;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.green-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    width: 80px;
    height: 32px;
    border-radius: 4px;
    background: #FF6000;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.contact-icon {
    font-size: 16px;
    margin-right: 4px;
}
.resume-title-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.resume-title-name {
    color: #111111;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.resume-item-list {
    display: flex;
    flex-wrap: wrap;
}
.resume-item {
    flex: 1;
    min-width: 40%;
    margin-top: 12px;
}
.resume-item-name {
    width: 68px;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}
.resume-item-value {
    box-sizing: border-box;
    flex: 1;
    padding-right: 10px;
    color: #111111;
    font-size: 14px;
    line-height: 22px;
}
.resume-item-value.hign-show {
    color: #ff6000;
}
.resume-experience-box:not(:last-of-type) {
    margin-bottom: 42px;
}
.resume-experience-item {
    position: relative;
    padding-left: 20px;
    margin-top: 12px;
}
.resume-experience-item::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #d4d7de;
    border-radius: 50%;
    top: 6px;
    left: 3px;
}
.resume-experience-item::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 1px;
    height: calc(100% - 16px);
    top: 17px;
    left: 8px;
    background: #ebedf0;
}
.resume-experience-item:not(:last-of-type) {
    padding-bottom: 12px;
}
.resume-experience-item:not(:last-of-type)::after {
    height: 100%;
}
.experience-title {
    font-size: 14px;
    line-height: 22px;
    color: #111;
    font-weight: bold;
}
.experience-info {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin: 4px 0 8px;
}
.experience-work-name {
    margin-right: 12px;
}
.experience-des {
    font-size: 14px;
    line-height: 22px;
    color: #111;
    white-space: pre-wrap;
}
.skill-content {
    color: #111111;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0 4px;
}
.skill-tag-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.skill-tags {
    box-sizing: border-box;
    height: 22px;
    padding: 4px 6px;
    background: rgba(255, 96, 0, 0.1);
    color: #ff6000;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-right: 8px;
    margin-top: 8px;
}
.qr-code-content {
    padding: 16px 15px;
    color: #111111;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.qr-code-img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}
.check-contact {
    padding: 16px;
}
.check-contant-preview {
    color: #ff6000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-contact-icon {
    margin-right: 9px;
}
.check-contact-btn {
    margin: 0 auto;
    width: 104px;
    height: 32px;
    border-radius: 4px;
    background: #ff4319;
    color: #ffffff;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
.resume-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.resume-more-title {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.resume-more-item {
    cursor: pointer;
    max-width: 148px;
    padding: 0 10px 0 16px;
    min-width: 100px;
    height: 32px;
    border-radius: 4px;
    border: 0.5px solid #d9d9d9;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 12px;
    margin-bottom: 16px;
}
.resume-more-item:last-of-type {
    margin-bottom: 0;
}
.resume-more-icon {
    font-size: 15px;
    margin-right: 4px;
}
.el-dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}
::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(217, 217, 217);
}
::-webkit-scrollbar-thumb:hover {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(159, 159, 159);
}

.download-cover {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.cover-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: 254px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(45, 50, 55, 0.04), 0px 2px 4px 0px rgba(55, 67, 75, 0.12);
    border-radius: 4px;
    border: 1px solid #DCE3EB;
}

.down-pics {
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    margin-top: 30px;
    text-align: center;
}

.down-des {
    margin-top: 40px;
    width: 115px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DCE3ED;
    line-height: 32px;
    text-align: center;
    color: #475669;
    font-size: 14px;
    cursor: pointer;
}

.down-name {
    margin: 20px;
}

.close-btn {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.empty{
    width: 280px;
    margin: 0 auto;
}
.empty-icon{
    width: 280px;
    height: 180px;
    background: url('//cdn.static.magcloud.net/job/static/pc/pc/resumedetails_img_privacy.png');
    background-size: 100% 100%;
}
.empty-text{
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111;
    line-height: 20px;
}
.empty-btn{
    margin: 24px auto 0;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #278BFF;
    border-radius: 2px;
    cursor:pointer;
}


/* 从页面复制过来的 */
[v-cloak] {
    display: none;
}
.interview-dialog-tip {
    width: 100%;
    margin-bottom: 10px;
}
.el-dropdown {
    display: inline-block;
    position: relative;
    color: #1374e3;
}
/* 常用语弹窗宽度 */
::-webkit-scrollbar {
    /*隐藏滚轮*/
    /* display: none; */
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #ddd;
    border-radius: 10px;
}
/* 常用语弹窗宽度 */
.qh .el-radio {
    display: flex;
    height: 48px;
    align-items: center;
    padding-left: 20px;
    margin-right: 0;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.qh .el-dialog__body {
    padding: 0;
}
.qh .el-dialog__title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2d3d;
    line-height: 22px;
}
.el-radio__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}
/* 切换职位dialog样式 */
.shupai {
    max-height: 400px;
    width: 100%;
    overflow: scroll;
}

/* 面试邀请dialog样式 */
.iviewstyle .iview-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 50px;
    color: #f8c54b;
    background: #fef8ea;
}
.iviewstyle .iview-title .i-m {
    margin: 20px;
}
/* 邀请职位下拉框宽度 */
.el-select-dropdown__item {
    width: 300px;
}
/* 设置elementui弹出层样式 */
.chat-popup .el-dialog__header {
    display: none;
}
.chat-popup .el-dialog__body {
    padding: 0;
}
.chat-popup .el-dialog,
.el-pager li {
    background: transparent;
    -webkit-box-sizing: border-box;
}
.right {
    width: 648px;
    height: 676px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
}
.right .tips {
    height: 100%;
    margin-top: 30%;
}
.right .tips .tips_img {
    width: 132px;
    height: 132px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.right .tips .text span {
    color: #111111;
}
.right .tips .text {
    width: 522px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    margin: 0 auto;
}
/* 右边聊天信息 */
.right .chart {
    height: 100%;
}
.chart-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 16px;
    box-sizing: border-box;
    width: 648px;
    height: 64px;
    background: #434a60;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 0px 0px;
}
.chart-title .chart-title-left {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    display: flex;
    line-height: 20px;
}
.chart-title-left .chart-title-mes .name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 20px;
}
.chart-title-left .chart-title-mes .mes {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
}
.chart-title .chart-title-left .chart-title-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.chart-title .chart-title-right {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}
.chart-title .chart-title-right .job-style {
    color: #ff9200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    cursor: pointer;
}
/* 分隔符 */
.chart .fengefu {
    width: 768px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}
.chart .job-detail {
    padding: 10px 20px 10px;
    display: flex;
    background: #fbfbfc;
    justify-content: space-between;
    position: relative;
}
.chart .job-detail .close-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    background: #000000;
}
.chart .job-detail .job-detail-left {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.chart .job-detail-left .job-detail-name {
    max-width: 400px;
}
.chart .job-detail-left .change {
    color: #004aff;
    margin-left: 8px;
    cursor: pointer;
}
.chart .job-detail .job-detail-right {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
/* 聊天内容 */
.chart .neirong {
    height: 394px;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
.chart .neirong .normal .neirong-item {
    display: flex;
    margin-bottom: 20px;
}
.chart .neirong .normal .neirong-item.reverse {
    flex-direction: row-reverse;
}
.chart .neirong .normal .neirong-item .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.chart .neirong .normal .neirong-item .chatcontent {
    margin: 0 12px 0;
}
.chart .neirong .normal .special {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.chart .neirong .normal .special span {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.chart .neirong .normal .neirong-item .icon img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.load-chrysanthemi-box {
    margin-top: 16px;
    margin-bottom: 16px;
}
.chart .neirong .normal .load-chrysanthemi {
    display: block;
    margin: auto;
    width: 16px;
    height: 16px;
    animation: turn 1.5s steps(12) 0s infinite normal none;
}
@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    8% {
        -webkit-transform: rotate(30deg);
    }
    16% {
        -webkit-transform: rotate(60deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    33% {
        -webkit-transform: rotate(120deg);
    }
    41% {
        -webkit-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    58% {
        -webkit-transform: rotate(210deg);
    }
    66% {
        -webkit-transform: rotate(240deg);
    }
    74% {
        -webkit-transform: rotate(270deg);
    }
    83% {
        -webkit-transform: rotate(300deg);
    }
    91% {
        -webkit-transform: rotate(330deg);
    }
}
/* 聊天输入框 */
.chart .inpbox {
    width: 608px;
    height: 178px;
    padding: 0 20px 0;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
}
.inpbox .inpbox-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}
.inpbox .input-btn-item {
    width: 24px;
    height: 24px;
    text-align: center;
    background-size: 24px 24px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 30px;
}
.inpbox .inpbox-btn .inpbox-btn-left {
    display: flex;
    align-items: center;
}
.inpbox .inpbox-btn .btn {
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.inpbox .inpbox-btn .btncyyhover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_phrase.png');
    text-align: center;
    background-size: 24px 24px;
    line-height: 24px;
    cursor: pointer;
}
.inpbox .inpbox-btn .btncyyhover:hover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_phrase_h.png');
}
.btncyytitle {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #111111;
    line-height: 17px;
    padding: 10px 20px;
    height: 38px;
    box-sizing: border-box;
    background: #FBFBFC;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 5%);
}
.inpbox .inpbox-btn .btnqjlhover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_resume.png');
}
.inpbox .inpbox-btn .btnqjlhover:hover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_resume_h.png');
}
.inpbox .inpbox-btn .btnymshover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_audition.png');
}
.inpbox .inpbox-btn .btnymshover:hover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_audition_h.png');
}
.inpbox .inpbox-btn .ring-up {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_phone.png');
}
.inpbox .inpbox-btn .ring-up:hover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_phone_h.png');
}
.inpbox .inpbox-btn .btnwxhover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_wechat.png');
}
.inpbox .inpbox-btn .btnwxhover:hover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_wechat_h.png');
}
.inpbox .inpbox-btn .btntphover {
    position: relative;
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_picture.png');
}
.inpbox .inpbox-btn .btntp-upload {
    position: absolute;
    z-index: 10;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
}
.inpbox .inpbox-btn .btntphover:hover {
    background-image: url('//cdn.static.magcloud.net/job/static/pc/pc/im_tool_icon_picture_h.png');
}
.inpbox .inpbox-input {
    height: 96px;
    background: #fafafa;
    border-radius: 4px;
}
.inpbox .inpbox-input .disable {
    height: 96px;
    text-align: center;
    line-height: 96px;
    user-select: none;
}

.inpbox .inpbox-input .noselect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inpbox .inpbox-input .noselect .error-text-msg {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 22px;
}
.inpbox .inpbox-input .noselect .select {
    width: 80px;
    height: 28px;
    display: flex;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: #278bff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
}
.inpbox .inpbox-input .text {
    background: #ffffff;
}
.inpbox .inpbox-input .text .text-input {
    height: 60px;
    width: 100%;
    resize: none;
    outline: none;
    border: none;
    font-size: 14px;
    margin-bottom: 24px;
}
.inpbox-input .text .send .tishi {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.inpbox-input .text .send {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    user-select: none;
}
.inpbox-input .text .send .send-btn {
    width: 52px;
    height: 28px;
    margin-left: 10px;
    border-radius: 14px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 28px;
    user-select: none;
    cursor: pointer;
}
/* 聊天内容框样式 */
.ly-pc-message-card .time {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 4px;
}
.read-state {
    text-align: right;
    font-size: 12px;
    line-height: 17px;
    margin-right: 10px;
}
.read-true {
    color: #aaa;
}
.read-false {
    color: #278bff;
}
.job {
    box-sizing: border-box;
    width: 360px;
    min-height: 110px;
    background: #fafafa;
    padding: 16px 20px;
    border-radius: 8px 0px 8px 8px;
}
.job.radius {
    border-radius: 0px 8px 8px 8px;
}
.job-name {
    font-size: 14px;
    font-weight: bold;
    color: #111111;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-salary {
    font-size: 14px;
    font-weight: bold;
    color: #ff445d;
    line-height: 20px;
    margin: 4px 0 14px;
}
.job-request {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
}
.job-request-item {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    background: #f5f5f5;
    margin-right: 6px;
}
.chat-box {
    display: flex;
    align-items: center;
    width: 255px;
}
.text-frame {
    display: inline-block;
    box-sizing: border-box;
    max-width: 360px;
    padding: 12px 20px;
    background: #278bff;
    border-radius: 8px 0px 8px 8px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap;
}
.text-frame.radius {
    border-radius: 0px 8px 8px 8px;
    color: #111;
    background: #eff2f7;
}
.text-box {
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: flex-end;
}
.exclamation-point {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background-image: url('//cdn.static.magcloud.net/job/static/h5/imgs/im_icon_fail_0623.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.radius.text-box {
    justify-content: flex-start;
}
.text-box.radius {
    text-align: left;
}
.requestResume{
    box-sizing: border-box;
    padding: 10px;
    width: 220px;
    background: #fafafa;
    border-radius: 10px 0px 10px 10px;
}
.requestResume.radius{
    border-radius: 0px 10px 10px 10px;
}
.requestResume-title {
    font-size: 14px;
    line-height: 20px;
    color: #111;
    margin-bottom: 12px;
    font-weight: bold;
}
.requestResume-content {
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px;
}
.interview {
    box-sizing: border-box;
    width: 360px;
    padding: 16px 20px 20px;
    border-radius: 8px 0px 8px 8px;
    background-color: #fafafa;
}
.interview.radius {
    border-radius: 0px 8px 8px 8px;
}
.interview-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 12px;
}
.interview-state-contain {
    width: 400px;
}
.interview-state {
    display: inline-block;
    padding: 0 7px;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    border-radius: 8px 0px 8px 8px;
}
.interview-state-all {
    text-align: right;
    margin-top: 4px;
}
.interview-state img {
    vertical-align: middle;
    font-size: 12px;
    margin-right: 2px;
}
.interview-awit {
    color: #ff7c00;
    background: rgba(255, 124, 0, 0.1);
}
.interview-accept {
    color: #16c262;
    background: rgba(22, 194, 98, 0.1);
}
.interview-refuse {
    color: #ff5e6d;
    background: rgba(255, 94, 109, 0.1);
}
.interview-overdue {
    color: #999;
    background: rgba(153, 153, 153, 0.1);
}
.interview-infomation {
    background-color: #fff;
    box-sizing: border-box;
    width: 320px;
    padding: 18px;
}
.interview-infomation .icon {
    font-size: 16px;
    margin-right: 11px;
}
.interview-infomation .icon.position {
    font-size: 20px;
}
.interview-item {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.interview-content {
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
.interview-img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.send-resume {
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 8px 0px 8px 8px;
}
.send-resume-title {
    font-size: 14px;
    color: #111;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}
.send-resume.radius,
.send-resume-left {
    border-radius: 4px;
    overflow: hidden;
    margin-right: 8px;
}
.send-resume-image {
    width: 38px;
    height: 38px;
}
.send-resume-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.send-resume-name {
    font-size: 14px;
    line-height: 20px;
    color: #111;
    font-weight: bold;
}
.send-resume-position {
    width: 161px;
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.send-resume-img {
    width: 34px;
    height: 40px;
}
/* 设置popup_interviewelementui弹出层样式 */
.popup-interview .el-dialog__header {
    display: block;
}
.popup-interview .el-dialog__body {
    padding: 20px 20px 10px;
}
.popup-interview .el-dialog,
.el-pager li {
    background: #ffffff;
    -webkit-box-sizing: border-box;
}
.popup-interview .interview-content {
    /* height: 343px; */
    background: #ffffff;
    border-radius: 4px;
}
.jobmsg {
    display: flex;
    margin-bottom: 40px;
}
.company-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 12px;
}
.jobmsg-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jobmsg-detail .company-name {
    font-size: 16px;
    font-weight: 500;
    color: #1f2d3d;
    line-height: 22px;
}
.jobmsg-detail .jobmsg-money {
    font-size: 14px;
    font-weight: 500;
    color: #ff445d;
    line-height: 20px;
}
.jobmsg-name {
    display: flex;
    margin: 20px 0;
}
.jobmsg-name .name-left {
    white-space: nowrap;
}

.resume-refresh-time {
    margin-right: 25px;
    font-size: 14px;
    color: #AFADAE;
}
.flex-1 {
    flex: 1;
}
.sensitive-tip {
    margin: 20px auto;
    width: 580px;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}

.see-resume-dialog .el-dialog__header, .see-resume-dialog .el-dialog__footer {
    border: none;
}
.see-resume-content {
    display: flex;
    align-items: center;
}
.see-resume-content .el-icon-warning {
    font-size: 42px;
    color: #f4ba34;
    margin-right: 10px;
}
.see-resume-dialog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resume-download-item {
    padding: 16px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #fafafa;
}
.r1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #111;
}
.r2 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.resume-type-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 16px;
}
.download-btn {
    cursor: pointer;
    margin-left: 16px;
    flex-shrink: 0;
    width: 60px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #00b700;
}