@charset "utf-8";

.top_nav {
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.top_nav .game-nav {
  overflow: hidden;
  margin: 8px 0;
}

.top_nav .swiper-container {
  overflow: hidden;
  padding: 2.5px 10px;
  height: 29px;
}

.top_nav .swiper-container .swiper-slide {
  width: auto;
}

.top_nav .swiper-container .swiper-slide a {
  display: inline-block;
  padding: 0 12px;
  color: #333;
  font-size: 14px;
  line-height: 29px;
}

.top_nav .swiper-container .active a {
  border-radius: 4.5px;
  background: #f5f5f5;
  color: #17B1F2;
  font-weight: 700;
}

.top_nav .container {
  border-top: 1px solid #f1f1f1;
}

.top_nav .container .swiper-container {
  padding: 8px;
}

.top_nav .type-nav {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.top_nav .type-nav a {
  display: block;
  width: 23.5%;
  height: 30px;
  line-height: 30px;
  margin-left: 2%;
  margin-top: 10px;
  background-color: #f6f6f6;
  color: #999;
  text-align: center;
  overflow: hidden;
  padding: 0 4px;
  box-sizing: border-box;
}

.top_nav .type-nav a:nth-of-type(4n+1) {
  margin-left: 0;
}

.top_nav .type-nav a.active {
  background-color: #d6ecf5;
  color: #17B1F2;
}

.top-rank {
  padding: 0;
}

.top-rank .icon {
  background-image: url(../images/icon.png);
  background-size: 375px 300px;
  display: inline-block;
}

.top-rank .rank_bg {
  display: flex;
  justify-content: center;
  height: 106px;
  width: 100%;
  background: url(../images/rank_bg.jpg);
  background-size: contain;
}

.top-rank .rank_bg span {
  display: block;
  width: 12px;
  height: 2.5px;
  background-color: #fff;
  position: relative;
  top: 40px;
}

.top-rank .rank_bg .icon {
  margin: 0 11px;
  display: block;
  width: 7.5px;
  height: 7px;
  background-position: -12.5px -222px;
  position: relative;
  top: 38px;
}

.top-rank .rank_bg h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  line-height: 85px;
}

.top-rank .topThree {
  height: 183px;
  width: 100%;
  display: flex;
  background-color: #fff;
  justify-content: center;
}

.top-rank .topThree>div {
  height: 183px;
  width: 116.5px;
  position: relative;
  background-color: #fff;
}

.top-rank .topThree>div:nth-of-type(1) i {
  background-position: -37px -183.5px;
}

.top-rank .topThree>div:nth-of-type(2) {
  height: 201.5px;
  width: 141.5px;
  position: relative;
  top: -18.5px;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}

.top-rank .topThree>div:nth-of-type(2) img {
  width: 70px;
  height: 70px;
}

.top-rank .topThree>div:nth-of-type(2) i {
  background-position: -5.5px -183.5px;
}

.top-rank .topThree>div:nth-of-type(2) .type {
  margin-top: 2.5px;
  margin-bottom: 20.5px;
}

.top-rank .topThree>div:nth-of-type(3) i {
  background-position: -69.5px -183.5px;
}

.top-rank .topThree a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-rank .topThree a .img {
  display: block;
  height: 62px;
  width: 62px;
  margin-top: 23px;
  margin-bottom: 3.5px;
  position: relative;
}

.top-rank .topThree a .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.top-rank .topThree a .img .yuanjiao {
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  background: url(../images/discount-bg.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  right: -5px;
}

.top-rank .topThree a .name {
  max-width: 75px;
  font-size: 15px;
  line-height: 27.5px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
}

.top-rank .topThree a .type {
  margin-bottom: 13px;
  color: #999;
  height: 21px;
  overflow: hidden;
  max-width: 90%;
  text-align: center;
}

.top-rank .topThree .down {
  display: block;
  width: 59px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  color: #17B1F2;
  border-radius: 4px;
  border: 1px solid #17B1F2;
  margin: 0 auto;
}

.top-rank .topThree i {
  height: 28px;
  width: 25px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.rank-title {
  padding: 0 15px 8px;
  line-height: 32px;
  text-align: center;
}

.rank-title em {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  background-color: #efeff4;
  font-size: 16px;
  font-weight: 600;
}

.rank-title em::before {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border: 32px solid transparent;
  border-right: 0;
  border-bottom: 0;
  border-top-color: #efeff4;
  position: absolute;
  left: -32px;
  top: 0;
}

.rank-title em::after {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  border: 32px solid transparent;
  border-left: 0;
  border-bottom: 0;
  border-top-color: #efeff4;
  position: absolute;
  right: -32px;
  top: 0;
}

.recom-rank .tab-btns {
  margin: 10px 0;
  padding: 3px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  background-color: #F7F7F8;
  border-radius: 5px;
}

.recom-rank .tab-btns li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 28px;
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.recom-rank .tab-btns li.active {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.recom-rank .game-list-item {
  display: flex;
  color: #999;
  font-size: 12px;
  margin-left: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.recom-rank .game-list-item [class*="game-rank"] {
  width: 22px;
  height: 27.5px;
  margin-right: 10px;
  font-size: 16px;
  color: #cccccc;
  text-align: center;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -13.75px;
}

.recom-rank .game-list-item .game-rank1 {
  background-image: url(../images/list_no_1.png);
  background-size: cover;
  font-size: 0;
}

.recom-rank .game-list-item .game-rank2 {
  background-image: url(../images/list_no_2.png);
  background-size: cover;
  font-size: 0;
}

.recom-rank .game-list-item .game-rank3 {
  background-image: url(../images/list_no_3.png);
  background-size: cover;
  font-size: 0;
}

.recom-rank .game-list-item .game-img {
  width: 60px;
  height: 60px;
  display: block;
  flex: 0 0 auto;
}

.recom-rank .game-list-item .game-info {
  display: flex;
  flex: 1;
}

.recom-rank .game-list-item .game-main {
  margin: 0 10px;
  line-height: 16px;
  display: block;
  color: #666666;
  flex: 1;
  width: 0;
}

.recom-rank .game-list-item .game-main .game-name {
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
  height: 16px;
  overflow: hidden;
}

.recom-rank .game-list-item .game-main .game-rebate {
  position: relative;
  font-size: 12px;
  padding-right: 7px;
  margin-right: 5px;
  color: #FF7F27;
}

.recom-rank .game-list-item .game-main .game-rebate::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 1px;
}

.recom-rank .game-list-item .game-main .game-type {
  position: relative;
  font-size: 12px;
}

.recom-rank .game-list-item .game-main .game-type::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #d9d9d9;
  position: absolute;
  right: -5px;
  top: 1px;
}

.recom-rank .game-list-item .game-main .game-size {
  margin-left: 10px;
  font-size: 12px;
}

.recom-rank .game-list-item .game-main .game-desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  width: calc(100% + 60px);
  margin-top: 5px;
}

.recom-rank .game-list-item .game-download {
  display: block;
  width: 53px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #17B1F2;
  border: 1px solid #17B1F2;
  border-radius: 4px;
}

.hot-rank-box .tab-btns {
  width: 100%;
  height: 43px;
  border-bottom: 2px solid #f2f2f2;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.hot-rank-box .tab-btns::-webkit-scrollbar {
  height: 0;
}

.hot-rank-box .tab-btns span {
  display: inline-block;
  padding: 0 14px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 43px;
}

.hot-rank-box .tab-btns .active {
  color: #17B1F2;
  position: relative;
}

.hot-rank-box .tab-btns .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: #17B1F2;
  content: " ";
}

.hot-rank-box .rank-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.hot-rank-box .rank-list a {
  width: 50%;
  font-size: 13px;
  display: flex;
  height: 35px;
  align-items: center;
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
}

.hot-rank-box .rank-list a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #aaa;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hot-rank-box .rank-list a span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom-zt-box .tab-btns {
  width: 100%;
  height: 43px;
  border-bottom: 2px solid #f2f2f2;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.recom-zt-box .tab-btns::-webkit-scrollbar {
  height: 0;
}

.recom-zt-box .tab-btns span {
  display: inline-block;
  padding: 0 14px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 43px;
}

.recom-zt-box .tab-btns .active {
  color: #17B1F2;
  position: relative;
}

.recom-zt-box .tab-btns .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: #17B1F2;
  content: " ";
}

.recom-zt-box .rank-list {
  overflow: hidden;
}

.recom-zt-box .rank-list .rank-item {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  justify-content: space-between;
}

.recom-zt-box .rank-list .rank-item:last-of-type {
  border-bottom: none;
}

.recom-zt-box .rank-list .rank-item p {
  line-height: 40px;
  overflow: hidden;
  padding-left: 12px;
  background: url(../images/icon_arr.png) no-repeat left center;
  background-size: 5px auto;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom-zt-box .rank-list .rank-item span {
  flex: 0 0 auto;
  line-height: 40px;
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

/* (╯°Д°)╯︵┻━┻ */