.no-access-page {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 152px;
}
.no-access-page .no-access-page-img {
  width: 200px;
  height: 200px;
  text-align: center;
}
.no-access-page .no-access-page-tip {
  font-size: 16px;
  font-weight: bold;
  color: #515a6e;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
.no-access-page .no-access-page-reason {
  font-size: 14px;
  color: #808696;
  text-align: center;
  line-height: 22px;
  margin-top: 6px;
}
