/* crumbs */
.crumbs {
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
  color: #bdbdbd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.crumbs .text {
  padding-right: 8px;
}
/* section */
section {
  margin-bottom: 10px;
  border-top: 1px solid #dbe1ec;
  border-bottom: 1px solid #dbe1ec;
  background: #fff;
}
section .title {
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #dbe1ec;
  overflow: hidden;
}
section .title .content {
  float: left;
  padding-left: 10px;
  border-left: 5px solid #45abff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}
section .title .more {
  float: right;
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}
section .title .change {
  float: right;
  margin-top: -6px;
  font-size: 16px;
  color: #45abff;
}
section .title .change i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-image: url(../images/color-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px -302px;
}
section .title .text {
  float: left;
}
section .title .text.on {
  color: #45abff;
}
section .title .text.border-left {
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
}
.news-item {
  padding: 10px 0;
  border-bottom: 1px solid #dbe1ec;
}
.news-item a {
  display: flex;
}
.news-item .news-img {
  flex: 0 0 88px;
  width: 88px;
  height: 58px;
  margin: 0 10px;
}
.news-item .container {
  flex: 1;
}
.news-item .container .news-title {
  height: 46px;
  line-height: 20px;
  font-size: 14px;
}
.news-item .container .news-date {
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #999;
}
/* loading */
.loading {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #45abff;
}
.top-list {
  display: flex;
  flex-wrap: wrap;
}
.top-list .top-item {
  flex: 0 0 25%;
  text-align: center;
  overflow: hidden;
}
.top-list .top-item .game-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 10px auto 5px;
  border-radius: 10px;
}
.top-list .top-item .text {
  display: block;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  padding: 0 5px;
}
.top-list .top-item .download {
  display: block;
  width: 64px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto 10px;
  border: 1px solid #45abff;
  border-radius: 5px;
  color: #45abff;
}
/* game-list */
.game-list {
  overflow: hidden;
}
.game-list .game-item {
  position: relative;
  min-height: 64px;
  padding: 10px;
  border-bottom: 1px solid #dbe1ec;
}
.game-list .game-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  height: 64px;
  border-radius: 5px;
}
.game-list .game-item .content {
  padding-left: 74px;
}
.game-list .game-item .content .game-name {
  padding-right: 65px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-list .game-item .content .type {
  margin: 9px 0;
  padding-right: 65px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-list .game-item .content .type .border-left {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #999;
}
.game-list .game-item .content .boon {
  font-size: 12px;
  color: #45abff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-list .game-item .download {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  background: #45abff;
  color: #fff;
}
.game-list .game-item.rank .num {
  position: absolute;
  left: 10px;
  top: 28.5px;
  width: 22px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #999;
  background-size: 100%;
}
.game-list .game-item.rank .num.rank1 {
  font-size: 0;
  background-image: url(../images/list_no_1.png);
}
.game-list .game-item.rank .num.rank2 {
  font-size: 0;
  background-image: url(../images/list_no_2.png);
}
.game-list .game-item.rank .num.rank3 {
  font-size: 0;
  background-image: url(../images/list_no_3.png);
}
.game-list .game-item.rank img {
  left: 42px;
}
.game-list .game-item.rank .content {
  padding-left: 104px;
}
.article {
  padding: 10px;
  border-top: 0;
}
.article .article-header .article-title {
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
}
.article .article-header .article-time {
  padding: 10px 0;
  font-size: 12px;
  color: #999999;
}
.article .article-header .article-time .text {
  margin-right: 15px;
}
.article .article-bodyer {
  position: relative;
  margin-top: 15px;
  height: auto;
  overflow: hidden;
}
.article .article-bodyer.gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 60px;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}
.article .article-bodyer p {
  margin-bottom: 20px;
}
.article .article-bodyer table {
  width: 100%!important;
}
.article .article-bodyer p {
  line-height: 22px;
  font-size: 14px;
}
.article .article-bodyer img {
  max-width: 100%;
  height: auto !important;
  margin: 8px 0;
}
.tag-list {
  padding-bottom: 15px;
  border-bottom: 1px solid #dbe1ec;
  font-size: 0;
}
.tag-list .tag-item {
  display: inline-block;
  margin: 15px 0 0 10px;
  padding: 4px 8px;
  background: #f4f4f4;
  font-size: 14px;
  color: #808080;
}
.game-list .game-item {
  padding-bottom: 0;
  border: none;
}
.type-list {
  margin-bottom: 10px;
  font-size: 0;
}
.type-list .type-item {
  display: inline-block;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 26px;
  padding: 0 14px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
}
.type-list .type-item:nth-of-type(n) {
  color: #45abff;
  border-color: #45abff;
}
.type-list .type-item:nth-of-type(2n) {
  color: #86c610;
  border-color: #86c610;
}
.type-list .type-item:nth-of-type(5n) {
  color: #ff9d10;
  border-color: #ff9d10;
}
.type-list .type-item:nth-of-type(3n) {
  color: #00b573;
  border-color: #00b573;
}
.add-wrap {
  background-color: #feffe9;
  position: relative;
  border-radius: 10px;
  width: 80%;
  min-width: 300px;
  padding: 30px 0 15px 0;
  text-align: center;
  margin: 20px auto;
  box-shadow: 0 0 20px 2px #bbb;
}
.add-wrap .add-wrap-tit {
  background-color: #998AA0;
  color: #fff;
  font: normal bolder 18px microsoft yahei;
  text-indent: 0;
  text-align: center;
  line-height: 34px;
  position: absolute;
  border-radius: 5px;
  width: 300px;
  height: 35px;
  left: 50%;
  margin-left: -150px;
  margin-top: -42px;
  overflow: hidden;
}
.add-wrap .add-wrap-main {
  display: inline-block;
  margin: 10px auto 0;
  position: relative;
  padding-left: 0px;
  width: 300px;
}
.add-wrap .add-wrap-main > a {
  position: static;
  left: 10px;
  top: 50%;
  margin-top: 0px;
  display: inline-block;
  color: #1a71de;
}
.add-wrap .add-wrap-main > a > span {
  display: inline-block;
  width: 180px;
  height: 140px;
  vertical-align: middle;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.add-wrap .add-wrap-main > a > span img {
  width: 140px;
  height: 140px;
}
.add-wrap .add-wrap-main div {
  display: inline-block;
  width: 260px;
  font-family: microsoft yahei;
  text-align: center;
}
.add-wrap .add-wrap-main div p {
  color: #998AA0;
  text-indent: 0;
  margin: 5px;
  margin-top: 0;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  padding: 0;
}
.add-wrap .add-wrap-main div a {
  display: block;
}
.add-wrap .add-wrap-main div a span {
  margin: 10px 0px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  text-indent: 0px;
  background-color: #ffba00;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 5px 10px;
  overflow: hidden;
  box-sizing: content-box;
}
.htZfbBox1 {
  margin: 10px 0px;
}
.htZfbBox1 table {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-color: #d2d2d2;
}
.htZfbBox1 table tr {
  height: 40px;
}
.htZfbBox1 table tr.htZfbCont1 {
  height: 30px;
}
.htZfbBox1 table tr.htZfbCont1 span {
  font-size: 16px;
  color: #FFF;
}
.htZfbBox1 table tr td {
  width: 20%;
  text-align: center;
  border-color: #d2d2d2;
}
.htZfbBox1 table tr.htZfbCont1 td {
  text-align: center;
  background-color: #FF8000;
  border-color: #d2d2d2;
}
.htZfbBox1 table tr td .bBlack {
  color: #4C33E5;
  text-decoration: none;
  font-size: 18px;
}
.gamebox2 {
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  padding: 10px 10px 10px 80px;
  height: 60px;
  position: relative;
}
.gamebox2 .img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
}
.gamebox2 .img img {
  max-width: 100%;
  margin: 0;
}
.gamebox2 .title {
  max-width: 260px;
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
.gamebox2 .title a {
  color: #0cc6c6;
}
.gamebox2 .type {
  margin: 0!important;
  font-size: 12px;
  color: #bbb;
  line-height: 20px;
}
.gamebox2 .type span {
  font-size: 10px;
  font-family: Tahoma;
  color: red;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gamebox2 .gamedownload {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
.gamebox2 .gamedownload a {
  background: #3385FF;
  display: inline-block;
  margin: 5px 0 0 5px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  border-radius: 4px;
}
.gamebox2 .gamedownload a:hover {
  background: #5B9DFE;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.softjs3 {
  margin: 20px 10px;
  border: 2px solid #45abff;
  font-size: 14px;
}
.softjs3 .softjs3-hd {
  background: #45abff;
  padding: 0 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.softjs3 .softjs3-hd a {
  color: #333;
  text-decoration: none;
}
.softjs3 .softjs3-bd {
  padding: 0 10px;
  overflow: hidden;
  zoom: 1;
}
.softjs3 .cmsLink {
  border-bottom: 1px dashed #45abff;
}
.softjs3 .softjs3-bd ul {
  margin-top: -1px;
  padding-left: 0;
}
.softjs3 .softjs3-bd ul li {
  display: flex;
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0 35px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.softjs3 .softjs3-logo {
  display: block;
  margin-right: 15px;
  width: 72px;
  height: 72px;
}
.softjs3 .softjs3-logo img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
}
.softjs3 .softjs3-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  flex: 1;
}
.softjs3 .softjs3-name a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}
.softjs3 .softjs3-boon {
  position: absolute;
  bottom: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 40px;
  color: #666;
}
.softjs3 .softjs3-dl {
  width: 80px;
  margin-top: 10px;
}
.softjs3 .softjs3-dl a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #45abff;
  border-radius: 3px;
  font-size: 12px;
}
a {
  text-decoration: none;
}
article {
  padding: 30px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 768px) {
  article {
    padding: 0;
    padding-top: 10px;
  }
  article p {
    line-height: 25px;
  }
}
article h3 {
  display: inline-block;
  margin: 30px 0 15px;
  padding: 0 20px 0 5px;
  font-size: 16px;
  border-left: 5px solid #25a5f8;
}
article img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
@media (min-width: 1200px) {
  article .big-pic {
    width: 500px;
    height: 225px;
  }
}
article .game-info {
  display: block;
  position: relative;
  width: 100%;
  height: 84px;
  margin: 20px 0;
  background-color: #f3f3f3;
}
article .game-info .game-img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 64px;
  height: 64px;
  margin: 0;
}
article .game-info .game-detail {
  padding: 10px 110px 10px 94px;
}
article .game-info .game-detail .name {
  font-size: 18px;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
article .game-info .game-detail .type {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
}
article .game-info .game-detail span {
  display: block;
  font-size: 14px;
  color: #fe9056;
  line-height: 20px;
}
article .game-info .download {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #25a5f8;
  color: #ffffff;
  border-radius: 5px;
}
.tab-list {
  display: flex;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.tab-list .tab-item {
  position: relative;
  width: 50%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}
.tab-list .tab-item:first-child:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background: #d1d1d1;
}
.tab-list .tab-item.on {
  color: #45abff;
}
.tab-list .tab-item.on:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 50%;
  border-radius: 2px;
  background-color: #51AEFF;
}
.re-tit2,
.m-tt {
  margin: 0 0.266667rem;
  height: 0.933333rem;
  line-height: 0.933333rem;
  position: relative;
}
.re-tit2 a,
.m-tt a {
  position: absolute;
  right: 0;
  top: 0;
  color: #f7a934;
  font-size: 0.293333rem;
}
.re-tit2 a.s1,
.m-tt a.s1 {
  color: #f36b42;
}
.re-tit2 h4,
.m-tt h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 0.933333rem;
  position: relative;
  font-size: 15px;
}
.m-tt h4 a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-weight: normal;
  font-size: 14px;
}
.re-tit2 h4 i,
.m-tt h4 i {
  margin-right: 0.16rem;
  margin-top: -0.02rem;
}
.re-tit2 .sty-11 h4::before,
.m-tt .sty-11 h4::before {
  content: "";
  background-image: url("../images/detail-icon.png");
  background-repeat: no-repeat;
  background-size: 2.56rem 2.493333rem;
  display: block;
  width: 0.403333rem;
  height: 0.336667rem;
  background-position: -2.033333rem -0.123333rem;
  margin-right: 0.16rem;
  margin-top: -0.02rem;
}
.icon-7 {
  width: 0.393333rem;
  height: 0.326667rem;
  background-position: -1.163333rem -1.51rem;
  background-image: url(../images/detail-icon.png);
  background-repeat: no-repeat;
  background-size: 2.56rem 2.493333rem;
  display: block;
}
.tab-content {
  display: none;
  margin: 0 10px;
  padding: 15px 0;
}
.tab-content.on {
  display: block;
}
.tab-content p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
/* 文章中间的广告游戏下载 start */
.game-recom {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 85px;
  background: url(../images/news-recom-bg.png) center center no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-top: 5px;
}
.game-recom .game-img {
  width: 60px;
  height: 60px;
  border: 8px;
  margin-right: 9px;
}
.game-recom .game-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.game-recom .game-info {
  flex: 1;
}
.game-recom .game-info .game-title {
  font-size: 17px;
  color: #45abff;
  font-weight: bold;
  margin-bottom: 10px;
}
.game-recom .game-info .game-desc {
  font-size: 14px;
  color: #73bcf7;
}
.game-recom .game-download {
  width: 88px;
  height: 30px;
  line-height: 30px;
  background: #45abff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
}
/* 文章中间的广告游戏下载 end */
/* 文章展开更多 start */
.ckgd {
  margin-bottom: 10px;
  overflow: hidden;
}
.more_btn {
  float: right;
  width: 80px;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  background: #e1f2ff;
  color: #4f9eff;
  text-align: center;
  padding: 0 5px;
  margin: 5px 0 0;
}
/* 文章展开更多 end */
