.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    margin-left: 13rem;
    width: calc(100vw - 13rem);
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

/* 职位组、考察能力通用样式 */
.bg-blue {
    background-color: rgb(246, 249, 255);
}

.job-active {
    background-color: rgb(233, 240, 255);
    border-left: 6px solid rgb(177, 189, 250) !important;
    color: rgb(122, 121, 204);
    font-weight: 600;
}

/* 滑块验证样式 */
.wrap {
    width: 340px;
    height: 40px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 40px; /*border-radius: 7px;*/
    position: relative;
}
.rect {
    position: relative;
    width: 340px;
    height: 100%;
}
.rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2b85fd;
}
.silde {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.required {
    color: var(--theme-danger);
}

.loading-box {
    width: 300px;
    height: 200px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #589ef7;
}



.qr-container {
    position: relative;
    margin-right: 15px;
}

.qr-modal {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 200px;
    text-align: center;
}

.qr-modal img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.download-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.download-btn:hover {
    background: #45a049;
}


.copy-btn {
    background: #589ef7;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.copy-btn:hover {
    background: #1676f3;
}

.copy-link {
    cursor: pointer;
}
