::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .4);
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
a {
    text-decoration: none;
}
html,body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #606266;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


.layout-panel {
    padding: 50px;
}
.layout-panel .mini-panel-toolbar {
    padding: 10px 10px 0;
    border-bottom: 0;
}


.container {
    width: 900px;
    margin: 0 auto;
    background: #ffffff;
}
.breadcrumb {
    height: 34px;
    line-height: 34px;
    background: #ffffff;
}
.breadcrumb .breadcrumb-link {
}

/*form*/
.required-tip {
    display: inline-block;
    color: #ed4014;
    margin-right: 3px;
    font-size: 14px;
}
.form-control {
    display: inline-block;
    height: 34px;
    line-height: 34px;
}

.aside-title {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}

/* 卡片样式设置 */
.panel-legend {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    color: #3d4c44;
    padding: 0 15px;
}
.panel-fieldset, .panel-card {
    padding: 13px 15px 14px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(99, 99, 99, .05);
    margin-bottom: 10px;
}
.panel-card {
    border: 1px solid #ecedef;
    box-shadow: 0 1px 1px rgba(99, 99, 99, .05);
}

.channel-tree .no-data {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}


/*miniui*/
/*panel*/
.panel-box .mini-panel-header{
    background-color: #ffffff;
    border-color: #ddd;
}
.panel-box .mini-panel-header  .mini-panel-title {
    line-height: 35px;
}
.search-box .mini-buttonedit-icon {
    background: transparent;
    text-align: center;
}
/*表单控件只读*/
/*.asLabel .mini-textbox-border,
.asLabel .mini-textbox-input,
.asLabel .mini-buttonedit-border,
.asLabel .mini-buttonedit-input,
.asLabel .mini-textboxlist-border
{
    border:0;background:none;cursor:default;
}
.asLabel .mini-buttonedit-button,
.asLabel .mini-textboxlist-close
{
    display:none;
}
.asLabel .mini-textboxlist-item
{
    padding-right:8px;
}

.mini-buttonedit-readOnly .mini-buttonedit-border, .mini-buttonedit-readOnly .mini-buttonedit-input{
    border:0;
    background:none;
    cursor:default;
}
.mini-buttonedit-readOnly .mini-buttonedit-border {
    padding-left: 0;
    padding-right: 0;
}
.mini-buttonedit-readOnly .mini-buttonedit-buttons {
    display: none;
}*/

/*datagrid*/
.mini-grid-emptyText {
    text-align: center;
}
.no-data {
    width: 200px;
    margin: 20px auto;
    text-align: center;
}
.no-data div.img {
    width: 120px;
    height: 103px;
    margin: 0 auto;
}
.no-data div.img img {
    width: 100%;
    height: 100%;
}
.no-data .text {
    color: #999;
    font-size: 14px;
    margin-top: 0px;
    text-align: center;
}

/*treegrid*/
/*function treegrid*/
.function-item {
    margin-left:5px;
    margin-right:5px;
}
.function-item input {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -1px;
}

/*btn*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*tag*/
.tag {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0px 4px 0px 0;
    padding: 0 8px;
    border: 1px solid #e8eaec;
    border-radius: 3px;
    background: #f7f7f7;
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden
}
.tag-green {
    line-height: 20px;
    background: #f6ffed;
    border-color: #b7eb8f;
    color: #52c41a !important;
}
.tag-blue {
    line-height: 20px;
    background: #e6f7ff;
    border-color: #91d5ff;
    color: #1890ff !important;
}
.tag-info, .tag-info.tag-dot .tag-dot-inner {
    background: #2d8cf0;
    border-color: #2d8cf0;
}
.tag-success, .tag-success.tag-dot .tag-dot-inner {
    background: #19be6b;
    border-color: #19be6b;
}
.tag-warning,.tag-warning.tag-dot .tag-dot-inner {
    background: #f90;
    border-color: #f90;
}
.tag-danger, .tag-danger.tag-dot .tag-dot-inner {
    background: #ed4014;
    border-color: #ed4014;
}
.tag-pink {
    line-height: 20px;
    background: #fff0f6;
    border-color: #ffadd2
}

/*grid-btn*/
.grid-btn {
    display: inline-block;
    padding: 0px 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border: 1px solid #2672ff;
    color: #1d7cfd;
    border-radius: 2px;
}
.grid-btn:hover {
    background: #2672ff;
    color: #ffffff;
}
.grid-btn i {
    margin-right: 2px;
    font-size: 12px;
}


/*table*/
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: center;
}
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/*alert*/
.alert {
    position: relative;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert-warning {
    color: #7d6608;
    background-color: #fcf3cf;
    border-color: #fbeebc;
}


/*label*/

/*badge*/
.label,.badge {
    display: inline-block;
    padding: 3px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999;
    border: solid 1px #e9e9eb;
    overflow: hidden
}
.label.radius {
    border-radius: 3px
}

.badge {
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 4px;
}

.label:empty,.badge:empty {
    display: none
}

a.label:hover,a.label:focus,a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #e6e6e6;
    color: #333
}
.badge-default {
    background-color: #e6e6e6;
    color: #333
}

