.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.bk-juzhen {
  padding-bottom: 40px;
}

.bk-juzhen .list-juzhen {
  margin-left: 11px;
}

.bk-juzhen .list-juzhen li {
  float: left;
  width: 164px;
  height: 201px;
  text-align: center;
  padding-top: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eee2), to(#f9f8f3));
  background: linear-gradient(to bottom, #f0eee2, #f9f8f3);
  font-size: 18px;
  -webkit-border-radius: 20px;
  border-radius: 9px;
  cursor: pointer;
  margin-right: 89px;
  margin-bottom: 24px;
  -webkit-box-shadow: 4px 4px 10px #e5dfd6;
  box-shadow: 4px 4px 10px #e5dfd6;
}

.bk-juzhen .list-juzhen li.showqr {
  background: #81807f;
  color:#fff;
}

.bk-juzhen .list-juzhen li:nth-child(5n) {
  margin-right: 0;
}

.bk-juzhen .list-juzhen li.showqr .hidden-qrcode {
  display: inline-block;
  width: 126px;
  height: 126px;
}

.bk-juzhen .list-juzhen li.showqr .icon-gzh {
  display: none;
}

.bk-juzhen .list-juzhen li .hidden-qrcode {
  display: none;
}

.bk-juzhen .list-juzhen li .icon-gzh {
  width: 113px;
  height: 113px;
  -webkit-border-radius: 193px;
  border-radius: 193px;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.header-juzhen {
  height: 132px;
  line-height: 132px;
  background-color: #bc0000;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
