[v-cloak]{
  display: none;
}

#app{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

 .bgPic{
  width: 100%;
  height: 100%;

}
 

.login{
  position: absolute;
  box-sizing: border-box;
  top: 25%;
  right: 10%;
  background: rgba(0,0,0,0.5);
  height: 390px;
  width: 600px;
  z-index: 500;
}

.title{
  position: absolute;
  top: 5%;
  left: 5%;
}

.login .ewm{
  width: 60px;
  opacity: .8;
  position: absolute;
  right: 0;
  z-index: 2;
  -webkit-clip-path: polygon(40% 0, 100% 60%, 100% 0);
  clip-path: polygon(40% 0, 100% 60%, 100% 0);
  transition: all .5s linear;
  cursor: pointer;
}

.login .ewm:hover{
  -webkit-clip-path: polygon(10% 0, 90% 100%, 100% 0);
  clip-path: polygon(10% 0, 100% 90%, 100% 0);
}


.ZHMMDL{
  width: 100%;
  height: 100%;
}

.EWMDL{
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  z-index: 1;
  position: absolute;
  -webkit-clip-path: circle(0% at 100% 0);
  clip-path: circle(0% at 100% 0);
  transition: all .5s linear;
}

.EWMDL.active{
  -webkit-clip-path: circle(141.4% at 100% 0);
  clip-path: circle(141.4% at 100% 0);
}

.DXDL{
  -webkit-clip-path: circle(0% at 50% 100%);
  clip-path: circle(0% at 50% 100%);
  transition: all .5s linear;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #333;
}

.DXDL.active{
  -webkit-clip-path: circle(112.0% at 50% 100%);
  clip-path: circle(112.0% at 50% 100%);
}

.login-top{
/*   border-bottom: 2px solid #f2f2f2; */
  width: 80%;
  margin-left: 10%;
  height: 50px;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}

.login-bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 170px);
}

.el-form-item__label {
  color: #f2f2f2;
  font-weight: bold;
}

.el-checkbox {
  color: #f2f2f2;
}

.el-checkbox__input.is-focus .el-checkbox__inner{
  border-color: #f1c40f;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.el-checkbox__input.is-checked + .el-checkbox__label{
  color: #f1c40f;
}
.el-dialog__body{
    display: flex;
    justify-content: center;
}

.impowerBox .qrcode{
  max-width: 135px;
}

.info {
  display: none;
}