
.noContent[data-v-01d8d08c] {
  text-align: center;
  padding: 30px 0;
}
.noContent > h4[data-v-01d8d08c] {
  margin-top: 25px;
}


.QRCode[data-v-e57557fa] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.QRCode .QQMode[data-v-e57557fa] {
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.QRCode:hover .QQMode[data-v-e57557fa] {
  bottom: 0;
  height: 100%;
}


.container[data-v-1c5d310b] {
  min-height: calc(100vh - 100px);
  padding-bottom: 60px;
}
.policy-list > li[data-v-1c5d310b] {
  height: 62px;
  padding-top: 0;
  padding-bottom: 0;
}

