.m-not-allowed-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: rgb(238, 238, 238);
  display: none;
}
.m-tip-wrap {
  position: relative;
  width: 66.66%;
  min-width: 1024px;
  height: 400px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0px 10px #dddd;
  margin: 100px auto;
}
.m-tip-wrap img {
  position: absolute;
  left: 0;
  top: 0;
}

.m-tip-wrap .ct {
  width: 100%;
  height: 100%;
  float: right;
  box-sizing: border-box;
  padding: 60px 120px 60px 400px;
}
.m-tip-wrap .ct .tip-1 {
  font-size: 32px;
  color: #333333;
  line-height: 50px;
  margin-top: 20px;
}
.m-tip-wrap .ct .tip-2 {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-top: 20px;
}
.app-loading{
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%)
}