#app {
  height: 100vh;
}
#app ::-webkit-scrollbar {
  width: 6px;
  /* 垂直滚动条宽度 */
  height: 6px;
  /* 横向滚动条高度 */
}
#app ::-webkit-scrollbar-track {
  background: #f6f6f6;
  /* 滚动条轨道颜色 */
}
#app ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(144, 147, 153, 0.5);
}
#app ::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滚动条手柄hover颜色 */
}
#app .ant-table-small > .ant-table-content .ant-table-header {
  overflow: hidden !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  background-color: #E4E6EA;
}
#app .ant-table-small > .ant-table-content > .ant-table-fixed-left {
  padding-bottom: 6px;
}
#app .ant-table-small > .ant-table-content > .ant-table-fixed-right {
  padding-bottom: 6px;
}
.ant-modal-body {
  padding: 20px;
}
.ant-modal-body ::-webkit-scrollbar {
  width: 6px;
  /* 垂直滚动条宽度 */
  height: 6px;
  /* 横向滚动条高度 */
}
.ant-modal-body ::-webkit-scrollbar-track {
  background: #f6f6f6;
  /* 滚动条轨道颜色 */
}
.ant-modal-body ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(144, 147, 153, 0.5);
}
.ant-modal-body ::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滚动条手柄hover颜色 */
}
.ant-modal-body .ant-table-small > .ant-table-content .ant-table-header {
  overflow: hidden !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  background-color: #E4E6EA;
}
.ant-modal-body .ant-table-small > .ant-table-content > .ant-table-fixed-left {
  padding-bottom: 6px;
}
.ant-modal-body .ant-table-small > .ant-table-content > .ant-table-fixed-right {
  padding-bottom: 6px;
}


.font-container[data-v-54f5c9a4] {
    font-size: 18px;
    width: 235px;
    height: 235px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
}
.my-font[data-v-54f5c9a4] {
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    padding-top: 5px;
    text-align: center;
    border-radius: 6px;
    width: 45px;
    height: 40px;
    border: 1px solid #ccc;
}
.my-font[data-v-54f5c9a4]:hover {
    background-color: rgba(206, 206, 206, 0.5);
}

.ant-form-item-control {
  line-height: 24px;
}
.ant-form-item-label {
  line-height: 24px;
}
.ant-form-item-label label {
  color: #58595B;
}

.hidTheCurrentClass {
  display: none;
}
.search-form-item label {
  font-size: 13px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 15px;
  padding: 7px 0px;
}
.search-form-item .ant-form-item-label {
  max-width: 120px !important;
}
.search-form-item .ant-form-item-control {
  padding-left: 10px;
  line-height: 24px;
  padding-top: 2px;
}
.search-form-item .ant-form-item-label-left {
  width: 120px;
}
.search-form-item .ant-form-item-control-wrapper {
  width: calc(100% - 120px);
}
@media (min-width: 576px) {
.full-line-item .ant-form-item-label {
    max-width: 120px !important;
}
}
@media (min-width: 768px) {
.full-line-item .ant-form-item-label {
    display: -ms-flexbox;
    display: flex;
    max-width: 120px !important;
}
}
@media (min-width: 1200px) {
.full-line-item .ant-form-item-label {
    max-width: 120px !important;
}
}
@media (min-width: 1600px) {
.full-line-item .ant-form-item-label {
    max-width: 120px !important;
}
}
.ant-form-explain {
  position: absolute;
  font-size: 8px;
}
.ant-form-item {
  margin-bottom: 9px;
}
.search-full-item label {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 15px;
  padding: 7px 0px;
}
.search-full-item .ant-form-item-label {
  max-width: 150px !important;
}
.search-full-item .ant-form-item-control {
  padding-left: 10px;
  line-height: 24px;
  padding-top: 2px;
}
.search-full-item .ant-form-item-label-left {
  width: 150px;
}
.search-full-item .ant-form-item-control-wrapper {
  width: calc(100% - 150px);
}
.search-no-label .ant-form-item-label {
  max-width: 0px !important;
}
.search-no-label .ant-form-item-control {
  padding-left: 0px;
  line-height: 24px;
  padding-top: 2px;
}
.search-no-label .ant-form-explain {
  position: absolute;
  font-size: 8px;
  margin-left: 130px;
}
.search-no-label .ant-form-item-label-left {
  width: 0px;
}
.search-no-label .ant-form-item-control-wrapper {
  width: 100% ;
}
.ant-form-item-required::before {
  content: '' !important;
  margin-right: 0px;
}
.ant-form-item-required::after {
  display: inline-block;
  margin-left: 5px;
  /* 红点和文字间的距离 */
  content: '*' !important;
  color: red;
}

