@charset "UTF-8";
/*
    项目通用颜色变量
*/
/*
    zIndex层级
*/
/*
    各种字体大小
*/
/*
    字体颜色
*/
/*
    基础路径
*/
[data-v-21cd3ea7]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #23345E;
  menuHover: #1890FF;
  subMenuBg: #23345E;
  subMenuHover: #1890FF;
  sideBarWidth: 256px;
}
[data-v-21cd3ea7] .el-carousel__container {
  flex: 1;
}
[data-v-21cd3ea7] .el-progress-circle {
  width: 100% !important;
  height: 100% !important;
}
[data-v-21cd3ea7] .el-carousel__indicator {
  padding: 8px 4px;
}
.bor[data-v-21cd3ea7] {
  border: 1px solid #fff;
}
.center .clickItem[data-v-21cd3ea7] {
  display: block;
  width: 100%;
  height: 100%;
}
.center .clickItem div[data-v-21cd3ea7] {
    width: 100%;
    height: 100%;
}
.center .textdiv[data-v-21cd3ea7] {
  width: 100%;
  height: 100%;
}
.center .textdiv .textContent[data-v-21cd3ea7] {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 30%;
    margin: 0.8% 1%;
}
.center .textdiv .textContent .title[data-v-21cd3ea7] {
      height: 30px;
      line-height: 30px;
      z-index: 2;
      position: absolute;
      color: #fff;
      top: 0px;
      width: 100%;
      text-align: center;
}
.center .textdiv .textContent .statusJS[data-v-21cd3ea7] {
      text-align: center;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      z-index: 2;
      position: absolute;
      top: 1px;
      right: 10%;
      height: 30px;
      line-height: 30px;
      background-color: #a60715;
      max-width: 140px;
}

