.dialog {
    width: 100vw !important;
    /*height: 100%;*/
    position: fixed !important;
    bottom: 0 !important;
    overflow: hidden !important;
    z-index: 1000 !important;
}

.dialog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 2rem);
    height: 0;
    overflow: hidden;
    z-index: 9;
    background: #FFFFFF;
    transition: all .5s ease;
    border-radius: 1rem 1rem 0 0;
    padding: 0 1rem 0 1rem;
}

.shadow_content {
    /*box-sizing: border-box;*/
    /*padding-top: 0.75rem;*/
    /*z-index: 99;*/
    box-sizing: border-box;
    padding: 0.75rem 1rem 0rem 1rem;
    z-index: 99;
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    max-height: 30rem;
    overflow: auto;
    border-radius: 1rem 1rem 0 0;
}

.dialoghead {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.dialoghead>.title {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333333;
    font-weight: 500;
    margin-left: 1.5rem;
}

.dialoghead>img {
    width: 1.5rem;
    height: 1.5rem;
}


/* 职位筛选 */

.position_screen {
    width: 108%;
    height: 3rem;
    display: flex;
    z-index: 99;
    margin-left: -4%;
}

.position_screen_item {
    width: 33.33%;
    height: 3rem;
    /* outline: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.0625rem solid #EAEAEA;
}

.position_screen_item span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #323233;
    line-height: 1.375rem
}

.xl_select_box {
    display: inline-block;
    position: relative;
    line-height: 60px;
    margin-right: 30px;
}

.xl_select {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xl_select span {
    font-size: 0.90625rem;
}

.xl_select .arrowsdown {
    /* position: absolute; */
    border-width: 4px;
    border-color: #999999 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    /* top: 1.8em; */
    margin-left: 0.5rem;
    margin-top: 0.1875rem;
}

.xl_list {
    /* box-shadow: inset 0rem 20rem 20rem 1rem rgba(231, 230, 230, 0.2); */
    width: 100%;
    margin: 0;
    padding: 0 1rem;
    display: none;
    list-style: none;
    position: absolute;
    top: 6.5rem;
    left: 0;
    z-index: 2;
    border-top: none;
    background-color: #FFFFFF;
}

.xl_list li {
    line-height: 1.25rem;
    padding: 0.75rem 2rem 0.75rem 0rem;
    font-size: 0.875rem;
    white-space: nowrap;
    cursor: default;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
}

.xl_list li img {
    width: 1.125rem;
    height: 1.125rem;
}

.xl_list li:hover {
    background: #F2F5F9;
    color: #666666;
}

.xl_list li:active {
    background: #F2F5F9;
    color: #1F7CE8;
}

.xl_list li:active::after {
    content: '√';
}

.position_screen_item .selected {
    color: #1F7CE8;
}

.xl_select .selected_arrowsdown {
    border-color: #1F7CE8 transparent transparent transparent;
}


/* 职位管理样式 */

.selectListItem {
    font-size: 0.875rem;
    font-weight: 400;
    color: #585E66;
    line-height: 1.3125rem;
    text-align: center;
}

.selectListItem .selItem {
    padding: 0.625rem 0 0.625rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.selectListItem .selItem:first-child {
    padding: 0rem 0 0.625rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.active {
    padding: 0.625rem 0 0.625rem 0;
    border-bottom: 1px solid #EAEAEA;
    color: #1F7CE8;
}

.selectListItem .active:first-child {
    padding: 0rem 0 0.625rem 0;
    border-bottom: 1px solid #EAEAEA;
}
