.bubble-leave-active[data-v-2d6579c8]{animation:fadeOut-2d6579c8 2s}@keyframes fadeOut-2d6579c8{0%{opacity:1}100%{opacity:0}}.info[data-v-2d6579c8]{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);z-index:4999;text-align:center;color:#fff;font-size:12px;background:rgba(38,50,56,.76);box-shadow:0px 4px 8px 0px rgba(38,50,56,.08);border-radius:12px}.info img[data-v-2d6579c8]{width:20px;margin:0 auto;padding-top:18px;padding-bottom:8px}.info p[data-v-2d6579c8]{padding:0 40px 20px 40px;line-height:20px}

.input-pop[data-v-1360df70] {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.input-pop-box[data-v-1360df70] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  height: 188px;
  background: #FFFFFF;
  box-shadow: 0px 6px 25px 0px rgba(120, 151, 192, 0.4);
  border-radius: 17px;
  padding: 0 24px;
}
.input-pop-title[data-v-1360df70] {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  margin: 18px 0 15px 0;
  text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
  white-space :nowrap; /*让文字不换行*/
  overflow : hidden; /*超出要隐藏*/
}
.input-pop-input[data-v-1360df70] {
  width: 100%;
  height: 37px;
  background: #F3F3F3;
  border: 1px solid #E6E6E6;
  border-radius: 10px;

  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #474747;
  line-height: 37px;
  padding: 0 13px;
}
.input-pop-ok[data-v-1360df70] {
  width: 104px;
  height: 30px;
  background: #188BF6;
  border-radius: 15px;

  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 31px;
  cursor: pointer;
  user-select: none;
}

#scaleDialog[data-v-a3f59562]{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);position:fixed;left:0;top:0;bottom:0;right:0;z-index:1000;left:0;top:0}#scaleDialog .close[data-v-a3f59562]{position:absolute;right:20px;top:20px;width:30px;height:30px;cursor:pointer}#scaleDialog .change[data-v-a3f59562]{width:170px;position:absolute;top:23px;right:75px}#scaleDialog .change img[data-v-a3f59562]{cursor:pointer;width:25px;height:25px}#scaleDialog .change .precent[data-v-a3f59562]{font-size:19px;font-family:PingFang SC;font-weight:bold;color:#fff}.scaleImg[data-v-a3f59562]{max-width:100%;max-height:100%}

.login-con[data-v-73b4fa6c] {
  position: fixed;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}


.room-clock-img[data-v-b6c7527e]{
  width: 38px;
  height: 43px;
  background: url(/imgs/lockicon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}
.offline-lock[data-v-b6c7527e] {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(/imgs/bgimg.png) repeat;
  background-position: center;
  padding: 22px 34px 22px 31px;
  z-index: 999;
}
.offline-lock-content[data-v-b6c7527e]{
  background: #FFFFFF;
  border: 1px solid #458FFF;
  box-shadow: 0px 0px 8px 0px rgba(164, 200, 255, 0.84);
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.offline-lock-content-img[data-v-b6c7527e]{
  width: 184px;
  height: 147px;
  margin-bottom: 16px;
}
.offline-lock-title[data-v-b6c7527e]{
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #3F688B;
  margin-bottom: 29px;
}
.room-clock-wrapper[data-v-b6c7527e]{
  position: absolute;
  bottom: 76px;
  left: 50%;
  transform: translateX(-50%);
  background: #EDF5FF;
  border: 1px solid #458FFF;
  box-shadow: 0px 0px 8px 0px rgba(164, 200, 255, 0.84);
  border-radius: 15px;
  padding: 22px 34px 22px 31px;
}
.room-clock-text-panel[data-v-b6c7527e]{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #387DE6;
}
.room-clock[data-v-b6c7527e]{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 9999;
}
.clock-time[data-v-b6c7527e]{
  position: absolute;
  top: 4px;
  left: 50%;
  height: 29px;
  font-size: 14px;
  padding: 0 10px 0 16px;
  background: #3C3C46;
  z-index: 10;
  border-radius: 10px;
  transform: translateX(-50%);
}
.clock-img[data-v-b6c7527e]{
  width: 19px;
  height: 19px;
}
.time-text[data-v-b6c7527e]{
  color: #FFFFFF;
  margin-left: 4px;
}
.exec-text[data-v-b6c7527e]{
  color: #4FD185;
  margin-left: 19px;
}

*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
}
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  height: 100%;
}
body.no-color{
  background-color: transparent;
}
.mwv-100 {
  min-width: 100vw !important;
}
.mhv-100 {
  min-height: 100vh !important;
}
.wv-100 {
  width: 100vw !important;
}
.hv-100{
  height: 100vh !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height:100% !important;
}
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.overflow-auto{
  overflow: auto;
}
.position-fixed {
  position: fixed !important;
}
.position-relative{
  position: relative !important;
}
.position-absolute{
  position: absolute !important;
}
.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}
.d-flex-1{
  flex: 1;
}
.d-flex{
  display: -ms-flexbox!important;
  display: flex!important
}
.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important
}
.align-items-stretch {
  align-items: stretch !important;
  -ms-flex-align: stretch !important;
}

.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}

.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}
