.swiper-club {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: unset;
}

.swiper-club .swiper-slide {
  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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
}

.swiper-club .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 999;
}

.swiper-club .swiper-slide.swiper-slide-active span {
  position: relative;
}

.swiper-club .swiper-slide.swiper-slide-active span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}

.swiper-club .swiper-slide span {
  position: relative;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-club .swiper-slide span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 40px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.iphone,
.android,
.pc {
  position: relative;
}

.iphone .swiper-slide,
.android .swiper-slide,
.pc .swiper-slide {
  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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
}

.iphone .swiper-slide.swiper-slide-active,
.android .swiper-slide.swiper-slide-active,
.pc .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 999;
}

.iphone .swiper-slide.swiper-slide-active span,
.android .swiper-slide.swiper-slide-active span,
.pc .swiper-slide.swiper-slide-active span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iphone .swiper-slide.swiper-slide-active span:after,
.android .swiper-slide.swiper-slide-active span:after,
.pc .swiper-slide.swiper-slide-active span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}

.iphone .swiper-slide span,
.android .swiper-slide span,
.pc .swiper-slide span {
  position: relative;
}

.iphone .swiper-slide span:after,
.android .swiper-slide span:after,
.pc .swiper-slide span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.iphone .swiper-button-prev::after,
.iphone .swiper-button-next::after,
.android .swiper-button-prev::after,
.android .swiper-button-next::after,
.pc .swiper-button-prev::after,
.pc .swiper-button-next::after {
  display: none;
}

.chat_tab {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chat_tab .radio {
  display: none;
}

.chat_tab .tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chat_tab .tabs:after {
  content: '';
  position: absolute;
  width: 100%;
  content: '';
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a2420), color-stop(32%, #4b443d), color-stop(50%, #615851), color-stop(67%, #4b443d), to(#2a2420));
  background-image: linear-gradient(90deg, #2a2420 0%, #4b443d 32%, #615851 50%, #4b443d 67%, #2a2420 100%);
}

.chat_tab .tabs .tab {
  cursor: pointer;
  color: #8c8179;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid transparent;
  margin: 0 20px;
}

.chat_tab .tabs .tab strong {
  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;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 0;
}

.chat_tab .tabs .tab:last-child {
  border-right: 0;
}

.chat_tab .tabs:after {
  content: '';
  display: block;
  clear: both;
}

.chat_tab .panels {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 566px;
  margin-top: 30px;
}

.chat_tab .panels .panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.chat_tab #tab_1:checked ~ .panels #tab_1_panel,
.chat_tab #tab_2:checked ~ .panels #tab_2_panel,
.chat_tab #tab_3:checked ~ .panels #tab_3_panel,
.chat_tab #tab_4:checked ~ .panels #tab_4_panel,
.chat_tab #tab_5:checked ~ .panels #tab_5_panel {
  height: 100%;
  z-index: 999;
  opacity: 1;
}

.chat_tab #tab_1:checked ~ .tabs #tab_1_tab,
.chat_tab #tab_2:checked ~ .tabs #tab_2_tab,
.chat_tab #tab_3:checked ~ .tabs #tab_3_tab,
.chat_tab #tab_4:checked ~ .tabs #tab_4_tab,
.chat_tab #tab_5:checked ~ .tabs #tab_5_tab {
  border-bottom: 2px solid #decdb7;
  color: #decdb7;
}

@media (min-width: 980px) {
  .swiper-club {
    width: 970px;
  }
}

