/*! ime版本号：3.2.1,打包时间：Tue Mar 18 2025 10:59:55 GMT+0800 (GMT+08:00),Sweet UI loader */

.box[data-v-695c0e44] {
  background-color: #000000;
  min-width: 1250px;
  width: 100vw;
  height: 100vh;
  /* height: 600px; */
  min-height: 550px;
}
h1[data-v-695c0e44] {
  color: #ffffff;
}
span[data-v-695c0e44] {
  color: #ffffff;
}
.formHeader1[data-v-695c0e44] {
  margin-bottom: 15px;
  text-align: center;
}
.formHeader2[data-v-695c0e44] {
  margin-bottom: 15px;
  text-align: center;
}

/* thead {
  background: #bd7070;
}
tbody {
  background: #db8383;
} */
.table1[data-v-695c0e44] {
  background: #ffffff;
  width: 100%;
}
.table1 th[data-v-695c0e44] {
    background: #ff0000;
    color: #ffffff;
    width: 12.5vw;
    height: 65px;
    text-align: center;
}
.table1 td[data-v-695c0e44] {
    background: #000000;
    /* border: 1px solid #ffffff; */
    color: #ffffff;
    width: 12.5vw;
    height: 65px;
    text-align: center;
}
.table2[data-v-695c0e44] {
  background: #ffffff;
  width: 100%;
}
.table2 th[data-v-695c0e44] {
    background: #ff0000;
    color: #ffffff;
    width: 20vw;
    height: 65px;
    text-align: center;
}
.table2 td[data-v-695c0e44] {
    background: #000000;
    /* border: 1px solid #ffffff; */
    color: #ffffff;
    width: 20vw;
    height: 65px;
    text-align: center;
}
.box-body[data-v-695c0e44] {
  min-height: 550px;
  width: 100vw;
  min-width: 1250px;
}
.table1 tr:last-child td[data-v-695c0e44] {
  background-color: black;
  color: #ff0000;
}

/* .lastred :last-child{
    background-color: red;
  color: #ff0000;
} */
.el-carousel[data-v-695c0e44] {
  width: 100%;
}

.main[data-v-507be44e] {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.main .nav-header[data-v-507be44e] {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
}
.main .body-container[data-v-507be44e] {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    position: relative;
}
.main .content[data-v-507be44e] {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}
.main .content .content-wrap[data-v-507be44e] {
      margin: 15px;
      overflow: auto;
      background-color: #fff;
      height: 100%;
      position: absolute;
      width: calc(100% - 30px);
}
.main .hideSidebar .content[data-v-507be44e] {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    margin-left: 40px;
}

.fa-icon {
  display: inline-block;
  fill: currentColor;
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-spin {
  -webkit-animation: fa-spin 1s 0s infinite linear;
          animation: fa-spin 1s 0s infinite linear;
}
.fa-inverse {
  color: #fff;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
