
html,
body {
  height: 100%;
}
input {
  border: 0;
  padding: 0 0.26667rem;
  margin: 0;
  font-size: 0.4rem;
}
.topImg {
  min-height: 6.66667rem;
}
.topImg img {
  display: block;
}
.bag-wapper {
  min-height: 100%;
  padding-bottom: 0.53333rem;
}
.bag-layer {
  background: rgba(0, 0, 0, .1);
  padding: 0.48rem 0.32rem 0.69333rem;
  margin: 0.26667rem 0.32rem 0;
}
.input-layer {
  padding: 0.53333rem 1.12rem 0.74667rem;
}
.layer-title {
  font-size: 0.4rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin: 0;
}
.layer-title em {
  color: #358fe7;
  font-style: normal;
}
.layer-title span {
  font-size: 0.34667rem;
  display: block;
  margin-top: 0.26667rem;
}
.input-area {
  padding-top: 0.45333rem;
}
.input-area .input-box {
  height: 1.01333rem;
  line-height: 1.01333rem;
  background: #fff;
  margin-bottom: 0.26667rem;
  position: relative;
}
.input-area .input-box input {
  height: 1.01333rem;
}
.input-area .input-box span {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0.26667rem;
  font-size: 0.34667rem;
  color: #358fe7;
}
.input-area .input-box .code-dis {
  color: rgba(0, 0, 0, .2);
}
.input-area .input-submit-dis {
  background: #bbb;
}
.input-area .tips {
  color: #fff;
  line-height: 0.48rem;
  font-size: 0.34667rem;
  margin-top: 0.4rem;
}
.input-submit {
  height: 1.09333rem;
  line-height: 1.09333rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  background: #358fe7;
  border-radius: 2px;
}
.changePhone {
  color: #fff;
  text-align: center;
  font-size: 0.34667rem;
  margin-top: 0.34667rem;
}
.changePhone span {
  color: #358fe7;
}
.rule-list {
  margin: 0 0.32rem;
}
.rule-list h3 {
  text-align: center;
  position: relative;
  font-size: 0.37333rem;
  color: #fff;
  line-height: 1.06667rem;
  margin: 0 0.21333rem;
}
.rule-list h3:after,
.rule-list h3:before {
  display: block;
  content: '';
  height: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
}
.rule-list h3:before {
  right: 5.46667rem;
  left: 0;
}
.rule-list h3:after {
  left: 5.46667rem;
  right: 0;
}
.rule-list li,
.rule-list p {
  color: #fff;
  font-size: 0.34667rem;
  line-height: 0.53333rem;
}
.rule-list p {
  word-wrap: break-word;
}
.redbag li {
  border-top: 1px dashed #fff;
  margin-bottom: 0.08rem;
}
.redbag li .redbagBox {
  background: #fff;
  height: 2.66667rem;
  position: relative;
}
.redbag li .redbagBox .redbagNum {
  width: 2.8rem;
  float: left;
  text-align: center;
}
.redbag li .redbagBox .redbagNum .face_value {
  font-size: 1.06667rem;
  margin-top: 0.4rem;
  color: #ff274a;
}
.redbag li .redbagBox .redbagNum .face_value span {
  font-size: 0.37333rem;
}
.redbag li .redbagBox .redbagNum img {
  width: 1.28rem;
}
.redbag li .redbagBox .redbagMin {
  width: 2.8rem;
  position: relative;
  height: 2.66667rem;
  float: left;
}
.redbag li .redbagBox .redbagMin .redBagInfo {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.redbag li .redbagBox .redbagMin .redBagInfo h4 {
  width: 100%;
  font-size: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.redbag li .redbagBox .redbagMin .redBagInfo span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  color: #999;
  margin-top: 0.21333rem;
}
.redbag li .redbagBox .redbagRight {
  height: 2.8rem;
  width: 2.72rem;
  position: absolute;
  top: 0;
  right: 0;
}
.redbag li .redbagBox .redbagRight .redbageRule {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.32rem;
  color: #999;
}
.redbag .input-submit {
  margin-top: 0.34667rem;
}
.layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
}
.layer .captchas {
  background: #fff;
  position: absolute;
  left: 0.53333rem;
  right: 0.53333rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.64rem 0.42667rem 0.42667rem;
}
.layer .captchas h3 {
  text-align: center;
  font-size: 0.48rem;
  color: #333;
  margin-bottom: 0.53333rem;
}
.layer .captchas .inputBox {
  height: 1.01333rem;
}
.layer .captchas .inputBox input {
  width: 4.72rem;
  height: 0.98667rem;
  line-height: 0.98667rem;
  float: left;
  border: 1px solid rgba(0, 0, 0, .15);
  border-style: inset;
  padding: 0 0.2rem;
}
.layer .captchas .inputBox img {
  width: 2.66667rem;
  height: 1.01333rem;
  float: right;
}
.layer .captchas .captchasErrorMsg {
  width: 100%;
  text-align: justify;
  height: 0.53333rem;
  line-height: 0.53333rem;
  margin: 0.13333rem 0 0.53333rem;
}
.layer .captchas .captchasErrorMsg span {
  float: right;
  font-size: 0.37333rem;
  color: #333;
}
.layer .captchas .captchasErrorMsg .captchasError {
  float: left;
  color: #ff274a;
}
.layer .captchas .captchasBtn {
  height: 1.17333rem;
}
.layer .captchas .captchasBtn span {
  width: 3.73333rem;
  height: 1.17333rem;
  line-height: 1.17333rem;
  font-size: 0.42667rem;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.layer .captchas .captchasBtn span:first-child {
  border: 1px solid rgba(0, 0, 0, .15);
  color: rgba(0, 0, 0, .87);
}
.layer .captchas .captchasBtn span:last-child {
  color: #fff;
  background: var(--theme-primary-color);
  float: right;
}
.pageError {
  background: #fff;
  padding: 0.74667rem 0.53333rem;
  margin: 0 0.48rem;
  font-size: 0.42667rem;
  text-align: center;
  font-weight: bold;
}


