.progress-control[data-v-6b38256e] {
  margin: 15px 0;
}
.progress-control .time-display[data-v-6b38256e] {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.controls[data-v-6b38256e] {
  margin: 15px 0;
  text-align: center;
}
.speed-control[data-v-6b38256e] {
  margin: 15px 0;
  text-align: center;
}
.speed-control span[data-v-6b38256e] {
  margin-right: 10px;
  font-size: 14px;
}
.btns[data-v-6b38256e] {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.audio-player[data-v-536e9e3a]{
  font-size: 14px;
  line-height: 20px;
[class^=el-icon-][data-v-536e9e3a]{
      font-size: 20px;
      margin-top: 5px;
      margin-left: 8px;
      cursor: pointer;
}
}
.audio-player--playing[data-v-536e9e3a]{
  color: var(--token-simulation-green-base-44);
}


.echartCon[data-v-190e0d1d] {
  width: 100%;
  height: 100%;
}
.base-container[data-v-2a26e644] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.base-container .left-tree[data-v-2a26e644] {
  position: relative;
  width: 300px;
  height: calc(100vh - 130px);
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.base-container .left-tree .left-tree-btn[data-v-2a26e644] {
  position: absolute;
  right: -8px;
  top: 50%;
  width: 16px;
  height: 80px;
  border-radius: 0 10px 10px 0;
  color: rgba(246, 202, 157, 0.7);
  background-color: #fff;
  line-height: 80px;
  background-color: fff;
  cursor: pointer;
}
.base-container .left-tree .left-tree-content[data-v-2a26e644] {
  padding: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  overflow: auto;
}
.base-container .right-content[data-v-2a26e644] {
  margin-left: 16px;
  width: calc(100% - 316px);
  height: calc(100% - 36px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: auto;
}
.base-container .left-fold-tree[data-v-2a26e644] {
  margin-left: -302px;
}
.base-container .right-fold-content[data-v-2a26e644] {
  margin-left: 0;
  left: 0;
  width: 100%;
}
.buidlingBig[data-v-64da20ae] {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url("/img/order/building3.png") no-repeat top center/100% auto;
}
.buidlingBig .building-title[data-v-64da20ae] {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.buidlingBig .building-info[data-v-64da20ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #eee;
  font-size: 12px;
}
.buidlingBig .building-info > span[data-v-64da20ae] {
  margin-left: 10px;
}
.buidlingBig .building-rooms[data-v-64da20ae] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 10px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buidlingBig .building-floor[data-v-64da20ae] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buidlingBig .building-unit[data-v-64da20ae] {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 2px solid rgba(0, 0, 0, 0.8);
}
.buidlingBig .building-unit[data-v-64da20ae]:last-child {
  border-right: none;
}
.buidlingBig .building-room[data-v-64da20ae] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin: 1px;
  text-align: center;
}
.buidlingBig .curUser[data-v-64da20ae] {
  height: 5px;
}
.buidlingBig .center[data-v-64da20ae] {
  border: 1px solid rgb(169, 255, 138);
  background-color: rgb(169, 255, 138);
  color: rgb(169, 255, 138);
}
.buidlingBig .high[data-v-64da20ae] {
  background: rgb(247, 121, 121);
  border: 1px solid rgb(247, 121, 121);
  color: rgb(247, 121, 121);
}
.buidlingBig .cool[data-v-64da20ae] {
  background: rgb(59, 177, 245);
  border: 1px solid rgb(59, 177, 245);
  color: rgb(59, 177, 245);
}
.buidlingBig .null[data-v-64da20ae] {
  background: rgb(88, 107, 117);
  border: 1px solid rgb(88, 107, 117);
  color: rgb(88, 107, 117);
}
.box-card[data-v-5c662911] {
  margin-top: 8px;
  height: 340px;
  border-radius: 16px;
}
[data-v-5c662911] .el-table .cell {
  line-height: 14px;
}
[data-v-5c662911] .el-table .el-table__cell {
  padding: 8px 0;
}
