body {
  background-color: #CCC;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #b30033;
  text-decoration: underline;
}

.container {
  padding: 0;
  background-color: #FFF;
  min-width: 960px;
  width: 70%;
}

.common-banner {
  height: 150px;
  width: 100%;
}

.common-banner img {
  height: 100%;
  width: 100%;
}

.common-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: .2em 1em;
  padding: .6em 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0d13c), to(#2e8900));
  background: linear-gradient(#a0d13c, #2e8900);
}

.common-nav .nav-index,
.common-nav .nav-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-nav .nav-index {
  width: 10%;
  text-align: right;
}

.common-nav .nav-index .nav-item {
  height: 100%;
  width: 100%;
  text-align: right;
  line-height: 4em;
}

.common-nav .nav-more {
  width: 90%;
}

.common-nav .nav-item {
  width: 16%;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.common-nav .nav-item a {
  text-decoration: none;
  color: white;
  font-weight: 900;
}

.common-nav .nav-item a:hover {
  color: yellow;
  text-decoration: underline;
}

.common-footer {
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 1em;
}

.common-footer .line {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#7abf54), color-stop(#2e8900), to(#7abf54));
  background: linear-gradient(#7abf54, #2e8900, #7abf54);
  height: 1em;
  width: 100%;
  margin-bottom: 1em;
}
.qrcode{
  width: 70%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.qrcode>div{
  width: 33%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qrcode>div>img{
  width: 33%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */