body {
  background: #f95848;
}

img {
  max-width: 100%;
}

ul, li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.border-bottom {
  position: relative;
}
.border-bottom:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 16px;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--weui-FG-3);
  color: rgba(0, 0, 0, 0.1);
  color: var(--weui-FG-3);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 16px;
  z-index: 2;
}

.banner-con {
  font-size: 0;
  position: relative;
}
.banner-con img {
  width: 100%;
}
.banner-con .rules {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50px;
  border-radius: 50px 0 0 50px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 5px 8px 5px 15px;
  line-height: 18px;
}
.banner-con #FontScroll {
  position: absolute;
  bottom: 80px;
  left: 10px;
  right: 10px;
  height: 28px;
  overflow: hidden;
}
.banner-con .win-list .win-item {
  display: flex;
  justify-content: center;
}
.banner-con .win-list .win-item .win-item-info {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 10px 2px 2px;
  border-radius: 25px;
  height: 24px;
  align-items: center;
  display: flex;
}
.banner-con .win-list .win-item .win-user-pic {
  height: 24px;
}
.banner-con .win-list .win-item .win-user-pic img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.banner-con .win-list .win-item .win-weixin {
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
  line-height: 24px;
}
.banner-con .win-list .win-item .win-weixin .price {
  font-weight: bold;
}
.banner-con .win-list .win-item .win-weixin img {
  height: 16px;
  width: auto;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.banner-con.ranking-banner {
  background: url("../images/banner02.jpg") center top no-repeat;
  background-size: 100%;
}
.banner-con.ranking-banner .red-packet-con {
  width: 80%;
  margin: 0 auto 20px;
  padding-top: 120px;
}
.banner-con.ranking-banner .red-packet-con .red-packet-top {
  background: #d03b3d;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 10px;
}
.banner-con.ranking-banner .red-packet-con .red-packet-top .share-user-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.banner-con.ranking-banner .red-packet-con .red-packet-top .share-user-list .share-item {
  text-align: center;
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
.banner-con.ranking-banner .red-packet-con .red-packet-top .share-user-list .share-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 100%;
}
.banner-con.ranking-banner .red-packet-con .red-packet-top .share-user-list .share-item p {
  font-size: 14px;
  color: #fbdebc;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-con .share-btn-con {
  max-width: 260px;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  font-size: 0;
}
.main-con #btn-flash {
  width: 8px;
  height: 60px;
  left: -50px;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  transform: skew(-40deg, 0);
  animation: flash 0.9s infinite linear;
  -webkit-animation: flash 0.9s infinite linear;
}
.main-con .share-ranking-con {
  background: #fff0df;
  border-radius: 10px;
  margin: 15px;
  padding: 0 15px;
}
.main-con .share-ranking-con .item-con {
  display: flex;
  padding: 15px 0;
  align-items: center;
  color: #a63638;
  border-top: 1px solid rgba(166, 54, 56, 0.1);
}
.main-con .share-ranking-con .item-con:first-child {
  border-top: none;
}
.main-con .share-ranking-con .item-con .item-icon {
  font-size: 0;
}
.main-con .share-ranking-con .item-con .item-icon img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.main-con .share-ranking-con .item-con .item-arrow {
  font-size: 0;
}
.main-con .share-ranking-con .item-con .item-arrow img {
  width: auto;
  height: 18px;
  margin-left: 5px;
}
.main-con .share-ranking-con .item-con .item-title {
  font-weight: bold;
}
.main-con .share-ranking-con .item-con .item-info {
  flex: auto;
  text-align: right;
}
.main-con .form-cont {
  background: #fff;
  border-radius: 10px;
  margin: 0 15px;
  overflow: hidden;
}
.main-con .form-cont .form-title {
  margin: 0 5px;
}
.main-con .form-cont .form-title img {
  width: 100%;
}
.main-con .form-cont .form-body {
  padding-bottom: 10px;
}
.main-con .form-cont .form-body .plate-number-con .plate-number-title {
  padding: 5px 16px;
}
.main-con .form-cont .form-body .weui-cell {
  padding: 12px 16px;
}
.main-con .form-cont .form-body .weui-cell:before {
  right: 16px;
}
.main-con .form-cont .form-body input::-webkit-input-placeholder {
  color: #999;
}
.main-con .form-cont .form-body .save-btn {
  height: 70px;
  line-height: 70px;
  background: url("../images/btn01.png") center center no-repeat;
  overflow: hidden;
  background-size: contain;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin: 5px 10px 10px;
  position: relative;
}
.main-con .form-cont .form-body .share-tips {
  color: #ff3c3c;
  margin: 15px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}
