*{
    box-sizing: border-box;
}
html,body{
    width: 100%;height: 100%;
    margin:0;font-size: 12px;
}
.flex{display:flex;}

.flex-1{order:1;}
.flex-2{order:2}
.flex-3{order:3}
.flex-auto{flex: 1;overflow: auto}
.height-auto{height: auto}
.flex-row{flex-direction:row}
.flex-row-reverse{flex-direction: row-reverse}
.flex-row .flex-child{height: 100%;}
.flex-lie {flex-direction:column}
.flex-lie .flex-child{width: 100%;}

.zUI-body{
    margin: 0;
}
.zUI-full{
    margin: 0;padding: 0;
    box-sizing: border-box;
    width: 100%;height: 100%;
}
.zUI-show{
    display: block!important;
}
.zUI-hide{
    display: none!important;
}
em{
    color: red;font-style: normal;
}
pre{
    margin: 0;
}
a{
    text-decoration: none;
}
.no-select{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.zUI-app{
    margin: 0;padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.zUI-header{
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    background-color: #393D49;
}
.zUI-header .zUI-logo{
    line-height: 60px;
    padding-left: 5px;
    font-size: 16px;
    width: 200px;
}
.zUI-header .zUI-logo img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
.fload-plugin{position: relative;top:50%;left:0;width:9px;height:0;}
.fload-plugin> div{position: relative;top:-4.5px;left:0;min-width:9px;min-height:60px;background: #0099ff;
    border-top-right-radius: 4px;border-bottom-right-radius: 4px;cursor: pointer;
}
.fload-plugin> div> i{line-height: 60px;font-size: 9px;margin-left: 1px;color:white;}

.zUI-nav{
    position: relative;
    width: 200px;
    left: 0;
    padding: 0;
}
.zUI-nav li{
    list-style: none;
}
.zUI-left{
    position: absolute;
    top: 60px;
    width: 200px;
    height: calc(100% - 60px);
    background-color: #393D49;
}
.zUI-hide-scroll{
    position: relative;
    width: 220px;
    height: 100%;
    overflow-x: hidden;
}
.zUI-hide-scroll .zUI-second-nav{
    width: 100%;
    color: white;
    background-color: #393D49;
    line-height: 45px;

}

.zUI-hide-scroll .zUI-second-nav a{
    display: block;
    color: rgba(255,255,255,.7);
    transition: all .3s;
    -webkit-transition: all .3s;
    color: white;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zUI-hide-scroll .zUI-second-nav>a{
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}
.zUI-hide-scroll .zUI-second-nav .zUI-nav-child a{
    line-height: 35px;
    color: rgba(255,255,255,.7);
    padding-left: 20px;
    font-size: 14px;
}
.zUI-hide-scroll .zUI-second-nav .zUI-nav-child dd{
    padding-right: 1px;
}
.zUI-hide-scroll .zUI-second-nav .zUI-nav-child{
    margin: 0;
    background-color:rgba(0,0,0,.3)
}

.zUI-body{
    height: calc(100% - 60px);
    width: calc(100% - 200px);
    position: absolute;
    top: 60px;
    left: 200px;
}

.zUI-bar-content{
    height:35px;width:100%;order:1;display:flex;flex-direction:row;
    overflow:hidden;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    box-sizing:border-box;background-color:rgb(44,44,50);padding:0 2px 0 0;
    box-shadow:0 2px 2px 0 #ddd;
}
.zUI-bar-content .tab-item {
    height: 33px;
    min-width: 120px;
    color: #666;
    text-align: left;
    display: flex;
    flex-direction: row;
    margin: 2px 2px 0 1px;
    cursor: pointer;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.zUI-bar-content .selected-tab {
    background: white;
    color: #533!important;
}

.zUI-bar-content i {
    color: gray!important;
}

.zUI-bar-content .tab-item:hover {
    background: white;
    color: #333!important;
}

.tab-item .tab-title {
    width: calc(100% - 25px);
    height: 100%;
    line-height: 35px;
    order: 1;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    float: left;
}

.tab-item .tab-close {
    width: 20px;
    line-height: 35px;
    order: 2;
    text-align: center;
    border-top-right-radius: 5px;
    float: left;
}

.zUI-iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: white;
    flex: 1;
    order: 2;
    margin: 0;
}

.zUI-bg-black{
    background-color: #3a3a3a!important;
}
.zUI-black{
    color: #3a3a3a!important;
}
.zUI-bg-red{
    background-color: #fb3500!important;
}
.zUI-red{
    color: #fb3500!important;
}
.zUI-bg-blue{
    background-color: #337ab7!important;
}
.zUI-blue{
    color: #337ab7!important;
}
.zUI-bg-blue2{
    background-color: #0099ff!important;
}
.zUI-blue2{
    color: #0099ff!important;
}
.zUI-bg-white{
    background-color: white!important;
}
.zUI-white{
    color: white!important;
}
.zUI-bg-green{
    background-color: #009688!important;
}
.zUI-green{
    color: #009688!important;
}
.zUI-bg-gray{
    background-color: lightgrey!important;
}
.zUI-gray{
    color: lightgrey!important;
}

/*徽章*/
.zUI-badge{
    list-style: none;
    text-align: center;
    display: inline;
    /*min-width: 20px;*/
    height: 24px;
    padding: 5px 10px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 24px;
    background-color: #fb3500;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    word-break: keep-all;
}
.zUI-badge.zUI-badge-close{
    padding-right: 5px!important;
}
.zUI-badge.zUI-badge-close span{
    margin-left: 6px;
}
.zUI-badge.zUI-badge-close span:after{
    content: '×';
    margin-left: 2px;
    cursor: pointer;
    font-family: Tahoma, serif;
}
.zUI-badge.zUI-badge-close span:hover:after{
    color: #d9d9d9;
}
.zUI-badge.zUI-badge-close.sm span:after,.zUI-badge.zUI-badge-close.ssm span:after{
    font-family: inherit;
}
.zUI-badge.pointer{
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    vertical-align: middle;
}
.zUI-badge.sm:not(.pointer){
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
}
.zUI-badge.pointer.sm{
    width: 12px;
    height: 12px;
}
.zUI-badge.ssm:not(.pointer){
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 2px;
    height: 15px;
    line-height: 15px;
}
.zUI-badge.pointer.ssm{
    width: 10px;
    height: 10px;
}
.zUI-badge.lg:not(.pointer){
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
}
.zUI-badge.pointer.lg{
    width: 15px;
    height: 15px;
}



/*按钮样式*/
.zUI-btn{
    background-color: #0099ff;
    color: #fff;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    min-width: 4em;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    padding: 0 5px!important;
    margin: 0 4px!important;
}
.zUI-icon{
    cursor: pointer;
}
.zUI-btn .zUI-icon{
    line-height: inherit;
    font-size: inherit;
}
i.zUI-icon{
    min-width: 18px;
    font-weight: normal;
}
.zUI-btn.zUI-btn-border{
    background-color: white;
    border: 1px solid limegreen;
    color: limegreen;
}


.zUI-btn{
    font-size: 12px;
}.zUI-btn:hover,.zUI-btn:focus{
     color: white;
 }.zUI-btn.lgg{
      line-height: 41px;
      height: 41px;
      font-size: 18px;
  }
.zUI-btn.lg{
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    padding: 0 10px!important;
}
.zUI-btn.md{
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    padding: 0 8px!important;
}
.zUI-btn.ssm{
    line-height: 24px;
    height: 24px;
    font-size: 10px;
}
.zUI-btn.zUI-btn-null{
    border: 1px solid limegreen;
    background-color: white;
    color: limegreen;
}
.zUI-btn.zUI-btn-null:not(.disable):hover{
    color: white;
    background-color: limegreen;
}
.zUI-btn.success:not(.zUI-btn-null){
    background-color: limegreen;
    border-color: limegreen;
}
.zUI-btn.zUI-btn-null.success:not(.disable):hover{
    background-color: limegreen;
}
.zUI-btn.danger:not(.zUI-btn-null){
    background-color: orangered;
    border-color: orangered;
}
.zUI-btn.zUI-btn-null.danger{
    border-color: orangered;
    color: orangered;
}
.zUI-btn.zUI-btn-null.danger:not(.disable):hover{
    background-color: orangered;
    color: white;
}
.zUI-btn.info:not(.zUI-btn-null){
    background-color: #0099ff;
    border-color: #0099ff;
}
.zUI-btn.zUI-btn-null.info{
    border-color: #0099ff;
    color: #0099ff;
}
.zUI-btn.zUI-btn-null.info:not(.disable):hover{
    background-color: #0099ff;
    color: white;
}

.zUI-btn.warn:not(.zUI-btn-null){
    background-color: darkorange;
    border-color: darkorange;
}
.zUI-btn.zUI-btn-null.warn{
    border-color: darkorange;
    color: darkorange;
}
.zUI-btn.zUI-btn-null.warn:not(.disable):hover{
    background-color: darkorange;
    color: white;
}

.zUI-btn.disable:not(.zUI-btn-null){
    cursor: not-allowed;
    background-color: rgb(219,219,219);
    border-color: rgb(215,214,213);
    color: white;
}
.zUI-btn.zUI-btn-null.disable{
    border-color: rgb(215,214,213);
    color: rgb(215,214,213);
    cursor: not-allowed;
}
.zUI-btn.circle{
    width: 40px;
    height: 40px;
    min-width: unset;
    line-height: 39px;
    padding: 0!important;
    border-radius: 20px;
    font-size: 14px;
}
.zUI-btn.circle.ssm{
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0!important;
    border-radius: 15px;
    font-size: 10px;
}
.zUI-btn.circle.sssm{
    width: 18px;
    height: 18px;
    line-height: 19px;
    padding: 0!important;
    border-radius: 9px;
    font-size: 8px;
}
.zUI-btn.circle.sm{
    width: 35px;
    height: 35px;
    line-height: 34px;
    padding: 0!important;
    border-radius: 50%;
    font-size: 12px;
}

/*表格*/
.zUI-table{
    border-collapse:collapse;font-size: 12px;table-layout: fixed;
}
.zUI-table tr:first-child>th{
    font-weight: 600;text-align: center;
}
.zUI-table td,.zUI-table th{
    padding: 5px;
    height: 30px;line-height: 20px;
    color: #3a3a3a;min-width: 40px;min-height: 30px;
}
.zUI-table th{
    background-color: #f7f7f7;
    max-height: 30px;
}
.zUI-table td,.zUI-table th{
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;

}
.zUI-table th.sortable{
    cursor: pointer;
}
.zUI-table tr:last-child>td{
    border-bottom: 1px solid #dddddd;
}
.zUI-table tr>td:last-child{
    border-right: 1px solid #dddddd;
}
.zUI-table tr>th:last-child{
    border-right: 1px solid #dddddd;
}
.zUI-table tr>td{
    border-bottom: 1px solid #dddddd;
}
.zUI-table.nowrap th,.zUI-table.nowrap td{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}
/*数据表格*/
.zUI-table-wrap{
    width: 100%;height: 100%;overflow: hidden;
    position: relative;left: 0;top: 0;border: 1px solid #dddddd;
}
.zUI-table-wrap.no-page{
    height: auto;width: auto;overflow-y: auto;border: none;border-bottom: 1px solid #ddd;
}
.zUI-table-header-wrap,.zUI-table-content-wrap{
    position: relative;left: -1px;width: 100%;
}
.no-page .zUI-table-header-wrap,.no-page .zUI-table-content-wrap{
    left: 0;
}
.no-page .zUI-table-header-wrap{
    top: 0;
}

.zUI-table-header-wrap{
    top: 0;border-bottom: 1px solid #ddd;
    height: 30px;overflow: hidden;width: calc(100% - 1px);
}

.second-head .zUI-table-header-wrap{
    height: 60px;
}
.zUI-table-content-wrap{
    top: -2px;height: calc(100% - 30px - 35px);
    overflow-y: auto;border-bottom: 1px solid #ddd;
}
.no-page .zUI-table-content-wrap{
    height: calc(100% - 30px);
}
.second-head .zUI-table-content-wrap{
    height: calc(100% - 60px - 35px);
}
.three-head .zUI-table-content-wrap{
    height: calc(100% - 30px - 35px - 30px);
}
.three-head.no-page .zUI-table-content-wrap{
    height: calc(100% - 30px - 30px);
}
.three-head.second-head .zUI-table-content-wrap{
    height: calc(100% - 60px - 35px - 30px);
}
.three-head.second-head.no-page .zUI-table-content-wrap{
    height: calc(100% - 60px - 30px);
}
.no-page .zUI-table-tool-wrap{
    display: inline-block;height: 30px;line-height: 30px;width: 100%;padding: 0 2px;
    border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-right: 1px solid #ddd;
}
.zUI-table-tool-wrap{
    border: none;padding: 0 2px;
}
.zUI-table-tool-wrap span{
    display: inline-block;height: 26px;line-height: 26px;min-width: 40px;padding: 0 5px;text-align: center;cursor: pointer;margin: 2px 0;
}
.zUI-table-tool-wrap span:hover{
    background-color: #eee;
}
.zUI-table-tool-wrap span:not(:last-child){
    border-right: 1px solid #eee;
}
.zUI-table-wrap.no-page .zUI-table-content-wrap{
    border-bottom: none;
}
.zUI-table-page-wrap{
    position: relative;bottom: -1px;left: -1px; height: 35px;width: calc(100% + 2px);line-height: 33px;background-color: white;padding: 0 10px;
}
.zUI-table-page-wrap .inline{
    height: 22px!important;vertical-align: unset!important;line-height: 22px;
}
.zUI-table-page-wrap input{
    width: 30px!important;margin-left: 2px;text-align: center;
}
.zUI-table-page-wrap select{
    width: 50px!important;margin-right: 5px;margin-left: 5px;
}
.zUI-table-page-wrap span{
    display: inline-block;
    right: 5px;position: absolute;top: calc(50% - 10px);
}
.zUI-table-page-wrap .zUI-icon{
    font-size: 16px;text-align: center;cursor: pointer;
}
.zUI-table-page-wrap .zUI-btn{
    margin: 0!important;margin-right: 2px!important;font-size: 8px;border-radius: 0;padding: 0!important;height: 22px;
}
.zUI-table-page-wrap .zUI-icon.disabled{
    color: lightgrey;cursor: not-allowed;
}
.zUI-table-page-wrap .zUI-icon:not(.disabled):hover{
    color: #0099ff;
}
.zUI-table-split{
    position: absolute;right: 0px;height: calc(100% - 30px - 35px);width: 16px;background-color:#f7f7f7;top: 0;
}
.no-page .zUI-table-split{
    border-top: 1px solid #dddddd;border-right: 1px solid #dddddd;border-left: none;
}
.three-head .zUI-table-split{
    top: calc(26px + 3px);border-top: 1px solid #ddd;border-left: 1px solid #ddd;
}
.tbt{
    border-top: 1px solid #ddd;
}
.three-head.no-page .zUI-table-split{
    top: 30px;border-top: 1px solid #ddd;
}

.zUI-table td.rowdetail-toggle-td{
    word-break: break-all;
    white-space: unset;
}
.zUI-table .rowdetail-toggle{
    font-size: 18px;color: #999;
}
/*表单*/
input.zUI-input, select.zUI-input {
    background-color: #fff;
    min-height: 20px;
    vertical-align: middle;

}
input:not([type=radio]):not([type=checkbox]).zUI-input{
    width: 100%;
}
select.zUI-input{
    width: 100%;
}
input.zUI-input {
    height: 30px;
}
select.zUI-input {
    height: 28px;
    padding: 0 4px 0 1px;
}
textarea.zUI-input, input.zUI-input, select.zUI-input{
    border: 1px solid #ddd;
}
input.zUI-input:hover, input.zUI-input:focus, select.zUI-input:hover, select.zUI-input:focus, textarea.zUI-input:hover, textarea.zUI-input:focus{
    border-color: #3b97d7;
}
input.zUI-input, button.zUI-input, select.zUI-input, textarea.zUI-input {
    *font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: none;border-radius: 2px;
}

/*面板*/
*[zUI-close]{}
.zUI-card[zUI-folder] .zUI-card-title{
    cursor: pointer;
}
.zUI-card[zUI-card-group] .zUI-card-title{
    cursor: pointer;
}
.zUI-card *{
    box-sizing: border-box;
}
.zUI-card{
    height: auto;
    width: auto;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #e1e0e0;
    border-radius: 4px;
}
.zUI-card .zUI-card-title{
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #464646;
    background-color: #f9f9f9;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
}
.zUI-card .zUI-card-title .text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    padding-left: 8px;
    width: calc(100% - 150px);
    min-width: 60%;
    float: left;
}
.zUI-card .zUI-card-title .btns{
    height: 100%;
    width: 150px;
    line-height: inherit;
    padding: 2px 5px;
    text-align: right;
    float: left;
}
.zUI-card .zUI-card-title .btns>i {
    cursor: pointer;
    color: inherit;
    margin-right: 5px;
    font-size: 16px;
}
.zUI-card .zUI-card-wrap{
    width: 100%;
    border-top: 1px solid #e3e3e3;
    overflow: hidden;
    border-radius: 4px;
    background-color: white;
    padding: 5px 2px;
    line-height: inherit;
}

.zUI-card.md .zUI-card-title{
    line-height: 40px;
    height: 40px;
}
.zUI-card.sm .zUI-card-title{
    line-height: 26px;
    height: 26px;
}


/*表单布局*/
.zUI-form .zUI-items{
    font-size: 12px;
    width: 100%;
    line-height: 40px;
}
.zUI-form .zUI-items .zUI-form-line{
    width: 100%;
    display: flex;
    padding: 3px;
}
.zUI-form .zUI-items .zUI-form-line.zUI-form-btns{
    text-align: center;
    display: inline-block;
}
.zUI-form-btns .zUI-btn{
    margin: 0 auto;
}
.zUI-form .zUI-items .zUI-form-label{
    float: left;
    text-align: right;
    word-break: keep-all;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    width: 130px;
    max-width: 30%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.zUI-form .zUI-items .zUI-form-label.required:after{
    content: '*';
    color: red;
}
.zUI-form .zUI-items .zUI-form-item{
    text-align: left;
    float: left;
    border: 1px solid #ddd;
    /*width: calc(100% - 130px);*/
    min-width: 185px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.zUI-rc-wrap{
    word-break: keep-all;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.zUI-radio{
    display: inline-block;
    line-height: 24px;
    margin: -1px 5px 0 10px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #0099ff;
}
.zUI-rc-wrap.zUI-radio-wrap.disabled{
    color: lightgrey;
    cursor: not-allowed;
}
.zUI-rc-wrap.zUI-radio-wrap.disabled .zUI-radio{
    border: 1px solid lightgrey;
}
.zUI-rc-wrap.zUI-radio-wrap.zUI-checked:before{
    content: "";
    position: absolute;
    left: 15px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #0099ff;
    background-color: #0099ff;
    border-radius: 4px;
}
.zUI-rc-wrap.zUI-radio-wrap.disabled:before{
    border: 1px solid lightgrey;
    background-color: lightgrey;
}
.zUI-rc-wrap.zUI-radio-wrap.zUI-checked.disabled:before{
    border: 1px solid lightgrey;
    background-color: lightgrey;
}
.zUI-checkbox{
    display: inline-block;
    line-height: 24px;
    margin: -1px 5px 0 10px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: 1px solid #0099ff;
}
.zUI-rc-wrap.zUI-checkbox-wrap.disabled{
    color: lightgrey;
    cursor: not-allowed;
}
.zUI-rc-wrap.zUI-checkbox-wrap.disabled .zUI-checkbox{
    border: 1px solid lightgrey;
}
.zUI-rc-wrap.zUI-checkbox-wrap.zUI-checked .zUI-checkbox{
    background-color: #0099ff;
}
.zUI-rc-wrap.zUI-checkbox-wrap.zUI-checked.disabled .zUI-checkbox{
    background-color: lightgrey;
}
.zUI-rc-wrap.zUI-checkbox-wrap.zUI-checked:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 15px;
    width: 5px;
    height: 8px;
    margin-top: -6px;
    transform: rotate(45deg) scale(1);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
/*辅助标题元素*/
.zUI-strik{
    display: inline-block;line-height: 50px;font-size: 18px;font-weight: bold;background-color: #f6f6f6;color: #444038;padding-left: 15px;width: 100%;margin: 12px 0;
    border-left: 6px solid #09f;position: relative;
}
.zUI-strik.ssm:not(.angular1){
    line-height: 30px;font-size: 14px;font-weight: bold;padding-left: 6px;width: 100%;margin: 10px 0;
}
.zUI-strik.sm:not(.angular1){
    line-height: 40px;font-size: 16px;font-weight: bold;padding-left: 8px;width: 100%;margin: 10px 0;
}
.zUI-strik.nobg{
    background-color: unset;
}
.zUI-strik.angular1{
    padding-left: 25px;
}
.zUI-strik.line1,.zUI-strik.line2{
    border-left: 1px solid white;padding-left: 25px;
    border-right: 1px solid white;border-radius: 3px;
}
.zUI-strik.line1{
    border-top: 2px solid #09f;
}
.zUI-strik.line2{
    border-bottom: 2px solid #09f;
}
.zUI-strik.angular1:before{
    position: absolute;border-radius: 3px;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
    border-left: 15px solid #09f;
    width: 0;
    height: 0;
    top: calc(50% - 25px);
    left: 0;
    display: inline-block;
    padding:0;
    content:'';
}
.zUI-strik.angular1:after{
    position: absolute;
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    border-left: 8px solid #f6f6f6;
    width: 0;
    height: 0;
    top: calc(50% - 12px);
    left: 0;
    display: inline-block;
    padding:0;
    content:'';
    cursor: pointer;
}
/*代码块*/
.zUI-code{
    position: relative;
    width: 100%;overflow: auto;background-color: #f6f6f6;color: #999;border: 1px solid #eee;
    padding: 20px 5px 5px 5px;display: inline-block;line-height: 20px;font-size: 14px;
    font-family: Source Code Pro,DejaVu Sans Mono,Ubuntu Mono,Anonymous Pro,Droid Sans Mono,Menlo,Monaco,Consolas,Inconsolata,Courier,monospace,PingFang SC,Microsoft YaHei,sans-serif;
}
.zUI-code .zUI-code-seq{
    width: 40px;position: relative;float: left;
    border-right: 1px solid #999;text-align: right;padding-right: 10px;
}
.zUI-code .zUI-code-line{
    padding-left: 10px;float: left;
    width: calc(100% - 40px);background-color: #f6f6f6;color: #000;top: -22px;
    left: 40px;
}
.zUI-code .zUI-code-line span.keyword{
    color: hotpink;
}
.zUI-code .zUI-code-line span.note{
    color: gray;
}
.zUI-code .zUI-code-line span.string{
    color: mediumseagreen;
}
.zUI-code .zUI-btn{
    position: absolute;
    display: none;
    right: 0;top: 2px;
}
.zUI-code:hover .zUI-btn{
    display: inline-block;
}

.w250{
    width: 250px!important;
}
.p5{
    padding: 5px!important;
}
.p10{
    padding: 10px!important;
}
.p20{
    padding: 20px!important;
}
.pb5{
    padding-bottom: 5px!important;
}
.pb10{
    padding-bottom: 10px!important;
}
.pt5{
    padding-top: 5px!important;
}
.pt10{
    padding-top: 10px!important;
}
.m5{
    margin: 5px!important;
}
.m10{
    margin: 10px!important;
}
.mt10{
    margin-top: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mt5{
    margin-top: 5px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}
.align-center{
    text-align: center!important;
}
.align-left{
    text-align: left!important;
}
.align-right{
    text-align: right!important;
}
.zUI-row{
    width: 100%;
}
.zUI-close{
    cursor: pointer;
    font-family: Tahoma, serif;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.text-auto{
    text-overflow: ellipsis;overflow: hidden;word-break: keep-all;white-space: nowrap;
}
.lt-tr.green .list-box>ul>li:not(.active):not(.disabled):hover{
    background-color: #09f;color: white;border: none;box-shadow: 0 0 10px 0 #09f;
}
.lt-tr.green .list-box>ul>li.active:hover{
    background-color: #09f;color: white;border: none;box-shadow: 0 0 10px 0 #09f;
}

.lt-tr.green .list-box>ul>li.active{
    background-color: #09f;color: white;
}
