.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text, .text-hide {
    font: 0/0 a;
    color: rgba(0,0,0,0);
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    border: 0;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dui-index-picker {
    min-width: 140px;
    position: relative;
}

    .dui-index-picker .ant-checkbox, .dui-index-picker .ant-checkbox-wrapper, .dui-index-picker .ant-radio, .dui-index-picker .ant-radio-wrapper {
        font-size: 12px;
    }

.dui-index-picker-group {
    width: 100%;
    margin: 12px 0;
}

.dui-index-picker-label {
    font-size: 12px;
    color: #999;
}

.dui-index-picker-content {
    @include clearfix();
    position: relative;
    width: 100%;
}

.dui-index-picker-list {
    @include clearfix();
    overflow: hidden;
    zoom: 1;
    display: block;
    padding: 0;
    margin: 0;
}

    .dui-index-picker-list.with-action {
        width: calc(100% - 100px);
    }

.dui-index-picker-reset {
    color: #0b63e6;
}

.dui-index-picker-item {
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
    overflow: hidden;
    display: block;
    width: 14.28571429%;
    min-width: 140px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.dui-index-picker-longItem {
    width: 28.57142857%;
    min-width: 280px;
}

.dui-index-picker-text {
    color: #333;
}

.dui-index-picker-text-tooltip {
    word-wrap: break-word;
}

.dui-index-picker-comment {
    color: #333;
}

.dui-index-picker-blank {
    width: 100px;
    height: 1px;
    float: right;
}

.dui-index-picker-action {
    text-align: right;
    width: 100px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -100px;
    line-height: 26px;
    vertical-align: middle;
    font-size: 12px;
}

.dui-index-picker-count {
    margin-right: 6px;
    color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: rgba(0,0,0,0);
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

.mark, mark {
    background: #ff0;
    color: #000;
}

.small, small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, p, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

a, article, aside, audio, body, button, dd, div, dl, dt, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, input, label, li, nav, ol, p, pre, section, select, span, table, tbody, td, textarea, tfoot, thead, tr, ul, video {
    /*margin: 0;*/
    padding: 0;
    border: none;
    outline: none;
}

    a, a:active, a:hover, a:link, a:visited {
        text-decoration: none;
    }

dl, li, ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, select {
    text-transform: none;
}

input, select {
    -webkit-appearance: none;
}

.dui-table-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

    .dui-table-wrapper .dui-dt-message {
        z-index: 999;
    }

.dui-common-table .ant-table {
    font-size: 12px;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimHei,WenQuanYi Micro Hei,sans-serif;
    color: #333;
}

.dui-common-table .ant-table-empty .ant-table-placeholder {
    visibility: hidden;
    min-height: 100px;
    line-height: 100px;
}

.dui-common-table .ant-table-tbody > tr > td, .dui-common-table .ant-table-thead > tr > th {
    padding: 10px 16px 10px 10px;
}

.dui-common-table .ant-table-thead > tr > th {
    background: #fff;
}

.dui-common-table .ant-table-tbody > tr.ant-table-row-hover > td, .dui-common-table .ant-table-tbody > tr:hover > td, .dui-common-table .ant-table-thead > tr.ant-table-row-hover > td, .dui-common-table .ant-table-thead > tr:hover > td {
    background: #e6f7ff;
}

.dui-common-table .ant-table-tbody > tr > td.ant-table-selection-column, .dui-common-table .ant-table-thead > tr > th.ant-table-selection-column {
    text-align: left;
}

.dui-common-table .ant-table-pagination .ant-pagination-item {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #fff;
    min-width: 16px;
    height: 18px;
    line-height: 18px;
}

.dui-common-table .ant-table-pagination .ant-pagination-jump-next, .dui-common-table .ant-table-pagination .ant-pagination-jump-prev, .dui-common-table .ant-table-pagination .ant-pagination-next, .dui-common-table .ant-table-pagination .ant-pagination-prev {
    min-width: 16px;
    height: 18px;
    line-height: 18px;
}

.dui-common-table .ant-table-pagination .ant-pagination-item-active {
    background-color: #fff;
    border-color: #0088fe;
}

.dui-common-table .ant-table-pagination .ant-pagination-prev {
    padding-right: 10px;
}

.dui-common-table .ant-table-pagination .ant-pagination-next {
    padding-left: 10px;
}

    .dui-common-table .ant-table-pagination .ant-pagination-next:hover a, .dui-common-table .ant-table-pagination .ant-pagination-prev:hover a {
        color: #0088fe;
    }

.dui-common-table .ant-table-pagination .ant-pagination-disabled:hover a {
    color: #cecece;
}

.dui-common-table .ant-table-pagination .ant-pagination-item:hover {
    color: #0088fe;
}

.dui-common-table .ant-checkbox-inner {
    width: 12px;
    height: 12px;
    border-radius: 0;
}

    .dui-common-table .ant-checkbox-inner:after {
        left: 3px;
        top: 0;
    }

.dui-common-table .ant-checkbox-indeterminate .ant-checkbox-inner {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #0088fe;
    border-color: #0088fe;
}

    .dui-common-table .ant-checkbox-indeterminate .ant-checkbox-inner:after {
        left: 1px;
        top: 4px;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0);
        transform: scaleY(.6);
        width: 8px;
        height: 1.14285714px;
    }

.dui-common-table .ant-table-row-expand-icon {
    color: #0088fe;
    background: none;
    font-size: 12px;
    border: 0;
}

    .dui-common-table .ant-table-row-expand-icon.ant-table-row-expanded:after {
        content: "\E622";
        font-family: oui-canary-iconfont;
    }

    .dui-common-table .ant-table-row-expand-icon.ant-table-row-collapsed:after {
        content: "\E628";
        font-family: oui-canary-iconfont;
    }

.dui-common-table .react-resizable {
    position: relative;
}

.dui-common-table .react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZ6IiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+");
    background-position: 100% 100%;
    padding: 0 3px 3px 0;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    cursor: col-resize;
}

.dui-table-no-bottom-border .ant-table-tbody > tr > td {
    border-bottom: none;
}

body {
    width: 100%;
    background: #fff;
    margin: 0;
    height: auto;
}

body, button, input, select, textarea {
    font: 12px/1.67 Microsoft YaHei,SimHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
}

#root, body {
    font-family: Microsoft YaHei,SimHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    font-size: 12px;
    line-height: 1.66667;
    color: #333;
    background-color: #eef1f6;
}

