
@charset "UTF-8";
/*
 * @Author: whj 
 * @Date: 2021-03-31 09:44:38 
 * @Last Modified by: whj
 * @Last Modified time: 2021-04-29 00:03:36
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  background: no-repeat 0 0 transparent;
  background-size: 100% 100%;
}
img {
  vertical-align: top;
}
mark {
  background-color: transparent;
  color: #f3fa7d;
}
ul,
li {
  list-style: none;
}
html {
  font-size: 100px;
}
html,
body {
  background-color: #121d14;
}
body {
  font: 0.24rem/1.6 "\5FAE\8F6F\96C5\9ED1";
  color: #f5fc89;
}
input {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  outline: none;
}
.bg-none, .d-msg::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
}
.d-bg {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  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;
  overflow: hidden;
}
.d-bar {
  position: relative;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  border-radius: 0.12rem;
  margin-top: -1.8rem;
  -webkit-animation: aniDialog 0.3s ease;
          animation: aniDialog 0.3s ease;
  -webkit-box-shadow: 0 2px 21px rgba(237, 252, 168, 0.26);
          box-shadow: 0 2px 21px rgba(237, 252, 168, 0.26);
  font-size: 0.2rem;
  width: 5.16rem;
  padding-top: 0.54rem;
}
.d-close {
  position: absolute;
  z-index: 10;
  right: 0.05rem;
  top: 0.05rem;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-close.png");
  text-indent: -9999px;
}
.d-btn {
  background: no-repeat;
  background-size: 100% 100%;
}
.d-hd {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.2rem 0;
}
.d-ft {
  padding: 0.1rem 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-msg {
  position: fixed;
  left: 50%;
  top: -100vh;
  z-index: 199;
  width: 7rem;
  margin-left: -3.5rem;
  padding: .2rem 0.1rem;
  text-align: center;
  background-color: #000000;
  border: 0.01rem solid #3f3021;
  border-radius: 0.1rem;
  color: #e0d5a0;
  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;
}
.d-msg::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.15rem;
}
.d-msg.error::before {
    background-image: url("https://web-resource.17m3.com/m3guo/202101/happy/img/error-title.png");
}
.d-msg.success::before {
    background-image: url("https://web-resource.17m3.com/m3guo/202101/happy/img/success-title.png");
}
.d-msg.fn-show {
    top: 1.6rem;
}
.alert-bar {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/alert-bg.png");
  text-align: center;
  color: #c2df84;
  width: 4.36rem;
  min-height: 2.49rem;
  font-size: 0.16rem;
}
.alert-bar .d-hd {
    position: absolute;
    z-index: 1;
    width: 4.28rem;
    height: 0.49rem;
    background: no-repeat 0 0;
    background-size: 100% 100%;
    left: 0.04rem;
    top: 0.04rem;
}
.alert-bar .d-bd {
    margin: 0.35rem 0;
    padding: 0 0.2rem;
}
.area-bar {
  height: 3.13rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/area-bg.png");
}
.area-bd {
  padding-top: 0.35rem;
}
.area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #214d3f;
  border: 1px solid #2b5e45;
  width: 4.2rem;
  margin: 0 auto 0.2rem;
  line-height: 0.68rem;
  border-radius: 0.05rem;
}
.area-label {
  width: 1.6rem;
  text-align: right;
  margin-right: 0.15rem;
  color: #e2f4bc;
}
.area-val {
  width: 2.25rem;
  height: 0.68rem;
  line-height: 0.68rem;
  background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-select.png") no-repeat right center;
  background-size: 0.21rem 0.13rem;
}
.area-select {
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 100%;
  z-index: 2;
  background-color: #214d3f;
  border: 0.01rem solid #2d6146;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}
.area-option {
  width: 50%;
  text-align: center;
  line-height: 3;
  border-radius: 5px;
}
.area-option:hover {
    background-color: #183f33;
}
.area-role {
  text-align: center;
  color: #c2df84;
}
.share-bar {
  height: 5.23rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/share-bg.png");
}
.share-desc {
  text-align: center;
  padding-top: 0.1rem;
  margin-bottom: 0.05rem;
  color: #e2f4bc;
}
.share-eq {
  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;
  margin-bottom: 0.1rem;
}
.share-li {
  width: 4.2rem;
  line-height: 0.73rem;
  text-align: center;
  margin: 0 auto 0.1rem;
  background-color: #214d3f;
  border: 0.01rem solid #2b5e45;
  border-radius: 0.1rem;
  color: #99a08a;
  position: relative;
}
.share-li.fn-ok {
    color: #c2df84;
}
.share-li.fn-ok:after {
      position: absolute;
      content: "";
      right: 0.14rem;
      top: 0.23rem;
      width: 0.26rem;
      height: 0.22rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-true.png");
      background-size: 100% 100%;
}
.copy-bar {
  height: 3.13rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/copy-bg.png");
  padding: 0.9rem 0.4rem 0;
  color: #e2f4bc;
}
.copy-bar .d-hd {
    display: none;
}
.copy-bar .d-bd {
    padding-bottom: 0.3rem;
}
.history-bar {
  height: 6.85rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/history-bg.png");
  overflow: hidden;
}
.history-hd, .history-bd {
  text-align: center;
  margin-left: 0.06rem;
  width: 5.02rem;
}
.history-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5;
  color: #3d8962;
  background-color: #214238;
}
.history-bd {
  overflow: auto;
  height: 5.54rem;
}
.history-hd__item:nth-child(1), .history-bd__item:nth-child(1) {
  width: 35%;
}
.history-hd__item:nth-child(2), .history-bd__item:nth-child(2) {
  width: 65%;
}
.history-li {
  line-height: 0.4rem;
  color: #c2df84;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-li:nth-child(odd) {
    background-color: #214d3f;
}
.history-li:nth-child(even) {
    background-color: #194134;
}
.exchange-bar {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/exchange-bg.png");
}
.exchange-hd {
  text-align: center;
  padding-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.exchange-hd__desc {
    color: #e2f4bc;
}
.exchange-hd__sign {
    color: #c2df84;
}
.exchange-bd__item {
  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-bottom: 0.1rem;
  color: #c2df84;
}
.exchange-bd__label {
  width: 1rem;
  padding-right: 0.1rem;
  text-align: right;
}
.exchange-bd__list {
  width: 3.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exchange-bd__ipt {
  width: 3.26rem;
  color: #c2df84;
  padding-left: 0.25rem;
  line-height: 0.7rem;
  font-size: 0.2rem;
}
.exchange-bd__mb {
  position: relative;
}
.exchange-bd__mb::after {
    position: absolute;
    right: 0.16rem;
    top: 0.24rem;
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-mb.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.exchange-bd__btn, .exchange-bd__ipt {
  background-color: #214d3f;
  border: 0.01rem solid #2d6146;
  height: 0.72rem;
  border-radius: 0.1rem;
}
.exchange-bd__btn {
  width: 0.8rem;
  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;
}
.exchange-bd__btn.fn-crt {
    background-color: #1c7045;
    color: #e2f7b5;
}
.exchange-success .d-hd {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/exchange-success-title.png");
}
.exchange-fail .d-hd {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/exchange-fail-title.png");
}
.exchange-fail .btn-default {
  line-height: 0.52rem;
}
.signin-bar {
  height: 3.39rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/signin-bg.png");
}
.signin-hd {
  padding: 0.02rem 0 0.1rem;
  font-size: 0.16rem;
  text-align: center;
}
.signin-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.signin-ul.fn-all {
    padding-top: 0.3rem;
}
.signin-li {
  width: 0.86rem;
  margin: 0 0.16rem;
  text-align: center;
}
.signin-li__hd {
    position: relative;
    margin-bottom: 0.1rem;
}
.signin-li__hd.fn-sign .signin-li__eq {
      background-color: #224e40;
}
.signin-li__hd.fn-sign .signin-li__day {
      background-color: #184235;
      color: #c2df84;
}
.signin-li__eq {
    padding: 0.2rem 0 0.1rem;
    border-radius: 0.1rem 0.1rem 0 0;
    background-color: #2e413b;
}
.signin-li__day {
    line-height: 2;
    font-size: 0.14rem;
    border-radius: 0 0 0.1rem 0.1rem;
    color: #b8c59d;
    background-color: #283d36;
}
.signin-li__status {
    position: absolute;
    left: 0.53rem;
    top: -0.02rem;
    font-size: 0.14rem;
    width: 0.54rem;
    height: 0.18rem;
    text-align: center;
    line-height: 0.18rem;
    border-radius: 0.09rem;
}
.signin-li__status.fn-success {
      background-color: #606d45;
      color: #c2df84;
}
.signin-li__status.fn-wait {
      background-color: #6aa43f;
      color: #e1f9ac;
}
.signin-li__ft {
    width: 0.24rem;
    height: 0.24rem;
    background: no-repeat 0 0;
    background-size: 100% 100%;
    margin: 0 auto 0.05rem;
}
.signin-li__ft.fn-checked {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-checked.png");
}
.signin-li__ft.fn-unchecked {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-unchecked.png");
}
.lottery-tips {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-tips-bg.png");
  text-align: center;
  color: #e2f4bc;
}
.lottery-tips__checked {
    margin: 0.2rem 0;
    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;
    cursor: default;
}
.lottery-tips__checked:before {
      content: "";
      width: 0.24rem;
      height: 0.24rem;
      background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-unchecked.png") no-repeat 0 0;
      background-size: 100% 100%;
      margin-right: 0.1rem;
}
.lottery-tips__checked.fn-checked::before {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-checked.png");
}
.lottery-tips__btn {
    width: 1.64rem;
    height: 0.54rem;
    margin: 0 0.2rem;
    font-weight: bold;
    font-size: 0.2rem;
}
.lottery-tips__sure {
    color: #386416;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-default-min.png");
}
.lottery-tips__cancel {
    color: #585a56;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-gray-min.png");
}
.lottery-fail .d-hd {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-fail-title.png");
}
.lottery-end__hd {
  background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-title.png") no-repeat center center rgba(34, 78, 64, 0.7);
  background-size: 1.12rem 0.31rem;
  position: absolute;
  z-index: 1;
  width: 98%;
  left: 1%;
  top: 0.04rem;
  height: 0.49rem;
  text-indent: -9999px;
  border-radius: 0.1rem;
}
.lottery-end__desc {
  padding-top: 0.15rem;
  margin-bottom: 0.15rem;
  color: #c2df84;
  font-size: 0.16rem;
  text-align: center;
}
.lottery-end__desc .fc-mark {
    color: #f3ef81;
}
.lottery-end__eq {
  width: 0.86rem;
  height: 0.97rem;
  background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/eq-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  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-bottom: 0.1rem;
}
.lottery-end__once {
  width: 4.97rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-once.png");
}
.lottery-end__once.fn-clue-1 {
    width: 5.77rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-once-clue.png");
}
.lottery-end__once .d-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lottery-end__clue {
  background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-clue.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 0.13rem;
  margin-bottom: 0.1rem;
  width: 5.48rem;
  height: 1.07rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lottery-end__clue__side {
    width: 1.12rem;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.16rem;
    font-family: "\6C49\4EEA\52B2\6977\7B80";
    color: #c2df84;
}
.lottery-end__clue__desc {
    width: 3.5rem;
    padding-left: 0.17rem;
    font-size: 0.16rem;
    color: #b8c59d;
}
.lottery-end__clue__name {
    margin-top: -0.06rem;
}
.lottery-end__clue__pic {
    width: 0.8rem;
    height: 0.8rem;
}
.lottery-end__ten {
  width: 6.56rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-ten.png");
}
.lottery-end__ten.fn-clue-1 {
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-ten-clue.png");
}
.lottery-end__ten.fn-clue-2 {
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-ten-clue2.png");
}
.lottery-end__ten .lottery-end__clue {
    width: 6.3rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-end-bg-clue-max.png");
}
.lottery-end__ten .lottery-end__clue__desc {
    width: 4.2rem;
}
.lottery-end__ten .d-bd {
    margin-top: 0.1rem;
    position: relative;
}
.lottery-end__ul {
  width: 4.84rem;
  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;
  margin-left: 0.13rem;
}
.lottery-end__plus {
  position: absolute;
  left: 5.1rem;
  top: 0;
  background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/eq-plus-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 1.36rem;
  height: 2.07rem;
  overflow: hidden;
}
.lottery-end__plus::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/eq-plus-shine.png") no-repeat 0 0;
    background-size: 100% 100%;
    -webkit-animation: aniShine 0.2s linear infinite;
            animation: aniShine 0.2s linear infinite;
}
.lottery-end__plus__eq {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    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;
    height: 100%;
}
.lottery-end__plus__title {
    position: absolute;
    left: 50%;
    margin-left: -0.39rem;
    top: 1.66rem;
    width: 0.78rem;
    height: 0.21rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/eq-plus-title.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: -9999px;
}
.lottery-end__btn {
  margin: 0 0.25rem;
  width: 1.64rem;
  height: 0.54rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.lottery-end__btn__ten {
    color: #386416;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-lottery-ten.png");
}
.lottery-end__btn__ten.fc-mark {
      color: #749b18;
}
.lottery-end__btn__once {
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-lottery-once.png");
    color: #918e44;
}
.lottery-end__btn__once.fc-mark {
      color: #958653;
}
.rule-bar {
  width: 6rem;
}
.rule-bar .d-hd,
  .rule-bar .d-ft {
    display: none;
}
.rule-bar .d-bd {
    padding: 0.2rem;
}
.rule-item {
  margin-bottom: 0.05rem;
}
.clue-bar .d-hd {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/receive-success-title.png");
}
.clue-bar .d-bd {
  margin: 0.35rem 0.6rem 0.2rem;
}
.system-bar .d-hd {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ajax-error-title.png");
}
.bag-bar {
  height: 4.4rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/bag-bg.png");
}
.bag-bd {
  height: 3.11rem;
}
.bag-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.2rem 0.23rem 0;
}
.bag-li {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 0.12rem 0.16rem;
  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;
  position: relative;
  background-color: #214d3f;
  border: 0.01rem solid #2c6045;
}
.bag-cnt {
  position: absolute;
  z-index: 2;
  border-radius: 0.2rem;
  right: -0.1rem;
  bottom: -0.1rem;
  padding: 0 0.05rem;
  background-color: #2c6045;
  color: #bcf98c;
  font-size: 0.14rem;
}
.bag-desc {
  color: #d2dcbe;
  font-size: 0.14rem;
  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;
}
.bag-desc::before {
    margin-right: 0.06rem;
    content: "";
    width: 0.15rem;
    height: 0.15rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-warning.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.rule-bar {
  color: #d2dcbe;
}
.rule-bar .d-hd {
    display: none;
}
.rule-label {
  color: #dcfb9f;
}
.btn-default {
  color: #386416;
  font-size: 0.2rem;
  font-weight: bold;
}
.btn-sure {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-sure.png");
  width: 2.04rem;
  height: 0.54rem;
}
.btn-sure.fn-gray {
    cursor: default;
    color: #333;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-sure-gray.png");
}
.btn-copy {
  background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-copy.png");
  width: 2.38rem;
  height: 0.63rem;
}
.btn-exchange {
  color: #5d6e4f;
  font-size: 0.16rem;
  font-weight: bold;
}
.btn-exchange__unit {
    color: #386416;
}
.video-bar {
  background-color: #275f42;
  border-radius: 0.05rem;
}
.video-bar .d-close {
    right: -0.4rem;
    top: -0.26rem;
}
.video-desc {
  position: absolute;
}
.video-iframe {
  vertical-align: top;
}
.award-mall__li.fn-sellout .award-mall__name {
  color: #b8c59d;
}
.award-mall__li.fn-sellout .award-mall__eq {
  background-color: #2e413b;
}
.award-mall__li.fn-sellout .award-mall__cnt {
  color: #b8c59d;
  background-color: #283d36;
}
.award-mall__li.fn-sellout .award-mall__price {
  color: #aab792;
}
.ani-once, a,
button, .d-close, .d-msg, .area-option {
  transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}
@-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 aniShine {
0% {
    opacity: 1;
}
100% {
    opacity: 0.1;
}
}
@keyframes aniShine {
0% {
    opacity: 1;
}
100% {
    opacity: 0.1;
}
}
@-webkit-keyframes rotateIn {
0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
0%,
  to {
    -webkit-transform-origin: center;
}
to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes rotateIn {
0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
0%,
  to {
    -webkit-transform-origin: center;
}
to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
}
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  /*
 * @Author: whj 
 * @Date: 2021-03-30 16:54:05 
 * @Last Modified by: whj
 * @Last Modified time: 2021-04-29 09:17:07
 */
