.activityList {
  padding: 0rpx 14rpx;
  padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  box-sizing: border-box;

  .ranking-class-1 {
    margin-bottom: 20rpx;
    width: 100%;
    padding: 20rpx 20rpx 34rpx;
    box-sizing: border-box;
    background-color: white;
    border-radius: 30rpx;

    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0rpx 14rpx;
      box-sizing: border-box;

      .title {
        font-size: 30rpx;
        font-weight: bold;
      }

      .toAll {
        font-size: 28rpx;

        .backIcon {
          width: 12rpx;
          height: 22rpx;
        }
      }
    }

    .body {

      .top {
        margin-top: 16rpx;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;

        .userBox {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
        }

        .nickName {
          width: 140rpx;
          font-size: 20rpx;
          margin-top: 14rpx;
        }

        .firstUser {
          width: 130rpx;
          height: 130rpx;
          background: url(http://reader-wx.ai160.com/images/reader/v3/first.png) no-repeat;
          background-size: 100% 100%;
          text-align: center;

          .avatar {
            margin-top: 36rpx;
            width: 90rpx;
            height: 90rpx;
            border-radius: 50%;
            background-color: #EBEBEB;
          }

        }

        .secondUser {
          width: 110rpx;
          height: 110rpx;
          background: url(http://reader-wx.ai160.com/images/reader/v3/second.png) no-repeat;
          background-size: 100% 100%;
          text-align: center;

          .avatar {
            margin-top: 26rpx;
            width: 80rpx;
            height: 80rpx;
            border-radius: 50%;
            background-color: #EBEBEB;
          }

        }

        .thirdUser {
          width: 110rpx;
          height: 110rpx;
          background: url(http://reader-wx.ai160.com/images/reader/v3/third.png) no-repeat;
          background-size: 100% 100%;
          text-align: center;

          .avatar {
            margin-top: 26rpx;
            width: 80rpx;
            height: 80rpx;
            background-color: #EBEBEB;
            border-radius: 50%;
          }
        }
      }

      .btm {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        .userBox {
          display: flex;
          flex-direction: column;
          align-items: center;

          .avatar {
            margin-top: 26rpx;
            width: 80rpx;
            height: 80rpx;
            border-radius: 50%;
            background-color: #EBEBEB;
          }

          .nickName {
            width: 120rpx;
            font-size: 20rpx;
            margin-top: 14rpx;
          }
        }
      }
    }
  }

  .ranking-class-2 {
    margin-bottom: 20rpx;
    width: 100%;
    box-sizing: border-box;
    border-radius: 30rpx;
    overflow: hidden;

    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 25rpx 30rpx;
      box-sizing: border-box;

      .left {
        display: flex;
        align-items: center;
        color: white;

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

        .title {
          font-size: 30rpx;
          font-weight: bold;
          margin: 0rpx 10rpx;
        }
      }

      .toAll {
        font-size: 28rpx;
        color: white;

        .backIcon {
          width: 12rpx;
          height: 22rpx;
        }
      }
    }

    .body {
      width: 100%;
      padding: 25rpx 20rpx;
      box-sizing: border-box;

      .row {
        padding: 14rpx 25rpx;
        border-radius: 14rpx;
        margin-bottom: 20rpx;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: white;

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

          .stand {
            width: 36rpx;
            height: 36rpx;
          }

          .avatar {
            width: 72rpx;
            height: 72rpx;
            margin: 0rpx 30rpx;
            border-radius: 50%;
            background-color: #EBEBEB;
          }

          .nickName {
            width: 210rpx;
            font-size: 26rpx;
          }
        }

        .right {
          text-align: center;
          font-size: 0rpx;

          .playIcon {
            width: 34rpx;
            height: 34rpx;
          }

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

  .yxb {
    .header {
      background-color: #2DCE66;
    }

    .body {
      background-image: linear-gradient(180deg, #4cd67c 0%, #66ec95 100%);
    }
  }

  .rbb {
    .header {
      background-color: #FF7E6C;
    }

    .body {
      background-image: linear-gradient(180deg, #FFB4A8 0%, #FFDCD7 100%);
    }
  }

  .pkb {
    .header {
      background-color: #967DFF;
    }

    .body {
      background-image: linear-gradient(180deg, #8265F9 0%, #B8A7FF 100%);
    }



    .playIcon {
      width: 38rpx !important;
      height: 34rpx !important;
    }
  }

  .activityBox {
    margin-bottom: 20rpx;
    width: 100%;
    padding: 20rpx;
    box-sizing: border-box;
    background-color: white;
    border-radius: 30rpx;

    .cover {
      width: 100%;
      height: 216rpx;
      border-radius: 20rpx;
      background-color: #EBEBEB;
    }

    .footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10rpx 0rpx;

      .info {
        .title {
          font-size: 32rpx;
          margin-bottom: 8rpx;
        }

        .time {
          font-size: 26rpx;
        }

        .timeOut {
          display: flex;
          align-items: center;
          font-weight: bold;
          font-size: 28rpx;

          .outNum {
            width: 46rpx;
            font-size: 26rpx;
            text-align: center;
            border-radius: 10rpx;
            background-color: #F62339;
            color: white;
          }

          .outSplit {
            margin: 0rpx 2rpx;
            color: #F62339;
          }
        }

        .closing {
          .outNum {
            background-color: #BAC7D0;
          }

          .outSplit {
            color: #BAC7D0
          }
        }
      }

      .btn {
        padding: 10rpx 48rpx;
        background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
        box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
        border-radius: 50rpx;
        color: white;
        font-size: 32rpx;
      }

      .closingBtn {
        background-image: linear-gradient(270deg, #BAC7D0 0%, #C9D3DC 100%, #D5DFE3 100%);
        box-shadow: none;
      }
    }
  }
}