.hotleague {
  width: 100%;
  position: fixed;
  top: 1rem;
}

.hotTit {
  font-size: 0.32rem;
  color: var(--c3);
  padding: 0 0.24rem;
  margin-bottom: 0.24rem;
}

.hotTit h1 {
  font-size: 0.32rem;
  color: var(--c3);
  padding: 0 0.24rem;
  margin-bottom: 0.24rem;
}

.hotList {
  width: 100%;
  display: flex;
  padding: 0 0.44rem;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 3.4rem;
  overflow-x: hidden;
}
.hotList > a {
  display: block;
  width: 13.3333vw;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

.hotList li {
  width: 100%;
  height: 100%;
}

.hotList li p {
  width: 100%;
  white-space: nowrap;
  font-size: 0.28rem;
  margin-top: 0.08rem;
  text-align: center;
  overflow: hidden;
}

.hotList > a:nth-child(5n) {
  margin-right: 0rem;
}

.imgBox {
  width: 13.3333vw;
  height: 13.3333vw;
  border: 1px solid #ededed;
  padding-top: 0.22rem;
}

.imgBox img {
  width: 0.56rem;
  margin: 0 auto;
}

.dliNav {
  width: 100%;
  height: 100%;
}

.dliSwitch {
  display: flex;
  justify-content: space-around;
  height: 0.86rem;
  line-height: 0.86rem;
  color: var(--c4);
  border-bottom: 1px solid #ededed;
  position: fixed;
  width: 100%;
  top: 5.08rem;
  background: #fff;
  z-index: 500;
}

.countryCon {
  width: 100%;
  height: 100%;
}
.countryCon > li {
  width: 100%;
  height: 100%;
}

.dliBox {
  width: 100%;
  height: 100%;
  display: flex;
}

.dliLeft {
  width: 1.54rem;
  height: 100%;
  background-color: var(--c6);
  overflow-x: hidden;
  overflow-y: scroll;
}

.dliLeft li {
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  padding-left: 0.04rem;
}

.dliRight {
  width: 5.76rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dliRight li > a {
  height: 0.9rem;
  line-height: 0.9rem;
  margin-left: 0.26rem;
  border-bottom: 1px solid #ededed;
  position: relative;
  color: var(--c4);
  position: relative;
}

.dliRight li img {
  width: 0.44rem;
  height: 0.44rem;
  object-fit: contain;
  margin-right: 0.34rem;
}

.dliRight li > a::after {
  position: absolute;
  content: "";
  right: 0.3rem;
  top: 0.36rem;
  width: 6px;
  height: 6px;
  border: 1px solid var(--c4);
  border-top: var(--c4);
  border-left: var(--c4);
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}

/* 资料库详情页 */
.dldhd {
  width: 100%;
  height: 3.1rem;
  background: url(../images/datalibraryBanner.png) no-repeat center center/100%
    100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.dldhd1 {
  background: url(../images/dlbanner.png) no-repeat center center/100% 100% !important;
}

.dldTit h1 {
  margin-top: 0.22rem;
  margin-bottom: 0.36rem;
  color: var(--c2);
  font-size: 0.32rem;
}

.dldhd img {
  width: 1.64rem;
  max-height: 1.3rem;
  object-fit: contain;

}

.dldSwitch {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  z-index: 500;
}

.dldSwitch li {
  font-size: 0.28rem;
  color: #989898;
}

.recentRace {
  padding: 0.24rem 0.24rem 0 0.24rem;
}

.recentRace > li {
  padding: 0 0.24rem;
  background: #fff;
  margin-top: 0.16rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
}

.recentRace > li:nth-child(1) {
  margin-top: 0rem;
}

.recentRaceTit {
  width: 100%;
  text-align: center;
  height: 0.44rem;
  line-height: 0.44rem;
  background: var(--c1);
  color: var(--c2);
  font-size: 0.26rem;
  margin-bottom: 0.08rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
}

.rRtime {
  height: 0.74rem;
  line-height: 0.74rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  color: var(--c3);
}

.rRtime li:last-child {
  padding-right: 0.3rem;
  position: relative;
}

.rRtime li:last-child:after {
  position: absolute;
  content: "";
  right: 0rem;
  top: 0.3rem;
  width: 6px;
  height: 6px;
  border: 0.01rem solid var(--c4);
  border-top: var(--c4);
  border-left: var(--c4);
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}

.rRTeam {
  width: 100%;
  display: flex;
}

.rRTeam img {
  width: 0.56rem;
  height: 0.56rem;
  object-fit: contain;
  margin: 0 0.2rem;
  display: inline-block;
}

.rRTeam li:nth-child(1) {
  width: 35%;
  text-align: right;
}
.rRTeam li:nth-child(1) a,.rRTeam li:nth-child(3) a{
  display: flex;
  align-items: center;
  line-height: 0.7rem;
}
.rRTeam li:nth-child(1) a span,.rRTeam li:nth-child(3) a span{
  white-space: nowrap;
}

.rRTeam li:nth-child(2) {
  width: 30%;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.rRTeam li:nth-child(3) {
  width: 35%;
}

.bestList {
  position: fixed;
  top: 4rem;
  z-index: 10;
}

.bestList li {
  font-size: 0.28rem;
  color: #989898;
  font-weight: 600;
}

.jfSwitch {
  display: flex;
  justify-content: space-around;
  color: #989898;
  height: 0.7rem;
  width: 100%;
  line-height: 0.6rem;
  background: #f2f3f4;
  /* background: red; */
}
.teamdom .newInfoList{
  height: auto;
}

.jfSwitch li {
  font-size: 0.28rem;
  font-weight: 600;
}
.jfTbHd tr th:nth-child(1){
  width: 50px;
}
.jfTbHd tr th:nth-child(2){
  width: 130px;
}

.jfTbCon tr td:nth-child(1){
  width: 50px;
}
.jfTbCon tr td:nth-child(2){
  width: 130px;
}

.jfTbCon tr td:nth-child(3){
  width: 50px;
}
.jfTbCon tr td:nth-child(4){
  width: 50px;
}
.jfTbCon tr td:nth-child(5){
  width: 25px;
}
.jfTbCon tr td:nth-child(6){
  width: 25px;
}
.jfTbCon tr td:nth-child(7){
  width: 25px;
}
.jfTbCon tr td:nth-child(7){
  width: 25px;
}
.jfTbCon tr td:nth-child(8){
  width: 58px;
}

.dldList {
  width: 100%;
  height: 100%;
}

.dldList > li {
  height: 100%;
  position: relative;

}
.toph1{
  margin-top: 0.22rem;
  margin-bottom: 0.36rem;
  color: var(--c2);
  font-size: 0.32rem
}

.bestTb {
  height: 100%;
  overflow-y: scroll;
}
.bestHd tbody tr td:nth-child(1){
  width: 58px;
}
.bestHd tbody tr td:nth-child(2){
  width: 120px;
}
.bestHd tbody tr td:nth-child(3){
  width: 120px;
}
.bestHd tbody tr td:nth-child(4){
  width: 120px;
}


.bestListShowHidden {
  width: 100%;
  height: 100%;
}

.bestListShowHidden .flex{
  width: calc(100% - 2rem);
}

.rank {
  height: 100%;
}

.dlbtTbList {
  width: 100%;
}

.dlbtLead {
  width: 2rem;
}

.dlbtLead p {
  width: 100%;
  height: 0.82rem;
  line-height: 0.82rem;
  font-weight: 600;
  text-align: center;
}

.dlbtLeadSwitch {
  width: 100%;
  text-align: center;
}

.dlbtLeadSwitch li {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.24rem;
}

.actlead {
  color: #fc2254;
  font-weight: 600;
  font-size: 0.24rem;
  background: rgba(236, 187, 198, 0.5);
}

.rankTit {
  height: 0.7rem;
  line-height: 0.6rem;
  width: 100%;
  padding: 0 0.28rem;
  position: fixed;
  top: 4rem;
  z-index: 100;
  background: #f2f3f4;
}

.pad7 {
  padding-top: 0.7rem;
}

.pad2 {
  padding-top: 0.2rem;
}

.rankSwitch {
  width: 100px;
  height: 0.8rem;
  line-height: 0.8rem;
}

.rankTable {
  height: 100%;
}

.rankSwitch li {
  font-size: 0.28rem;
  color: #989898;
  font-weight: 600;
}

.rankTb {
  width: 100%;
  text-align: center;
  position: relative;
}

.rankTb thead tr {
  height: 0.72rem;
}

.rankTb tbody td {
  height: 0.84rem;
  font-size: 0.26rem;
  /* background: #fff; */
}

.rankTb img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}

.TbRed tbody tr:nth-child(-n + 3) {
  background-color: #feded3 !important;
}

.TbRed tbody::after {
  position: absolute;
  content: "季后赛";
  color: var(--c2);
  display: inline-block;
  width: 1.2rem;
  height: 0.36rem;
  background: #cf4237;
  top: 0.52rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.32rem;
  -webkit-border-radius: 0.32rem;
  -moz-border-radius: 0.32rem;
  -ms-border-radius: 0.32rem;
  -o-border-radius: 0.32rem;
}

/* 资料库球队详情 */
.dlteamList {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.dlteamList > li {
  height: 0.86rem;
  padding: 0 0.2rem;
  justify-content: space-around;
  border-bottom: 1px solid #ededed;
}
.dlteamList > li > a {
  width: 100%;
  height: 100%;
}
.dlteamList li img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.16rem;
}

.dltt {
  width: 68%;
}

.dltt > li:nth-child(1) {
  width: 45%;
}

.dltt > li:nth-child(1) a {
  justify-content: flex-end;
}

.dltt > li:nth-child(2) {
  width: 10%;
}

.dltt > li:nth-child(3) {
  width: 45%;
  justify-content: flex-start;
}
.dltt > li:nth-child(3) a {
  justify-content: flex-start;
}
.teamdom .lvtTb tbody{
  height: auto;
}


.introduce{
  height: auto;padding: 0.1rem 0.1rem;box-sizing: border-box;text-indent: 2em;
  line-height: .4rem;
}
.introduce strong{
  font-weight: 600;
  font-size: 0.28rem;
}

.headerfix{
  background-color: var(--c1);
}
.teamdom .dlteamList{
  height: auto;
  overflow: hidden;
}
.teamdom .rankTit{
position: inherit;
  top: 0;
}
