.customLists{
    display: block;
    width: 36px;
    height: 37px;
    background: #EDECEC url("../images/filter-icon.png") no-repeat center;
    z-index: 99;
    box-shadow: -1px 0px 1px 0 rgb(217,217,217);
    -webkit-box-shadow: -1px 0px 1px 0 rgb(217,217,217);
    -moz-box-shadow: -1px 0px 1px 0 rgb(217,217,217);
    cursor: pointer;
    position: absolute;
    right: 11px;
    top:117px;
}
@media screen and (max-width: 1240px) {
    .customListsLength{
        right:0;
    }
}
th[data-field="customLists"],th[data-field="customLists"] .layui-table-cell{
    position: inherit;
    padding: 0 !important;
    height: 38px;
    line-height: 38px;
    background: #EDECEC;
    overflow: visible;
    border-right: none;
}
td[data-field="customLists"] {
    border-right: none;
    background: #fff;
}
td[data-field="customLists"] .layui-table-cell{
    padding: 0;
}
.tianchong+.layui-table-patch{
    border-right: none;
    display: none;
}

.customListsBox{
    background: #fff;
    position: absolute;
    top:154px;
    right:12px;
    z-index: 999;
    box-shadow: -5px 2px 5px 0 rgb(217,217,217),5px 2px 5px 0 rgb(217,217,217);
    width: auto;
    display: none;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}
.customListsBox .layui-form-checkbox[lay-skin="primary"] i{
    top:3px;
    height: 11px;
}
.customListsBox .layui-form-checkbox[lay-skin="primary"] span {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.customListsBox p{
    padding-left: 12px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid rgb(217,217,217);
    text-align: left;
}
.customListsBox .layui-form .layui-inline{
    margin:0 10px 10px 10px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
}
.customListsBox .layui-form{
    padding-top: 15px;
    /*overflow: hidden;*/
    max-height: calc(100vh - 350px);
    overflow: auto;
}
.customListsBox ul{
    width: auto;
    float: left;
    padding-left: 10px;
}
.customListsBox ul li {
    margin:0 10px 10px 10px;
}
.layui-table-view .tianchong{
    border-right: none;
}