.qp-share-area {
    padding: 40px 0;
  }
  .qp-share-area .qp-step-group:first-child {
    padding-top: 40px;
  }
  .qp-share-popup .s-popup {
    width: auto;
  }
  .qp-share-popup .share-tit {
    font-size: 16px;
    color: #737373;
    padding: 10px;
    text-align: left;
  }
  .qp-share-popup .share-list {
    display: flex;
  }
  .qp-share-popup .share-list .evIcon {
    font-size: 62px;
  }
  .qp-share-popup .share-list .icon-name {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
  }
  .qp-share-popup .share-list .span-item {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    cursor: pointer;
    align-items: center;
  }
  .qp-share-popup .share-list .wechat-li .evIcon,
  .qp-share-popup .share-list .wechat-ms-li .evIcon {
    color: #3cb033;
  }
  .qp-share-popup .share-list .weibo-li .evIcon {
    color: #e24d6b;
  }
  .qp-share-popup .share-list .qq-li .evIcon {
    color: #4fafe9;
  }
  .qp-share-popup .share-list .qzone-li .evIcon {
    color: #eed03e;
  }
  .qp-share-popup .red-tip {
    color: #e64a4d;
    padding: 10px 20px;
    font-weight: 600;
  }
  .qp-lottery-area {
    margin: 0 auto;
    padding: 40px 0;
  }
  .qp-lottery-area .lottery-list {
    position: relative;
    height: 600px;
    width: 560px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  .qp-lottery-area .l-item {
    flex-shrink: 0;
    height: 170px;
    width: 170px;
    border-radius: 10px;
    border: 1px solid #a0a0a0;
    background-color: #fff5e9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .qp-lottery-area .l-item.light {
    background-color: #f7debf;
  }
  .qp-lottery-area .l-item.l-item-0 {
    left: 0;
    top: 0;
  }
  .qp-lottery-area .l-item.l-item-1 {
    left: 195px;
    top: 0;
  }
  .qp-lottery-area .l-item.l-item-2 {
    left: 390px;
    top: 0;
  }
  .qp-lottery-area .l-item.l-item-3 {
    left: 390px;
    top: 195px;
  }
  .qp-lottery-area .l-item.l-item-4 {
    left: 390px;
    top: 390px;
  }
  .qp-lottery-area .l-item.l-item-5 {
    left: 195px;
    top: 390px;
  }
  .qp-lottery-area .l-item.l-item-6 {
    left: 0;
    top: 390px;
  }
  .qp-lottery-area .l-item.l-item-7 {
    left: 0;
    top: 195px;
  }
  .qp-lottery-area .ticket {
    width: 75%;
    background-color: #FE0000;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
  }
  .qp-lottery-area .ticket::before {
    content: '';
    background-image: radial-gradient(circle at left center, transparent 8px, #FE0000 0);
    background-position: left center;
    background-size: 16px 16px;
    position: absolute;
    height: 100%;
    width: 16px;
    top: 0;
    left: -8px;
  }
  .qp-lottery-area .ticket::after {
    content: '';
    background-image: radial-gradient(circle at right center, transparent 8px, #FE0000 0);
    background-position: left center;
    background-size: 16px 16px;
    position: absolute;
    height: 100%;
    width: 16px;
    top: 0;
    right: -8px;
  }
  .qp-lottery-area .ticket .text {
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin: 15px 10px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qp-lottery-area .tick-name {
    font-size: 16px;
    color: #333335;
  }
  .qp-lottery-area .lottery-btn {
    background-color: #FE0000;
    cursor: pointer;
    position: absolute;
    left: 195px;
    top: 195px;
  }
  .qp-lottery-area .lottery-btn .btn {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
    width: 80px;
    text-align: center;
  }
  .qp-lottery-area .lottery-btn p {
    font-size: 12px;
    color: #fff;
  }
  .qp-share-success-popup .s-popup {
    width: 500px;
  }
  .qp-rule-popup {
    z-index: 1000;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    display: none;
  }
  .qp-rule-popup.show {
    display: flex;
  }
  .qp-rule-popup .popup-i {
    width: 560px;
    border: 1px solid #d9d7d8;
    background-color: #faf8f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .qp-rule-popup .p-tit {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-bottom: 1px solid #d9d7d8;
    color: #333333;
    background-color: #fff;
  }
  .qp-rule-popup .p-con {
    padding: 20px;
    font-size: 14px;
    color: #6A6A6A;
    line-height: 1.7;
  }
  .qp-rule-popup .p-btn {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }
  .qp-rule-popup .p-btn span {
    width: 100px;
    height: 36px;
    background-color: #335CEA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
  }