$bookseatPrefixCls: #{$prefixCls}-bookseat;
$top: p2w(40);

.#{$bookseatPrefixCls}-thumbnail {
  position: absolute;
}

.#{$bookseatPrefixCls}-container {
  width: 100%;
}

.#{$bookseatPrefixCls}-main {
  background: #f4f6f8;
  position: relative;
  overflow: hidden;
  touch-action: none;
  transition: 1s;
  padding-top: 40px;
  .#{$bookseatPrefixCls}-info {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-size: p2w(12);
    .#{$bookseatPrefixCls}-center {
      color: #7d838e;
    }
  }
  // .#{$bookseatPrefixCls}-site {
    // margin-top: 10px;
    // position: relative;
    // overflow: hidden;
    .#{$bookseatPrefixCls}-seat-wrapper {
      // width: 80%;
      display: inline-block;
      margin: 0 auto;
      position: relative;
      touch-action: none;
      // position: absolute;
      // top: $top;
      .#{$bookseatPrefixCls}-seat {
        position: absolute;
        box-sizing: border-box;
        padding-right: 1px;
      }
      .#{$bookseatPrefixCls}-row-index {
        position: absolute;
        background-color: #c3c5c6;
        color: #f0f0f1;
        z-index: 1;
        font-size: p2w(12);
        width: p2w(12);
        left: 50%;
        // top: $top;
        li {
          position: absolute;
        }
      }
      .#{$bookseatPrefixCls}-middle-line {
        display: inline-block;
        height: 100%;
        width: 2px;
        position: absolute;
        left: 50%;
        border-left: 1px dashed #aaa;
      }
    }
  // }
}