* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: Helvetica Neue, Tahoma, Arial, PingFangSC-Regular, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}
ul {
  list-style: none;
}
image {
  vertical-align: middle;
}
.wrapper {
  font-size: 3.2vw;
}
.header {
  position: fixed;
  top: 0;
  padding: 2.13333333vw;
  background-color: aliceblue;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.hidden {
  display: none !important;
}
.header .logo {
  height: 15.46666667vw;
  background: url("/images/logo.png") no-repeat center;
  background-size: 68%;
}
.header .union {
  height: 12.26666667vw;
}
.content {
  padding: 2.13333333vw;
  margin-top: 31.46666667vw;
  margin-bottom: 18.66666667vw;
}
.content .item {
  display: flex;
  justify-content: space-between;
  height: 8.53333333vw;
  line-height: 8.53333333vw;
  font-size: 3.73333333vw;
  padding: 1.6vw;
  border-bottom: #cdcdcd dashed 0.26666667vw;
}
.content .itemsTitle {
  margin: 2.13333333vw 0;
  font-size: 4.26666667vw;
  line-height: 7.46666667vw;
  font-weight: bold;
  text-align: center;
  border: #f5b4b4 solid 0.53333333vw;
  border-radius: 1.33333333vw;
}
.content .item .itemName {
  flex: 6;
}
.content .item .itemName strong {
  color: red;
}
.content .item .itemName span:nth-child(1) {
  font-weight: bold;
}
.content .item .itemName span:nth-child(2) {
  font-size: 2.93333333vw;
}
.content .item .bdisk {
  visibility: visible;
  flex: 2;
  text-align: center;
  font-size: 3.73333333vw;
}
.content .item .kdisk {
  flex: 2;
  text-align: center;
  font-size: 3.73333333vw;
}
.navBar {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  padding: 0;
  width: 100vw;
  font-size: 3.73333333vw;
  background-color: aliceblue;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.5);
}
.navBar .navItem {
  width: 24.8vw;
  height: 9.33333333vw;
  text-align: center;
  line-height: 9.33333333vw;
}
.navBar .navItem:nth-child(1),
.navBar .navItem:nth-child(2),
.navBar .navItem:nth-child(3),
.navBar .navItem:nth-child(5),
.navBar .navItem:nth-child(6),
.navBar .navItem:nth-child(7) {
  border-right: #888888 dashed 0.26666667vw;
}
.navBar .navItem:nth-child(1),
.navBar .navItem:nth-child(2),
.navBar .navItem:nth-child(3),
.navBar .navItem:nth-child(4) {
  border-bottom: #888 dashed 0.26666667vw;
}
.navBar .navItem span {
  color: black;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.qrCode {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url("/images/qrcode.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  text-align: center;
}
