.maintenance-mask {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  position: fixed;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #7f807f;
}
.maintenance-mask .content-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maintenance-mask .content-wrapper .content {
  padding: 0 54.55rpx;
  width: 100%;
}
.maintenance-mask .content-wrapper .logo-box {
  margin-bottom: 20px;
}
.maintenance-mask .content-wrapper .msg-label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.maintenance-mask .maintenance-bg {
  height: 100vh;
  width: 100%;
  background-color: #5cb8c7;
  background-image: url(http://www.ebixpro.com/wp-content/uploads/2021/09/register_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.16;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
