.main-content {
  width: 1198px;
  margin: 0 auto;
  margin-top: 135px;
  margin-bottom: 260px;
}
@media only screen and (max-width:767px) {

  .main-content {
    width: 100%;
    padding:  0 32px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 102px;
  }

}
.main-content .top {
  /* height: 169px; */
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.vipCard {
  /* width: 100%; */
  padding: 22px 32px 25px 32px;
  background: url('../image/vip_medium.png') no-repeat center;
  border-radius: 12px;
}
.vipCard .t1 {
  display: flex;
  justify-content: space-between;
}
.vipCard .t1 .name {
  height: 33px;
  font-size: 24px;
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: bold;
  color: #1D2023;
  line-height: 33px;
}
.vipCard .t1 .refreshBtn {
  height: 28px;
  font-size: 20px;
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: bold;
  color: #5B3B31;
  line-height: 28px;
  padding: 5px 25px;
  border-radius: 19px;
  border: 1px solid #A38861;
}
.vipCard .t2 {
  height: 55px;
  font-size: 48px;
  /* font-family: DINCond, DINCond; */
  font-weight: normal;
  color: #1D2023;
  line-height: 55px;
  font-weight: bold;
}
.vipCard .t2 span {
  height: 28px;
  font-size: 20px;
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: bold;
  color: #1D2023;
  line-height: 28px;
}
.vipCard .t3 {
  height: 28px;
  margin-top: 7px;
  font-size: 20px;
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: bold;
  color: #FA6400;
  line-height: 28px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  /* display: none; */
  bottom: -12%;
}

@media only screen and (max-width:767px) {
  .vipCard {
    padding: 16px;
    background: url('../image/vipm_medium.png') no-repeat center;
    border-radius: 6px;
  }
  .vipCard .t1 .name {
    font-size: 16px;
    font-weight: 500;
    color: #1D2023;
    line-height: 22px;
  }
  .vipCard .t1 .refreshBtn {
    height: 20px;
    font-size: 14px;
    padding: 4px 16px;
    font-weight: 500;
    color: #5B3B31;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #A38861;
  }
  .vipCard .t2 {
    font-size: 36px;
    font-weight: normal;
    color: #1D2023;
    line-height: 42px;
    font-weight: bold;
  }
  .vipCard .t2 span {
    font-size: 12px;
    font-weight: 500;
    color: #1D2023;
    line-height: 17px;
  }
  .vipCard .t3 {
    font-size: 12px;
    font-weight: 500;
    color: #FA6400;
    line-height: 17px;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    /* display: block; */
    bottom: -12%;
  }
}
.swiper-button-next{
  right: -72px;
}
.swiper-button-prev {
  left: -72px;
}
/* .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #FA6400;
} */

.main-content .bottom {
  margin-top: 40px;
}
/* .main-content .bottom .tab {
  display: flex;
  justify-content: center;
} */
.main-content .bottom .van-tabs__nav {
  background: transparent;
  padding-left: 400px;
  padding-right: 400px;
}
.main-content .bottom .van-tabs__line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 4px;
  background-color: #FA6400;
  border-radius: 0;
}
.main-content .bottom .van-tab {
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
}
.main-content .bottom .van-tab--active {
  font-size: 24px;
  font-weight: 500;
  color: #1D2023;
  line-height: 33px;
}

.bottom .content {
  margin-top: 20px;
  border-radius: 12px;
  /* padding: 32px; */
  /* background: #FFFFFF; */
}
.bottom .content .tabs {
  display: flex;
  justify-content: flex-start;
  padding: 32px 32px 0;
  box-sizing: border-box;
  /* margin-bottom: -24px; */
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
  background: #FFFFFF;
}
.bottom .content .tabs .active {
  font-size: 24px;
  font-weight: bold;
  color: #1D2023;
  line-height: 33px;
}
.bottom .content .tabs :nth-child(n+2) {
margin-left: 40px;
}
.bottom .content .item  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  background: #FFFFFF;
}
.bottom .content .item .icon {
  width: 40px;
  height: 40px;
}
.bottom .content .item .icon img {
  width: 100%;
  height: 100%;
}
.bottom .content .item .cell {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 32px;
}
.bottom .content .item .cell .name {
  font-size: 24px;
  font-weight: bold;
  color: #1D2023;
  line-height: 33px;
}
.bottom .content .item .cell .time {
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
}
.bottom .content .item .score {
  font-size: 24px;
  font-weight: bold;
  color: #5E6166;;
  line-height: 33px;
}
.bottom .content .swiper {
  border-radius: 12px;
}

