.sw_box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.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: 100;
}

.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;
}

.swiper-club .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);
  border-radius: 30px;
}
.swiper-club .new-event-slide span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

@media (max-width: 980px) {
  .swiper-club .swiper-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

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

@media (max-width: 980px) {
  .sw_box {
    width: 100%;
  }
  .sw_box .swiper-club {
    width: 100%;
  }
}

.swiper-button-prev {
  left: 0;
  margin-top: 40px;
}

.swiper-button-next {
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 980px) {
  .swiper-button-prev {
    left: 20px;
    margin-top: 40px;
  }
  .swiper-button-next {
    right: 20px;
    margin-top: 40px;
  }
}

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

.iphone,
.android,
.pc {
  position: relative;
  width: 995px;
}

.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: 100;
}

.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;
  width: 100%;
  height: 100%;
}

.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);
}


.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 .panels .swiper-button-prev {
  left: 19px;
  margin-top: 0;
}

.chat_tab .panels .swiper-button-next {
  right: 19px;
  margin-top: 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;
}
/*# sourceMappingURL=swip.css.map */
.mb_poker_button{
  display: none;
}
@media (max-width:980px) {
  .mb_poker_button{
    display: block;
    position: fixed;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 10px;
  }
  
}

@media (max-width: 980px) {
  .iphone,
  .android,
  .pc {
    width: 100%;
  }
  .iphone .swiper-slide,
  .android .swiper-slide,
  .pc .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .chat_tab .panels .swiper-button-next{
    right: 60px;
    opacity: 0.5;
  }
  .chat_tab .panels .swiper-button-prev{
    left: 60px;
    opacity: 0.5;
  }
}
/*# sourceMappingURL=swip.css.map */