* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: none;
  font-family: "Microsoft YaHei";
  list-style: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
input {
  -webkit-appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input::-webkit-input-speech-button {
  display: none;
}
input[type=submit] {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b8b8b7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b8b8b7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b8b8b7;
}
input:focus {
  outline: none;
}
.blue {
  color: #0893F0;
}
.red {
  color: #C7161C;
}
body,
html {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.wrap {
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  background: url(../img/bg.png) no-repeat left top;
  background-size: 100% 100%;
  padding: 1rem 0;
}
.textimg {
  width: 6.65rem;
  margin: 0 auto 0.35rem;
  display: block;
}
.btn {
  display: block;
  width: 4.15rem;
  height: 1.3rem;
  line-height: 1.3rem;
  box-shadow: 0.05rem 0.05rem 0.5rem #000;
  -webkit-box-shadow: 0.1rem 0.1rem 0.3rem #6b6c6d;
  background-color: #fff;
  font-size: 0.43rem;
  text-align: center;
  font-weight: bold;
}
.mineGet {
  width: 6.09rem;
  height: 1.94rem;
  border-radius: 0.97rem;
  line-height: 1.9rem;
  margin: 0 auto 0.35rem;
  font-size: 0.65rem;
}
.sureOrder {
  border-radius: 0.65rem;
  margin: 0.4rem auto 0.6rem;
}
.yhj {
  display: block;
  width: 7.1rem;
  margin: 0 auto;
}
.yhj img {
  width: 100%;
}
.activityTips {
  width: 7.1rem;
  margin: 0 auto;
  min-height: 1rem;
  background: url(../img/acbg.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  padding: 0.5rem 0.4rem 1rem;
  margin-top: 1rem;
}
.activityTips .ac-title {
  text-align: center;
  font-size: 0.46rem;
  font-weight: bold;
}
.activityTips .ac-text {
  font-size: 0.24rem;
  line-height: 1.6;
}
.mgtop {
  margin: 0.3rem 0;
}
.poptext {
  color: #323130;
  font-size: 0.29rem;
  line-height: 1.6;
}
.popUp {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.popUp::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.popUp .popBox {
  width: 7rem;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popUp .popBox .poptitle {
  width: 7rem;
  height: auto;
}
.popUp .popBox .popContent {
  min-height: 2rem;
  background-color: #FBF9FA;
  border-radius: 0.2rem;
  margin-top: -1rem;
  padding: 1rem 0.3rem 0.5rem;
}
.popUp .popBox .first {
  margin: 0.3rem 0 0.6rem;
}
.popUp .popBox .inputgroup {
  width: 5.2rem;
  height: 1rem;
  position: relative;
  margin: 0 auto 0.2rem;
}
.popUp .popBox .inputgroup input[type="text"] {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/input.png) no-repeat left top;
  background-size: 100% 100%;
  border: none;
  outline: none;
  padding: 0.2rem;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  color: #323130;
}
.popUp .popBox .inputgroup .getcode {
  display: block;
  width: 2rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  font-size: 0.2rem;
  background-color: #F58823;
  border-radius: 0.2rem;
  z-index: 2;
  border: none;
  outline: none;
}
.successWrap {
  max-width: 7.5rem;
  margin: 0 auto;
  min-height: 100vh;
  padding: 0.8rem 0.35rem 0;
}
.successWrap .textimg {
  width: auto;
  height: 0.6rem;
}
.successWrap .successContent {
  min-height: calc(100vh - 1.75rem);
  background-color: #4CC4FF;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  padding: 0.3rem;
}
.successWrap .successContent .wxCode {
  width: 2.96rem;
  display: block;
  margin: 1.5rem auto 0;
}
.pz-Tips {
  width: auto;
  padding: 10px;
  background-color: black;
  color: white;
  font-size: 0.3rem;
  text-align: justify;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 40;
  border-radius: 4px;
  opacity: 0.8;
}
