@import 'press-plus/common/style/gp-match/palette.scss';
@import 'press-plus/common/style/gp-match/mixin.scss';


::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}

.press-gp-data {
  height: 100%;
  background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/data-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fafafa;

  &__wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    height: 100vh;

    background-size: 3.28rem 1.68rem;

    // background-color: #f8f8f8;
  }

  &__tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .32rem;
    margin-bottom: .32rem;
    font-size: .24rem;
    color: #212124;
    margin: 0 0 .24rem 0;
    // width: 100%;
    height: .84rem;
    overflow-x: auto;
    overflow-y: hidden;
    color: rgba(255, 255, 255, .75);
    border-bottom: .02rem solid #ededed;
    flex-shrink: 0;
    background: #fbfbfb url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/data-tab-bg.png) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 4px 10px rgba(83, 71, 134, .38));

    @include flex-content;
  }

  &__tab {
    width: 100%;
    height: .84rem;
    display: block;
    flex: 1;
    font-size: $font-s;
    line-height: .84rem;
    color: $color-main;
    text-align: center;
    position: relative;
    min-width: 1rem;

    &:after {
      content: '';
    }


    &--active {
      font-size: $font-m;
      font-weight: bold;
      color: #fcfcfc;
      background: linear-gradient(to right, #5300c3, #5e2eff);
      -webkit-background-clip: text;
      color: transparent;

      &:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        width: 1.2rem;
        height: .06rem;
        margin-left: -.6rem;
        left: 50%;
        background: linear-gradient(to right, #5300c3, #5e2eff);
      }
    }
  }

  &__list-wrap {
    flex: 1;
    overflow: auto;
    // background-color: #fff;
  }
}




/* #ifdef MP */
press-empty {
  height: 100%;
}

/* #endif */
