@charset "UTF-8";
@import url(./base.css);
@import url(./common.css);
@-webkit-keyframes btnAnR {
  0%, 100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0); }
  40% {
    -webkit-transform: scale(1.1) translateX(0.2rem);
            transform: scale(1.1) translateX(0.2rem); } }
@keyframes btnAnR {
  0%, 100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0); }
  40% {
    -webkit-transform: scale(1.1) translateX(0.2rem);
            transform: scale(1.1) translateX(0.2rem); } }
@-webkit-keyframes btnAnL {
  0%, 100% {
    -webkit-transform: scale(-1) translateX(0);
            transform: scale(-1) translateX(0); }
  40% {
    -webkit-transform: scale(-1.1) translateX(0.2rem);
            transform: scale(-1.1) translateX(0.2rem); } }
@keyframes btnAnL {
  0%, 100% {
    -webkit-transform: scale(-1) translateX(0);
            transform: scale(-1) translateX(0); }
  40% {
    -webkit-transform: scale(-1.1) translateX(0.2rem);
            transform: scale(-1.1) translateX(0.2rem); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes lotteryBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
@keyframes lotteryBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
body {
  font-size: .24rem;
  color: #6a2621;
  overflow-x: hidden; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

input {
  height: .6rem;
  padding: .15rem;
  outline: 0;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  background: #fff;
  color: #a8a7a7; }

textarea {
  padding: .15rem;
  outline: 0;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  background: #fff;
  color: #a8a7a7; }

.hide {
  display: none !important; }

.alig-justify {
  display: inline-block;
  text-align: justify; }
  .alig-justify::after {
    width: 100%;
    display: inline-block;
    content: '';
    height: 0; }

.pool-fixed {
  background-image: url("../images/pool-btn.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: block;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 50;
  width: 1.96rem;
  height: 1.98rem; }

.back-index {
  background-image: url("../images/btn-use.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: block;
  width: 1.88rem;
  height: .47rem;
  line-height: .47rem;
  margin: .2rem auto 0; }

.loading-diag {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background: black;
  opacity: .7; }

.loading-diag .diag-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: solid .1rem #fff;
  -webkit-animation: rotate 1s infinite;
          animation: rotate 1s infinite; }
  .loading-diag .diag-box::after {
    content: '';
    position: absolute;
    left: -.25rem;
    top: calc(50% - .25rem);
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: black; }

.loading-diag .loadingbox {
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.common-btn {
  background-image: url("../images/btn-use.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  display: inline-block;
  height: .75rem;
  min-width: 2.14rem;
  margin: 0 auto;
  line-height: .68rem;
  font-size: .34rem;
  color: #fff5d7;
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  vertical-align: middle; }
  .common-btn.use {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    pointer-events: auto; }
  .common-btn.used {
    background-image: url("../images/btn-used.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
    .common-btn.used::after {
      display: none; }

.giftBtn.gift-col.used, .giftBtn.gift-item.used {
  pointer-events: none !important; }
  .giftBtn.gift-col.used::after, .giftBtn.gift-item.used::after {
    background-image: url("../images/fetched.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: .31rem;
    height: .83rem; }
.giftBtn.gift-col.active::after, .giftBtn.gift-item.active::after {
  background-image: url("../images/allow-fetch.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: .31rem;
  height: .83rem; }

.page {
  text-align: center;
  overflow: hidden; }

.swiper-button-prev, .swiper-button-next {
  background-image: url("../images/arrow-right.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: 6rem !important;
  width: .63rem !important;
  height: .51rem !important;
  background-size: .63rem .51rem !important; }

.swiper-button-prev {
  left: 10px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-animation: btnAnL 1s infinite alternate;
          animation: btnAnL 1s infinite alternate; }

.swiper-button-next {
  -webkit-animation: btnAnR 1s infinite alternate;
          animation: btnAnR 1s infinite alternate; }

.gift-item {
  background-image: url("../images/gift-bg.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  display: inline-block;
  width: 1.83rem;
  height: 1.61rem;
  margin-left: .24rem;
  padding-top: 1.3rem;
  vertical-align: bottom;
  pointer-events: none; }
  .gift-item:first-child {
    margin-left: 0; }
  .gift-item.big-item {
    margin-top: 1rem; }
    .gift-item.big-item .gift-title {
      top: -.6rem; }
  .gift-item.giftBtn .gift-icon {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .gift-item.active {
    pointer-events: auto; }
    .gift-item.active .gift-icon {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .gift-item .gift-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: bold; }
  .gift-item .gift-icon {
    position: absolute;
    bottom: .3rem;
    left: 0;
    right: 0;
    display: block;
    margin: auto; }
  .gift-item .gift-name {
    width: 200%;
    margin-left: -50%;
    text-align: center;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    font-size: .46rem; }

.gift-1 {
  background-image: url("../images/gifts-icon/g-1.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.17rem;
  height: 1.03rem; }

.gift-col .gift-1 {
  background-image: url("../images/gifts-icon/g-1.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.72rem;
  height: 0.62rem; }

.gift-2 {
  background-image: url("../images/gifts-icon/g-2.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.85rem;
  height: 0.79rem; }

.gift-3 {
  background-image: url("../images/gifts-icon/g-3.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 0.81rem; }

.gift-4 {
  background-image: url("../images/gifts-icon/g-4.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 0.86rem; }

.gift-5 {
  background-image: url("../images/gifts-icon/g-5.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.55rem;
  height: 0.64rem; }

.gift-6 {
  background-image: url("../images/gifts-icon/g-6.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.9rem;
  height: 0.86rem; }

.gift-7 {
  background-image: url("../images/gifts-icon/g-7.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.78rem;
  height: 0.79rem; }

.gift-8 {
  background-image: url("../images/gifts-icon/g-8.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.9rem;
  height: 0.76rem; }

.gift-9 {
  background-image: url("../images/gifts-icon/g-9.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.78rem;
  height: 0.79rem; }

.gift-10 {
  background-image: url("../images/gifts-icon/g-10.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 0.8rem; }

.gift-11 {
  background-image: url("../images/gifts-icon/g-11.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.67rem;
  height: 0.96rem; }

.gift-12 {
  background-image: url("../images/gifts-icon/g-12.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.18rem;
  height: 1.11rem; }

.gift-13 {
  background-image: url("../images/gifts-icon/g-13.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.02rem;
  height: 0.92rem; }

.gift-14 {
  background-image: url("../images/gifts-icon/g-14.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.99rem;
  height: 1.17rem; }

.gift-15 {
  background-image: url("../images/gifts-icon/g-15.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.17rem;
  height: 1.18rem; }

.gift-16 {
  background-image: url("../images/gifts-icon/g-16.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.09rem;
  height: 1.01rem; }

.gift-17 {
  background-image: url("../images/gifts-icon/g-17.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.1rem;
  height: 1rem; }

.gift-18 {
  background-image: url("../images/gifts-icon/g-18.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.97rem;
  height: 1.01rem; }

.gift-19 {
  background-image: url("../images/gifts-icon/g-19.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.11rem;
  height: 1.04rem; }

.gift-20 {
  background-image: url("../images/gifts-icon/g-20.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1.01rem; }

.gift-21 {
  background-image: url("../images/gifts-icon/g-21.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.99rem;
  height: 1.07rem; }

.gift-22 {
  background-image: url("../images/gifts-icon/g-22.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.98rem;
  height: 1.11rem; }

.gift-23 {
  background-image: url("../images/gifts-icon/g-23.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.93rem;
  height: 0.93rem; }

.gift-24 {
  background-image: url("../images/gifts-icon/g-24.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.04rem;
  height: 1.13rem; }

.gift-25 {
  background-image: url("../images/gifts-icon/g-25.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.08rem;
  height: 1.17rem; }

.gift-26 {
  background-image: url("../images/gifts-icon/g-26.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.18rem;
  height: 0.75rem; }

.gift-27 {
  background-image: url("../images/gifts-icon/g-27.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.31rem;
  height: 1.26rem; }

.gift-28 {
  background-image: url("../images/gifts-icon/g-28.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.91rem;
  height: 1.27rem; }

.gift-29 {
  background-image: url("../images/gifts-icon/g-29.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-30 {
  background-image: url("../images/gifts-icon/g-30.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-31 {
  background-image: url("../images/gifts-icon/g-31.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-32 {
  background-image: url("../images/gifts-icon/g-32.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-33 {
  background-image: url("../images/gifts-icon/g-33.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-34 {
  background-image: url("../images/gifts-icon/g-34.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-35 {
  background-image: url("../images/gifts-icon/g-35.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-36 {
  background-image: url("../images/gifts-icon/g-36.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-37 {
  background-image: url("../images/gifts-icon/g-37.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-38 {
  background-image: url("../images/gifts-icon/g-38.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-39 {
  background-image: url("../images/gifts-icon/g-39.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-40 {
  background-image: url("../images/gifts-icon/g-40.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-41 {
  background-image: url("../images/gifts-icon/g-41.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-42 {
  background-image: url("../images/gifts-icon/g-42.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-43 {
  background-image: url("../images/gifts-icon/g-43.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-46 {
  background-image: url("../images/gifts-icon/g-46.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-47 {
  background-image: url("../images/gifts-icon/g-47.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-48 {
  background-image: url("../images/gifts-icon/g-48.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem; }

.gift-44 {
  background-image: url("../images/gifts-icon/g-44.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.31rem;
  height: 1.26rem; }

.gift-45 {
  background-image: url("../images/gifts-icon/g-45.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.7rem;
  height: 1.16rem; }

.award-detail {
  background-image: url("../images/team-pool/award-detail.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -.7rem;
  right: 0;
  left: 0;
  z-index: 3;
  width: 1.12rem;
  height: .37rem;
  margin: auto;
  padding: 0.2rem; }

.team-list {
  background-image: url("../images/team-member/table-bg.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  width: 6.97rem;
  height: 1.98rem;
  margin: 0 auto; }
  .team-list::before {
    content: '战力';
    position: absolute;
    top: 1.2rem;
    left: 0;
    display: block;
    padding: 1px 2px;
    background: #f88b84;
    border-radius: 2px;
    color: #fff;
    font-size: .14rem;
    line-height: .24rem; }
  .team-list .list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .63rem;
    width: 6.8rem;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    font-size: 0; }
  .team-list .list-col {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 .1rem;
    font-size: .22rem;
    white-space: normal; }
    .team-list .list-col:first-child {
      width: 1.24rem;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
  .team-list .row1 .list-col {
    color: #fff; }

.pop-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .pop-container .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .pop-container .pop-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -.22rem;
    margin: auto;
    width: 7.17rem; }
    .pop-container .pop-main.default {
      background-image: url("../images/pop/default.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 3.95rem; }
    .pop-container .pop-main.copy {
      background-image: url("../images/pop/copy.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 3.65rem; }
    .pop-container .pop-main.address {
      background-image: url("../images/pop/address.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 6.94rem; }
    .pop-container .pop-main.explain {
      background-image: url("../images/pop/explain.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 9.94rem; }
    .pop-container .pop-main.match2 {
      background-image: url("../images/pop/match2.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 9.94rem; }
    .pop-container .pop-main.match {
      background-image: url("../images/pop/match.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 3.95rem; }
  .pop-container .cancel-btn {
    position: absolute;
    top: 0;
    right: .32rem;
    z-index: 10;
    width: 1.42rem;
    height: .7rem; }
  .pop-container .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5.8rem;
    height: calc(100% - 1.2rem);
    margin: 0 auto;
    padding-top: 1px;
    text-align: center;
    font-size: .24rem; }
    .pop-container .content > div {
      margin-top: .3rem;
      width: 100%; }
  .pop-container .btns {
    height: 1.2rem;
    text-align: center; }
    .pop-container .btns .ok, .pop-container .btns .cancel {
      background-image: url("../images/btn-used.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      display: inline-block;
      width: 1.98rem;
      height: .58rem;
      line-height: .55rem;
      font-size: .24rem; }
    .pop-container .btns .cancel {
      margin-left: .47rem; }
  .pop-container .default .content {
    width: 5.43rem; }
  .pop-container .match .cancel-btn {
    top: .4rem; }
  .pop-container .match .btns {
    height: 1.2rem;
    margin-top: .3rem; }
  .pop-container .match .content {
    margin-top: 1.5rem;
    height: calc(100% - 1.2rem - 1.5rem); }
  .pop-container .explain .cancel-btn {
    top: .4rem; }
  .pop-container .explain .btns {
    display: none; }
  .pop-container .explain .content {
    width: 6rem;
    height: 8.3rem;
    margin-top: 1.3rem;
    overflow: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .pop-container .explain .content > div {
      position: static;
      text-align: left; }
  .pop-container .match2 .cancel-btn {
    top: .4rem; }
  .pop-container .match2 .btns {
    height: 1.2rem;
    margin-top: .3rem; }
  .pop-container .match2 .content {
    width: 6rem;
    height: 7.5rem;
    margin-top: 1.3rem;
    overflow: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .pop-container .match2 .content > div {
      position: static;
      text-align: left; }
  .pop-container .addAddress {
    display: inline-block;
    margin-top: .2rem;
    height: .4rem;
    color: #fbe4d1; }
  .pop-container .copy .btns {
    margin-top: .4rem; }

.page-top {
  position: relative;
  height: 14rem; }

.logo {
  background-image: url("../images/logo.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: .2rem;
  left: .28rem;
  width: 1.53rem;
  height: 1.2rem; }

.btn-explain {
  background-image: url("../images/btn-use.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: .2rem;
  right: .25rem;
  width: 1.9rem;
  height: .64rem;
  line-height: .64rem;
  font-size: .3rem;
  color: #fff5d7; }

.slogan {
  background-image: url("../images/slogan.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: .4rem;
  left: .4rem;
  right: 0;
  margin: auto;
  width: 3.1rem;
  height: 5.64rem; }

.sub-slogan {
  background-image: url("../images/sub-title.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 1.54rem;
  right: 1.63rem;
  width: .65rem;
  height: 3.7rem; }

.active-time {
  background-image: url("../images/active-time.png?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  bottom: .4rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 6.46rem;
  height: .95rem; }

.block {
  position: relative; }
  .block .title {
    margin: 0 auto .3rem; }

.team-leader {
  background-image: url("../images/team-leader/bg.jpg?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  height: 53rem; }
  .team-leader #memberNum {
    width: 3.9rem;
    height: .4rem;
    margin: .2rem auto 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, #f7898d), color-stop(90%, #f7898d), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7898d 10%, #f7898d 90%, rgba(255, 255, 255, 0) 100%);
    color: #fff; }
    .team-leader #memberNum span {
      color: #fae6be; }
  .team-leader .btn-box {
    margin: 0 auto .2rem; }
    .team-leader .btn-box .common-btn {
      display: inline-block; }
  .team-leader .team-info {
    height: 5.03rem; }
  .team-leader .team-bar {
    background-image: url("../images/tip-bg.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 6.36rem;
    height: 2.47rem;
    margin: -.6rem auto;
    font-size: .3rem;
    overflow: hidden;
    text-align: left; }
    .team-leader .team-bar p {
      margin-top: .6rem;
      padding: .4rem .3rem 0 2.3rem;
      line-height: .52rem; }
  .team-leader .block-1 {
    margin-bottom: 1rem; }
    .team-leader .block-1 .title {
      background-image: url("../images/team-leader/title-1.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 7.5rem;
      height: 1.66rem; }
    .team-leader .block-1 .help-process {
      position: relative;
      height: 1.54rem;
      width: 6.55rem;
      margin: 0.6rem auto 0;
      padding-left: .4rem; }
    .team-leader .block-1 .process-title {
      background-image: url("../images/team-leader/process-t.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 1.11rem;
      height: 1.11rem;
      position: absolute;
      top: 0;
      left: 0;
      bottom: .2rem;
      z-index: 3;
      margin: auto; }
    .team-leader .block-1 .process-main {
      height: 1.54rem;
      width: 5.65rem;
      position: relative; }
      .team-leader .block-1 .process-main .cover {
        background-image: url("../images/team-leader/process.png?v=2021110802");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        right: -.5rem;
        z-index: 2;
        width: 5.85rem;
        height: 1.54rem; }
      .team-leader .block-1 .process-main .bar {
        position: absolute;
        top: .54rem;
        left: .2rem;
        z-index: 2;
        display: inline-block;
        height: .3rem;
        width: 0%;
        background: #ff7d5f;
        border-radius: .15rem;
        -webkit-transition: width .3s ease-out;
        transition: width .3s ease-out;
        -webkit-transition-delay: 2s;
                transition-delay: 2s; }
    .team-leader .block-1 .residue-help {
      width: 3.9rem;
      height: .4rem;
      margin: .4rem auto 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, #f7898d), color-stop(90%, #f7898d), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7898d 10%, #f7898d 90%, rgba(255, 255, 255, 0) 100%);
      color: #fff; }
      .team-leader .block-1 .residue-help span {
        vertical-align: middle; }
      .team-leader .block-1 .residue-help span + span {
        color: #fae6be; }
  .team-leader .block-2 {
    margin-bottom: 2.6rem; }
    .team-leader .block-2 .title {
      background-image: url("../images/team-leader/title-2.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 7.5rem;
      height: 2.02rem; }
    .team-leader .block-2 .leader-gift {
      background-image: url("../images/team-leader/g-bg.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      position: relative;
      width: 6.97rem;
      height: 8.8rem;
      margin: 0 auto;
      background-position: center top;
      background-size: 100% auto;
      overflow-x: hidden; }
    .team-leader .block-2 .leader-gift-swiper {
      padding: .1rem 0; }
    .team-leader .block-2 .member-info {
      height: 1.78rem; }
    .team-leader .block-2 .info-top {
      height: .7rem;
      font-size: 0; }
      .team-leader .block-2 .info-top .item-text {
        color: #ff7d5f; }
    .team-leader .block-2 .gift-box {
      padding: 0 .15rem;
      margin-bottom: .5rem;
      font-size: 0; }
    .team-leader .block-2 .info-item {
      display: inline-block;
      width: 33.33%;
      height: 100%;
      border-right: solid 1px #fff;
      font-size: .21rem;
      vertical-align: top; }
      .team-leader .block-2 .info-item:last-child {
        border-right: none; }
    .team-leader .block-2 .info-bottom {
      background-image: url("../images/team-leader/fly-bg.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 3.05rem;
      height: 1.08rem;
      line-height: 1.08rem;
      margin: 0 auto;
      padding-left: 1rem;
      font-size: .24rem;
      color: #ffffe8;
      text-align: center; }
    .team-leader .block-2 .gift-col {
      position: relative;
      display: inline-block;
      width: 20%;
      height: 100%;
      vertical-align: top;
      font-size: .2rem;
      pointer-events: none; }
      .team-leader .block-2 .gift-col::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%); }
      .team-leader .block-2 .gift-col:first-child::before {
        width: 0;
        background: none; }
      .team-leader .block-2 .gift-col.active {
        pointer-events: auto; }
        .team-leader .block-2 .gift-col.active .gift-icon {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
      .team-leader .block-2 .gift-col .gift-col-item {
        position: relative;
        margin-top: .1rem;
        overflow: hidden; }
      .team-leader .block-2 .gift-col > p {
        font-size: .24rem; }
      .team-leader .block-2 .gift-col .gift-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: .62rem;
        margin: auto;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
      .team-leader .block-2 .gift-col .gift-name {
        margin-top: .8rem;
        height: .68rem; }
  .team-leader .swiper-button-prev, .team-leader .swiper-button-next {
    background-image: url("../images/arrow-right.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    top: 6rem !important;
    width: .67rem !important;
    height: .5rem !important;
    background-size: .67rem .5rem !important; }
  .team-leader .gift-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .3rem;
    padding: 0 1rem; }
    .team-leader .gift-pagination .pagination-inner {
      display: inline-block;
      color: #fff5d7;
      border-bottom: solid 4px #fff5d7; }
  .team-leader .leader-pagination {
    display: inline-block;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: .3rem;
    background: rgba(255, 255, 255, 0);
    font-size: .3rem;
    font-weight: bold;
    border-radius: 0;
    text-align: center;
    opacity: 1;
    color: #fff5d7; }
    .team-leader .leader-pagination:last-child {
      margin-right: 0; }
    .team-leader .leader-pagination.swiper-pagination-bullet-active .pagination-inner {
      color: #ff7d5f;
      border-bottom-color: #ff7d5f; }
  .team-leader .block-3 {
    margin-bottom: 1rem; }
    .team-leader .block-3 .title {
      background-image: url("../images/team-leader/title-3.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 7.5rem;
      height: 1.97rem; }
    .team-leader .block-3 .leader-help-gift {
      background-image: url("../images/team-leader/g-bg2.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 6.97rem;
      height: 6.07rem;
      margin: 0 auto; }
      .team-leader .block-3 .leader-help-gift .gift-title {
        text-align: left;
        font-size: .2rem;
        white-space: nowrap; }
        .team-leader .block-3 .leader-help-gift .gift-title span {
          color: #ff4141; }
  .team-leader .block-4 .title {
    background-image: url("../images/team-leader/title-4.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 1.64rem; }
  .team-leader .block-4 .leader-fly-gift {
    background-image: url("../images/block-bg-small.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 6.67rem;
    height: 3.43rem;
    margin: 0 auto;
    padding-top: .5rem; }
    .team-leader .block-4 .leader-fly-gift .gift-item {
      background-size: 100% auto;
      height: 3rem;
      padding-top: 2rem;
      pointer-events: none; }
      .team-leader .block-4 .leader-fly-gift .gift-item.active {
        pointer-events: auto; }
        .team-leader .block-4 .leader-fly-gift .gift-item.active .gift-icon {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
    .team-leader .block-4 .leader-fly-gift .gift-title {
      position: absolute;
      top: 0;
      font-weight: bold; }
    .team-leader .block-4 .leader-fly-gift .gift-icon {
      bottom: 1rem;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }

.team-member {
  background-image: url("../images/team-member/bg.jpg?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  height: 36rem; }
  .team-member .btn-box {
    margin: 0 auto .2rem; }
    .team-member .btn-box .common-btn {
      display: inline-block; }
  .team-member .team-info {
    height: 5.5rem; }
  .team-member .team-bar {
    background-image: url("../images/tip-bg.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 6.36rem;
    height: 2.47rem;
    margin: -.2rem auto -.4rem;
    font-size: .3rem;
    overflow: hidden;
    text-align: left; }
    .team-member .team-bar p {
      margin-top: 1rem;
      padding: 0 .3rem 0 2.3rem;
      line-height: .52rem; }
  .team-member .block-1 {
    padding-top: .4rem; }
    .team-member .block-1 .title {
      background-image: url("../images/team-member/title-1.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 7.48rem;
      height: 1.61rem; }
    .team-member .block-1 .bind-gift {
      background-image: url("../images/block-bg-small.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 6.67rem;
      height: 3.43rem;
      margin: 0 auto;
      padding-top: .5rem; }
    .team-member .block-1 .common-btn {
      margin-top: .2rem; }
  .team-member .block-2 {
    position: relative;
    margin-top: 2rem; }
    .team-member .block-2 .title {
      background-image: url("../images/team-member/title-2.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      position: relative;
      width: 7.5rem;
      height: 2.52rem; }
    .team-member .block-2 .number {
      position: absolute;
      bottom: .06rem;
      left: 0;
      right: 0;
      color: #fff;
      font-size: .26rem;
      font-weight: 600; }
      .team-member .block-2 .number span:first-child {
        margin-right: .3rem; }
      .team-member .block-2 .number i {
        color: #ffee83; }
    .team-member .block-2 .bind-gift {
      background-image: url("../images/block-bg-small.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 6.64rem;
      height: 4.36rem;
      margin: 0 auto;
      padding-top: .3rem; }
    .team-member .block-2 .common-btn {
      margin-top: .5rem; }
    .team-member .block-2 .type-title {
      margin-bottom: .3rem;
      font-size: .34rem; }

.team-pool {
  background-image: url("../images/team-pool/bg.jpg?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  height: 46rem; }
  .team-pool .team-info {
    height: 4.2rem; }
  .team-pool .team-bar {
    background-image: url("../images/tip-bg.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 6.36rem;
    height: 2.47rem;
    margin: -.7rem auto -.4rem;
    font-size: .3rem;
    overflow: hidden;
    text-align: left; }
    .team-pool .team-bar p {
      margin-top: .6rem;
      padding: .4rem .3rem 0 2.3rem;
      line-height: .52rem; }
  .team-pool .team-list::before {
    content: '充值金额'; }
  .team-pool .block-1 {
    margin-bottom: .6rem; }
    .team-pool .block-1 .title {
      background-image: url("../images/team-pool/title-1.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 7.5rem;
      height: 1.68rem; }
    .team-pool .block-1 .daily-gift {
      background-image: url("../images/block-bg-small.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 5.57rem;
      height: 3.37rem;
      margin: 0 auto;
      padding-top: .5rem; }
      .team-pool .block-1 .daily-gift .gift-item {
        margin-left: .5rem; }
        .team-pool .block-1 .daily-gift .gift-item:first-child {
          margin-left: 0; }
      .team-pool .block-1 .daily-gift .common-btn {
        margin-top: .3rem; }
  .team-pool .block-2 {
    margin-bottom: 1.4rem; }
    .team-pool .block-2 .title {
      background-image: url("../images/team-pool/title-2.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 7.48rem;
      height: 1.93rem; }
    .team-pool .block-2 .exchange-bar {
      position: relative;
      width: 6.67rem;
      margin: 0 auto; }
    .team-pool .block-2 .bar-base {
      position: absolute;
      top: .53rem;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      width: 6.35rem; }
      .team-pool .block-2 .bar-base .bar-bg {
        position: relative;
        z-index: 2;
        background-image: url("../images/team-pool/exchange-bar.png?v=2021110802");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        width: 100%;
        height: .28rem; }
      .team-pool .block-2 .bar-base .bar-process {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: .28rem;
        width: 0%;
        max-width: 6.13rem;
        background: #ff7d5f;
        border-radius: .14rem; }
    .team-pool .block-2 .bar-show {
      position: relative;
      z-index: 2; }
      .team-pool .block-2 .bar-show .bar-btns {
        text-align: right;
        font-size: 0;
        width: calc(100% - .32rem);
        margin-left: .32rem; }
      .team-pool .block-2 .bar-show .bar-btn {
        position: relative;
        display: inline-block;
        width: 16.6%;
        margin-top: -.2rem; }
        .team-pool .block-2 .bar-show .bar-btn p {
          position: absolute;
          top: .14rem;
          left: -.08rem;
          right: 0;
          margin-right: -50%;
          margin-bottom: .1rem;
          font-size: .2rem;
          text-align: center;
          color: #f0faff;
          text-shadow: 0 1px 0 #6a2621; }
      .team-pool .block-2 .bar-show .icon-gift {
        background-image: url("../images/team-pool/icon-gift.png?v=2021110802");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        display: inline-block;
        width: .59rem;
        height: 1.32rem;
        background-position: center top;
        background-size: 100%; }
    .team-pool .block-2 .exchange-arrow {
      position: absolute;
      top: -.13rem;
      left: 13%;
      width: 0;
      height: 0;
      border: solid .2rem #f5b5a5;
      border-top-width: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      -webkit-transition: left .3s linear;
      transition: left .3s linear; }
    .team-pool .block-2 .exchange-gift {
      background-image: url("../images/block-bg-small.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      position: relative;
      width: 6.67rem;
      height: 3.43rem;
      margin: .1rem auto 0;
      padding-top: .5rem; }
      .team-pool .block-2 .exchange-gift .exchange-gift-item {
        position: absolute;
        top: .3rem;
        left: 0;
        right: 0; }
      .team-pool .block-2 .exchange-gift .common-btn {
        margin-top: .3rem; }
  .team-pool .block-3 .title {
    background-image: url("../images/team-pool/title-3.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 1.61rem; }
  .team-pool .block-3 .lottery-box-main {
    width: 6.8rem;
    height: 6.84rem;
    margin: 0 auto;
    font-size: 0; }
    .team-pool .block-3 .lottery-box-main li {
      background-image: url("../images/team-pool/lottery-bg.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      position: relative;
      display: inline-block;
      width: 2.14rem;
      height: 2.18rem;
      margin: 0 .1rem .1rem 0;
      font-size: .20rem;
      vertical-align: top;
      text-align: center;
      overflow: hidden; }
      .team-pool .block-3 .lottery-box-main li:nth-child(3n) {
        margin-right: 0; }
    .team-pool .block-3 .lottery-box-main .lottery-img {
      margin-top: 47%;
      margin-left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .team-pool .block-3 .lottery-box-main .lottery-name {
      position: absolute;
      left: -50%;
      right: 0;
      bottom: .2rem;
      width: 180%;
      margin: auto;
      white-space: nowrap;
      -webkit-transform: scale(0.73) translateX(10%);
              transform: scale(0.73) translateX(10%); }
    .team-pool .block-3 .lottery-box-main .instance-gift-tip {
      position: absolute;
      top: -.6rem;
      right: -1.3rem;
      z-index: 2;
      height: .33rem;
      width: 3rem;
      line-height: .3rem;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      background: #f6ecc1;
      color: #be282b;
      border: solid 1px #be282b; }
    .team-pool .block-3 .lottery-box-main .btn-lottery {
      background-image: url("../images/team-pool/lottery-btn.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      -webkit-animation: lotteryBtn .4s infinite alternate;
              animation: lotteryBtn .4s infinite alternate; }
    .team-pool .block-3 .lottery-box-main .cur {
      -webkit-filter: hue-rotate(-30deg);
              filter: hue-rotate(-30deg); }
  .team-pool .block-3 .paly-remain {
    position: relative;
    margin: .3rem auto; }
    .team-pool .block-3 .paly-remain p {
      width: 3.9rem;
      height: .4rem;
      margin: .1rem auto 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, #f7898d), color-stop(90%, #f7898d), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7898d 10%, #f7898d 90%, rgba(255, 255, 255, 0) 100%);
      color: #fff; }
      .team-pool .block-3 .paly-remain p span {
        vertical-align: middle; }
      .team-pool .block-3 .paly-remain p span + span {
        color: #fae6be; }
    .team-pool .block-3 .paly-remain .btn-award {
      background-image: url("../images/team-pool/record.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      display: inline-block;
      width: 1.12rem;
      height: .37rem; }
  .team-pool .block-3 .attach-list {
    background-image: url("../images/team-pool/lottery-list.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 6.65rem;
    height: 2.03rem;
    padding: 0.6rem 0 .1rem;
    margin: 0 auto; }
    .team-pool .block-3 .attach-list div {
      width: 5rem;
      height: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .team-pool .block-3 .attach-list ul {
      margin: 0 auto; }

.share-page {
  background-image: url("../images/share/bg.jpg?v=2021110802");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 60rem; }
  .share-page .btn-down {
    margin: 0 0 .3rem; }
  .share-page .center, .share-page .p-1, .share-page .p-2, .share-page .p-3, .share-page .p-4, .share-page .b-1, .share-page .b-2, .share-page .b-3 {
    margin: 0 auto; }
  .share-page .p-1 {
    background-image: url("../images/share/p-1.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 7.15rem;
    margin-bottom: 1.5rem; }
  .share-page .p-2 {
    background-image: url("../images/share/p-2.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 9.2rem;
    margin-bottom: 3rem; }
  .share-page .p-3 {
    background-image: url("../images/share/p-3.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 4.23rem;
    margin-bottom: .48rem; }
  .share-page .p-4 {
    background-image: url("../images/share/p-4.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 1.27rem; }
  .share-page .b-1 {
    background-image: url("../images/share/b-1.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 7.1rem;
    height: 3.99rem; }
  .share-page .b-2 {
    background-image: url("../images/share/b-2.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 6.65rem;
    height: 2.45rem;
    margin-bottom: .4rem; }
  .share-page .b-3 {
    background-image: url("../images/share/b-3.png?v=2021110802");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 4.94rem;
    height: .43rem;
    margin-bottom: .74rem; }
  .share-page .code-bg-box {
    position: relative;
    margin-bottom: 1.12rem; }
    .share-page .code-bg-box .code-bg {
      position: relative;
      background-image: url("../images/share/code.png?v=2021110802");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      height: 2.32rem;
      width: 2.36rem;
      margin: 0 auto .3rem;
      background-size: 2.32rem auto; }
    .share-page .code-bg-box #qrcode, .share-page .code-bg-box canvas {
      position: absolute;
      top: -.1rem;
      bottom: 0;
      left: 0.03rem;
      right: 0;
      height: 1.35rem;
      width: 1.35rem;
      margin: auto; }
    .share-page .code-bg-box .down-tips {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -.7rem;
      margin: 0 auto;
      color: #fff5d7;
      text-shadow: 0 0 0.1rem #6a2621; }
    .share-page .code-bg-box .download {
      font-size: .28rem;
      color: #6a2621; }
  .share-page .feature-swiper {
    margin: .2rem auto .6rem; }
  .share-page .swiper-slide {
    width: 3.6rem;
    height: 6.4rem;
    background: #1781b099; }
