.page-warp{
  width: 100%;
}
@media screen and (min-width: 414px){
  .page-warp{
    width: 414px;
    margin: auto;
  }
}
.page-top-warp{
  padding: 20px 0;
  background: #d8d8d8;
}
.banner{
  display: block;
  width: 80%;
  margin: auto;
}
.top-text{
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.share-gift-item{
  width: 290px;
  height: 90px;
  line-height: 90px;
  margin: 10px auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.reward-one{
  background: url("../img/share01.png") no-repeat;
  background-size: contain;
}
.reward-two{
  background: url("../img/share02.png") no-repeat;
  background-size: contain;
}
.reward-doc{
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.reward-doc img{
  width: 12px;
  vertical-align: baseline;
}

.reg-type{
  width: 100%;
  height: 32px;
  margin-bottom: 20px;
}
.reg-type a{
  float: left;
  display: block;
  width: 50%;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #ed4545;
  background: #fff;
  border: 1px solid #ed4545;
  text-align: center;
  cursor: pointer;
}
.reg-type .cur{
  color: #fff;
  background: #ed4545;
}

form {
  padding: 0 20px;
  margin: 30px auto;
  background: #fff;
}

form .text {
  margin: 10px 0 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

form .form-group {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid red;
}

form input {
  padding-left: 8px;
  line-height: 18px;
  font-size: 14px;
  color: #333;
  outline: none;
  border: none;
  background-color: transparent;
}

.phone-verify {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #ed4545;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.cooling{
  background-color: #dcc9c9;
  color: #999;
}
.tip {
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.submit {
  display: block;
  width: 90%;
  height: 40px;
  margin: 25px auto;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background-color: #ed4545;
}
.tip-select {
  vertical-align: middle;
}
.verify-tip {
  position: absolute;
  top: 4px;
  right: 10px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #ed4545;
  border-radius: 3px;
}

form .verify-success {
  border: 1px solid #5ff46d;
}

form .verify-fail {
  border: 1px solid #ed4545;
}
.popup{
  position: fixed;
  top:35%;
  width: 70%;
  left: 15%;
  padding: 10px;
  font-size: .6rem;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  background: rgba(0,0,0,.5);
}
.success-page{
  padding: 20px;
}
.success-page .qr{
  display: block;
  width: 185px;
  margin: 0 auto 20px;
}
.success-page .text{
  line-height: 1.7;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.success-page .or{
  width: 30px;
  height: 30px;
  margin: 10px auto;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
}
.down-app{
  display: block;
  width: 90%;
  height: 40px;
  margin: 15px auto;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background-color: #ed4545;
}
.doc-item{
  margin-bottom: 10px;
  padding: 0 20px;
}
.doc-title{
  position: relative;
  padding-left: 5px;
  line-height: 2;
  font-size: 16px;
  color: #ed4545;
}
.doc-title:before{
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 1px;
  height: 16px;
  background: #ed4545;
}
.doc-p{
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  font-size: 14px;
  color: #333;
}
.doc-p .label{
  position: absolute;
  top: 0;
  left: 0;
}
.reward-block{
  width: 100%;
  margin: 10px auto;
  padding: 15px 30px;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
}
.reward-block-one{
  background: #8a5fdc;
}
.reward-block-two{
  background: #d63b3c;
}
.doc-tip{
  line-height: 1.7;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.doc-tip span{
  color: #d63b3c;
}
.logo{
  display: block;
  width: 108px;
  margin: 10px auto;
}
.doc-bg{
  background: #d8d8d8;
}
.suc-tip{
  line-height: 2;
  font-size: 14px;
  color: #d63b3c;
  text-align: center;
}