html {
    font-size: 50px;
}
body {
    padding-top: 0 !important;
    font-size: 0.2rem;
}
button {
    font-size: 0.2rem;
}
.pc-bar {
    display: none;
}
.wap-bar {
    width: 100%;
    min-width: 375px;
    max-width: 414px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-bar {
    position: relative;
}
.banner-logo {
    position: absolute;
    left: 0.17rem;
    top: 0.3rem;
    width: 1.24rem;
    height: 0.98rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/logo.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: -9999px;
}
.banner-video {
    position: absolute;
    left: 50%;
    margin-left: -2.83rem;
    bottom: 0.15rem;
    width: 5.67rem;
    height: 1.2rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/video-play-bg.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.banner-video__btn {
      width: 1.13rem;
      height: 1.13rem;
      background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/video-play-btn.png") no-repeat 0 0;
      background-size: 100% 100%;
      text-indent: -9999px;
      position: absolute;
      left: 50%;
      top: -0.08rem;
      margin-left: -0.55rem;
}
.container-bar {
    width: 375px;
    margin: 0 auto;
    height: 34.4rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-container.jpg") no-repeat center top;
    background-size: 100% 100%;
    padding-top: 1.26rem;
}
.map-bar {
    height: 8.83rem;
    position: relative;
    margin-bottom: 1.18rem;
}
.map-user {
    margin-bottom: 0.21rem;
}
.map-user__link {
      color: #b3f771;
}
.map-user__bd {
      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;
      width: 100%;
}
.map-ft {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 1.6rem;
}
.map-signin, .map-exchange, .map-share, .map-history, .map-bag {
    position: absolute;
    text-indent: -9999px;
}
.map-signin {
    top: 0;
    left: -0.1rem;
    width: 2.61rem;
    height: 1.32rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-signin.png");
}
.map-exchange {
    top: 0.26rem;
    left: 2.5rem;
    width: 2.34rem;
    height: 1.14rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-exchange.png");
}
.map-share {
    top: 0.22rem;
    left: 4.8rem;
    width: 2.42rem;
    height: 1.08rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-share.png");
}
.map-history {
    z-index: 5;
    left: 1.76rem;
    top: 1.8rem;
    width: 1.13rem;
    height: 0.34rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-history.png");
}
.map-bag {
    z-index: 5;
    left: 3rem;
    top: 4.86rem;
    width: 1.05rem;
    height: 0.37rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-bag.png");
}
.lottery-bar {
    position: relative;
    width: 6.7rem;
    height: 6.9rem;
    margin: 0 auto;
}
.lottery-ul {
    position: relative;
}
.lottery-li {
    position: absolute;
    width: 1.09rem;
    height: 1.08rem;
    background: no-repeat 0 0;
    background-size: 100% 100%;
}
.lottery-li:nth-child(odd) {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-odd.png");
}
.lottery-li:nth-child(even) {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-even.png");
}
.lottery-li__1, .lottery-li__2, .lottery-li__3, .lottery-li__4, .lottery-li__5, .lottery-li__6 {
      top: 0.02rem;
}
.lottery-li__7, .lottery-li__20 {
      top: 1.12rem;
}
.lottery-li__8, .lottery-li__19 {
      top: 2.22rem;
}
.lottery-li__9, .lottery-li__18 {
      top: 3.32rem;
}
.lottery-li__10, .lottery-li__17 {
      top: 4.42rem;
}
.lottery-li__11, .lottery-li__12, .lottery-li__13, .lottery-li__14, .lottery-li__15, .lottery-li__16 {
      top: 5.5rem;
}
.lottery-li__6, .lottery-li__7, .lottery-li__8, .lottery-li__9, .lottery-li__10, .lottery-li__11 {
      left: 5.54rem;
}
.lottery-li__1, .lottery-li__20, .lottery-li__19, .lottery-li__18, .lottery-li__17, .lottery-li__16 {
      left: 0.05rem;
}
.lottery-li__2, .lottery-li__15 {
      left: 1.15rem;
}
.lottery-li__3, .lottery-li__14 {
      left: 2.25rem;
}
.lottery-li__4, .lottery-li__13 {
      left: 3.35rem;
}
.lottery-li__5, .lottery-li__12 {
      left: 4.45rem;
}
.lottery-li__light, .lottery-li__eq, .lottery-li__super {
      position: absolute;
      background: no-repeat 0 0;
      background-size: 100% 100%;
}
.lottery-li__light {
      z-index: 4;
      left: 50%;
      top: 50%;
      margin-left: -0.65rem;
      margin-top: -0.65rem;
      width: 1.31rem;
      height: 1.3rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-light.png");
}
.lottery-li__eq {
      width: 100%;
      height: 1.08rem;
      left: 0;
      top: 0;
      z-index: 5;
      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;
}
.lottery-li__super {
      z-index: 3;
      width: 1.19rem;
      height: 1.19rem;
      left: 50%;
      top: 50%;
      margin-left: -0.59rem;
      margin-top: -0.59rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-super.png");
}
.lottery-rule {
    text-indent: -9999px;
    position: absolute;
    top: 1.24rem;
    left: 4.23rem;
    z-index: 2;
    width: 1.13rem;
    height: 0.34rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-rule.png");
}
.lottery-ft {
    position: absolute;
    width: 4.36rem;
    left: 50%;
    margin-left: -2.18rem;
    top: 3.6rem;
    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;
}
.lottery-ft__cnt {
      color: #a0f660;
}
.lottery-ft__unit {
      width: 0.6rem;
      height: 0.6rem;
      background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-unit.png") no-repeat 0 0;
      background-size: 100% 100%;
}
.lottery-btn__once, .lottery-btn__ten {
    position: absolute;
    top: 2.75rem;
    width: 1.96rem;
    height: 0.75rem;
    font-weight: bold;
}
.lottery-btn__once {
    color: #918e44;
    left: 1.33rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-once.png");
}
.lottery-btn__once .u-num {
      color: #958653;
}
.lottery-btn__ten {
    color: #386416;
    left: 3.46rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-ten.png");
}
.lottery-btn__ten .u-num {
      color: #749b18;
}
.award-bar {
    padding-top: 0.8rem;
}
.award-title {
    display: none;
}
.award-desc {
    text-align: center;
    color: #e2f4bc;
}
.award-clue, .award-plus, .award-mall {
    padding-top: 0.75rem;
    margin: 0 auto 0.1rem;
    background: no-repeat 0 0;
    background-size: 100% 100%;
    max-width: 6.94rem;
}
.award-checked {
    margin: 0 auto;
    width: 0.24rem;
    height: 0.24rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-unchecked-gray.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.award-checked.fn-ok {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-checked.png");
}
.award-clue {
    height: 4.57rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-award-clue-bg.png");
}
.award-clue__bd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.award-clue__ul {
      width: 4.36rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0.11rem;
}
.award-clue__li {
      width: 25%;
      text-align: center;
      padding-top: 0.76rem;
}
.award-clue__pic {
      width: 0.8rem;
      height: 0.8rem;
}
.award-clue__desc {
      color: #b8c59d;
      margin-top: 0.2rem;
      margin-bottom: 0.5rem;
}
.award-clue__right {
      width: 1.96rem;
      padding-top: 0.7rem;
      text-align: center;
}
.award-clue__name {
      margin-top: 0.3rem;
      margin-bottom: 0.2rem;
}
.award-clue__btn {
      width: 1.64rem;
      height: 0.54rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-gray-min.png");
}
.award-plus {
    height: 3.49rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-award-plus-bg.png");
}
.award-plus__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 0.27rem;
}
.award-plus__li {
      width: 1.6rem;
      border-radius: 0.1rem;
      overflow: hidden;
      background-color: #1e493c;
      text-align: center;
      padding-top: 0.27rem;
      margin: 0 0.01rem;
}
.award-plus__name {
      margin-top: 0.16rem;
      line-height: 0.5rem;
      color: #c2df84;
      background-color: #1c4639;
}
.award-mall {
    position: relative;
    height: 11.24rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-award-mall-bg.png");
}
.award-mall__hd {
      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-top: 0.05rem;
      color: #e2f4bc;
}
.award-mall__hd .fc-mark {
        color: #a0f660;
        margin: 0 0.1rem;
}
.award-mall__unit {
      width: 0.22rem;
      height: 0.24rem;
}
.award-mall__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0.26rem 0.16rem 0;
      font-size: 0.18rem;
}
.award-mall__li {
      width: 33.3333%;
      margin: 0 0 0.36rem;
      text-align: center;
}
.award-mall__name {
      color: #839c4c;
}
.award-mall__eq, .award-mall__cnt {
      width: 1.24rem;
      margin: 0 auto;
}
.award-mall__eq {
      background-color: #224e40;
      padding: 0.12rem 0;
      border-radius: 0.1rem 0.1rem 0 0;
}
.award-mall__pic {
      display: inline-block;
      width: 0.92rem;
      height: 0.92rem;
}
.award-mall__cnt {
      color: #c2df84;
      background-color: #1b4a3b;
      line-height: 0.3rem;
      border-radius: 0 0 0.1rem 0.1rem;
      margin-bottom: 0.1rem;
}
.award-mall__price {
      color: #c1de84;
      margin-bottom: 0.06rem;
}
.award-mall__btn {
      width: 1.18rem;
      height: 0.39rem;
      font-size: 0.16rem;
}
.award-mall__btn.fn-sell {
        color: #386416;
        background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-mall.png");
}
.award-mall__btn.fn-sellout {
        color: #424c3a;
        background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-mall-gray.png");
}
.award-mall__pages {
      background-color: #224e40;
      color: #cdf5a9;
      border: 0.01rem solid #0e624b;
      width: 0.82rem;
      height: 0.46rem;
      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;
      border-radius: 0.23rem;
      margin: 0 auto;
}
.award-mall__prev, .award-mall__next {
      position: absolute;
      width: 0.46rem;
      height: 0.57rem;
      bottom: 0.5rem;
}
.award-mall__prev {
      left: 2.3rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-prev.png");
}
.award-mall__next {
      right: 2.3rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-btn-next.png");
}
.share-unit {
    width: 0.6rem;
    height: 0.6rem;
}
.exchange-hd__unit {
    width: 0.6rem;
    height: 0.6rem;
}
.lottery-end__ul {
    width: 5rem;
    margin-left: 0.1rem;
}
.lottery-end__eq {
    width: 1rem;
    height: 1rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-eq-bg.png");
    margin-bottom: 0.1rem;
}
.signin-bar {
    height: 3.6rem;
}
.signin-li {
    width: 1rem;
    margin: 0 0.1rem;
}
.signin-li__eq {
      padding: 0;
}
.rule-bar {
    width: 6.36rem;
    height: 9.4rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-rule-bg.png");
}
.rule-item {
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
}
.fn-tips {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    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;
}
.fn-tips__bd {
      width: 100%;
      max-width: 750px;
      background-color: #1b1a18;
      padding: 0.2rem;
      font-size: 0.2rem;
}
.fn-tips__pic {
      max-width: 100%;
}
.video-bar {
    width: 6.62rem;
    height: 3.76rem;
    border: 0.03rem solid #275f42;
    padding: 0;
}
.video-iframe {
    width: 6.56rem;
    height: 3.7rem;
}
.video-desc {
    top: 4rem;
    left: 0.1rem;
    width: 6.18rem;
    height: 1.39rem;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-video-desc.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.fn-tips {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    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;
    background-color: rgba(0, 0, 0, 0.8);
}
.fn-tips__desc {
      width: 100%;
      max-width: 720px;
      background-color: #1b1a18;
      padding: 5px;
      font-size: 0.2rem;
      line-height: 1.5;
      color: #fff;
}
.fn-tips__pic {
      width: 100%;
      max-width: 720px;
}
.bag-bar {
    width: 6.36rem;
    height: 7.8rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/app/app-bag-bg.png");
}
.bag-bd {
    height: 6.5rem;
}
.bag-li {
    width: 1.08rem;
    height: 1.08rem;
    margin: 0 0.19rem 0.18rem;
}
.bag-cnt {
    font-size: 0.24rem;
    line-height: 1.2;
    padding: 0 0.15rem;
}
}
@media screen and (min-width: 751px) {
  /*
 * @Author: whj 
 * @Date: 2021-03-30 16:45:11 
 * @Last Modified by: whj
 * @Last Modified time: 2021-04-21 12:09:06
 */
#M3-footer,
  .topBar {
    display: block;
}
body {
    font-size: 14px;
}
button {
    font-size: 14px;
    cursor: pointer;
}
.wap-bar {
    display: none;
}
.pc-bar {
    min-width: 1300px;
    overflow: hidden;
}
.banner-bar {
    height: 1468px;
    position: relative;
    z-index: 1;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/banner-bg.jpg") no-repeat center top;
    overflow: hidden;
}
.banner-logo {
    position: absolute;
    z-index: 3;
    left: 57px;
    top: 10px;
    width: 124px;
    height: 98px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/logo.png") no-repeat 0 0;
    text-indent: -9999px;
}
.banner-side {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 60px;
    width: 263px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-side__enter, .banner-side__download {
      width: 97px;
      height: 28px;
      background: no-repeat 0 0;
      text-indent: -9999px;
}
.banner-side__enter {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-enter.png");
      margin-right: 10px;
}
.banner-side__download {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-download.png");
}
.banner-video {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 575px;
    margin-left: -531px;
    width: 567px;
    height: 120px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/video-play-bg.png") no-repeat 0 0;
}
.banner-video__btn {
      position: absolute;
      top: -5px;
      left: 230px;
      width: 113px;
      height: 113px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/video-play-btn.png");
      text-indent: -9999px;
}
.banner-iframe {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.container-bar {
    position: relative;
    z-index: 2;
    height: 1391px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/container-bg.jpg") no-repeat center top;
    padding-top: 110px;
}
.map-bar {
    position: absolute;
    top: -690px;
    left: 50%;
    margin-left: -623px;
    width: 1246px;
    height: 744px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/map-bg.png") no-repeat 0 0;
    padding-top: 65px;
}
.map-title {
    width: 287px;
    height: 70px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/map-title.png") no-repeat 0 0;
    position: absolute;
    text-indent: -9999px;
    left: 485px;
    top: -5px;
}
.map-user {
    text-align: center;
    margin-bottom: 22px;
}
.map-user__link {
      color: #b3f771;
}
.map-history {
    position: absolute;
    right: 74px;
    top: 57px;
    width: 93px;
    height: 28px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-history.png");
    text-indent: -9999px;
}
.map-bag {
    position: absolute;
    right: 179px;
    top: 50px;
    width: 105px;
    height: 37px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-bag.png");
    text-indent: -9999px;
}
.map-ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.map-signin, .map-exchange, .map-share {
    text-indent: -9999px;
}
.map-signin {
    margin: 5px 0 0 -20px;
    width: 261px;
    height: 132px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-signin.png");
}
.map-signin:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-signin-hover.png");
}
.map-exchange {
    margin: 31px 100px 0 75px;
    width: 234px;
    height: 114px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-exchange.png");
}
.map-exchange:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-exchange-hover.png");
}
.map-share {
    margin-top: 28px;
    width: 242px;
    height: 108px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-share.png");
}
.map-share:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-share-hover.png");
}
.lottery-bar {
    width: 890px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}
.lottery-ul {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 450px;
}
.lottery-li {
    width: 109px;
    height: 108px;
    position: absolute;
    background: no-repeat 0 0;
}
.lottery-li:nth-child(odd) {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-odd.png");
}
.lottery-li:nth-child(even) {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-even.png");
}
.lottery-li__1, .lottery-li__2, .lottery-li__3, .lottery-li__4, .lottery-li__5, .lottery-li__6, .lottery-li__7, .lottery-li__8 {
      top: 6px;
}
.lottery-li__9, .lottery-li__20 {
      top: 116px;
}
.lottery-li__10, .lottery-li__19 {
      top: 226px;
}
.lottery-li__11, .lottery-li__12, .lottery-li__13, .lottery-li__14, .lottery-li__15, .lottery-li__16, .lottery-li__17, .lottery-li__18 {
      top: 336px;
}
.lottery-li__1, .lottery-li__18, .lottery-li__19, .lottery-li__20 {
      left: 6px;
}
.lottery-li__8, .lottery-li__9, .lottery-li__10, .lottery-li__11 {
      left: 777px;
}
.lottery-li__2, .lottery-li__17 {
      left: 118px;
}
.lottery-li__3, .lottery-li__16 {
      left: 227px;
}
.lottery-li__4, .lottery-li__15 {
      left: 337px;
}
.lottery-li__5, .lottery-li__14 {
      left: 447px;
}
.lottery-li__6, .lottery-li__13 {
      left: 557px;
}
.lottery-li__7, .lottery-li__12 {
      left: 667px;
}
.lottery-li__light, .lottery-li__eq, .lottery-li__super {
      position: absolute;
      background: no-repeat 0 0;
}
.lottery-li__light {
      z-index: 4;
      left: 50%;
      top: 50%;
      margin-left: -65px;
      margin-top: -65px;
      width: 131px;
      height: 130px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-light.png");
}
.lottery-li__eq {
      width: 100%;
      height: 108px;
      left: 0;
      top: 0;
      z-index: 5;
      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;
}
.lottery-li__super {
      z-index: 3;
      width: 119px;
      height: 119px;
      left: 50%;
      top: 50%;
      margin-left: -59px;
      margin-top: -59px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/lottery-item-super.png");
}
.lottery-btn__once, .lottery-btn__ten {
    position: absolute;
    z-index: 2;
    top: 186px;
    width: 218px;
    height: 63px;
    font-weight: bold;
    font-size: 20px;
}
.lottery-btn__once .u-num, .lottery-btn__ten .u-num {
      line-height: 1;
      margin: 0 2px;
}
.lottery-btn__once {
    left: 200px;
    color: #918e44;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-lottery-once-max.png");
}
.lottery-btn__once .u-num {
      color: #958653;
}
.lottery-btn__ten {
    left: 470px;
    color: #386416;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-lottery-ten-max.png");
}
.lottery-btn__ten .u-num {
      color: #749b18;
}
.lottery-rule {
    position: absolute;
    z-index: 2;
    left: 666px;
    top: 293px;
    width: 93px;
    height: 28px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-rule.png");
    text-indent: -9999px;
}
.lottery-ft {
    position: absolute;
    z-index: 2;
    left: 200px;
    top: 265px;
    width: 480px;
    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;
}
.lottery-ft__cnt {
      font-size: 15px;
      color: #a0f660;
}
.lottery-ft__unit {
      width: 34px;
      height: 34px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-unit-min.png");
}
.award-bar {
    width: 1246px;
    height: 1223px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/award-bg.png") no-repeat 0 0;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 105px 0 45px;
}
.award-title {
    position: absolute;
    left: 505px;
    top: -6px;
}
.award-desc {
    padding-top: 38px;
    text-align: center;
    color: #e2f4bc;
}
.award-clue, .award-plus {
    width: 516px;
    height: 283px;
    background: no-repeat 0 0;
    margin: 0 26px;
    border-radius: 12px;
}
.award-checked {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-unchecked-gray.png") no-repeat 0 0;
}
.award-checked.fn-ok {
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/ic-checked.png");
}
.award-clue, .award-plus, .award-mall {
    -webkit-box-shadow: 0 1px 15px rgba(195, 226, 50, 0.1);
            box-shadow: 0 1px 15px rgba(195, 226, 50, 0.1);
}
.award-clue {
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/award-clue-bg.png");
}
.award-clue__bd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
}
.award-clue__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 375px;
}
.award-clue__li {
      width: 25%;
      text-align: center;
      padding-top: 38px;
}
.award-clue__desc {
      margin-top: 11px;
      margin-bottom: 24px;
}
.award-clue__right {
      width: 129px;
      padding-top: 56px;
      margin-left: 3px;
}
.award-clue__name {
      margin-top: 27px;
}
.award-clue__btn {
      margin: 14px auto 0;
      text-indent: -9999px;
      width: 124px;
      height: 43px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-clue.png");
}
.award-clue__btn.fn-gray {
        cursor: default;
        background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-clue-gray.png");
}
.award-plus {
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/award-plus-bg.png");
}
.award-plus__ul {
      margin-top: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.award-plus__li {
      background-color: #1e493c;
      width: 116px;
      border-radius: 15px;
      overflow: hidden;
      padding-top: 38px;
      text-align: center;
      margin: 0 1px;
}
.award-plus__name {
      margin-top: 38px;
      background-color: #1c4639;
      line-height: 42px;
}
.award-mall {
    position: relative;
    width: 1090px;
    height: 703px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/award-mall-bg.png") no-repeat 0 0;
}
.award-mall__hd {
      padding-top: 40px;
      text-align: center;
      margin-bottom: 30px;
}
.award-mall__ul {
      padding: 0 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.award-mall__li {
      margin: 0 0 25px;
      width: 150px;
      text-align: center;
}
.award-mall__name {
      color: #839c4c;
      margin-bottom: 5px;
}
.award-mall__eq, .award-mall__cnt {
      width: 86px;
      margin: 0 auto;
}
.award-mall__eq {
      background-color: #224e40;
      padding: 10px 0;
      border-radius: 10px 10px 0 0;
}
.award-mall__pic {
      display: inline-block;
      width: 46px;
      height: 46px;
}
.award-mall__cnt {
      line-height: 20px;
      color: #c2df84;
      background-color: #1b4a3b;
      border-radius: 0 0 10px 10px;
}
.award-mall__price {
      color: #c2df84;
      margin-top: 8px;
      margin-bottom: 5px;
}
.award-mall__btn {
      width: 80px;
      height: 27px;
      font-weight: bold;
}
.award-mall__btn.fn-sell {
        color: #386416;
        background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-mall.png");
}
.award-mall__btn.fn-sellout {
        cursor: default;
        color: #424c3a;
        background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-mall-gray.png");
}
.award-mall__pages {
      width: 88px;
      height: 30px;
      text-align: center;
      background-color: #224e40;
      border: 1px solid #0e624b;
      border-radius: 15px;
      line-height: 28px;
      position: absolute;
      left: 50%;
      margin-left: -44px;
      bottom: -12px;
}
.award-mall__prev, .award-mall__next {
      width: 44px;
      height: 44px;
      position: absolute;
      top: 343px;
}
.award-mall__prev {
      left: 30px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-prev-hover.png");
}
.award-mall__next {
      right: 30px;
      background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/btn-next-hover.png");
}
.video-bar {
    width: 830px;
    padding: 4px;
}
.video-desc {
    width: 814px;
    height: 79px;
    top: 500px;
    left: 5px;
    background: url("https://web-resource.17m3.com/m3guo/202104/lu/img/video-desc.png") no-repeat 0 0;
}
.video-iframe {
    height: 463px;
}
.rule-bar {
    width: 560px;
    height: 600px;
    background-image: url("https://web-resource.17m3.com/m3guo/202104/lu/img/rule-bg.png");
}
.rule-item {
    padding: 0 10px;
    font-size: 16px;
    margin-bottom: 16px;
}
.fn-tips {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
}
.fn-tips__desc {
      width: 320px;
      max-width: 400px;
      background-color: #1b1a18;
      padding: 10px;
      font-size: 12px;
      line-height: 1.5;
      color: #fff;
}
  /*修改滚动条样式*/
.history-bd::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /**/
}
.history-bd::-webkit-scrollbar-track {
    background: #348f60;
    border-radius: 2px;
}
.history-bd::-webkit-scrollbar-thumb {
    background: #25583e;
    border-radius: 10px;
}
.history-bd::-webkit-scrollbar-thumb:hover {
    background: #25583e;
}
.history-bd::-webkit-scrollbar-corner {
    background: #348f60;
}
  /* 旋转 */
.rotate, .d-close:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* Internet Explorer */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}
}
