* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

/* 定义滚动条的宽度 */
::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

/* 定义滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* 定义滚动条的样式 */
::-webkit-scrollbar-thumb {
    background: #9d9999;
}


.select-user-layer .sp-pop-content {
    height: 100%;
    width: 100%;
    overflow-x: scroll;
    /*横向滚动*/
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.select-user-layer .sp-pop-content .layui-tree-entry {
    line-height: 40px;
    height: 40px;
    white-space: normal;
}

.select-user-layer .sp-pop-content .layui-tree-main {
    padding: 0 10px;
}

.select-user-layer .sp-pop-content .layui-tree-set-active>.layui-tree-entry .layui-tree-main .layui-tree-txt {
    color: #ff7a4b;
}

.select-user-layer .sp-pop-content .layui-tree-txt {
    /* display: inline; */
    white-space: nowrap;
    width: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-user-layer .sp-pop-content .layui-tree-iconClick {
    margin: 0 10px 0 0;
}

.select-user-layer .sp-pop-content .layui-tree-lineExtend .layui-tree-iconClick {
    margin: 0;
    padding-right: 10px;
}

.select-user-layer .sp-pop-item {
    flex-shrink: 0;
    border-right: 1px solid #eeeeee;
    padding: 0px 16px;
}

.select-user-layer .sp-pop-item .sp-pop-item-title {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 16px 0;
}

.select-user-layer .sp-pop-item-search {
    margin-top: 5px;
    width: 244px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.select-user-layer .sp-pop-item-search .sp-pop-item-search-icon {
    position: absolute;
    left: 15px;
    top: 9px;
    height: 16px;
    width: 16px;
    background: url('./image/search.png');
    background-size: 100%;
}

.select-user-layer .sp-pop-item-search .sp-pop-item-search-input {
    border: 0px;
    position: absolute;
    height: 34px;
    width: 200px;
    top: 0;
    left: 40px;
}

.select-user-layer .sp-pop-item .sp_pop_item_tree {
    padding-top: 20px;
    height: 450px;
    overflow-y: scroll;
}

.select-user-layer .sp-pop-org {
    width: 268px;
    height: 100%;
    /* overflow-y: scroll; */
}

.select-user-layer .sp-pop-filter {
    width: 268px;
    height: 100%;
}

.select-user-layer .sp-pop-filter ul li {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 15px !important;
    width: 268px !important;
}

.select-user-layer .sp-pop-group {
    width: 268px;
    height: 100%;
    /* overflow-y: scroll; */
}

.select-user-layer .sp-pop-table {
    width: 700px;
    height: 100%;
}

.select-user-layer .sp-pop-item .layui-menu:after {
    border-radius: 5px;
}

.select-user-layer .sp-pop-content .layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2 {
    color: #ff7a4b !important;
    background-color: #f6f6f6 !important;
    border-radius: 7px;
}

.select-user-layer .sp-pop-item .layui-menu .layui-menu-item-checked:after {
    color: #ff7a4b;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 0;
    content: '';
}

.select-user-layer .sp-pop-table .sp-pop-user-title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 10px 0 0 0;
}

.select-user-layer .sp-pop-table .sp-pop-user-title .sp-pop-user-user-search {
    position: absolute;
    top: 8px;
    right: 10px;
}

.select-user-layer .sp-pop-table .sp-pop-user-title .sp-pop-user-span {
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
}

.select-user-layer .layui-layer-btn {
    position: relative;
}

.select-user-layer .layui-layer-btn .sp-pop-footer-num {
    position: absolute;
    top: 15px;
    left: 32px;
}

.select-user-layer .layui-layer-btn .sp-pop-footer-num .sp-pop-footer-num-from {
    display: inline-block;
    margin-left: 32px;
}

.select-user-layer .layui-layer-btn .sp-pop-footer-num .sp-pop-footer-num-from .layui-form-checked[lay-skin=primary] i {
    border-color: #ff7a4b !important;
    background-color: #ff7a4b !important;
}

.select-user-layer .layui-layer-btn .sp-pop-footer-num .sp-pop-footer-num-from .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #ff7a4b !important;
}

.select-user-layer .layui-layer-btn .layui-layer-btn0 {
    background-color: #fff !important;
    color: #aaa !important;
    border: 1px solid #aaa !important;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}

.select-user-layer .layui-layer-btn .layui-layer-btn1 {
    background-color: #ff7a4b !important;
    color: #fff !important;
    border: 1px solid #ff7a4b !important;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}

.select-user-layer .sp-pop-content .layui-form-checked[lay-skin='primary'] i {
    border-color: #ff7a4b !important;
    background-color: #ff7a4b !important;
    color: #fff;
}

.select-user-layer .sp-pop-content .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ff7a4b !important;
}

.select-user-layer .sp-pop-content .layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin='line'],
.layui-table[lay-skin='row'] {
    border: 0px !important;
}

.select-user-layer .sp-pop-content .layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr {
    background-color: #ebeef5 !important;
}

.select-user-layer .sp-pop-table .sp-pop-user-table-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.select-user-layer .sp-pop-table table tr {
    height: 60px !important;
    line-height: 60px !important;
}

.select-user-layer .sp-pop-table .layui-table-page {
    text-align: right !important;
    position: relative;
}

.select-user-layer .sp-pop-table .layui-table-page .sp-pop-table-from {
    position: absolute;
    top: 15px;
    left: 10px;
}

.select-user-layer .sp-pop-table .layui-table tbody tr:hover {
    background: #fff !important;
}

.select-user-layer .sp-pop-item .sp-pop-item-tree-dept .layui-form-checkbox {
    height: auto !important;
    line-height: normal !important;
    min-width: 18px;
    min-height: 18px;
    border: none !important;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 0;
    background: 0 0;
}

.select-user-layer .sp-pop-item .sp-pop-item-tree-dept .layui-form-checkbox i {
    right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.select-user-layer .sp-pop-item .sp-pop-item-tree-all {
    padding-top: 10px;
    height:450px;
    overflow-y: scroll;
}

.select-user-layer .sp-pop-item .sp-pop-item-tree-dept .layui-form-checked i {
    border-color: #ff7a4b !important;
    background-color: #ff7a4b !important;
    color: #fff;
}

.select-user-layer .sp-pop-item .sp-pop-item-tree-dept .layui-form-checkbox[lay-skin=primary] {
    display: none !important;
}

.select-user-layer .sp-pop-content .sp-pop-red {
    color: red;
}

.select-user-layer .sp-pop-content .sp-pop-red span {
    color: #555;
}