@charset "utf-8";
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-image: url(../images/bgmm.png);
  -webkit-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wrapc {
  background-image: url(../images/bgmma.jpg?t=1);
  -webkit-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wrap {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  /*    overflow-y: scroll;*/
}
.logo {
  width: 184px;
  /*position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;*/
  padding: 20px 0 0 20px;
}
.logo img {
  width: 100%;
}
.theme {
  width: 100%;
  margin: 0 auto;
  padding-top: 4%;
  text-align: center;
}
.theme img {
  width: 52.70833333%;
}
.unit {
  width: 28%;
  margin: 0 auto;
}
.unit img {
  width: 100%;
}
.qrcode-box {
  width: 100%;
}
.show {
  width: 28%;
  margin: 0 auto;
}
.show img {
  width: 100%;
}
.showTips {
  width: 28%;
  margin: 0 auto;
}
.showTips img {
  width: 100%;
}
.menuBox {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  width: 160px;
  height: 230px;
  margin: auto;
  z-index: 999;
}
.menu {
  position: relative;
}
.menu li {
  width: 155px;
  margin-bottom: 20px;
}
.menu li a {
  color: #135d4b;
  font-size: 1rem;
  display: block;
  margin: auto;
  line-height: 41px;
  height: 41px;
  background: url(../images/icon1.png) no-repeat 11px center;
  padding-left: 37px;
}
.menu li a.on,
.menu li a:hover {
  background: url(../images/icon2.png) no-repeat 0 center;
  padding-left: 0;
  color: #fff;
  text-align: center;
}
.indexQrcode {
  width: 30%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}
.indexQrcode .qrcodeBox {
  width: 140px;
  float: left;
  text-align: center;
  margin-right: 20px;
}
.indexQrcode .qrcodeBox:last-child {
  margin-right: 0;
}
.indexQrcode .qrcode {
  width: 110px;
  margin-bottom: 8px;
}
.indexQrcode .qrcodeBox .text {
  width: 110px;
}
.indexQrcode .qrcodeBox:nth-child(2) .text {
  width: 140px;
}
.indexQrcode .qrcodeBox:nth-child(3) .text {
  width: 146px;
}
