<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ranking-list-top {
  width: 100%;
  max-width: 1260px;
  height: 76px;
  overflow: hidden;
  margin: 15px auto 0;
  padding: 0 30px;
  display: flex;
  box-sizing: border-box;
}

.ranking-list-top .rank-type {
  float: left;
  width: 320px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
  padding: 50px 0 0 144px;
  background: url(../imgs/rank-type.png) no-repeat;
  box-sizing: content-box;
}
.ranking-list-top .rank-type img{
  display: none;
}


.ranking-list-top .rank-type1 {
  background-position: 0 0;
  color: #7891D2;
  display: block; flex:1;
}
.ranking-list-top .rank-type2 {
  background-position: 0 -76px;
  color: #b4955e;
  display: block; flex:1;
}

.ranking-list-top .rank-tab {
  color: #999999;
  font-size: 18px;
  margin-top: 15px;
  display: block; overflow: hidden;
}

.ranking-list-top .rank-tab a {
  float: left;
  margin: 0 5px 0 35px;
  color: #555
}

.ranking-list-top .rank-tab a.active {
  color: #23c268;
  padding-bottom: 20px;
  border-bottom: #23c268 solid 1px
}

.ranking-game {
  width: 100%;
  max-width: 1260px;
  overflow: hidden;
  margin: 15px auto 0;
  padding: 0 30px 30px;
  box-sizing: border-box;
}

.ranking-game li a{
  background: #fff;
  padding: 25px 30px 25px 60px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px #ECECEC;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.ranking-game li .icon{
  display: block;
}

.rank-num {
  background: url(../imgs/ranknum.png) no-repeat;
  width: 40px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #999;
  font-style: italic;
  line-height: 38px;
  text-align: center;
  padding-right: 20px;
  border-top-left-radius: 4px;
  box-sizing: content-box;
}

.rank-num.num1 {
  background-position: 0 -60px;
  color: #fff
}

.rank-num.num2 {
  background-position: 0 -120px;
  color: #fff
}

.rank-num.num3 {
  background-position: 0 -180px;
  color: #fff
}

.gameLogo {
  width: 120px;
  height: 120px;
  margin: 2px 0 0 0;
  display: block;
}

.gameInfo {
  width: auto;
  height: auto;
  padding-right: 16px;
  margin-left: 38px;
  box-sizing: border-box;
  flex: 1;
}

.gameInfo .name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #333;
  margin-top: 5px
}

.gameInfo .name .sp-tags {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #F0F0F0;
  color: #999;
  padding: 0 8px;
  border-radius: 4px;
  margin: 5px 0 0 10px
}

.gameInfo .auth {
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  margin-top: 2px;
}

.gameInfo .maininfo {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #fc0;
  font-size: 14px;
}

.gameInfo .maininfo .fl {
  float: left
}

.gameInfo .maininfo .gameScore {
  float: left;
  margin-left: 20px
}

.gameInfo .maininfo .gameScore .star {
  float: left;
  background: url(../imgs/star_bar.png) no-repeat 0 -41px;
  width: 90px;
  height: 16px;
  overflow: hidden;
  margin-top: 5px;
  position: relative
}

.gameInfo .maininfo .gameScore .star span {
  background: url(../imgs/star_bar.png) no-repeat 0 -57px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0
}

.gameInfo .maininfo .gameScore .score {
  float: left;
  padding: 0 10px
}

.gameInfo .desc {
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 6px
}

.modinfo{
  flex: 1;
  overflow: hidden;
  border: solid 5px #e63e38;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  border-radius: 8px;
  margin: 0 16px;
  height: 120px;
  overflow-y: auto;
  display: flex;
  color: #333;
}

.gamedown{
  width: 188px;
  height: auto;
  line-height: normal;
  font-size: 22px;
  color: #4fd387;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
  text-align: right;
  margin: 95px 0 0;
}
.gamedown:hover{
  color: #4fd387;
}


@media screen and (min-width: 1px) and (max-width: 800px) {
  .modinfo{
    display: none;
  }
  .ranking-list-top{
    width: 100%; display: block; box-sizing: border-box; height: auto; margin-top: 0; padding: 0 20px;
  }
  .ranking-list-top .rank-type{
    width: 100%;
    box-sizing: border-box; position: relative; background: none; height: auto; padding: 0; float: none;
  }
  .ranking-list-top .rank-type img{
    display: block; width: 100%; height: auto;min-height: 81px;
  }
  .ranking-list-top .rank-type p{
    position: absolute; left: 0; top: 0; z-index: 5;
    display: block;
    left: 26vw;
    color: #fff;
    padding: 3% 30px 0 0;
    line-height: 22px;
  }
  .ranking-list-top .rank-tab{
    width: 100%;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
  }
  .ranking-list-top .rank-tab a{
    float: none;
    flex: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 15px;
  }
  .ranking-list-top .rank-tab a.active{
    border: 0;
    background: #23c268;
    color: #fff;
    margin: 0;
    padding: 10px 0;
  }
  .ranking-game{
    margin: 0 0 12px 0; padding: 0;
  }
  .ranking-game li a{
    padding: 12px ;
    box-shadow: none;
    margin:12px 12px 0;
  } 
  .rank-num{
    position: relative;
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    font-size: 14px;
    border-radius: 40px;
    font-style: normal;
    margin: 0px 14px 0 0;
  }
  .rank-num.num1{
    background: red;
  }
  .gameLogo{
    width: 75px;
    height: 75px;
  }
  .gameInfo{
    margin: 0 10px;
    padding: 0;
  }
  .gameInfo .name{
    font-size: 16px;
    margin: 0;
    height: 22px;
    line-height: 22px;
  }
  .gameInfo .auth{
    height: 18px;
    line-height: 18px;
    margin: 6px 0 0;
  }
  .gameInfo .maininfo{
    height: 18px;
    line-height: 18px;
    margin: 6px 0 0;
  }
  .gameInfo .desc{
    display:none;
  }

  .gamedown{
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    min-width: auto;
    margin: 0;
  }
}</pre></body></html>