.main-con .form-cont .form-body .share-tips img {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.main-con .form-cont .form-body .share-tips .tips-text {
  font-size: 12px;
}
.main-con .form-cont .form-body .weui-agree {
  margin-top: 3px;
  line-height: 20px;
}
.main-con .form-cont .form-body .weui-vcode-btn {
  background: #eeeeee;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 14px;
  color: #777;
}
.main-con .form-cont .form-body .weui-vcode-btn:before {
  display: none;
}
.main-con .form-cont .form-body .weui-agree__text a {
  color: #f3870e;
}
.main-con .footer-con {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.main-con .footer-con .footer-item {
  margin: 0 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.main-con .footer-con .footer-item span {
  width: 70px;
}
.main-con .footer-con .footer-item img {
  height: 24px;
}
.main-con .my-record-con {
  margin: 0 15px;
}
.main-con .my-record-con .record-hr {
  font-size: 0;
}
.main-con .my-record-con .record-hr img {
  width: 100%;
}
.main-con .my-record-con .record-body {
  background: url("../images/my-bg-02.png") repeat-y;
  background-size: 100%;
}
.main-con .my-record-con .record-body .record-info {
  padding: 5px 40px;
  display: flex;
  justify-content: space-between;
}
.main-con .my-record-con .record-body .record-info .info-item {
  text-align: center;
}
.main-con .my-record-con .record-body .record-info .info-item .item-number {
  color: #e63220;
  font-size: 24px;
  font-weight: bold;
}
.main-con .my-record-con .record-body .record-info .info-item .item-title {
  font-size: 12px;
  color: #777;
}
.main-con .my-record-con .record-body .record-btn {
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.main-con .my-record-con .record-body .record-btn .info-btn {
  color: #fff;
  flex: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 10px;
}
.main-con .my-record-con .record-body .record-btn .info-btn a {
  color: #fff;
}
.main-con .my-record-con .record-body .record-btn .info-btn.show-btn {
  background: #ffa341;
}
.main-con .my-record-con .record-body .record-btn .info-btn.share-btn {
  background: #fe5a4a;
}
.main-con .ranking-list {
  margin: 20px 15px;
}
.main-con .ranking-list .ranking-title {
  font-size: 0;
}
.main-con .ranking-list .ranking-title img {
  width: 100%;
}
.main-con .ranking-list .ranking-body {
  background: #fff6e8;
  padding: 10px;
  border-radius: 0 0 15px 15px;
}
.main-con .ranking-list .ranking-body .rank-item {
  display: flex;
  text-align: center;
  color: #a63638;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}
.main-con .ranking-list .ranking-body .rank-item.ranking-item-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.main-con .ranking-list .ranking-body .rank-item .number {
  width: 50px;
}
.main-con .ranking-list .ranking-body .rank-item .number.one span, .main-con .ranking-list .ranking-body .rank-item .number.two span, .main-con .ranking-list .ranking-body .rank-item .number.three span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
}
.main-con .ranking-list .ranking-body .rank-item .number.one span {
  background: #ffb41f;
}
.main-con .ranking-list .ranking-body .rank-item .number.two span {
  background: #9f998c;
}
.main-con .ranking-list .ranking-body .rank-item .number.three span {
  background: #ec7d3e;
}
.main-con .ranking-list .ranking-body .rank-item .name {
  flex: auto;
}
.main-con .ranking-list .ranking-body .rank-item .share {
  width: 80px;
}
.main-con .ranking-list .ranking-body .rank-item .phone {
  width: 110px;
}
.main-con .adv-con {
  margin: 0 15px;
  font-size: 0;
}
.main-con .adv-con img {
  width: 100%;
  border-radius: 10px;
}

.share-placard-con {
  width: 300px;
  height: 500px;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  color: #fff;
  text-align: center;
}
.share-placard-con .placard-con {
  font-size: 0;
}
.share-placard-con .placard-con img {
  width: 100%;
  border-radius: 5px;
}
.share-placard-con .tips-con {
  display: inline-block;
  text-align: left;
  margin-top: 5px;
}
.share-placard-con .tips-con > div {
  margin-top: 5px;
}
.share-placard-con .tips-con span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
  font-size: 12px;
}
.share-placard-con .close-con {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -40px;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.share-placard-con .close-con:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.share-png-con {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.share-png-con img {
  max-width: 300px;
  width: 100%;
}

.list-page {
  background: #f5f5f5;
}
.list-page .list-adv-con {
  font-size: 0;
}
.list-page .list-adv-con img {
  width: 100%;
}
.list-page .share-list-con {
  background: #fff;
}
.list-page .share-list-con .list-item {
  display: flex;
  padding: 15px;
  align-items: center;
}
.list-page .share-list-con .list-item .item-pic {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
.list-page .share-list-con .list-item .item-pic img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.list-page .share-list-con .list-item .item-info {
  flex: auto;
}
.list-page .share-list-con .list-item .item-info .state-con {
  float: right;
  font-size: 12px;
  background: #87d068;
  color: #fff;
  border-radius: 2px;
  padding: 1px 8px;
}
.list-page .share-list-con .list-item .item-info .state-con.waiting {
  background: #f3870e;
}
.list-page .share-list-con .list-item .item-info .p-name {
  margin-bottom: 2px;
}
.list-page .share-list-con .list-item .item-info .p-price {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.list-page .share-list-con .list-item .item-info .p-price .price {
  color: #f95848;
}
.list-page .share-list-con .list-item .item-info .p-price .item-date {
  color: #777;
  text-align: right;
}
.list-page .share-list-con .list-item:last-child:after {
  display: none;
}
.list-page .share-money-tips {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.4);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
}
.list-page .share-money-tips img {
  width: auto;
  height: 36px;
  padding-top: 12px;
}

.user-agreement-con {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  height: 100%;
  overflow: auto;
}
.user-agreement-con .agreement-title {
  text-align: center;
  padding: 20px 15px 5px;
  position: relative;
}
.user-agreement-con .agreement-title .back-con {
  position: absolute;
  left: 15px;
  top: 12px;
  padding: 10px;
}
.user-agreement-con .agreement-title .back-con img {
  width: 10px;
}
.user-agreement-con .agreement-info {
  margin: 15px;
  font-size: 14px;
  line-height: 22px;
}
.user-agreement-con .agreement-info .p-info01 {
  margin-bottom: 10px;
}
.user-agreement-con .agreement-info .p-info02 {
  text-indent: 2em;
  margin-bottom: 10px;
}

.che_tit {
  text-align: center;
  padding: 20px;
}

.ul_pro {
  background-color: #CED3D9;
  text-align: center;
  padding: 4px 2px;
  font-size: 14px;
}
.ul_pro li {
  float: left;
  width: 11.11%;
  padding: 2px;
  box-sizing: border-box;
}
.ul_pro li span {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #888888;
  line-height: 40px;
  padding-top: 2px;
  font-size: 18px;
}
.ul_pro li span:active {
  background-color: #4DA9F2;
  color: #fff;
}
.ul_pro .li_close {
  float: right;
  width: 22.22%;
}
.ul_pro .li_close span {
  background-color: #ACB3BB;
}
.ul_pro .li_clean {
  float: right;
  width: 22.22%;
}

.ul_input {
  padding: 0 12px;
  margin: 0 auto;
}

.ul_input li {
  list-style: none;
  float: left;
  width: 14.2%;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
}

.ul_input li span {
  display: block;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
}

.ul_keybord {
  background-color: #CED3D9;
  text-align: center;
  padding: 4px 2px;
  font-size: 14px;
}

.ul_keybord li {
  float: left;
  width: 10%;
  padding: 2px;
  box-sizing: border-box;
}

.ul_keybord .ikey20 {
  margin-left: 5%;
}

.ul_keybord .li_w {
  width: 11.11%;
}

.ul_keybord .li_close {
  float: right;
  width: 22.22%;
}

.ul_keybord .li_close span {
  background-color: #ACB3BB;
}

.ul_keybord .li_clean {
  float: right;
  width: 22.22%;
}

.ul_keybord li span {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #888888;
  /* max-width:48px; margin:0 auto; */
  line-height: 40px;
  font-size: 18px;
  padding-top: 2px;
}

.ul_keybord li span:active {
  background-color: #4DA9F2;
  color: #fff;
}

.rules-dialog-con {
  position: fixed;
  width: 86%;
  height: 450px;
  border-radius: 10px;
  top: 50%;
  left: 7%;
  margin-top: -225px;
  background: #fff;
  z-index: 1001;
}
.rules-dialog-con .rules-body {
  overflow-y: auto;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.rules-dialog-con .rules-title {
  margin-bottom: 10px;
}
.rules-dialog-con .rules-info {
  color: #555;
  text-align: left;
}
.rules-dialog-con .rules-info .rules-item {
  margin-bottom: 5px;
  display: flex;
  font-size: 14px;
}
.rules-dialog-con .rules-info .rules-item a {
  color: #555;
}
.rules-dialog-con .close-con {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.rules-dialog-con .close-con:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.money-dialog .money-con {
  width: 300px;
  height: 384px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-left: -150px;
  margin-top: -192px;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  z-index: 11;
}
.money-dialog .money-con img {
  width: 100%;
  height: auto;
}
.money-dialog .money-con.shake {
  animation: shake 0.2s infinite linear;
  -webkit-animation: shake 0.2s infinite linear;
}
.money-dialog .money-result-con {
  width: 300px;
  height: 400px;
  position: fixed;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -150px;
  z-index: 12;
}
.money-dialog .money-result-con .result-price {
  position: relative;
  height: 190px;
}
.money-dialog .money-result-con .result-price img {
  width: 100%;
  height: 190px;
}
.money-dialog .money-result-con .result-price .price-text {
  position: absolute;
  color: #e64b3e;
  width: 200px;
  height: 180px;
  left: 50px;
  top: 50%;
  text-align: center;
  margin-top: -90px;
  font-size: 30px;
  font-weight: bold;
  padding-top: 40px;
}
.money-dialog .money-result-con .result-price .price-text .number {
  font-size: 50px;
}
.money-dialog .money-result-con .result-price .price-text .weixin-tips {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  margin-top: -5px;
}
.money-dialog .money-result-con .result-price .price-text .weixin-tips img {
  width: 18px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.money-dialog .money-result-con .result-info {
  background: #e13831;
  border-radius: 0 0 15px 15px;
  height: 210px;
  text-align: center;
  color: #fff;
}
.money-dialog .money-result-con .result-info .p-info01 {
  font-size: 20px;
  padding-top: 20px;
}
.money-dialog .money-result-con .result-info .max-money {
  margin-top: -8px;
}
.money-dialog .money-result-con .result-info .max-money .money {
  font-size: 40px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.money-dialog .money-result-con .result-info .max-money .max-con {
  position: relative;
}
.money-dialog .money-result-con .result-info .max-money .max-con .max-text {
  font-size: 12px;
  opacity: 0.7;
  position: absolute;
  right: -11px;
  top: -15px;
  width: 30px;
}
.money-dialog .money-result-con .result-info .p-info02 {
  margin-top: 20px;
}
.money-dialog .money-result-con .result-info .info-btn {
  background: #ffdb16;
  margin: 40px 30px 10px;
  color: #8f370a;
  font-size: 20px;
  border-radius: 5px;
  line-height: 50px;
}
.money-dialog .money-result-con .close-con {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.money-dialog .money-result-con .close-con:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.money-dialog .opacity-con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  0% {
    left: -50px;
  }
  100% {
    left: 100%;
  }
}
.weui-toast {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

/*# sourceMappingURL=index.css.map */