@media only screen and (max-width:767px) {

  .main-content .bottom {
    margin-top: 20px;
  }

  .main-content .bottom .van-tabs__nav {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }

  .main-content .bottom .van-tabs--line .van-tabs__wrap {
    height: auto;
  }

  .main-content .bottom .van-tabs__nav--line {
    padding-bottom: 3px;
  }

  .main-content .bottom .van-tabs__line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 3px;
    background-color: #FA6400;
    border-radius: 3px;
  }

  .bottom .content {
    margin-top: 6px;
  }

  .main-content .bottom .van-tab {
    font-size: 14px;
    color: #5E6166;
    line-height: 20px;
  }

  .main-content .bottom .van-tab--active {
    font-size: 16px;
    font-weight: 500;
    color: #1D2023;
    line-height: 22px;
  }

  .bottom .content .tabs {
    display: flex;
    justify-content: flex-start;
    padding: 16px 16px 0;
    box-sizing: border-box;
    /* margin-bottom: -24px; */
    font-size: 14px;
    font-weight: 400;
    color: #5E6166;
    line-height: 28px;
    background: #FFFFFF;
  }
  .bottom .content .tabs .active {
    font-size: 14px;
    font-weight: 500;
    color: #1D2023;
    line-height: 28px;
  }
  .bottom .content .tabs :nth-child(n+2) {
  margin-left: 16px;
  }
  .bottom .content .item  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    background: #FFFFFF;
  }
  .bottom .content .item .icon {
    width: 20px;
    height: 20px;
  }
  .bottom .content .item .cell {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 18px;
  }
  .bottom .content .item .cell .name {
    font-size: 14px;
    font-weight: 500;
    color: #1D2023;
    line-height: 20px;
  }
  .bottom .content .item .cell .time {
    font-size: 12px;
    margin-top: 2px;
    color: #5E6166;
    line-height: 17px;
  }
  .bottom .content .item .score {
    font-size: 14px;
    font-weight: 500;
    color: #5E6166;;
    line-height: 20px;
  }
  .bottom .content .swiper {
    border-radius: 6px;
  }

}

.active-color {
  color: #FA6400dd !important;
}
.van-cell {
  padding: 0;
}
.van-cell::after {
  border: none;
}
.van-tabs--line .van-tabs__wrap {
  height: auto;
}
.van-tabs__nav--line {
  padding-bottom: 8px;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  overflow: hidden;
}
.van-list__finished-text {
  margin-top: 60px;
}
.content .record-content {
  margin-bottom: 20px;
  overflow: hidden;
}
.content .record-content .time-cell {
  margin-bottom: 13px;
}
.content .record-content .record-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 12px;
}
.content .record-content .record-cell .icon img{
  width: 96px;
  height: 96px;
  border-radius: 12px;
}
.content .record-content .name-cell {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
}
.content .record-content .name-cell .name {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  color: #1D2023;
  line-height: 33px;
}
.time-cell, .content .record-content .name-cell .time {
  font-size: 20px;
  color: #5E6166;
  line-height: 28px;
}
.content .record-content .score-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content .record-content .score-cell .score {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 500;
  color: #1D2023;
  line-height: 45px;
}
.content .record-content .score-cell .state {
  font-size: 24px;
  color: #FA6400;
  line-height: 33px;
}

@media only screen and (max-width:767px) {

  .content .record-content {
    margin-bottom: 10px;
  }

  .content .record-content .time-cell {
    margin-bottom: 6px;
  }
  .content .record-content .record-cell {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 6px;
  }
  .content .record-content .record-cell .icon img{
    width: 48px;
    height: 48px;
    border-radius: 6px;
  }
  .content .record-content .name-cell {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 10px;
  }
  .content .record-content .name-cell .name {
    max-width: 150px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1D2023;
    line-height: 20px;
  }
  .time-cell, .content .record-content .name-cell .time {
    font-size: 12px;
    color: #5E6166;
    line-height: 17px;
  }
  .content .record-content .score-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .content .record-content .score-cell .score {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #1D2023;
    line-height: 22px;
  }
  .content .record-content .score-cell .state {
    font-size: 12px;
    color: #FA6400;
    line-height: 17px;
  }

  .van-list__finished-text {
    margin-top: 23px;
  }
}