body {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
.a_header {
  height: 45px;
  padding: 0 10px;
  background: #f2f2f2;
  border-top: 1px solid #d4d3d3;
  position: relative;
}
.a_header a {
  position: absolute;
  top: 18px;
}
.a_header .share {
  font-family: "Microsoft YaHei";
  top: 14px;
  font-size: 14px;
  right: 10px;
}
.banner {
  width: 100%;
  margin: auto;
  position: relative;
}
.banner .bannerimg {
  width: 100%;
  display: block;
}
.content {
  width: 100%;
  padding: 3rem 2rem 4rem;
  background-color: #ECE6F5;
  min-height: 10rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .info {
  width: 100%;
  text-align: center;
}
.content .info .title {
  width: 100%;
}
.content .info .dec {
  width: 100%;
  margin: 1.45rem auto 0;
  text-align: left;
  padding: 2.7rem 1rem 3rem 1.5rem;
  background-color: #D2C4E4;
  border: 0.2rem solid #8671B8;
  border-radius: 1rem;
  font-size: 1.4rem;
  color: #221E32;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.content .info .dec > div {
  margin-top: 1rem;
}
.content .info .dec > div > p > span {
  display: inline-block;
  vertical-align: text-top;
}
.content .info .dec > div > p .no {
  width: 1.5em;
}
.content .info .dec > div > p .words {
  width: calc(100% - 2em);
}
.content .info .dec > div > p .adec {
  width: 20%;
}
.content .info .dec > p {
  text-indent: 2em;
}
.content .info .dec > p + p {
  margin-top: 1.9rem;
}
.content .info .dec > div + div {
  margin-top: 1rem;
}
.content .info .dec > div > p + p {
  margin-top: 0.5rem;
}
.content .info .dec > div > img {
  margin-top: 0.5rem;
  margin-left: 1em;
}
.content .info .dec em {
  color: #271B38;
  font-weight: bold;
  font-style: normal;
}
.content .info .dec .code {
  width: 7.5rem;
}
.content .info .dec .ff {
  width: 14.5rem;
}
.content .info .dec .prize {
  width: 30%;
  margin-top: 0.5rem;
  margin-left: 1em;
  text-align: center;
  color: #392886;
}
.content .info .dec .prize > img {
  width: 100%;
}
.content .info .dec .mark {
  font-size: 1.4rem;
  text-align: left;
}
.content .info .dec .mark + .mark {
  margin-top: 0.2rem;
}
.content .info + .info {
  margin-top: 3rem;
}
.content .info.item2 {
  position: relative;
  z-index: 3;
}
.content .info.item3 {
  position: relative;
  z-index: 2;
}
.content .sm {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3.5rem;
}
.content .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.content .bg-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14%;
  height: auto;
}
.content .bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  height: auto;
}
.content .sm + .sm {
  margin-top: 0.5rem;
}
