@charset "utf-8";

.left-wrapper {
  width: 835px;
  float: left;
}

.left-wrapper .section {
  padding: 0 20px;
}

.left-wrapper .left-title {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.left-wrapper .left-title .title {
  padding-left: 8px;
  line-height: 20px;
  font-size: 18px;
  border-left: 4px solid #17b1f2;
  color: #333;
  height: auto;
}

.left-wrapper .left-title .title .more {
  float: right;
  font-size: 12px;
  color: #17b1f2;
}

.article-content {
  background-color: #fff;
  padding: 0 20px;
  /*overflow: hidden;*/
}

.kf-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}

.kf-info h1 {
  font-size: 26px;
  color: #333;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  text-align: center;
  padding-top: 10px;
}

.kf-info ul {
  height: 20px;
  margin: 10px 0 0 0;
}

.kf-info ul li {
  display: block;
  float: left;
  font-size: 14px;
  color: #999;
  margin: 0 16px 0 14px;
}

.kf-info ul li a {
  color: #808080;
}

.kf-info ul li .libao-get {
  display: block;
  width: 73px;
  height: 23px;
  background: url(../images/libao-get.png) center center no-repeat;
  background-size: 73px 23px;
  cursor: pointer;
}

/* 礼包弹出层 */
.gift_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.gift_mask .mask_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: #fff;
}

.gift_mask .mask_content .bg {
  width: 100%;
}

.gift_mask .mask_content .close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 15px;
  cursor: pointer;
}

.gift_mask .mask_content .c {
  width: 100%;
  text-align: center;
  margin-top: -145px;
  position: relative;
  padding-bottom: 20px;
}

.gift_mask .mask_content .c p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.gift_mask .mask_content .c p:nth-of-type(2) {
  font-size: 14px;
  color: #808080;
  margin: 10px auto;
  padding: 0 10px;
}

.gift_mask .mask_content .c p:nth-of-type(2) span {
  color: #FD5A49;
}

.gift_mask .mask_content .c .ewm {
  width: 130px;
  height: 130px;
  background: #fff;
  border: 1px solid #000;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.gift_mask .mask_content .c .ewm img {
  width: 125px;
  height: 125px;
  display: block;
}

.gift_mask .mask_content .c .btn a {
  display: block;
  width: 73.79310344827586%;
  margin: 0 auto;
  height: 44px;
  background: linear-gradient(-90deg, #1fa4fc 0%, #33beff 100%);
  box-shadow: 0px 3px 6px 0px rgba(76, 219, 255, 0.42);
  border-radius: 4px;
  line-height: 44px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.txt-con {
  overflow: hidden;
}

.lokph {
  cursor: pointer;
  position: relative;
}

.lokph:hover .phewm {
  display: block;
}

.lokph .phewm {
  display: none;
  position: absolute;
  width: 160px;
  height: 180px;
  background: #fff;
  left: -35px;
  top: 20px;
  border: 1px solid #d9e9d5;
}

.lokph .phewm p {
  text-align: center;
  line-height: 30px;
}

.lokph .phewm img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 2px auto 10px;
}

.article-game-box {
  background: #f6f6f6;
  border-top: 1px solid #17b1f2;
  padding-bottom: 15px;
}

.article-game-box .game-icon {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 17px 0px 0px 15px;
  display: inline;
}

.article-game-box .game-icon img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
}

.article-game-box dl {
  float: left;
  width: 500px;
  margin: 18px 0px 0px 15px;
}

.article-game-box dl dt {
  display: flex;
  align-items: center;
}

.article-game-box dl dt a {
  display: block;
  max-width: 300px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 20px;
  flex-shrink: 0;
}

.article-game-box dl dt a:hover {
  color: #17b1f2;
}

.article-game-box dl dt p {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  flex-shrink: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  color: #f00;
}

.article-game-box dl dt .fuli-tags {
  display: flex;
  margin-left: 20px;
}

.article-game-box dl dt .fuli-tags span {
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
}

.article-game-box dl dt .fuli-tags span.red {
  background-color: #ff6652;
}

.article-game-box dl dt .fuli-tags span.yellow {
  background-color: #fcb519;
}

.article-game-box dl dt .fuli-tags span.green {
  background-color: #a8ce4d;
}

.article-game-box dl dd {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #999999;
  margin-top: 8px;
  font-size: 12px;
}

.article-game-box dl .cont1 span {
  margin-right: 20px;
}

.article-game-box dl .cont3 {
  display: flex;
  flex-wrap: wrap;
  height: 22px;
  line-height: 22px;
}

