/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
body,
#root,
#app,
app {
    height: 100%;
}
.colorWeak {
    filter: invert(80%);
}
.ant-layout {
    min-height: 100vh;
}
canvas {
    display: block;
}
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
    list-style: none;
}
@media (max-width: 480px) {
    .ant-table {
        width: 100%;
        overflow-x: auto;
    }
    .ant-table-thead > tr > th,
    .ant-table-tbody > tr > th,
    .ant-table-thead > tr > td,
    .ant-table-tbody > tr > td {
        white-space: pre;
    }
    .ant-table-thead > tr > th > span,
    .ant-table-tbody > tr > th > span,
    .ant-table-thead > tr > td > span,
    .ant-table-tbody > tr > td > span {
        display: block;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body .ant-design-pro > .ant-layout {
        min-height: 100vh;
    }
}



.ant-tabs-content-holder {
    height: auto !important;
}

.fix_meet {
    border-color: rgba(102, 204, 204, .8);
    border-width: 2px;

> .ant-card-head {
    min-height: 48px;
    margin-bottom: -1px;
    padding: 0 24px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    background: 0 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
    background-color: rgba(102, 204, 204, .8);
}

> .ant-badge-status-text {
    margin-left: 8px;
    color: white;
    font-size: 14px;
}
}

// 兼容IE11
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
    body .ant-design-pro > .ant-layout {
        min-height: 100vh;
    }
}

.ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav, .ant-tabs-top > .ant-tabs-nav, .ant-tabs-top > div > .ant-tabs-nav {
    margin: 0 0 0 0;
}


.font-brown {
    color: #727425;
}

.font-gray {
    color: #BEC0C3;
}

.light-blue {
    color: #BEC0C3;
}

.dark-blue {
    color: #BEC0C3;
}

.lighter-blue {
    color: #BEC0C3
}

.light-red {
    color: #BEC0C3
}

.green {
    color: #BEC0C3
}

.left {
    float: left;
}

.right {
    float: right;
}

.form {
}

.form .row {
    margin-top: 8px;
}

.form .row .label {
    text-align: right;
    line-height: 32px;
    height: 32px;
}

.form .row .control {
    text-align: left;
}

.toolbar {
    height: 70px;
    background-color: white;
    padding: 20px 25px;
    border-radius: 2px;
}

.toolbar .btn {
    float: left;
}

.toolbar .query {
    float: right;
}

.h10 {
    height: 10px;
    clear: both;
}

.h20 {
    height: 20px;
    clear: both;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    height: 32px;
    overflow: hidden;
}

.whitesmoke-bg {
    background-color: whitesmoke;
}

.white-bg {
    background-color: white;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.ant-card-head .ant-tabs {
    margin-bottom: 0px;
}


.ant-table.ant-table-bordered > .ant-table-title {
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    background-color: #e6f7ff !important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.bw {
    overflow: hidden;
    white-space: pre-wrap;
    /*文字超出宽度则显示ellipsis省略号*/
    text-overflow: ellipsis;
    width: 100%;
}


.ant-select-item-option-content {
    flex: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-page-header-footer {
    margin-top: 0 !important;
}

.ant-page-header-content {
    padding-top: 0 !important;
}

.mr8 {
    margin-right: 8px;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: rgba(24,144,255,0.7);
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}

.ant-form-item-explain.ant-form-item-explain-error {
    text-align: left;
}

.main {
    padding: 20px;
    background: whitesmoke;
    height: 100%;
}

.error {
> input {
    border-color: #ff4d4f;
}
}