.sw_box {
  overflow: hidden;
  width: 1036px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .sw_box {
    width: 100%;
  }
  .sw_box .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .sw_box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mb_poker_button {
  display: none;
}

@media (max-width: 980px) {
  .mb_poker_button {
    display: block;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    bottom: 10px;
  }
  .swiper-button-prev {
    left: 20px;
    margin-top: 40px;
  }
  .swiper-button-next {
    right: 20px;
    margin-top: 40px;
  }
}

.setting_pop {
  display: none;
}

@media (max-width: 980px) {
  .setting_pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    width: 90%;
    height: 602px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
  }
  .setting_pop_tit {
    width: 100%;
    height: 129px;
    padding: 14px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .setting_pop_tit_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .setting_pop_tit_top h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
  }
  .setting_pop_tit_top .s_close {
    background-image: url(../images/pop_close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
  }
  .setting_pop_tit_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .setting_pop_tit_bottom .data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45px 1fr;
        grid-template-columns: 45px 1fr;
    grid-gap: 10px;
  }
  .setting_pop_tit_bottom .data_img img {
    width: 100%;
  }
  .setting_pop_tit_bottom .data_info h4 {
    font-size: 14px;
    color: #000;
  }
  .setting_pop_tit_bottom .data_info span {
    font-size: 12px;
    color: #a6aab3;
  }
  .setting_pop_tit_bottom .action {
    width: 90px;
    height: 33px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .setting_pop_tit_bottom .action button {
    background-color: #151820;
    border: 0;
    color: #ebd1ac;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border-radius: 30px;
    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;
  }
  .setting_pop_tit_bottom .action .set {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    background-color: #151820;
    color: #ebd1ac;
    opacity: 0;
    z-index: -1;
  }
  .setting_pop_tit_bottom .action .set .loading {
    position: relative;
    width: 15px;
    height: 15px;
  }
  .setting_pop_tit_bottom .action .set .loading span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(calc(18deg * var(--i)));
            transform: rotate(calc(18deg * var(--i)));
  }
  .setting_pop_tit_bottom .action .set .loading span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-animation: animate 2s linear infinite;
            animation: animate 2s linear infinite;
    -webkit-animation-delay: calc(.1s * var(--i));
            animation-delay: calc(.1s * var(--i));
  }
  @-webkit-keyframes animate {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
  }
  @keyframes animate {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
  }
  .setting_pop_tit_bottom .action .set strong {
    font-size: 12px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 33px;
  }
  .setting_pop_tit_bottom .action .set.on {
    opacity: 1;
    z-index: 999;
  }
  .setting_pop_tit_bottom .action .set_end {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    background-color: #151820;
    color: #ebd1ac;
    opacity: 0;
    z-index: -1;
    font-size: 12px;
    line-height: 33px;
  }
  .setting_pop_tit_bottom .action .set_end.on {
    opacity: 1;
    z-index: 9999;
  }
  .setting_pop_info img {
    width: 100%;
  }
  .setting_pop .setting_tip {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    width: 95%;
    margin: 0 auto;
    opacity: 0;
    z-index: -1;
  }
  .setting_pop .setting_tip_info {
    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;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
  }
  .setting_pop .setting_tip_info h3 {
    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;
    text-align: center;
    font-size: 16px;
  }
  .setting_pop .setting_tip_info p {
    font-size: 14px;
    margin-top: 30px;
  }
  .setting_pop .setting_tip_close {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .setting_pop .setting_tip.on {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    opacity: 1;
    z-index: 999;
  }
  .setting_pop.on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    z-index: 99999;
  }
}

.main_layout {
  width: 100%;
  height: 477px;
}

.main_layout_box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.main_layout_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_layout_box_item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.main_layout_box_item:nth-child(2) {
  margin: 0 -200px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.main_layout_box_item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 980px) {
  .main_layout {
    height: auto;
  }
  .main_layout_box {
    width: 100%;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .main_layout_box_item img {
    width: 100%;
  }
  .main_layout_box_item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_layout_box_item:nth-child(2) {
    margin: 0 -200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_layout_box_item:nth-child(2) img {
    width: 400px;
    margin-left: -15px;
  }
  .main_layout_box_item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

body.offscroll {
  overflow: hidden;
}
/*# sourceMappingURL=swip.css.map */