.label-default[href],.badge-default[href] {
    background-color: #e6e6e6;
    color: #333
}

.label-primary {
    background-color: #ecf5ff;
    border-color: #d9ecff;
    color: #409eff;
}

.label-primary[href],.badge-primary[href] {
    background-color: #5a98de
}

.label-info,.badge-info {
    background-color: #3bb4f2
}

.label-info[href],.badge-info[href] {
    background-color: #3bb4f2
}

.label-success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a
}

.label-success[href],.badge-success[href] {
    background-color: #5eb95e
}

.label-warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}

.label-warning[href],.badge-warning[href] {
    background-color: #f37b1d
}

.label-danger {
    background-color: #dd514c
}

.label-danger[href],.badge-danger[href] {
    background-color: #dd514c
}


.badge-primary {
    background: #409eff;
    border-color: #409eff;
    color: #ffffff;
}
.badge-info {
    background-color: #909399;
    border-color: #909399;
    color: #fff
}
.badge-success {
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff
}
.badge-warning {
    background-color: #e6a23c;
    border-color: #e6a23c;
    color: #fff
}
.badge-danger {
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff
}






/*input尺寸*/
.w-50 {
    width: 50px;
}
.w-80 {
    width: 80px;
}
.w-100 {
    width: 100px;
}
.w-120 {
    width: 120px;
}
.w-150 {
    width: 150px;
}
.w-170 {
    width: 170px;
}
.w-200 {
    width: 200px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}

/*margin*/
.m-xs {
    margin:5px;
}
.m-sm {
    margin:10px;
}
.m {
    margin:15px;
}
.m-md {
    margin:20px;
}
.m-lg {
    margin:30px;
}
.m-n {
    margin:0;
}
.m-l-none {
    margin-left:0 !important;;
}
.m-l-xs {
    margin-left:5px;
}
.m-l-sm {
    margin-left:10px;
}
.m-l {
    margin-left:15px;
}
.m-l-md {
    margin-left:20px;
}
.m-l-lg {
    margin-left:30px;
}
.m-l-xl {
    margin-left:40px;
}
.m-l-n-xxs {
    margin-left:-1px;
}
.m-l-n-xs {
    margin-left:-5px;
}
.m-l-n-sm {
    margin-left:-10px;
}
.m-l-n {
    margin-left:-15px;
}
.m-l-n-md {
    margin-left:-20px;
}
.m-l-n-lg {
    margin-left:-30px;
}
.m-l-n-xl {
    margin-left:-40px;
}
.m-t-none {
    margin-top:0;
}
.m-t-xxs {
    margin-top:1px;
}
.m-t-xs {
    margin-top:5px;
}
.m-t-sm {
    margin-top:10px;
}
.m-t {
    margin-top:15px !important;
}
.m-t-md {
    margin-top:17px !important;
}
.m-t-lg {
    margin-top:30px;
}
.m-t-xl {
    margin-top:40px;
}
.m-t-n-xxs {
    margin-top:-1px;
}
.m-t-n-xs {
    margin-top:-5px;
}
.m-t-n-sm {
    margin-top:-10px;
}
.m-t-n {
    margin-top:-15px;
}
.m-t-n-md {
    margin-top:-20px;
}
.m-t-n-lg {
    margin-top:-30px;
}
.m-t-n-xl {
    margin-top:-40px;
}
.m-r-none {
    margin-right:0 !important;
}
.m-r-xs {
    margin-right:5px;
}
.m-r-sm {
    margin-right:10px;
}
.m-r {
    margin-right:15px;
}
.m-r-md {
    margin-right:20px;
}
.m-r-lg {
    margin-right:30px;
}
.m-r-xl {
    margin-right:40px;
}
.m-r-n-xxs {
    margin-right:-1px;
}
.m-r-n-xs {
    margin-right:-5px;
}
.m-r-n-sm {
    margin-right:-10px;
}
.m-r-n {
    margin-right:-15px;
}
.m-r-n-md {
    margin-right:-20px;
}
.m-r-n-lg {
    margin-right:-30px;
}
.m-r-n-xl {
    margin-right:-40px;
}
.m-b-none {
    margin-bottom:0;
}
.m-b-xs {
    margin-bottom:5px;
}
.m-b-sm {
    margin-bottom:10px;
}
.m-b {
    margin-bottom:15px;
}
.m-b-md {
    margin-bottom:20px;
}
.m-b-lg {
    margin-bottom:30px;
}
.m-b-xl {
    margin-bottom:40px;
}
.m-b-n-xxs {
    margin-bottom:-1px;
}
.m-b-n-xs {
    margin-bottom:-5px;
}
.m-b-n-sm {
    margin-bottom:-10px;
}
.m-b-n {
    margin-bottom:-15px;
}
.m-b-n-md {
    margin-bottom:-20px;
}
.m-b-n-lg {
    margin-bottom:-30px;
}
.m-b-n-xl {
    margin-bottom:-40px;
}