.tags-view-wrapper[data-v-3168cb2f] {
  border-top: 1px solid #d8dce5;
  border-bottom: 1px solid #d8dce5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
  padding: 10px;
  color: #58595b;
}
.tags-view-wrapper .tags-view-item[data-v-3168cb2f] {
  border-radius: 2px;
  font-size: 10px;
}
.tags-view-wrapper .tags-view-item.active[data-v-3168cb2f] {
  background-color: #3878ff;
  opacity: 0.8;
  color: #fff;
  border-color: #3878ff;
}
.tags-view-wrapper .tags-view-item.active[data-v-3168cb2f]::before {
  content: '';
  background: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-right: 2px;
}

.ant-drawer-wrapper-body {
  overflow-x: hidden;
  /*height: 100vh;*/
  /*height: calc(100vh - 88px);*/
  /*margin-top: 88px;*/
  /*background: url("../../assets/img/background.png") center no-repeat;*/
  background-size: auto 100%;
}
.ant-drawer-body {
  padding: 10px 40px;
}
.operationPanel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* you can make up upload button and sample style by using stylesheets */
.ant-upload-select-picture-card i {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}
.ant-upload-list {
  max-width: 100% !important;
  -ms-writing-mode: unset !important;
      writing-mode: unset !important;
}
.ant-upload-list-item {
  margin-top: 4px;
}
.ant-upload-list-text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
.ant-upload-list-text .ant-upload-list-item-name {
  padding-right: 10px;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  transition: background-color 0.3s;
}
.remark-info {
  font-size: 10px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.table-result-info {
  background: rgba(97, 101, 116, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 20px!important;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.s-card {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 13px 1px rgba(0, 0, 0, 0.14);
}
.s-card .ant-card-head-title {
  padding: 0;
}

.search-panel {
  box-shadow: 0 4px 13px 1px rgba(0, 0, 0, 0.14);
  padding: 12px 20px !important;
}
.search-info-panel {
  margin-top: 20px;
}
.search-table-panel {
  margin-top: 20px;
}
.main-content-wrapper button {
  border-radius: 2px !important;
  margin-left: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-content-wrapper .ant-input-group {
  height: 20px;
}
.main-content-wrapper .ant-input-group .ant-input-sm {
  height: 23px;
}
.main-content-wrapper .ant-input-group .ant-input-group-addon button {
  border-radius: 0px 2px 2px 0px !important;
  margin-left: 0;
  height: 23px;
}
.main-content-wrapper .ant-btn-link {
  color: #0e79f0;
  padding-left: 0px;
  padding-right: 0px;
}
.ant-table {
  font-size: 13px;
  line-height: 1;
}
.ant-table .ant-table-body {
  margin: 0 0 !important;
}
.ant-table .ant-table-thead th {
  text-align: center !important;
  background: #f0f0f0 !important;
}
.danger-button {
  color: red;
}
.danger-button:hover {
  color: #FFB6C1 !important;
}
.danger-button:focus {
  color: #FFB6C1 !important;
}
.table-add-operation {
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.ant-table-title {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 4px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 4px 8px;
}
.assets-table-info {
  display: -ms-flexbox;
  display: flex;
}
.assets-table-info .image-container {
  width: 80px !important;
  position: relative;
}
.assets-table-info .image-container .image-tag {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 4px;
}
.assets-table-info .info-container {
  width: calc(100% - 80px) !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.assets-table-info .info-container .title {
  color: #3878ff;
  margin-left: 8px;
  font-weight: bold;
}
.assets-table-info .info-container .icon {
  margin-left: 8px;
}
.assets-table-info .info-container .icon i {
  font-size: 10px;
  margin-right: 4px;
}
.dashboard-wrapper {
  height: calc(100vh - 120px);
  overflow-y: scroll;
  padding: 10px 130px;
  margin-top: 5px;
}
.dashboard-wrapper .titleName {
  font-size: 18px;
  color: #1e88e5;
  margin-top: 15px;
  font-weight: bold;
}
.dashboard-wrapper .contentTitle {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  line-height: 45px;
  margin-top: 5px;
}
.dashboard-wrapper .contentSecondTitle {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 15px;
  padding-bottom: 10px;
}
/* 隐藏浏览器自带的滚动条 */
/* 对于IE和Edge */
/* 隐藏浏览器自带的滚动条 结束 */

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #1e88e5;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1e88e5, 0 0 5px #1e88e5;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

