button,
input {
  -webkit-appearance: none;
  outline: none;
}
.noScroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hide {
  display: none;
}
.fsr30 {
  font-size: 0.46875rem;
}
.fsr22 {
  font-size: 0.34375rem;
}
.red {
  color: #fb421e;
}
body {
  font-family: PingFangSC-Light;
  width: 100%;
}
.mt15 {
  margin-top: 0.46875rem;
}
.mt10 {
  margin-top: 0.3125rem;
}
.invite-prize {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  background: #ffba00;
}
.invite-prize p{
    margin: 0;
    color: #994626;
}
.invite-prize div,
.invite-prize li,
.invite-prize ol,
.invite-prize ul {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.no-receive {
  height: 4.6875rem;
  background: #ffba00;
  background-image: url('https://y.taofen8.com/imgextra/i2/2296013456/TB2NCCFaHMlyKJjSZFlXXbMoFXa_!!2296013456.png');
  background-size: auto 100%;
  color: #994626;
}
.invite-prize .show-info {
  height: 1.875rem;
  padding: 0.78125rem 1.71875rem 0.390625rem 1.765625rem;
  position: relative;
}
.invite-prize .show-info .close {
  position: absolute;
  top: 0.3125rem;
  right: 0.0625rem;
  height: 0.625rem;
  width: 0.625rem;
}
.invite-prize .show-info .close img {
  height: 0.40625rem;
  width: 0.40625rem;
  display: block;
}
.invite-prize .show-info .str-info {
  height: 1.8125rem;
  font-size: 0.375rem;
  line-height: 0.625rem;
  padding: 0.1875rem 0;
  color: #994626;
}
.invite-prize .show-info .str-info p {
  text-align: center;
}
.invite-prize .show-info .str-info p:first-child {
  line-height: 0.78125rem;
}
.invite-prize .show-info .str-info p:last-child {
  line-height: 0.65625rem;
}
.invite-prize .btn-big {
  margin-top: 0.15625rem;
  text-align: center;
}
.invite-prize .btn-big button {
  font-size: 0.484375rem;
  width: 4.6875rem;
  height: 1rem;
  background-color: #f4436d;
  box-shadow: #b20b33 0 0.109375rem 0;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
}
.close-after {
  height: 0.9375rem;
  padding: 0.3125rem;
  background: #ffba00;
  color: #994626;
}
.close-after .logo {
  float: left;
  width: 1.40625rem;
  height: 0.9375rem;
  border-right: 0.015625rem solid #ffffff;
  padding-right: 0.3125rem;
}
.close-after .logo img {
  padding-top: 0.15625rem;
  width: 1.40625rem;
  height: 0.6875rem;
  display: block;
}
.close-after .info {
  float: left;
  font-size: 0.46875rem;
  width: 5.15625rem;
  text-align: right;
  line-height: 1.0375rem;
}
.close-after .btn-close-after {
  float: right;
}
.close-after .btn-close-after button {
  width: 2.3125rem;
  background-color: #f4436d;
  border: none;
  border-radius: 2.0625rem;
  height: 0.9375rem;
  color: #FFFFFF;
  font-size: 0.4375rem;
}
.receive-state {
  height: 4.6875rem;
  background: #ffba00;
  background-image: url('https://y.taofen8.com/imgextra/i2/2296013456/TB2NCCFaHMlyKJjSZFlXXbMoFXa_!!2296013456.png');
  background-size: auto 100%;
  color: #994626;
}
/*领取红包弹窗*/
.login-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.login-pop div,
.login-pop li,
.login-pop ol,
.login-pop ul {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.login-pop .pop {
  background-color: #FFFFFF;
  position: fixed;
  width: 8rem;
  height: 6.6875rem;
  border-radius: 0.15625rem;
  text-align: center;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.login-pop .coupon-icon {
  position: absolute;
  top: -0.9375rem;
  left: 35%;
}
.login-pop .coupon-icon img {
  height: 1.65625rem;
  width: 2.125rem;
  display: block;
}
.login-pop .pop-close {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
.login-pop .pop-close img {
  height: 0.4375rem;
  width: 0.4375rem;
  display: block;
}
.login-pop .tip {
  margin-top: 1.15625rem;
  color: #F53E7B;
  font-size: 0.4375rem;
  line-height: 0.625rem;
}
.login-pop .phone-area {
  margin-top: 0.3125rem;
  position: relative;
}
.login-pop .code-area {
  margin-top: 0.3125rem;
  position: relative;
}
.login-pop .err-tip {
  position: absolute;
  top: -0.5625rem;
  left: 0.46875rem;
  font-size: 0.34375rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2.0625rem;
  padding: 0 0.15625rem;
  line-height: 0.5625rem;
}
.login-pop input {
  border: 1px solid #CCCCCC;
  border-radius: 0.15625rem;
  height: 0.5625rem;
  font-size: 0.40625rem;
  color: #333333;
  padding: 0.25rem;
  background-color: #FFFFFF;
}
.login-pop .phone {
  width: 6.5rem;
}
.login-pop .VerificationCode {
  width: 3.4375rem;
  margin-right: 0.203125rem;
}
.login-pop .getCode {
  width: 2.75rem;
  height: 1.109375rem;
  color: #F4436D;
  border: 1px solid #F4436D;
  border-radius: 0.15625rem;
  background-color: #FFFFFF;
  vertical-align: top;
  font-size: 0.40625rem;
}
.login-pop .select {
  background: #E5E5E5;
  border: 1px solid #CCCCCC;
  color: #999999;
}
.login-pop .getCoupon {
  margin-top: 0.3125rem;
  background: #F4436D;
  border-radius: 3.125rem;
  border: none;
  color: #FFFFFF;
  font-size: 0.53125rem;
  height: 1.25rem;
  width: 7rem;
}
/*微信下载弹窗*/
#downloadTipWx {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#downloadTipWx div,
#downloadTipWx li,
#downloadTipWx ol,
#downloadTipWx ul {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#downloadTipWx .pop-down {
  background-color: #FFFFFF;
  position: fixed;
  width: 8rem;
  height: 10.53125rem;
  border-radius: 0.15625rem;
  text-align: center;
  z-index: 1002;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#downloadTipWx .modal-header {
  margin-top: 0.9375rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  color: #333333;
}
#downloadTipWx .modal-header span {
  color: #F4436D;
}
#downloadTipWx .modal-body {
  padding-top: 1rem;
  line-height: 1;
  color: #666;
  font-size: 0.375rem;
}
#downloadTipWx .modal-body p {
  line-height: 1;
}
#downloadTipWx .modal-body .divide {
  width: 3.75rem;
  height: 0.026666rem;
  margin: 0 auto 0.3125rem;
  background-color: #ddd;
}
#downloadTipWx .modal-body .icon {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0.9375rem auto 0;
  border-radius: .125rem;
}
#downloadTipWx .modal-footer button {
  margin-top: 0.46875rem;
  width: 6.25rem;
  height: 1.375rem;
  color: #f4436d;
  border-radius: 3.125rem;
  border: 1px solid #f4436d;
  background-color: #FFFFFF;
  font-size: 0.53125rem;
}
#downloadTipWx .arrow {
  position: absolute;
  top: -1.625rem;
  right: -0.5625rem;
  width: 1.15625rem;
  height: 1.0625rem;
}
#downloadTipWx .modal-close {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
}
.J_getCoupon,
#getYzm,
#JS_Submit,
.J_closeNoReceive,
.modal-close,
.J_closePop,
.J_toApp,
.J_joinActivity,
.downloadBtn {
  cursor: pointer;
}
/*# sourceMappingURL=new_get.css.map */