.g2-tooltip {
    pointer-events: none !important;
}

.alignR {
    text-align: right;
    padding-right: 10px;
}

.mr_10 {
    margin-right: 10px;
}

.f_r {
    float: right;
}

.flexCon {
    display: flex;
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_826250_1fkxhcowx2k.eot);
    src: url(//at.alicdn.com/t/font_826250_1fkxhcowx2k.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_826250_1fkxhcowx2k.woff2) format("woff2"),url(//at.alicdn.com/t/font_826250_1fkxhcowx2k.woff) format("woff"),url(//at.alicdn.com/t/font_826250_1fkxhcowx2k.ttf) format("truetype"),url(//at.alicdn.com/t/font_826250_1fkxhcowx2k.svg#iconfont) format("svg");
}

.iconFont {
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

#root .oui-affix {
    z-index: 9999;
}

#header-content .dui-card-content {
    padding-top: 10px;
    min-height: 0;
    padding-bottom: 10px;
}

#header-content .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-content .ant-btn-sm, #header-content .oui-date-picker {
    font-size: 12px;
}

#header-content .oui-date-picker-current-date {
    display: none;
}

.ant-select {
    font-size: 12px;
}

.dui-indexed-trend-index-item-selectable.active:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8682;
}

.dui-indexed-trend-index-item-selectable.active .index-item-check-icon {
    color: #ff8682;
}

#main-container, #root, body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}

.oui-date-picker {
    margin-right: 10px;
}

.table-list {
    display: inline-block;
    width: 60%;
}

    .table-list h5 {
        font-size: 14px;
    }

    .table-list .dui-common-table, .table-list h5 {
        margin-bottom: 15px;
    }

.ant-select-dropdown {
    position: fixed;
    z-index: 1050;
}
