.bg {
  width: 100%;
  background: url(../images/bg.png);
  padding-bottom: 0.704rem;
}

#banner {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.share {
  width: 2.88rem;
  height: 1.621333rem;
  background: #ba131e;
  border-radius: 0.213333rem 0 0 0.213333rem;
  font-size: 1.045333rem;
  color: #fff;
  position: absolute;
  top: 0.746667rem;
  right: 0;
  text-align: center;
  line-height: 1.621333rem;
}

.center {
  width: 16rem;
  height: 8.042667rem;
  background: url(../images/center_bg.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin: 0 auto;
}

.quan {
  width: 12.096rem;
  height: 3.733333rem;
  display: block;
  margin: 0 auto;
}

.get {
  width: 8.746667rem;
  height: 2.090667rem;
  display: block;
  margin: 0.64rem auto 0;
}

.btn_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.btn_box div {
  width: 5.994667rem;
  height: 2.368rem;
  background: url(../images/btn_bg.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin: 1.066667rem auto 0;
  color: #e33711;
  font-size: 0.874667rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.368rem;
}

.rule {
  width: 100%;
  margin: 1.066667rem auto 0;
  color: #fff;
  padding: 0 0.64rem;
}

.rule_title {
  width: 100%;
  font-size: 0.938667rem;
  font-weight: bold;
}

.rule_foot {
  width: 100%;
  font-size: 0.661333rem;
  line-height: 0.810667rem;
}

.hidden {
  display: none !important;
}

.success_center {
  width: 11.498667rem;
  height: 6.336rem;
  background: url(../images/success_bg.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin: 0 auto;
  color: #e33711;
  font-size: 0.874667rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.succ_top {
  margin: 1.194667rem auto 0;
  color: #424242;
  line-height: 1.28rem;
}

.succ_top span {
  color: #df3912;
}

.succ_top p:nth-child(1) {
  font-size: 0.768rem;
}

.succ_top p:nth-child(2) {
  font-size: 0.618667rem;
}

.succ_foot {
  font-size: 0.618667rem;
  margin: 0.768rem auto 0;
  color: #444444;
  line-height: 1.28rem;
}

.out_center {
  width: 13.546667rem;
  height: 5.205333rem;
  margin: 0 auto;
  padding: 0 1.088rem;
}

.codeNum {
  position: relative;
}

.codeNum .code {
  position: relative;
}

.codeNum .code input {
  width: 11.434667rem;
  height: 1.664rem;
  border: 0.042667rem solid #ffa802;
  color: #ffffff;
  border-radius: 0.170667rem;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 0.64rem;
  vertical-align: middle;
  -webkit-align-content: none;
}

.codeNum .code .verificat {
  margin: 0.426667rem auto 0;
  overflow: hidden;
}

.codeNum .code .verificat input {
  width: 7.04rem;
  height: 1.664rem;
  border: 0.042667rem solid #ffa802;
  color: #ffffff;
  border-radius: 0.170667rem;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 0.64rem;
  vertical-align: middle;
  -webkit-align-content: none;
  float: left;
  margin-right: 0.256rem;
}

.codeNum .code .verificat .code_btn {
  width: 3.968rem;
  height: 1.664rem;
  background: #fa4168;
  color: #fff;
  font-size: 0.746667rem;
  text-align: center;
  line-height: 1.664rem;
  border-radius: 0.170667rem;
  display: inline-block;
  float: left;
}

::-moz-placeholder {
  color: #000;
  font-size: 0.554667rem;
}

input:-ms-input-placeholder {
  color: #000;
  font-size: 0.554667rem;
}

input::-webkit-input-placeholder {
  color: #000;
  font-size: 0.554667rem;
}

.check {
  background: url("../../../static/nearHall/img/checked.png") no-repeat bottom right;
  -webkit-background-size: 0.675rem 0.575rem;
          background-size: 0.675rem 0.575rem;
  border: 0.021333rem solid #0085cf !important;
  color: #0085df !important;
}

.pop .codeChange {
  text-align: right;
  padding-right: 0.6rem;
  text-decoration: underline;
  color: #000000;
  font-size: 0.55rem;
  margin-top: 0.2rem;
}

.pop .verificat {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}

.disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
}

.errMsg {
  position: relative;
  font-size: 0.65rem;
  color: #f42c4d;
  width: 100%;
  text-align: center;
  font-weight: normal;
  left: 0;
  top: 0.2rem;
}

.errText {
  /*color: #ff0000 !important;*/
  color: #000 !important;
}