body,
html {
  width: 100%;
  height: 100%;
  font-family: "Heiti SC", "Microsoft Sans Serif";
}

.m-bg {
  display: none;
}
.m-bg img {
  display: block;
}

.m-button {
  display: none;
  position: absolute;
  width: 70%;
  left: 50%;
  margin-left: -35%;
}
.m-button.m-button1 {
  top: 17.5%;
}
.m-button.m-button2 {
  bottom: 7.5%;
}

.container {
  position: relative;
}

.text-wrapper {
  position: absolute;
  bottom: 2%;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  padding-left: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-wrapper .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #000;
  left: 0;
  top: 0;
}
.text-wrapper .text .txt1 {
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 14px;
}
.text-wrapper .text .txt2 {
  line-height: 16px;
}
.text-wrapper .text .txt2 span {
  color: #948aff;
}

.eori {
  height: 8.7%;
  width: 100%;
  /* background: #fff; */
  color: #666;
  /* position: absolute; */
  left: 0;
  bottom: 0rem;
}
.eori p {
  height: 40px;
  width: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eori p a {
  color: #666;
}
.eori .weixin-name {
  padding-top: 0.2666666667rem;
}
.eori .recordfoot {
  color: #000;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eori .recordfoot .record {
  display: inline-block;
  padding-right: 0.0533333333rem;
  height: 16px;
  width: 16px;
  background: url(../images/icon_police.png) no-repeat;
}
.eori div {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.eori .tit {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

.footer {
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.footer span {
  margin: 0 6px;
}
.footer a {
  color: #fff;
}

.culture-icon a {
  width: 100%;
  height: 100%;
}
.culture-icon img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.button-wrapper {
  cursor: pointer;
  position: absolute;
  left: 73.55%;
  top: 32%;
  width: 19.4%;
  height: 8.6%;
  background: rgba(253, 247, 247, 0);
}
.button-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.button2-wrapper {
  cursor: pointer;
  position: absolute;
  left: 51.2%;
  top: 32%;
  width: 19.4%;
  height: 8.6%;
}
.button2-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  html,
body {
    background: #fff;
  }

  .text-wrapper {
    bottom: 1%;
  }
  .text-wrapper .text {
    font-size: 12px;
  }
  .text-wrapper .text .txt1 {
    font-size: 12px;
  }

  .button-wrapper {
    cursor: pointer;
    left: 73.55%;
    top: 32%;
  }

  .button2-wrapper {
    left: 57.55%;
    top: 32%;
  }

  .button2-wrapper {
    cursor: pointer;
    left: 51.2%;
    width: 19.4%;
  }
  .button2-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .text-wrapper {
    bottom: 0px;
  }
}
@media screen and (max-width: 729px) {
  body,
html {
    background: #FFF138;
  }

  .pc-bg {
    display: none;
  }

  .m-bg {
    display: block;
  }

  .button-wrapper {
    position: absolute;
    left: 2.5333333333rem;
    top: 17.3333333333rem;
    width: 4.96rem;
    height: 1.1733333333rem;
  }
  .button-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .button1-wrapper {
    position: absolute;
    left: 3.0933333333rem;
    bottom: 1.7066666667rem;
    width: 4rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0);
  }
  .button1-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .m-button {
    display: block;
  }

  .text-wrapper {
    padding-left: 0;
    width: 90%;
    margin-left: -45%;
    padding-top: 108px;
  }
  .text-wrapper .text .txt1 {
    margin-bottom: 10px;
  }
  .text-wrapper .text1,
.text-wrapper p {
    text-align: center;
  }
}