.zz-row-operate{
    margin-bottom: 10px;
}



.zz-operate-btn-group{
    float: left;
}
.zz-form-right{
    float: right;
}
.layui-table .layui-form-checkbox{
    padding-left: 0;
}
.zz-table-input{
    width:60px;
    padding-left: 0px;
    text-align: center;
    height:30px;
}
.layui-card-header{
    font-size: 18px;
    font-weight: 300;
}
a{
    color: #01AAED;
}
.zz-form-title{
    margin-bottom: 10px;
}
.zz-form-title .check-tips{
    color: #999;
}
.layadmin-side-shrink .layui-layout-admin .layui-logo{
    background-image:url("../logo.png");
}

.zz-div-backdata{
    width:400px;
    padding:60px 20px;
    text-align: center;
}
.zz-div-backdata .layui-icon{
    font-size: 50px;
    margin-bottom: 10px;
}
.zz-upload-pic-show{

    position: relative;
}
.zz-upload-pic .zz-upload-pic-show img{
    width: 100%;
}
.zz-upload-pic .layui-icon-close{
    font-size:12px;
    color: #fff;
    width:18px;
    height:18px;
    background: #FF5722;
    position: absolute;
    right:2px;
    top:2px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
}
.zz-upload-pic .layui-icon-close:hover{
    opacity: 1;
    color: #fff;
}
.zz-upload-pic-show .zz-upload-pic-show-item{
    position:relative;
    width:100px;
    height:100px;
    border: 1px solid #f6f6f6;
    padding: 2px;
    float: left;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
}
.zz-tree-list .zz-tree-item{
	display: none;
}
.zz-tree-list .zz-tree-item span{
		display: inline-block;
}
.zz-tree-list .zz-tree-item .zz-tree-item-line{
	position: relative;
	height:16px;
	width:30px;
}
.zz-tree-list .zz-tree-item .zz-tree-item-line:before{
    content: '';
    position: absolute;
    top: -38px;
    left: 10px;
    width: 0;
    height: 48px;
    z-index: 1;
    border-left: 1px dotted #c0c4cc; 
}


.zz-tree-list .zz-tree-item .zz-tree-icon{
    position: relative;
    z-index: 3;
    text-align: center;
    margin-right: 20px;
    width:20px;
}

.zz-tree-list .zz-tree-item .zz-tree-icon i{
    background: #fff;
}

.zz-tree-list .zz-tree-item .zz-tree-after-line:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 20px;
    height: 0;
    z-index: 1;
    border-top: 1px dotted #c0c4cc;
}
.zz-tree-list .zz-tree-item .zz-tree-ctrl{
    border:1px solid #c0c4cc;
    font-size: 14px;
    cursor: pointer;
}
.zz-tree-list .zz-tree-item .zz-tree-sigle{
    font-size: 18px;
}

.zz-tree-list .zz-tree-item .layui-icon-add-1 {
    width: 18px;
    height: 18px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.auth-item{
	display: inline-block;
	height:40px;
}



div.catTreeWrapBox {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    border: none;
    cursor: pointer;
    line-height: 36px;
    color: #000;
    z-index: 2;
}

div.catTreeWrapBox>span {
    display: block;
    height: 28px;
    line-height: 28px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
}

div.small div.catTreeWrapBox>span {
    line-height: 30px;
    margin: 0;
}

div.catTreeWrapBox a {
    padding: 2px 5px;
    background: #009688;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

div.catTreeWrapBox a i {
    font-size: 14px;
    cursor: pointer;
}

div.shadowMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

div.cattreeBox {
    max-height: 300px;
    min-width: 400px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 100%;
    width: calc(100% + 2px);
    top: 100%;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 4px -1px 0;
    display: none;
}

div.cattreeBox div.catTreeWrapBody {
    max-height: 290px;
    overflow: auto;
}

div.cattreeBox div.auth-status {
    padding: 0 10px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.cattreeBox div.auth-status i.auth-icon {
    float: left;
}

div.cattreeBox div.auth-status a.selectCat {
    display: block;
    float: left;
}

div.cattreeBox div.auth-status a.selectCat.disabled {
    color: #ccc;
    text-decoration: line-through;
}

div.cattreeBox div.auth-status a.selectCat:hover {
    color: #01AAED;
}



div.cattreeBox div.auth-status a.selectCat.checkbox:before {
    content: "\e605";
    right: auto;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-family: layui-icon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
}

div.cattreeBox div.auth-status a.selectCat.checkbox.x-blue:before {
    content: "\e605";
    background: #01AAED;
    border-color: #01AAED;
}

div.cattreeBox div.auth-status a.selectCat.checkbox:hover:before {
    border-color: #01AAED;
}

div.cattreeBox div.auth-child {
    padding-left: 10px;
    margin-left: 18px;
    border-left: 1px dotted #ccc;
}

div.cattreeBox a.cattreeOpen, div.cattreeBox a.closeCattreeBox {
    padding: 2px 5px;
    background: #1E9FFF;
    border-radius: 2px;
    color: #fff;
    display: block;
    position: absolute;
    right: 18px;
    top: 6px;
    z-index: 3;
}

div.cattreeBox a.cattreeOpen {
    right: 90px;
    background: #FF5722;
}

.clearfix{
    padding: 10px 0 0 10px;
}



/*
* @Author: layui-2
* @Date:   2018-08-31 11:40:53
* @Last Modified by:   hi916
* @Last Modified time: 2021-04-15 15:52:12
*/
em{
  font-style: normal;
}
.tags
{
    border: 1px solid #d5d5d5;
    background-color: #fff;
    margin-left: 110px;
    padding-left: 3px;
    border-radius: 3px;
}

.tags span{
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 4px 5px 8px 9px;
    cursor: pointer;
    transition: all .2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    /*font-weight: bolder;*/
    background-color: #009688;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}
.tags .close{
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    float: none;
    width: 18px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    color: #fff;
    border:  0 none;
    background: transparent none repeat scroll 0 0;
    text-shadow: none;
}
.tags .close:hover{
  background: #ffb800;
}
.tags [type='text'],
.tags [type='text']:focus{
    line-height: 38px;
    display: inline;
    width: 50%;
    margin: 0;
    padding: 0 6px;
    border: 0 none;
    outline: 0 none;
    box-shadow: none;
}

.albtn{
    line-height: 30px;
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #ffb800;
}
