@charset "utf-8";
/********************************
******** 角色权限 ********
*********************************/
.rolePermission .systemFilter{
    top: 40px;
}
.rolePermission .tbody{
    top: 90px;
}
.rolePopupView{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.rolePopupView .header{
    position: relative;
    width: 100%;

    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.rolePopupView .header .list{
    position: relative;
    width: 100%;
    display: flex;
}
.rolePopupView .header .list .name{
    position: relative;
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.rolePopupView .header .list .input{
    position: relative;
    float: left;
    width: 300px;
    height: 50px;
    padding: 6px 20px 6px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.rolePopupView .header .list .flex{
    flex: 1;
    width: 0;
    padding: 6px 0;
    height: 50px;
    box-sizing: border-box;
}
.rolePopupView .header .list .select{
    position: relative;
    float: left;
    width: 400px;
    height: 50px;
    padding: 6px 20px 6px 0;
    box-sizing: border-box;
}
.rolePopupView .con{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 40px 0 40px;
    overflow: auto;
}
.rolePopupView .con .list{
    position: relative;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eae9e9;
    padding: 10px 0;
    overflow: hidden;
}
.rolePopupView .con .list .name{
    position: relative;
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.rolePopupView .con .list .flex{
    flex: 1;
    width: 0;
    box-sizing: border-box;
}
.rolePopupView .con .list .flex .title{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #eae9e9;
    box-sizing: border-box;
    overflow: hidden;
}
.rolePopupView .con .list .flex .title .hl{
    float: left;
    width: 100px;
    overflow: hidden;
}
.rolePopupView .con .list .flex .title .hr{
    position: relative;
    width: 100%;
}
.rolePopupView .con .list .flex .view{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid;
}
.rolePopupView .con .list .flex .view .view-l{
    position: relative;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
}
.rolePopupView .con .list .flex .view .view-r{
    position: relative;
    width: 100%;
}
.rolePopupView .con .list .flex .view .view-r .view-checkbox{
    float: left;
    width: auto;
    margin: 11px 0;
}
/********************************
******** 设置权限弹窗 ********
*********************************/
.setPermissions-1 .layui-layer-content{
    overflow: inherit !important;
}
.setPermissions .con{
    padding: 20px;
}
.setPermissions .con .list{
    position: relative;
    float: left;
    width: 100%;
}
.setPermissions .con .list .name{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
}
.setPermissions .con .list .block {
    position: relative;
    width: 100%;
    font-size: 14px;
    padding-top: 9px;
    padding-left: 90px;
    box-sizing: border-box;
}
.setPermissions .con .list .blockCheckbox{
    position: relative;
    width: 100%;
    font-size: 14px;
    padding-left: 90px;
    line-height: 50px;
    box-sizing: border-box;
}
.setPermissions .con .list .layui-input,
.setPermissions .con .list .layui-textarea,
.setPermissions .con .list .layui-select{
    border-color: #9bd0f8;
    height: 32px;
}
.setPermissions .con .list .text{
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border: 1px solid #dadada;
    overflow: hidden;
}
.setPermissions .con .list .text1{
    border: 0;
    color: #ffffff;
}
.setPermissions .con .block .textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #9bd0f8;
    font-size: 14px;
}
.setPermissions .con .table{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.setPermissions .con .table tr th,
.setPermissions .con .table tr td{
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-size: 13px;
    box-sizing: border-box;
}
.setPermissions .con .table tr th{
    border: 1px solid #bae7ff;
    background-color: #e6f7ff;
}
.setPermissions .con .table tr td{
    border: 1px solid #E8E8E8;
}