html[data-theme='dark'] body,
html[data-theme='dark'] .app-loading {
  background-color: #000000;
}

html[data-theme='dark'] .app-loading .app-loading-title {
  color: rgba(255, 255, 255, 0.85);
}

html[data-theme='dark'] .mcods-card {
  color: #ffffff;
  background-color: #151515
}

html[data-theme='dark'] .mcods-formSchema {
  background-color: #151515
}

html[data-theme='dark'] .mcods-card-header {
  border-bottom: 1px solid #000000;
}

body,


/* 内容块样式 */
.mcods-card {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 5px;
}


/* 块正文样式 */
.mcods-card-block {
  width: 100%;
  padding: 15px;
  overflow-x: auto;
  overflow-y: hidden;
}


/* 条件查询样式 */
.mcods-formSchema {
  background-color: white;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px 15px 5px 10px;
}

/* 计算机字体 */
@font-face {
  font-family: 'AlarmClock';
  src: url('../fonts/alarm_clock.eot');
  src: url('../fonts/alarm_clock.eot') format('embedded-opentype'), url('../fonts/alarm_clock.ttf');
  font-weight: normal;
  font-style: normal;
}

.font-alarm {
  font-family: 'AlarmClock' !important;
}


.app-loading {
  background-color: #f4f7f9;
}

.app-loading {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.app-loading .app-loading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.app-loading .dots {
  display: flex;
  padding: 98px;
  justify-content: center;
  align-items: center;
}

.app-loading .app-loading-title {
  display: flex;
  margin-top: 30px;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.app-loading .app-loading-logo {
  display: block;
  width: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dot {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 30px;
  font-size: 32px;
  transform: rotate(45deg);
  box-sizing: border-box;
  animation: antRotate 1.2s infinite linear;
}

.dot i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0065cc;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(0.75);
  animation: antSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}

.dot i:nth-child(1) {
  top: 0;
  left: 0;
}

.dot i:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dot i:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

/* 表格换行 */
.pre-line {
  white-space: pre-line !important;
}

.pointer {
  cursor: pointer !important;
}

/* 表格文本左对齐 */
td.td-text-left {
  text-align: left !important;
}

.mcods-table .text-center .ant-input-number-input-wrap input {
  text-align: center;
}

.ant-table-cell .text-center .ant-input-number-input-wrap input {
  text-align: center;
}

.text-align .ant-input-number-input-wrap .ant-input-number-input {
  text-align: center;
}

/* 字体 */
@font-face {
  font-family: 'RuiZiZhenYan';
  src: url('../fonts/RuiZiZhenYan.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('../fonts/YouSheBiaoTiHei.ttf');
  font-weight: normal;
  font-style: normal;
}