.glzp-home .main-box {
  height: 90vh;
}

.glzp-home .main-box .logo {
  width: 256px;
  height: 235px;
}

.glzp-home .main-box .btn {
  display: inline-block;
  width: 125px;
  height: 32px;
  border-radius: 20px;
  border: 2px solid #68a923;
  color: #68a923;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.glzp-home .dialog-box .weui-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.glzp-home .dialog-box .weui-dialog .image {
  width: 100%;
  height: 100%;
}

.vux-x-img,
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
}

.b-lazy {
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.beian {
  text-align: center;
  font-size: 16px;
  color: rgb(51, 51, 51);
}

.beian a {
  font-size: 16px;
  color: #333
}