
@charset "UTF-8";
/*
 * @Author: whj 
 * @Date: 2021-08-06 14:06:03 
 * @Last Modified by: whj
 * @Last Modified time: 2021-09-08 14:07:14
 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
img {
  vertical-align: top;
}
mark {
  background-color: transparent;
}
ul,
li {
  list-style: none;
}
html {
  font-size: 100px;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2719783 */
  src: url("//at.alicdn.com/t/font_2719783_y8ayte8sed.woff2?t=1628499125153") format("woff2"), url("//at.alicdn.com/t/font_2719783_y8ayte8sed.woff?t=1628499125153") format("woff"), url("//at.alicdn.com/t/font_2719783_y8ayte8sed.ttf?t=1628499125153") format("truetype");
}
.iconfont, .d-close::before {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.d-bg {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-bar {
  position: relative;
  width: 4.36rem;
  margin-top: -1rem;
  -webkit-animation: aniDialog 0.1s ease;
          animation: aniDialog 0.1s ease;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0.1rem;
}
.d-hd {
  text-align: center;
  padding: 0.2rem 0;
}
.d-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0;
}
.d-close {
  position: absolute;
  top: .06rem;
  right: .06rem;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.4rem;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-close::before {
    content: "\E643";
    color: #333;
}
.d-close:hover {
    -webkit-animation: aniRotateHalf .3s 1 ease-out;
            animation: aniRotateHalf .3s 1 ease-out;
}
.d-btn {
  width: 0.74rem;
  height: 0.4rem;
}
.alert-bar {
  text-align: center;
}
.area-bar {
  width: 5.8rem;
}
.area-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.86rem;
  margin-left: 0.4rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.area-item, .area-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  background-color: #eee;
  border-radius: 0.16rem;
}
.area-label {
  width: 1.28rem;
  text-align: right;
  margin-right: 0.18rem;
}
.area-ipt {
  width: 3.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.area-select {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0.64rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.16rem;
}
.area-option {
  width: 50%;
  text-align: center;
  padding: 0.1rem 0;
}
.area-select, .area-option {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.area-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bc5316;
}
.area-tips__icon {
    margin-right: 0.1rem;
}
.d-msg {
  position: fixed;
  left: 50%;
  top: -100vh;
  z-index: 201;
  max-width: 7.2rem;
  padding: 0.1rem 0.2rem;
  border: 1px solid;
  border-radius: 0.1rem;
  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;
  word-break: break-all;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.d-msg.fn-show {
    top: 1.6rem;
}
.d-msg__icon {
    margin-right: 0.1rem;
}
.d-msg__success {
    color: #67c23a;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.d-msg__warning {
    color: #e6a23c;
    background-color: #fdf6ec;
    border-color: #faecd8;
}
.d-msg__error {
    color: #f56c6c;
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.d-msg__ua {
    font-size: 24px;
    color: #f56c6c;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
}
.d-msg__ua.fn-show {
      top: 0;
}
.fn-tips {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.fn-tips__desc {
    max-width: 360px;
    font-size: 12px;
    background-color: #1b1a18;
    padding: 10px;
    background-color: #1f1c1a;
    border: 1px solid #76582a;
    -webkit-box-shadow: 0 0 1px #3d301c inset;
            box-shadow: 0 0 1px #3d301c inset;
}
#fn-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  color: #e28b69;
}
#fn-loading__pic {
    font-size: 0.36rem;
    -webkit-animation: aniRotate 1.5s linear infinite;
            animation: aniRotate 1.5s linear infinite;
}
@media screen and (max-width: 639px) {
html {
    font-size: 50px;
}
.fn-tips {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
.fn-tips__bd {
      width: 100%;
      max-width: 750px;
}
.fn-tips__desc {
      font-size: .2rem;
      padding: 0.2rem;
      max-width: 750px;
}
.fn-tips__pic {
      max-width: 100%;
      display: block;
      margin: 0 auto;
}
}
@-webkit-keyframes aniDialog {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes aniDialog {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes aniRotate {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes aniRotate {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes aniRotateHalf {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}
@keyframes aniRotateHalf {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}
/*
 * @Author: whj 
 * @Date: 2021-06-24 15:03:46 
 * @Last Modified by: whj
 * @Last Modified time: 2021-09-25 00:13:15
 */
body {
  color: #a1837d;
  background-color: #ffe3b6;
  font: 0.24rem/1.6 '\5FAE\8F6F\96C5\9ED1';
}
.fc-mark, .group-invitation__mark {
  color: #d45c3d;
}
button {
  border: 0;
  background: no-repeat 0 0;
}
.m-title {
  text-align: center;
  font-size: .2rem;
}
.m-title__next {
    text-align: center;
    color: #d45c3d;
    margin: 0 auto;
}
.m-eq__bar {
  width: 1.26rem;
  height: 1.26rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/eq-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container {
  position: relative;
}
.btn-top {
  text-indent: -9999px;
  position: absolute;
  bottom: .8rem;
  left: 50%;
  margin-left: -.54rem;
  width: 1.08rem;
  height: 1rem;
  background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/app-side.png") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: aniDown 3s infinite linear;
          animation: aniDown 3s infinite linear;
}
.team-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-invitation, .team-invitation-gray, .team-more {
  width: 1.9rem;
  height: .51rem;
  text-indent: -9999px;
  margin: 0 .15rem;
}
.team-refresh {
  text-indent: -9999px;
  width: .24rem;
  height: .24rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/ic-refresh.png");
}
.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-list__item {
    text-align: center;
}
.team-list__avatar {
    border: .06rem solid #d96540;
    border-radius: .2rem;
    background-color: #fae6af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-list__pic {
    border-radius: .14rem;
}
.team-list__captain {
    position: relative;
}
.team-list__captain::before {
      position: absolute;
      content: "";
      width: .18rem;
      height: .55rem;
      left: .06rem;
      top: -.03rem;
      background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-leader-tip.png") no-repeat 0 0;
      background-size: 100% 100%;
}
.team-list__name {
    color: #d96540;
}
.team-gift, .team-lottery {
  width: 6.91rem;
  height: 1.89rem;
  position: relative;
}
.team-gift {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-ft-gift.png");
}
.team-gift__pic {
    position: absolute;
    left: .5rem;
    top: .32rem;
    -webkit-box-shadow: 0 0 0.1rem 0.04rem #fee7ad;
            box-shadow: 0 0 0.1rem 0.04rem #fee7ad;
}
.team-gift__pic .m-eq {
      width: .92rem;
      height: .92rem;
}
.team-gift__btn {
    position: absolute;
    left: 4.34rem;
    top: .62rem;
    width: 2.48rem;
    height: .71rem;
    text-indent: -9999px;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-get-award.png");
}
.team-gift__btn.bgc-gray {
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-get-award-gray.png");
}
.team-gift__btn.bgc-over {
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-get-award-over.png");
}
.team-lottery {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-ft-lottery.png");
}
.team-lottery__ft {
    position: absolute;
    left: .8rem;
    top: .45rem;
    width: 3.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.team-lottery__first {
    width: 1rem;
    height: 1rem;
    border-radius: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-lottery__first .m-eq {
      width: 100%;
      height: 100%;
}
.team-lottery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 2.7rem;
}
.team-lottery__item {
    margin-bottom: .08rem;
}
.team-lottery__hd {
    position: absolute;
    left: 4.8rem;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 2rem;
}
.team-lottery__hd.fn-wait {
      top: .37rem;
}
.team-lottery__hd__item {
      width: 1.99rem;
      height: .41rem;
      padding-left: .93rem;
      text-align: center;
      line-height: .41rem;
      color: #e3936f;
      font-weight: bold;
      margin-top: .11rem;
}
.team-lottery__hd__my {
      color: #d96540;
}
.team-lottery__hd__btn {
      text-indent: -9999px;
      background-image: url(../../static/img/lottery-btn.png?v=ec27f1a);
}
.team-lottery__hd__ft {
      text-align: center;
      width: 100%;
      margin-top: .06rem;
}
.team-lottery__date {
    position: absolute;
    left: 0;
    bottom: -.3rem;
    width: 100%;
    text-align: center;
}
.team-lottery__hd__my {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/lottery-my.png");
}
.team-lottery__hd__wait {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/lottery-wait.png");
}
.team-lottery__hd__end1 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/lottery-end1.png");
}
.team-lottery__hd__end2 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/lottery-end2.png");
}
.team-invitation {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-invitation.png");
}
.team-invitation-gray {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-invitation-gray.png");
}
.team-more {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-more.png");
}
.travel-task__btn {
  width: 1.6rem;
  height: .51rem;
  text-indent: -9999px;
  position: absolute;
  right: .14rem;
}
.travel-task__sign-gray {
  cursor: default;
}
.travel-task__item {
  position: relative;
  width: 6.91rem;
  height: 1.89rem;
  background: no-repeat 0 0;
  padding: .68rem 0 0 1.6rem;
}
.travel-task__cnt {
  position: absolute;
  left: 2.9rem;
  top: .3rem;
  font-size: .24rem;
}
.travel-exchange {
  text-align: center;
}
.travel-exchange__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .3rem 0;
}
.travel-exchange__item {
    margin: 0 .26rem;
}
.travel-task__item__6 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg-6.png");
}
.travel-task__item__5 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg-5.png");
}
.travel-task__item__4 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg-4.png");
}
.travel-task__item__3 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg-3.png");
}
.travel-task__item__2 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg-2.png");
}
.travel-task__item__1 {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg-1.png");
}
.user-bar {
  font-size: 14px;
  color: #b28450;
}
.user-link {
  color: #632f1b;
  background-color: transparent;
}
.travel-task__sign {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-sign.png");
}
.travel-task__sign-gray {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-sign-gray.png");
}
.travel-task__share {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-share.png");
}
.travel-task__join {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-join.png");
}
.travel-task__group {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-group.png");
}
.travel-task__info {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-info.png");
}
.travel-task__wechat {
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-wechat.png");
}
.d-bar {
  background-color: #fef0c8;
  border: .04rem solid #d45c3d;
  border-radius: .08rem;
  padding: .04rem;
  width: 5.86rem;
  font-size: .22rem;
}
.d-bd {
  border: .01rem solid #f6d2ac;
  border-radius: .06rem;
  color: #a1837d;
}
.d-hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .56rem;
  background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/d-title-bg.png") no-repeat center 0.18rem;
  background-size: 4.27rem .27rem;
}
.d-title {
  width: 1.26rem;
  height: .27rem;
}
.d-close {
  top: .16rem;
  right: .16rem;
  z-index: 9;
  width: .22rem;
  height: .22rem;
  text-indent: -9999px;
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-close.png");
  background-color: transparent;
}
.d-btn {
  text-indent: -9999px;
  width: 2.86rem;
  height: .75rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-sure.png");
}
.alert-bar .d-bd {
  padding: .8rem .4rem 0;
  min-height: 3.32rem;
}
.alert-bar .d-ft {
  position: absolute;
  bottom: .06rem;
  left: 0;
  width: 100%;
}
.d-title-pt, .award-list, .area-bd, .group-info .d-bd, .group-no__bd {
  padding-top: .7rem;
}
.award-bar {
  width: 7.44rem;
}
.award-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto .08rem;
  padding: 0 .2rem 0 2rem;
  width: 7.04rem;
  height: 1.24rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/award-item-bg.png");
}
.award-title {
  position: absolute;
  left: .02rem;
  top: .02rem;
  width: 1.78rem;
  height: 1.2rem;
}
.award-desc {
  margin-bottom: .1rem;
}
.area-item {
  background-color: #ffeec6;
  border: .02rem solid #f3caa4;
  -webkit-box-shadow: 0 0 0.2rem rgba(167, 78, 79, 0.15) inset;
          box-shadow: 0 0 0.2rem rgba(167, 78, 79, 0.15) inset;
}
.area-side {
  background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/ic-down.png") no-repeat 3.1rem center;
  background-size: .24rem .16rem;
}
.area-select {
  background-color: #ffeec6;
  border: .02rem solid #f3caa4;
  border-top: 0;
  border-radius: 0 0 .16rem .16rem;
  left: -.02rem;
}
.group-info {
  width: 7.46rem;
}
.group-info__hd {
    background-color: #d45c3d;
    line-height: .5rem;
    color: #f6d8b2;
    border-radius: .25rem;
}
.group-info__hd .group-info__team {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.group-info__hd .group-info__team,
    .group-info__hd .group-info__level,
    .group-info__hd .group-info__shenbin {
      border-color: #d96d4d;
}
.group-info__hd, .group-info__item {
    width: 7.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.group-info__item {
    padding: .12rem 0;
    line-height: .6rem;
    border-bottom: .01rem solid #f5d1ab;
}
.group-info__team {
    width: 2.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.group-info__level {
    width: 1.1rem;
}
.group-info__shenbin {
    width: 1.4rem;
}
.group-info__crop {
    width: 2.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 .1rem;
}
.group-info__team, .group-info__level, .group-info__shenbin {
    border-right: .02rem solid #f9dfb8;
}
.group-info__avatar, .group-info__none {
    width: .63rem;
    height: .63rem;
    margin-right: .1rem;
    border-radius: .1rem;
    border: .02rem solid #d96540;
    background-color: #fae6af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.group-info__pic {
    margin-top: .01rem;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: .08rem;
}
.group-info__add {
    width: .18rem;
    height: .18rem;
}
.group-info__none {
    cursor: pointer;
}
.group-info__captain {
    position: relative;
}
.group-info__captain::before {
      position: absolute;
      left: -.06rem;
      top: -.14rem;
      content: "";
      width: .18rem;
      height: .55rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-leader-tip.png");
}
.group-info__nick {
    width: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.group-no__bd {
  padding-bottom: .3rem;
}
.group-no__desc {
  padding: 0 .3rem;
  text-align: center;
  margin-bottom: .2rem;
}
.group-no__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-no__eq {
  margin: 0 .13rem;
}
.group-invitation {
  margin-top: 0;
  width: 7.12rem;
  padding-top: 5.8rem;
  background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/accept-bg.png") no-repeat 0 0 transparent;
  background-size: 100% auto;
  border: 0;
}
.group-invitation .d-bd {
    border: 0;
    padding: 0 1rem 1.2rem;
    min-height: auto;
}
.group-invitation .d-close {
    width: .51rem;
    height: .51rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-close-max.png");
    top: .46rem;
    right: .3rem;
}
.group-invitation .d-close:hover {
      -webkit-animation: none;
              animation: none;
}
.group-invitation__btn {
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-accept.png");
}
.group-invitation__desc {
    color: #fff2bf;
}
.wechat-bar {
  width: 4.58rem;
}
.wechat-bar .d-bd {
    padding: .35rem 0 .2rem;
}
.wechat-pic {
  width: 2.76rem;
  height: 2.76rem;
  margin-bottom: .2rem;
}
.wechat-desc {
  color: #d45c3d;
}
.warning-bar {
  width: 5rem;
}
.warning-bar .d-bd {
    min-height: 2.6rem;
    padding-top: 1rem;
}
.copy-bar .d-bd {
  padding-top: .7rem;
}
.copy-eq {
  margin-top: .26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copy-eq__item {
    margin: 0 .16rem;
}
.lottery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #d96540;
  font-weight: bold;
}
.lottery-item {
  width: 33.3333%;
  margin-bottom: .2rem;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  /*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:24 
 * @Last Modified by: whj
 * @Last Modified time: 2021-09-08 20:23:50
 */
html {
    font-size: 50px;
}
body {
    font: 0.24rem/1.6 '\5FAE\8F6F\96C5\9ED1';
    padding-top: 0 !important;
    min-width: 375px;
    max-width: 750px;
}
.m-eq {
    width: .68rem;
    height: .68rem;
}
.m-eq__bar {
      background-size: 100% 100%;
}
.m-title__pic {
    width: 5.2rem;
    height: 1.2rem;
}
.m-title__next {
    width: 5.3rem;
    padding: .1rem 0;
}
.bg-none, .award-item, .group-info__captain::before, .banner-logo, .banner-year, .banner-more, .container, .part, .team-bar, .travel-bar, .faq-bar, .team-bar::before, .team-bar::after, .team-num {
    background: no-repeat center top;
    background-size: 100% 100%;
}
.banner-enter, .banner-download, .banner-scroll, .banner-video {
    display: none;
}
.banner-bar {
    position: relative;
}
.banner-logo, .banner-year, .banner-more {
    position: absolute;
    z-index: 5;
    text-indent: -9999px;
}
.banner-app {
    width: 100%;
}
.banner-logo {
    top: .1rem;
    left: .1rem;
    width: 1.47rem;
    height: 1.23rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/logo.png");
}
.banner-year {
    top: .1rem;
    left: 1.46rem;
    width: 1.24rem;
    height: 1.23rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/logo-year.png");
}
.banner-more {
    top: 11.7rem;
    left: 50%;
    margin-left: -1.7rem;
    width: 3.4rem;
    height: 1.21rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-award-info.png");
}
.banner-more__pc {
      display: none;
}
.container {
    padding-top: .15rem;
    padding-bottom: 2rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/app-container.jpg");
}
.part, .team-bar, .travel-bar, .faq-bar {
    width: 7.31rem;
    padding-top: .3rem;
    margin: 0 auto .7rem;
}
.team-bar {
    height: 11.94rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/app-team-bg.png");
    position: relative;
    overflow: hidden;
}
.team-bar::before, .team-bar::after {
      content: "";
      position: absolute;
}
.team-bar::before {
      width: 1.08rem;
      height: 1rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/app-side.png");
      left: 50%;
      margin-left: 2.76rem;
      top: 1.2rem;
}
.team-bar::after {
      left: 50%;
      margin-left: -.5rem;
      bottom: -.64rem;
      width: 1.02rem;
      height: .52rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-side-right.png");
}
.team-num {
    width: 5.47rem;
    height: .53rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-num-bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #d96540;
    font-weight: bold;
}
.team-hd {
    height: 1.65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: .2rem;
}
.team-invitation, .team-invitation-gray, .team-more, .team-refresh {
    background-size: 100% 100%;
}
.team-list__item {
    margin: 0 .1rem .4rem;
}
.team-list__avatar {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: .1rem;
}
.team-list__pic {
    width: 1rem;
    height: 1rem;
}
.team-list__name {
    width: 1.2rem;
    font-size: .22rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.team-gift, .team-lottery {
    background-size: 100% 100%;
}
.team-gift {
    margin-bottom: .4rem;
}
.team-gift__btn {
      background-size: 100% 100%;
}
.team-lottery__item {
    font-size: .22rem;
}
.team-lottery__item .m-eq {
      width: .46rem;
      height: .46rem;
}
.team-lottery__hd__item {
    background-size: 100% 100%;
    font-size: .18rem;
    line-height: 2.8;
}
.team-lottery__hd__fail {
    width: 1.53rem;
    height: .2rem;
}
.team-lottery__hd__success {
    width: 1.37rem;
    height: .2rem;
}
.team-lottery__date {
    bottom: -.5rem;
}
.travel-bar {
    height: 19.6rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/app-travel-bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.travel-task {
    padding-top: .2rem;
    padding-bottom: .4rem;
}
.travel-task__item {
      background-size: 100% 100%;
      margin-bottom: .28rem;
}
.travel-task__btn {
      background-size: 100% 100%;
      top: 1.2rem;
}
.travel-task__desc {
      line-height: 1.2;
      font-size: .22rem;
}
.travel-task__list {
      position: absolute;
      left: 1.6rem;
      bottom: .2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.travel-task__eq {
      margin-right: .3rem;
}
.travel-exchange {
    font-size: .22rem;
}
.travel-exchange__title {
      width: 7.2rem;
}
.travel-exchange__list {
      padding-top: .2rem;
}
.travel-exchange__ft {
      margin: 0 .8rem;
}
.faq-bar {
    height: 11.15rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/app-faq-bg.png");
}
.faq-list {
    margin: 0 .17rem;
}
.faq-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: .1rem;
}
.faq-label {
    width: .24rem;
    height: .24rem;
    background-color: #d45c3d;
    color: #ffe5b9;
    border-radius: .06rem;
    font-size: .2rem;
    margin-top: .08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .02rem;
}
.faq-desc {
    width: 6.56rem;
}
.user-bar, .user-link {
    font-size: .22rem;
}
.d-bg::after {
    content: "\70B9\51FB\5C4F\5E55\7070\8272\533A\57DF\5173\95ED";
    position: fixed;
    left: 0;
    bottom: 1rem;
    text-align: center;
    width: 100%;
    color: #685e41;
}
.d-btn {
    background-size: 100% 100%;
}
.d-close {
    display: none;
}
.d-msg {
    width: 6.6rem;
}
}
@media screen and (min-width: 320px) and (max-width: 750px) and (min-width: 385px) {
.banner-more {
    top: 12.2rem;
}
}
@media screen and (min-width: 320px) and (max-width: 750px) and (min-width: 413px) {
.banner-more {
    top: 13rem;
}
}
@media screen and (min-width: 751px) {
  /*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:20 
 * @Last Modified by: whj
 * @Last Modified time: 2021-09-08 14:07:28
 */
.topBar,
  #M3-footer {
    display: block;
}
body {
    font: 16px/1.6 "\5FAE\8F6F\96C5\9ED1";
    min-width: 1780px;
    cursor: default;
}
button {
    cursor: pointer;
    font-size: 14px;
}
.m-eq {
    width: 46px;
    height: 46px;
}
.banner-app {
    display: none;
}
.banner-bar {
    position: relative;
    height: 1229px;
    background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/banner.jpg") no-repeat center top;
    overflow: hidden;
}
.banner-bar::before {
      position: absolute;
      z-index: 10;
      left: 50%;
      bottom: 0;
      content: "";
      width: 100%;
      height: 559px;
      margin-left: -50%;
      background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/banner-before.png") no-repeat center top;
}
.banner-video {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.banner-logo, .banner-year, .banner-enter, .banner-download, .banner-more {
    position: absolute;
    z-index: 3;
    text-indent: -9999px;
}
.banner-logo, .banner-year {
    background: no-repeat 0 0;
}
.banner-logo {
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/logo.png");
    width: 147px;
    height: 123px;
    left: 35px;
    top: 20px;
}
.banner-year {
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/logo-year.png");
    width: 124px;
    height: 123px;
    left: 196px;
    top: 15px;
}
.banner-enter, .banner-download {
    top: 50px;
    width: 115px;
    height: 34px;
}
.banner-enter {
    right: 206px;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-enter.png");
}
.banner-download {
    right: 80px;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-download.png");
}
.banner-more {
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/btn-award-info.png");
    left: 50%;
    margin-left: -160px;
    top: 433px;
}
.banner-more__app {
      display: none;
}
.banner-scroll {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    top: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-scroll__hd {
      margin-bottom: 8px;
}
.banner-scroll__ft {
      margin-left: -2px;
      -webkit-animation: aniDown 3s infinite linear;
              animation: aniDown 3s infinite linear;
}
.container {
    background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/container-bg.jpg") no-repeat center top;
    height: 3280px;
}
.wrap, .team-bar, .travel-bar, .faq-bar {
    width: 1681px;
    background: no-repeat center top;
    margin: 0 auto;
    padding-top: 32px;
}
.team-bar {
    height: 851px;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-bg.png");
    margin-bottom: 70px;
    position: relative;
}
.team-bar::before, .team-bar::after {
      position: absolute;
      content: "";
      background: no-repeat 0 0;
      z-index: 2;
}
.team-bar::before {
      left: -2px;
      bottom: 87px;
      width: 158px;
      height: 173px;
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-side-left.png");
}
.team-bar::after {
      right: -28px;
      bottom: 130px;
      width: 148px;
      height: 74px;
      background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-side-right.png");
}
.team-num {
    width: 5.47rem;
    height: .53rem;
    background: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/team-num-bg.png") no-repeat 0 0;
    font-size: 28px;
    font-weight: bold;
    color: #d96540;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
}
.team-hd {
    height: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 15px;
}
.team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.team-list__avatar {
      width: 150px;
      height: 150px;
      margin: 0 70px 15px;
}
.team-list__pic.fn-none {
      cursor: pointer;
}
.team-list__name {
      font-size: 18px;
}
.team-ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}
.team-gift {
    margin-right: 17px;
}
.travel-bar {
    height: 1181px;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/travel-bg.png");
    margin-bottom: 70px;
}
.travel-task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
}
.travel-task__desc {
      width: 340px;
      line-height: 1.4;
}
.travel-task__list {
      position: absolute;
      left: 160px;
      bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.travel-task__btn {
      top: 68px;
}
.travel-task__item {
      margin: 0 .1rem .2rem;
}
.travel-task__eq {
      margin-right: 20px;
}
.travel-exchange {
    padding-top: 50px;
}
.travel-exchange__title {
      margin-bottom: 10px;
}
.faq-bar {
    height: 807px;
    background-image: url("https://web-resource.17m3.com/m3guo/202109/11-year-team/faq-bg.png");
}
.faq-list {
    padding-top: 45px;
    width: 1000px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.faq-label {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background-color: #d45c3d;
    color: #ffe5b9;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 3px;
}
.faq-desc {
    width: 950px;
}
.area-option {
    width: 40%;
    margin: 0 5%;
    border-radius: .16rem;
    padding: 0.06rem 0;
    margin-bottom: .1rem;
}
.area-option:hover {
      background-color: #e28b69;
      color: #fef0c8;
}
@-webkit-keyframes aniDown {
0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
65% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
}
}
@keyframes aniDown {
0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
65% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
}
}
}
