/* 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;
  }
}


/* 表单样式 */
.dataCollConf .ant-form {
    padding-right: 100px;
}

.dataCollConf .ant-form-item-label {
    width: 150px;
    text-align: right;
}

.dataCollConf .ant-checkbox-group label {
    margin-left: 0;
    margin-bottom: 5px;
}

/*.dataCollConf button {
    display: block;
    margin: 0 auto;
}
*/
/* loading 样式 */
.example {
    text-align: center;
    border-radius: 4px;
    padding: 30px 50px;
    margin: 20px 0;
}

.description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 检索样式 */
.search-wrap {
    display: flex;
}

    .search-wrap .ant-input-group-wrapper .ant-input-search-button {
        display: none;
    }

.imageData .text-search button {
    width: 40px;
    height: 40px;
    position: relative;
    left: -2px;
}

.faceCutOutShow {
    display: flex;
    align-items: center;
    background: #ccc;
    height: 240px;
}

    .faceCutOutShow .faceCutOutShow_left {
        width: 65%;
        position: relative;
        margin-right: 8%;
    }

        .faceCutOutShow .faceCutOutShow_left:after {
            content: "";
            display: block;
            position: absolute;
            height: 80%;
            width: 1px;
            background-color: #797979;
            right: 4%;
        }

    .faceCutOutShow .faceCutOutShow_left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .faceCutOutShow .faceCutOutShow_left img {
            width: 100%;
            object-fit: contain;
            padding-left: 20px;
            cursor: pointer;
        }

    .faceCutOutShow .faceCutOutShow_right {
        width: 150px;
        height: 150px;
        position: relative;
    }

    .faceCutOutShow .slick-dots-bottom {
        bottom: -12px;
    }

    .faceCutOutShow .faceCutOutShow_right button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .faceCutOutShow .faceCutOutShow_right img {
        width: 100%;
        cursor: pointer;
        height: 150px;
        object-fit: scale-down;
        position: relative;
        z-index: 100;
    }

.ant-carousel .slick-slide {
    text-align: center;
    height: 160px;
    line-height: 160px;
    background: #364d79;
    overflow: hidden;
}

    .ant-carousel .slick-slide h3 {
        color: #fff;
    }

.icon-trimming {
    font-size: 16px;
    position: relative;
    right: 3px;
}

.ant-pro-drop-down .ant-dropdown-menu-item,
.menu .ant-dropdown-menu-item, .ant-dropdown {
    min-width: 120px;
    white-space: nowrap;
}
