.jstree-contextmenu{
    z-index: 100000;
}
.modal-wrap{
    padding-right: 40px;
    padding-top: 20px;
}
.layui-info-table{
    margin-bottom: 50px;
    width: 100%;
    min-width: 320px;
}
.layui-info-table tr{
    height: 40px;
    line-height: 40px;
}
.layui-info-table tr>td:first-child, .layui-info-table tr>th:first-child{
    width: 140px;
    /*text-align: center;*/
    text-indent: 1.4em;
}
.layui-info-table tr:nth-child(odd){
    background-color: #f6fbfa;
}
.layui-layer-title>span{
    
}
.layui-table-title{
    color: #333;
}

.layui-layer-title{
    min-height: 42px!important;
    height: auto!important;
}
.layui-layer-title:after{
    content: '';
    height: 0;
    display: block;
    clear:both;
}

.layui-layer-title>span.layui-this{
    height: 42px!important;
    color: white;
    border: none!important;
    background: none!important;
}
.layui-layer-title .layui-this:before{
    content: '';
    background: #099689;
    position: absolute;
    left: 0;
    height: 30px;
    z-index: -1;
    border-radius: 16px;
    right: 0;
    width: 70%;
    margin: 0 auto;
    top: 6px;
}
/**treeselect*/
.layui-form-select .layui-tree {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}
.layui-form-selected .layui-tree {
    display: block;
}
.color-red{
    color:#FF5722;
    position: relative;
    top:2px;
}

.eam-flash{
    position: relative;
    background-image: none!important;
}
.eam-flash:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: url("../images/cluster-mini.png") no-repeat center;
    -webkit-animation: eamFlash 2s infinite; /* Safari 与 Chrome */
    animation: eamFlash 2s infinite; /* Safari 与 Chrome */
}
@keyframes eamFlash
{
    0% {opacity: 0.4;}
    50% {opacity: 1;}
    100% {opacity: 0.4;}
}

@-webkit-keyframes eamFlash /* Safari 与 Chrome */
{
    0% {opacity: 0.4;}
    50% {opacity: 1;}
    100% {opacity: 0.4;}
}
.ea-maker-address-label{
    
}
.ea-time-maker-label{
    position: relative;
    color: #2FB9F0;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #fff;
}
.ea-time-maker-label:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
}
/**
select2
 */
.select2-container{
    /*padding: 3px 0;*/
}
.select2-selection--single,.select2-dropdown{
    -webkit-border-radius:2px!important;
    border-radius:2px!important;
    border: 1px solid #e6e6e6!important;
}
.select2-dropdown{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.select2-selection__arrow b{
    margin-top: 1px!important;
    border-color: transparent transparent #ccc transparent!important;
}
a:focus{
    outline: none;
}
.v-hidden{
    visibility: hidden;
}
/*.select2-container--default .select2-selection--single .select2-selection__clear{*/
    /*font-size: 24px;*/
    /*margin-top: -2px;*/
    /*font-weight: 200!important;*/
/*}*/
.ea-full-sec{
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #F6F6F6;
    padding: 0 15px 0;
}
.ea-full{
    position: relative;
    top: 6px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: inline-block;
    background: url("../images/full.png") no-repeat center;
    background-size: 100%;
}
.ea-full.active{
    background: url("../images/restore.png") no-repeat center;
    background-size: 100%;
}
.select2-selection__placeholder{
    color: #ccc!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:    #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:    #ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:    #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:    #ccc;
}
.code-pre{
    display: block;
    padding: 9.5px;
    /* margin: 0 0 10px; */
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.table-pre-wrap .layui-table-cell{
    height: auto!important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    /*min-height: 40px;*/
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid #e6e6e6 1px;

}
/*.custom-select2-container .select2-selection__clear {*/
    /*margin-top: -2px!important;*/
/*}*/
/*.custom-select2-container{*/
    /*height: 38px!important;*/
    /*line-height: 38px!important;*/
    /*border-radius: 2px;*/
    /*!*padding-top: 4px;*!*/
    /*position: relative;*/
/*}*/
/*.custom-select2-container .select2-selection__rendered{*/
    /*line-height: 38px!important;*/
/*}*/
/*.custom-select2-container .select2-selection__choice{*/
    /*height: 22px;*/
    /*line-height: 22px;*/
/*}*/
.select2-container .select2-search--inline .select2-search__field{
    /*margin-top: 10px!important;*/
    /*width: 100% !important;*/
}
.select2-dropdown--below{
    margin-top: 5px;
}
.fancybox-container{
    z-index: 99999999!important;
}
.eam-node-wrap{
    min-height: 300px;
}
.eam-node-wrap .layui-table, .eam-node-wrap .layui-table-view{
    margin: 0!important;
}
.eam-node-wrap .layui-table-header{
    display: none;
}
.eam-node-wrap .layui-table-cell{
    width: auto!important;
}

.layui-form-pw .layui-form-label{
    width: 120px;
}
.layui-form-pw .layui-input-block{
    margin-left: 150px;
}
.esp-title{
    display: inline-block;
    margin-left: 15px;
}
.audit-next-arrow{
    position: absolute;
    right: -20px;
    top: 0px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    color: #cccccc;
    transform: rotate(180deg);
}
.audit-person{
    margin-right: 20px;
}
.ztree-input>a:last-child .audit-next-arrow{
    display: none;
}

.custom-select2-container{
    min-height: 38px!important;
    line-height: 1.3!important;
    padding-top: 4px!important;
}

.lf-upload-list{
    margin: 10px 0;
    display: inline-block;
}

.lf-upload-btn{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.lf-upload-btn>i{
    color: white;
    line-height: 50px;
    font-size: 30px!important;
}
.lf-ul-item{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 15px;
}
.lf-ul-item img{
    width: 100%;
}
.lf-ul-item>.layui-icon{
    position: absolute;
    cursor: pointer;
    color: red;
    font-size: 20px;
    right: -10px;
    top: -10px;
}

.layui-layer-btn > a.layui-layer-btn-normal{border-color: #1E9FFF; background-color: #1E9FFF; color:#fff;}
.layui-layer-btn > a.layui-layer-btn-danger{border-color: red; background-color: red; color:#fff;}
.text-center{
    text-align: center;
}
.mw-320{
    min-width: 320px;
}

.clear-layui-icon-style .layui-icon {
    line-height: inherit!important;
    position: inherit!important;
    margin-top: 0!important;
}