body, header .btn img, #poster #tit img {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

ul, ol, li {
  list-style: none;
}

body {
  background: #000;
}

header {
  width: 100%;
  height: 1.3rem;
  background: url(../images/header-bg.gif) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

header .btn {
  display: block;
  width: 2.76rem;
  height: .84rem;
  position: absolute;
  top: .23rem;
  right: .2rem;
}

#poster {
  width: 100%;
  height: 12.8rem;
  background: url(../images/poster-bg.gif) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#poster .qr-wrap {
  width: 100%;
  width: 2.01rem;
  height: 2.32rem;
  position: absolute;
  top: 10.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/code-bg.png) no-repeat;
  background-size: 100% 100%;
}

#poster .qr-wrap .qr-code {
  width: 1.6rem;
  height: 1.6rem;
  margin: .23rem 0 0 .21rem;
}

#poster #tit {
  position: absolute;
  top: 6.77rem;
  left: 0;
}

main {
  width: 100%;
  position: relative;
}

main section {
  margin-top: 0;
}

main img {
  width: 100%;
  font-size: 0;
}

#footer {
  position: absolute;
  bottom: .2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.71rem;
  height: .87rem;
  overflow: hidden;
}

#footer img {
  width: 2.71rem;
  height: .87rem;
}

.gpmodal {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0 !important;
  overflow: scroll;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.weixin-anzuo {
  width: 100%;
  height: 100%;
  color: #fff;
  position: fixed;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: none;
}

.box {
  width: 90%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
}

.box-left {
  width: 100%;
  float: left;
}

.box-right {
  width: 20%;
  float: left;
  position: fixed;
  top: 0;
  right: 2%;
}

.box-right img {
  width: 100%;
}

.span-tr {
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  display: block;
}

.span-round {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 5%;
  background: #fa6f13;
  border-radius: 50%;
}

.span-inc {
  margin: 0 10px;
}

.pc-ewm-img {
  width: 85%;
  border: 10px solid #fff;
  margin-left: 7%;
}

.gpmodal img {
  height: 100%;
  width: 100%;
}
