.matchBox {
  min-height: 100vh;
  background-color: F2F6FC;
}
.matchBox .bannerList {
  height: 216rpx;
}
.matchBox .bannerList .headerImg {
  width: 100%;
  height: 216rpx;
}
.matchBox .modelText {
  position: relative;
  width: 724rpx;
  margin: 50rpx auto;
  border-radius: 20rpx;
  padding-top: 40rpx;
  background-color: white;
}
.matchBox .modelText .header {
  position: absolute;
  text-align: center;
  top: -26rpx;
  left: 0rpx;
  right: 0rpx;
}
.matchBox .modelText .header .bg {
  margin: auto;
  width: 460rpx;
  height: 80rpx;
}
.matchBox .modelText .header .text {
  position: absolute;
  left: 0rpx;
  right: 0rpx;
  top: 14rpx;
  margin: auto;
  z-index: 2;
  font-size: 34rpx;
  color: white;
}
.matchBox .modelText .swiper {
  margin-top: 40rpx;
  width: 100%;
  height: 372rpx;
}
.matchBox .modelText .swiper .swiper-item {
  width: 562rpx;
  height: 316rpx;
  border-radius: 10rpx;
  overflow: hidden;
  object-fit: cover;
}
.matchBox .rankList {
  width: 100%;
  margin-top: 60rpx;
  background-color: white;
}
.matchBox .rankList .switchBtns {
  height: 88rpx;
  display: flex;
  align-items: flex-end;
  background-color: #D5DDEA;
}
.matchBox .rankList .switchBtns .switchBtn {
  width: 50%;
  font-size: 34rpx;
  padding: 20rpx 0rpx;
  background-color: #D5DDEA;
  text-align: center;
}
.matchBox .rankList .switchBtns .currentBtn {
  color: #FF6908;
  padding: 30rpx 10rpx;
  font-weight: bold;
  background-color: white;
}
.matchBox .rankList .switchBtns .currentBtn-l {
  border-top-right-radius: 50rpx;
}
.matchBox .rankList .switchBtns .currentBtn-r {
  border-top-left-radius: 50rpx;
}
.matchBox .rankList .table {
  padding: 10rpx 32rpx 140rpx;
  box-sizing: border-box;
}
.matchBox .rankList .table .titleLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30rpx;
}
.matchBox .rankList .table .contentBox {
  margin-top: 24rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matchBox .rankList .table .contentBox .firstCol {
  width: 70rpx;
  text-align: center;
  font-size: 34rpx;
}
.matchBox .rankList .table .contentBox .firstCol .rankingImg {
  width: 44rpx;
  height: 48rpx;
}
.matchBox .rankList .table .contentBox .secondCol {
  flex: 1;
  margin: 0rpx 20rpx 0rpx 40rpx;
  display: flex;
  align-items: center;
}
.matchBox .rankList .table .contentBox .secondCol .avatar {
  width: 66rpx;
  height: 66rpx;
  border-radius: 50%;
}
.matchBox .rankList .table .contentBox .secondCol .userInfo {
  margin-left: 20rpx;
}
.matchBox .rankList .table .contentBox .secondCol .userInfo .nickName {
  font-size: 30rpx;
  margin-bottom: 6rpx;
}
.matchBox .rankList .table .contentBox .secondCol .userInfo .date {
  display: flex;
  align-items: center;
}
.matchBox .rankList .table .contentBox .secondCol .userInfo .date view {
  display: flex;
  align-items: center;
  margin-right: 10rpx;
}
.matchBox .rankList .table .contentBox .secondCol .userInfo .date .icon {
  width: 26rpx;
  height: 23rpx;
}
.matchBox .rankList .table .contentBox .secondCol .userInfo .date .num {
  margin-left: 6rpx;
  font-size: 20rpx;
  color: #666666;
}
.matchBox .rankList .table .contentBox .threeCol {
  width: 100rpx;
  text-align: center;
}
.matchBox .rankList .table .contentBox .threeCol .icon {
  width: 25rpx;
  height: 27rpx;
}
.matchBox .rankList .table .contentBox .threeCol .num {
  font-size: 30rpx;
}
.matchBox .rankList .table .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.5);
}
.matchBox .rankNull {
  display: block;
  margin: 0px auto;
  padding: 50rpx 0rpx;
  width: 393rpx;
  height: 323rpx;
}