.matchBox {
  min-height: 100vh;
  background-color: F2F6FC;

  .bannerList {
    height: 216rpx;
    .headerImg {
      width: 100%;
      height: 216rpx;
    }
  }


  .modelText {
    position: relative;
    width: 724rpx;
    margin: 50rpx auto;
    border-radius: 20rpx;
    padding-top: 40rpx;
    background-color: white;

    .header {
      position: absolute;
      text-align: center;
      top: -26rpx;
      left: 0rpx;
      right: 0rpx;

      .bg {
        margin: auto;
        width: 460rpx;
        height: 80rpx;
      }

      .text {
        position: absolute;
        left: 0rpx;
        right: 0rpx;
        top: 14rpx;
        margin: auto;
        z-index: 2;
        font-size: 34rpx;
        color: white;
      }
    }

    .swiper {
      margin-top: 40rpx;
      width: 100%;
      height: 372rpx;

      .swiper-item {
        width: 562rpx;
        height: 316rpx;
        border-radius: 10rpx;
        overflow: hidden;
        object-fit: cover;
      }
    }
  }

  .rankList {
    width: 100%;
    margin-top: 60rpx;
    background-color: white;

    .switchBtns {
      height: 88rpx;
      display: flex;
      align-items: flex-end;
      background-color: #D5DDEA;

      .switchBtn {
        width: 50%;
        font-size: 34rpx;
        padding: 20rpx 0rpx;
        background-color: #D5DDEA;
        text-align: center;
      }

      .currentBtn {
        color: #FF6908;
        padding: 30rpx 10rpx;
        font-weight: bold;
        background-color: white;
      }

      .currentBtn-l {
        border-top-right-radius: 50rpx;
      }

      .currentBtn-r {
        border-top-left-radius: 50rpx;
      }
    }

    .table {
      padding: 10rpx 32rpx 140rpx;
      box-sizing: border-box;

      .titleLine {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 30rpx;
      }

      .contentBox {
        margin-top: 24rpx;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .firstCol {
          width: 70rpx;
          text-align: center;
          font-size: 34rpx;

          .rankingImg {
            width: 44rpx;
            height: 48rpx;
          }
        }

        .secondCol {
          flex: 1;
          margin: 0rpx 20rpx 0rpx 40rpx;
          display: flex;
          align-items: center;

          .avatar {
            width: 66rpx;
            height: 66rpx;
            border-radius: 50%;
          }

          .userInfo {
            margin-left: 20rpx;

            .nickName {
              font-size: 30rpx;
              margin-bottom: 6rpx;
            }

            .date {
              display: flex;
              align-items: center;

              view {
                display: flex;
                align-items: center;
                margin-right: 10rpx;
              }

              .icon {
                width: 26rpx;
                height: 23rpx;
              }

              .num {
                margin-left: 6rpx;
                font-size: 20rpx;
                color: #666666;
              }
            }
          }
        }

        .threeCol {
          width: 100rpx;
          text-align: center;

          .icon {
            width: 25rpx;
            height: 27rpx;
          }

          .num {
            font-size: 30rpx;
          }
        }
      }

      .selfRank {
        position: fixed;
        width: 100%;
        left: 0rpx;
        bottom: 0rpx;
        padding: 14rpx 32rpx;
        box-sizing: border-box;
        background-color: white;
        box-shadow: 0 2rpx 20rpx 0 rgba(0, 0, 0, 0.50);
      }
    }
  }

  .rankNull {
    display: block;
    margin: 0px auto;
    padding: 50rpx 0rpx;
    width: 393rpx;
    height: 323rpx;
  }
}