.article-game-box dl .cont3 a {
  padding: 0 7px;
  height: 22px;
  text-align: center;
  font-size: 12px;
  color: #454545;
  line-height: 22px;
  background-color: #f0f0f0;
  border-radius: 3px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.article-game-box dl .cont3 a:hover {
  background-color: #17b1f2;
  color: #fff;
}

.article-game-box dl .cont3 a:last-of-type {
  margin-right: 0;
}

.article-game-box .game-down {
  float: right;
  margin: 19px 17px 0 0;
}

.article-game-box .game-down a {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding-left: 17px;
  border: 1px #17b1f2 solid;
  font-size: 14px;
  text-align: center;
  color: #17b1f2;
  margin-bottom: 10px;
  position: relative;
}

.article-game-box .game-down a:hover {
  background-color: #17b1f2;
  color: #fff;
}

.article-game-box .game-down a i {
  display: block;
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 9px;
  width: 14px;
  height: 14px;
}

.article-game-box .game-down .down i {
  background: url(../images/download-icon.png) no-repeat;
  background-size: 14px 14px;
}

.article-game-box .game-down .down:hover i {
  background-image: url(../images/download-icon1.png);
}

.article-game-box .game-down .gift i {
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 14px 14px;
}

.article-game-box .game-down .gift:hover i {
  background-image: url(../images/gift-icon1.png);
}

.article-game-box .game-down .hover_ewm {
  position: relative;
}

.article-game-box .game-down .hover_ewm i {
  background: url(../images/ico_ewm.png) no-repeat;
  background-size: 14px 14px;
}

.article-game-box .game-down .hover_ewm:hover i {
  background-image: url(../images/ico_ewm1.png);
}

.article-game-box .game-down .hover_ewm .ewm-box {
  display: none;
  position: absolute;
  bottom: -90px;
  right: -190px;
  width: 175px;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #17b1f2;
  padding: 10px 0;
  border-radius: 4px;
}

.article-game-box .game-down .hover_ewm .ewm-box p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.article-game-box .game-down .hover_ewm .ewm-box p img {
  width: 130px;
  height: 130px;
}

.article-game-box .game-down .hover_ewm:hover .ewm-box {
  display: block;
}

.txt-con p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin: 10px 0;
  word-break: break-all;
}

.txt-con p img {
  max-width: 760px;
  margin: 15px auto 0;
  display: block;
}

.txt-con h3 {
  display: block;
  margin: 10px 0;
  color: #333;
  position: relative;
  padding-left: 8px;
  font-weight: 700;
  border-left: 4px solid #3baef2;
  border-bottom: 1px solid #efefef;
  height: 25px;
  font-size: 15px;
  line-height: 21px;
}

.related_game_news .introTit {
  display: block;
  margin-top: 15px;
  color: #333;
  position: relative;
  padding: 0 0 0 8px;
  font-weight: bold;
  border-left: 4px solid #17b1f2;
  border-bottom: 1px solid #efefef;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
}

.related_game_news .news_list {
  overflow: hidden;
  padding-bottom: 20px;
}

.related_game_news .news_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related_game_news .news_list li {
  width: 379px;
  height: 16px;
  padding: 17px 0;
  border-bottom: 1px dotted #e7e7e7;
  position: relative;
}

.related_game_news .news_list li p {
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  height: 16px;
  padding-left: 11px;
  border-left: 3px solid #b7b7b7;
  font-size: 14px;
  width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related_game_news .news_list li span {
  position: absolute;
  top: 10px;
  right: 0;
}

.related_game_news .news_list li span a {
  display: inline-block;
  width: 74px;
  height: 28px;
  color: #17b1f2;
  border: 1px solid #17b1f2;
  text-align: center;
  line-height: 28px;
}

.related_game_news .news_list li span a:hover {
  background-color: #17b1f2;
  color: #fff;
}

.related_news ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.related_news ul li {
  width: 50%;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  background: #f2f2f4;
  display: flex;
  padding-right: 15px;
  box-sizing: border-box;
  justify-content: space-between;
}

.related_news ul li:nth-child(4n-1) {
  background: #ffffff;
}

.related_news ul li:nth-child(4n) {
  background: #ffffff;
}

.related_news ul li a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.related_news ul li span {
  flex-shrink: 0;
}

.related_version .down_cont {
  margin-top: 20px;
}

.related_version .down_cont li {
  width: 253px;
  height: 88px;
  float: left;
  background-color: #f5f5f5;
  margin-right: 18px;
  margin-bottom: 19px;
  position: relative;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.related_version .down_cont li:nth-child(3n) {
  margin-right: 0;
}

.related_version .down_cont li a {
  width: 100%;
  height: 88px;
  display: block;
  color: #b3b6b8;
  font-size: 12px;
  line-height: 10px;
  text-align: left;
  border-radius: 6px;
}

.related_version .down_cont li img {
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  margin: 10px;
}

.related_version .down_cont li .cont {
  float: left;
  margin-top: 15px;
  width: 160px;
}

.related_version .down_cont li .cont .name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 11px;
}

.related_version .down_cont li .cont .type {
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 12px;
  line-height: 12px;
  color: #666;
}

.related_version .down_cont li .cont .big {
  margin-bottom: 10px;
  color: #666;
  line-height: 12px;
}

.related_version .down_cont li .cont>i {
  width: 20px;
  height: 18px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-image: url(../images/icon2.png);
  background-size: 800px 800px;
  background-repeat: no-repeat;
  background-position: -524px -9px;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.related_version .down_cont li:hover {
  background-color: #f0f9ff;
}

.related_version .down_cont li:hover i {
  display: block;
}

.related_zt {
  position: relative;
}

.related_zt .tab-title {
  width: auto;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 140px;
}

.related_zt .tab-title li {
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #a3b0be;
  color: #fff;
  padding: 0 0.5em;
}

.related_zt .tab-title li.active {
  background-color: #17b1f2;
  color: #fff;
}

.related_zt .tab-cont {
  display: none;
}

.related_zt .tab-cont.active {
  display: block;
}

.related_zt .action_game {
  width: 100%;
  height: 120px;
  border-bottom: 1px dashed #eaeaea;
  margin-top: 10px;
  padding-bottom: 20px;
}

.related_zt .action_game .zt-img {
  display: block;
  float: left;
  width: 240px;
  height: 120px;
  position: relative;
  margin-right: 20px;
}

.related_zt .action_game .zt-img img {
  border-radius: 6px;
  display: block;
  float: left;
  width: 240px;
  height: 120px;
}

.related_zt .action_game .zt-img .circle {
  width: 20px;
  height: 120px;
  float: left;
  background-position: -88px -32px;
}

.related_zt .action_game .zt-img .circle i {
  width: 20px;
  height: 88px;
  display: none;
  float: left;
  position: relative;
  top: 16px;
  background-position: -88px -32px;
}

.related_zt .action_game .zt-img .type_num {
  width: 74px;
  height: 24px;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: 1px;
  bottom: 9px;
  letter-spacing: 1px;
  background: rgba(0, 51, 51, 0.8);
}

.related_zt .action_game .zt-img .type_num span {
  color: #fff;
  display: block;
}

.related_zt .action_game .zt-info {
  float: left;
  width: 520px;
}

.related_zt .action_game .zt-info .name {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  overflow: hidden;
}

.related_zt .action_game .zt-info .name a {
  color: #333333;
}

.related_zt .action_game .zt-info .name a:hover {
  color: #17b1f2;
}

.related_zt .action_game .zt-info .txt {
  height: 80px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  letter-spacing: 1px;
}

.related_zt .down_cont {
  margin-top: 20px;
  overflow: hidden;
}

.related_zt .down_cont li {
  width: 253px;
  height: 88px;
  float: left;
  background-color: #f5f5f5;
  margin-right: 18px;
  margin-bottom: 19px;
  position: relative;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.related_zt .down_cont li:nth-child(3n) {
  margin-right: 0;
}

.related_zt .down_cont li a {
  width: 100%;
  height: 88px;
  display: block;
  color: #b3b6b8;
  font-size: 12px;
  line-height: 10px;
  text-align: left;
  border-radius: 6px;
}

.related_zt .down_cont li img {
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  margin: 10px;
}

.related_zt .down_cont li .cont {
  float: left;
  margin-top: 15px;
  width: 160px;
}

.related_zt .down_cont li .cont .name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 11px;
}

.related_zt .down_cont li .cont .type {
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 12px;
  line-height: 12px;
  color: #666;
}

.related_zt .down_cont li .cont .big {
  margin-bottom: 10px;
  color: #666;
  line-height: 12px;
}

.related_zt .down_cont li .cont>i {
  width: 20px;
  height: 18px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-image: url(../images/icon2.png);
  background-size: 800px 800px;
  background-repeat: no-repeat;
  background-position: -524px -9px;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.related_zt .down_cont li:hover {
  background-color: #f0f9ff;
}

.related_zt .down_cont li:hover i {
  display: block;
}

.right-wrapper {
  width: 350px;
  float: right;
}

.right-wrapper section {
  padding: 8px;
}

.right-wrapper .right-title {
  padding: 10px 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.right-wrapper .right-title .title {
  margin-bottom: 10px;
  padding: 0 0 0 8px;
  line-height: 20px;
  font-size: 16px;
  border-left: 4px solid #17b1f2;
  color: #333;
}

.right-wrapper .right-title .title .more {
  float: right;
  font-size: 12px;
  color: #17b1f2;
}

.right-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
}

.right-box a {
  display: block;
}

.recom-app-box {
  position: relative;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}

.recom-app-box .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.recom-app-box .img::after {
  position: absolute;
  content: "";
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(3%, transparent),
      color-stop(98%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(top,
      transparent 3%,
      rgba(0, 0, 0, 0.9) 98%);
  background-image: linear-gradient(-180deg,
      transparent 3%,
      rgba(0, 0, 0, 0.9) 98%);
  border-radius: 12px;
}

.recom-app-box .img .big-img {
  width: 100%;
  border-radius: 12px;
}

.recom-app-box .img .content {
  position: absolute;
  top: 0;
  left: 17px;
  right: 17px;
  height: 100%;
  margin: auto;
  z-index: 1;
}

.recom-app-box .img .content .bottom-text {
  box-sizing: border-box;
  position: absolute;
  height: 158px;
  padding-top: 55px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.recom-app-box .img .content .bottom-text .game-info {
  position: relative;
  padding-bottom: 10px;
}

.recom-app-box .img .content .bottom-text .game-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  border-bottom: 1px solid #ededed;
  opacity: 0.44;
}

.recom-app-box .img .content .bottom-text .game-icon {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 7px;
  border-radius: 6px;
  overflow: hidden;
}

.recom-app-box .img .content .bottom-text .game-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.recom-app-box .img .content .bottom-text .title {
  height: 28px;
  line-height: 28px;
  font-size: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: #fff;
}

.recom-app-box .img .content .bottom-text .tags {
  font-size: 12px;
  line-height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.recom-app-box .img .content .bottom-text .game-score {
  height: 35px;
  margin-top: 8px;
}

.recom-app-box .img .content .bottom-text .game-score .score-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recom-app-box .img .content .bottom-text .game-score .score {
  line-height: 35px;
  font-size: 30px;
  color: #f67b29;
  float: left;
  margin-right: 9px;
}

.recom-app-box .img .content .bottom-text .game-score .score-count {
  font-size: 12px;
  line-height: 12px;
  margin-top: 2px;
  margin-bottom: 3px;
}

.recom-app-box .img .content .bottom-text .game-score .score-star i {
  float: left;
  width: 11px;
  height: 11px;
  background: url(../images/score-star.png) no-repeat;
  background-size: 100% auto;
  margin-right: 1px;
}

.recom-app-box .down-btn {
  position: absolute;
  right: 25px;
  bottom: 24px;
  z-index: 2;
}

.recom-app-box .down-btn .ewm-box {
  display: none;
  position: absolute;
  bottom: 30px;
  left: -78px;
  width: 175px;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #f1911b;
  padding: 10px 0;
  border-radius: 4px;
}

.recom-app-box .down-btn .ewm-box p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.recom-app-box .down-btn .ewm-box p img {
  width: 130px;
  height: 130px;
}

.recom-app-box .down-btn:hover .ewm-box {
  display: block;
}

.recom-app-box .ad-count-down {
  display: block;
  width: 75px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #f67b29, #fea647);
  background-image: linear-gradient(-225deg, #f67b29, #fea647);
}

.hot-activity .news-list {
  padding: 10px 8px;
}

.hot-activity .news-list .news-item {
  margin: 10px 0;
}

.hot-activity .news-list .news-item .no {
  float: left;
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}

.hot-activity .news-list .news-item .no.hot {
  background: #17b1f2;
  color: #fff;
}

.hot-activity .news-list .news-item .content {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  vertical-align: top;
}

.hot-activity .news-list .news-item .content:hover a {
  color: #17b1f2;
}

.hot-rank .rank-list {
  padding: 15px 8px;
}

.hot-rank .rank-list li {
  width: 100%;
  height: 138px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.hot-rank .rank-list li:last-of-type {
  margin-bottom: 0;
}

.hot-rank .rank-list li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.5s;
}

.hot-rank .rank-list li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  line-height: 40px;
  background-image: linear-gradient(-180deg, transparent, #000);
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  font-size: 16px;
  color: #fff;
}

.hot-rank .rank-list li:hover img {
  transform: scale(1.3);
}

.hot-tag .tag-content {
  padding: 8px;
  overflow: hidden;
}

.hot-tag .tag-content .tag-item {
  float: left;
  display: block;
  margin: 5px 8px 6px 0;
  padding: 4px 10px;
  border: 1px solid #17b1f2;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  color: #17b1f2;
}

.hot-tag .tag-content .tag-item a {
  color: inherit;
}

.hot-tag .tag-content .tag-item:hover {
  background: #17b1f2;
  color: #fff;
}

.hot-download ul {
  padding: 10px 8px;
}

.hot-download ul li {
  position: relative;
  padding: 8px 0;
}

.hot-download ul li img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: inline-block;
  float: left;
}

.hot-download ul li .con {
  padding: 0 30px 0 14px;
  height: 60px;
  overflow: hidden;
}

.hot-download ul li .con h3 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-download ul li .con h3 a {
  color: #333;
}

.hot-download ul li .con h3 a:hover {
  color: #17b1f2;
}

.hot-download ul li .con p {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.hot-download ul li .btn {
  position: absolute;
  top: 20px;
  right: 0;
  width: 55px;
  height: 25px;
  border: 1px solid #17b1f2;
  display: block;
  color: #17b1f2;
  text-align: center;
  line-height: 25px;
}

.hot-download ul li .btn:hover {
  background-color: #17b1f2;
  color: #fff;
}

.mobgame_down_box {
  padding: 15px 20px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 9px 0 rgba(211, 211, 211, 0.6);
  border-radius: 10px;
  margin-bottom: 20px;
  background: #fff url(../images/xian.png) no-repeat top right;
}

.mobgame_down_box .game-title {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}

.mobgame_down_box .game-text {
  color: #aaaaaa;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  max-width: 380px;
  /* padding: 10px 0; */
}

.mobgame_down_box .game-info-wrapper {
  display: flex;
}

.mobgame_down_box .game-info-wrapper .game-icon {
  width: 168px;
  /* height: 230px; */
}

.mobgame_down_box .game-info-wrapper .game-icon img {
  width: 100%;
}

.mobgame_down_box .game-info-wrapper .game-icon .enter {
  display: block;
  margin: 18px auto 0;
  width: 168px;
  height: 40px;
  background-image: linear-gradient(51deg, #c8e7f4 0, #07a7eb 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.mobgame_down_box .game-info-wrapper .game-content {
  margin-left: 15px;
  max-width: 380px;
  flex: 1;
}

.mobgame_down_box .game-info-wrapper .game-content .game-tag a:hover {
  background-color: #f60;
  color: #fff;
}

.mobgame_down_box .games-code-new {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  padding-bottom: 50px;
}

.mobgame_down_box .games-code-new span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  font-size: 12px;
  line-height: 15px;
  color: #a3b0be;
  padding: 9px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #a3b0be;
  animation: code-move 0.5s 1s linear infinite alternate;
  -webkit-animation: code-move 0.5s 1s linear infinite alternate;
}

.mobgame_down_box .games-code-new span:before,
.mobgame_down_box .games-code-new span:after {
  content: "◆";
  position: absolute;
  left: 50%;
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  top: -20px;
  margin-left: -15px;
  color: #a3b0be;
  font-size: 32px;
}

.mobgame_down_box .games-code-new span:after {
  color: #fff;
  top: -19px;
}

.mobgame_down_box .games-code-new img {
  width: 160px;
  height: 160px;
  border: 10px solid #f8f8f8;
}

@keyframes code-move {
  from {
    bottom: 0px;
  }

  to {
    bottom: 5px;
  }
}

@-webkit-keyframes code-move {
  from {
    bottom: 0px;
  }

  to {
    bottom: 5px;
  }
}

.info-tag-list {
  width: 100%;
}

.info-tag-list .tag-item {
  /* display: inline-block; */
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #f9f9f9;
  margin-bottom: 12px;
  margin-right: 5px;
  color: #333;
}

.info-tag-list .tag-item span {
  color: #f60;
}

/* .info-tag-list .tag-item:nth-of-type(1) {
  margin-top: 0;
}

.info-tag-list .tag-item:nth-of-type(2) {
  background: rgb(243 128 145 / 10%);
  color: #f9679a;
}

.info-tag-list .tag-item:nth-of-type(3) {
  background: rgb(30 248 103 /10%);
  color: #39ba66;
} */

/* ┗( ▔, ▔ )┛ */