html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section{
    display: block
}
blockquote, q{
    quotes: none
}
blockquote:before, blockquote:after,
q:before, q:after
  {
      content: none
  }    

table
  {
    border-collapse: collapse;
   border-spacing: 0
}

/* custom */

a{color: #5c5c5c;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
 }

li{
  list-style: none
}

video,img{
 max-width:100% 
}
input{
    outline: none;
}
body, button {
    font-family: -apple-system,Helvetica,'SourceHanSansCN Regular','Microsoft YaHei',arial,sans-serif;
    font-size: 0.26rem;
    line-height: 1.5
}
/*common header*/
header{
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    padding: .29rem .35rem .3rem .38rem;
}
.sprite{
    background: url("https://www.mydown.com/TLimages2009/topspeed/images/mydnm/mIcons.png") no-repeat;
    background-size: 10.06rem;
}
header .logo{
    width: 2.47rem;
    height: 0.62rem;
    display: inline-block;
    background-position: -2.95rem -3.3rem;
}
header .search_box:after {
content: "";
width: 0.35rem;
height: 0.35rem;
position: absolute;
top: 0.12rem;
right: 0.2rem;
background: url("https://www.mydown.com/TLimages2009/topspeed/images/mydnm/mIcons.png") no-repeat;
background-size: 10.06rem;
background-position: -0.84rem -3.72rem;
}
header .catalogue {
width: 0.43rem;
height: 0.38rem;
display: inline-block;
background-position: -0.84rem -3.3rem;
margin-top: 0.13rem;
}
/* header .logo{
    width: 2.47rem;
    height: .62rem;
    background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/logo.png?12) no-repeat;
    background-size: cover;
} */
header .search_box{
    width: 3.32rem;
    height: .62rem;
    position: relative;
    margin: 0 .22rem 0 .3rem;
}
header .search_box .txt{
   background: #f1f1f1;
   line-height: .62rem;
   font-size: .32rem;
   padding-left: .28rem;
   color: #bdbdbd;
   border-radius: .5rem;
   box-sizing: border-box;
   width: 100%;
} 
/* header .search_box:after,header .catalogue{
    background:url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/icon.png) no-repeat;
} */
/* header .search_box:after{
    content: "";
    width: .35rem;
    height: .35rem;
    position: absolute;
    background-size: 118% auto;
    top:.12rem;
    right: .2rem;
    background-position: 0 -.38rem;
} */
header .search_box .txt:focus{
    color: #000; 
}
/* header .catalogue{
    width: .43rem;
    height: .38rem;
    margin-top: .13rem;
    background-size: 100% auto;
} */
.catalogue_box{
    position: absolute;
    top:1.21rem;
    background: #fff;
    z-index: 100;
    width: 100%;
    overflow-y: auto;
    left: 0;
    display: none;
}
.catalogue_box .tabs{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
}
.catalogue_box .tabs span{
    font-size: .32rem;
    width: 25%;   
    text-align: center;
}
.catalogue_box .tabs span.active{
    font-size: .34rem;
    color:#2993ff;
    font-weight: bold;
}
.catalogue_box .tabs span.active:after{
    content: "";
    width: .46rem;
    height: .04rem;
    background: #23de96;
    border-radius: .04rem;
    display: block;
    margin: .05rem auto 0;
}
.catalogue_box ul{
    padding: 0 .4rem 1rem;
    box-sizing: border-box;   
    display: none; 
}
.catalogue_box ul.active{
    display: block;
}
.catalogue_box ul li{
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: .3rem 0;
}
.catalogue_box ul li:last-child{
    border-bottom:none;
}
.catalogue_box ul li img{
    width: .9rem;
    float: left;
    margin-right: .25rem;
}
.catalogue_box ul li .clger .tit{
    display: block;
    font-size: .3rem;
    color: #2c2c2c;
    margin-bottom: .05rem;
}
.catalogue_box ul li .clger .mark{
    font-size: .22rem;
    border:1px solid #14bd50;
    color: #14bd50;
    padding:.05rem .18rem;
    line-height: .4rem;
    margin-right: .2rem;
    border-radius: .06rem;
}

/*cateitem*/
.wrap{
    background: #f5f5f5;
}
.cateitem{
    background: #fff;
    margin-bottom: .3rem;
    box-sizing: border-box;
}
.cateitem h2{
    font-size: .4rem;
    color: #2993ff;
    padding: .4rem;
}
.cateitem h2 a{
    float: right;
    color: #2993ff;
    font-size: .3rem;
    border:1px solid #2993ff;
    padding: 0 .15rem;
    border-radius: .05rem;
}
.cateitem .softlist{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    /*padding: 0 .2rem;*/
    box-sizing: border-box;
    padding: 0 .1rem;
}
.cateitem .softlist li{
    /*width: 20%;*/
    text-align: center;
    max-height: 1.78rem;
    margin-bottom: .3rem;
    width: 25%;
}
.cateitem .softlist li img{
    width:1.06rem;
}
.cateitem .softlist li span{
    display: block;
    color: #5c5c5c;
    font-size: .26rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    line-height: .32rem;
}
.cateitem .articlelist{
   padding:0 .4rem .2rem;
   margin-top: -.15rem;
}
.cateitem .articlelist li{
    line-height: .56rem;
    color: #5c5c5c;
    font-size: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cateitem .articlelist li:before{
    content: " ";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background: #2993ff;
    border-radius: 50%;
    margin-right: .14rem;
    vertical-align: middle;
}
.backtop{
    position: fixed;
    bottom: 15%;
    width: .9rem;
    height: .9rem;
    right: .2rem;
    z-index: 33;
    display: none;
}
footer{
    color: #5c5c5c;
    line-height: .44rem;
    text-align: center;
    padding:.5rem 0 .65rem;
    background: #eee;
}
footer a{
    margin:0 .15rem;
}

/*articleDetail*/
.article_detail{
    background:#fff;
    padding:0 .4rem 0;
}
.article_detail .current{
    background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/curren.png) no-repeat 0 center;
    background-size: .26rem auto;
    padding-left: .36rem;
    color: #313131;
    font-size: .32rem;
}
.article_detail .current span{
    color: #2993ff;
}
.article_detail h1{
    font-size: .44rem;
    line-height: .6rem;
    padding: .4rem 0 .25rem;
}
.article_detail .mark{
    font-size: .26rem;
    color: #5c5c5c;
}
.article_detail .mark span{
    margin-right: .3rem;
}
.article_detail .detail{
    font-size: .32rem;
    letter-spacing: 1px;
    color: #2c2c2c;
    line-height: .54rem;
    padding: .2rem 0 .4rem;
}
.article_detail .detail p{
    padding: .06rem 0;
}
.cate_comment{
    padding: 0 .4rem;
    margin-top: -.2rem;
}

/*wap index*/
.index_nav{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    box-sizing: border-box;
    padding: 0 .03rem;
}
.index_nav li{
    width: 18.5%;
    text-align: center;
    font-size: .32rem;
}
.index_nav li a{
    color: #313131;
}
.index_nav li:last-child{
    width: 26%;
}
.index_nav li.active{
    color: #2993ff;
    font-size: .34rem;
}
.index_nav li.active a{
    color: #2993ff;
    font-weight: bold;
}
.index_nav li.active:after{
    content: "";
    display: block;
    width: .46rem;
    height: .05rem;
    background: #23de96;
    border-radius: .02rem;
    margin: .04rem auto 0;
}

.index_jdt{
    width:100%;
    -webkit-perspective:1200px;
    perspective: 1200px;
    margin: .28rem 0 .25rem;
}
.index_jdt .swiper-slide{
    transition: 300ms;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    width:88%;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.index_jdt .swiper-slide-active,.index_jdt .swiper-slide-duplicate-active{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .index_jdt .swiper-slide img{
      border-radius: .05rem;
  }

  .index_twonav{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap:wrap;
      flex-wrap: wrap;
      padding: 0 .25rem .3rem;
  }
  .index_twonav li{
      width: 25%;
      text-align: center;
      color: #2c2c2c;
      font-size: .32rem;
  }
  .index_twonav li a{
    color: #2c2c2c;
  }
  .index_twonav li img{
      width: 1.1rem;
  }
  .index-wrap{
      padding-top: .3rem;
  }


/*channel*/  
.channecate{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: 0 .2rem .35rem;
}
.channecate li{
    width: 25%;
    font-size: .32rem;
    text-align: center;
    padding-top: .3rem;
}
.channecate li img{
    width: 1.1rem;
}
.channecate li a{
   color: #2c2c2c; 
}
.softitem{
    padding: 0 .4rem;
    margin-top: -.3rem;
}
.softitem dl{
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
  padding:.3rem 0;
}
.softitem dt{
    width: 1.1rem;
    float: left;
    margin-right: .2rem;
}
.softitem .infor{
    font-size: .26rem;
    line-height: .35rem;
    margin-right: 1rem;
}
.softitem .infor span{
    display: block;
    color: #2c2c2c;
    font-size: .34rem;
    padding-bottom: .1rem;
    width: 3.8rem;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.softitem .dnbtn{
    width: 1.6rem;
    height: .78rem;
    background: -webkit-linear-gradient(to top,#00c853,#00b84c);
    background: linear-gradient(to top,#00c853,#00b84c);
    position: absolute;
    right: 0;
    top:.45rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .04rem;
}
.softitem .dnbtn:before{
    content: "";
    width: .29rem;
    height: .31rem;
    background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/dnbtnicon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
.softitem dl:last-child{
    border-bottom: 0;
}
.channe_article{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    padding: 0 .3rem .3rem;
    margin-top: -.15rem;
}
.channe_article li{
    width: 33.33%;
    padding:0 .1rem;
    box-sizing: border-box;
}
.channe_article li img{
    border-radius: .04rem;
}
.channeCateNav{
    background: #2993ff;
    padding-left: .4rem;
    height: .78rem;
    line-height: .78rem;
    margin-bottom: .1rem;
}
.channeCateNav .swiper-slide{
    font-size: .29rem;
}
.channeCateNav .swiper-slide a{
    color: #fff;
}
.channeCateNav .swiper-slide a.active{
    color: #94f9ff;
    font-size: .32rem;
}
.addmore{
  text-align: center;
  padding-bottom: .4rem;
  background: #fff;
  position: relative;
  margin-top: -1px;
}
.addmore span{
    display: inline-block;
    width: 3.3rem;
    height: .68rem;
    line-height: .68rem;
    background: linear-gradient(to bottom,#2478ff,#2993ff);
    font-size: .32rem;
    color: #fff;
    border-radius: .4rem;
}
.addmore:after{
    content: "";
    width: .43rem;
    height: .19rem;
    background:url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/more_icon.png) no-repeat;
    background-size: contain;
    display: block;
    margin: .1rem auto 0;
    animation:.5s updn linear infinite
}
@keyframes updn{
    0%{transform: translateY(5px);}
    100%{transform: translateY(0);}
}


/*article*/
.articleItem{
    padding: 0.1rem .4rem 0;
}
.articleItem li{
    display: -webkit-flex;
    display: flex;
    padding:.3rem 0;
    border-bottom: 1px solid #eee;
}
.articleItem li a{
    display: inherit;
}
.articleItem li p{
    width: 5rem;
    padding-right: .2rem;
    box-sizing: border-box;
    font-size: .25rem;
}
.articleItem li p span{
   display: block;
   font-size: .3rem;
   color: #2c2c2c;
   line-height: .42rem;
   margin-bottom: .1rem;
}
.articleItem li img{
    width: 1.8rem;
    border-radius: .05rem;
}

/*rank*/
.rank_tabs{
    height: .78rem;
    line-height: .78rem;
    background: #2993ff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
}
.rank_tabs span{
    font-size: .3rem;
    color: #fff;
    width: 25%;
    text-align: center;
}
.rank_tabs span.active{
    font-size: .33rem;
    color: #94f9ff;
}
.rankSoft dl{
    position: relative;
    border-bottom: 1px solid #eee;
    padding:.3rem .4rem .3rem .2rem;
    overflow: hidden;
  }  
  .rankSoft dl dt{
      width: 2.22rem;
      float: left;
  }
  .rankSoft dl dt img{
      width: 1.1rem;
      vertical-align: middle;
  }
  .rankSoft dl dt i,.rankskill ul li i{
      display: inline-block;
      width: .84rem;
      height: .72rem;
      background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/rank_icon.png) no-repeat;
      text-align: center;
      line-height: .66rem;
      color: #8b8b8b;
      font-size: .3rem;
      background-size: .84rem auto;
      font-style: normal;
      vertical-align: middle;
      background-position: 0 -2.34rem;
      margin-right: .02rem;
  }

  .rankSoft .infor{
      font-size: .26rem;
      line-height: .35rem;
  }
  .rankSoft .infor span{
      display: block;
      color: #2c2c2c;
      font-size: .34rem;
      padding-bottom: .1rem;
      white-space: nowrap;
      overflow: hidden;
      width: 3rem;
      text-overflow: ellipsis;
  }
  .rankSoft .dnbtn{
      width: 1.4rem;
      height: .78rem;
      background: linear-gradient(to top,#00c853,#00b84c);
      position: absolute;
      right: .4rem;
      top:.45rem;
      text-align: center;
      line-height: .78rem;
      font-size: .32rem;
      color: #fff;
      border-radius: .04rem;
  }
  .rankSoft .dnbtn:before{
      content: "";
      width: .29rem;
      height: .31rem;
      background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/dnbtnicon.png) no-repeat;
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
  }
  .rankSoft dl:nth-child(1) dt i,.rankskill ul li:nth-child(1) i{
      background-position: 0 0;
      color: #bf7d1f;
      line-height: .74rem;
  }
  .rankSoft dl:nth-child(2) dt i,.rankskill ul li:nth-child(2) i{
    background-position: 0 -.75rem;
    line-height: .88rem;
}
.rankSoft dl:nth-child(3) dt i,.rankskill ul li:nth-child(3) i{
    background-position: 0 -1.6rem;
    color: #bc7e07;
    line-height: .88rem;
}
.rank blockquote,.search_detail blockquote{
    display: none;
}
.rank blockquote.active,.search_detail blockquote.active{
    display: block;
}
.rankskill ul li{
    border-bottom: 1px solid #eee;
    padding:.3rem .2rem .3rem .2rem;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}
.rankskill ul li p{
    padding-left: .2rem;
    box-sizing: border-box;
    width: 6.1rem;
    color: #5c5c5c;
    font-size: .25rem;
}
.rankskill ul li span{
   display: block;
   font-size: .33rem;
   color: #2c2c2c;
   margin-bottom: .05rem;
   line-height: .42rem;
}
.rankskill ul li i{
    margin-top: .2rem;
}
.softCatei{
    margin-top: 0;
}
/*no-iphone*/
.no_iphone{
    color: #5d5d5d;
    font-size: .36rem;
    background: #fff;
    text-align: center;
    padding: .5rem 0;
}
.no_iphone img{
    width: 1.05rem;
    vertical-align: middle;
    margin-right: .1rem;
}

/*search*/
.searchSoft{
    margin-top:0;
}
.search_head{
    display: -webkit-flex;
    display: flex;
    padding: .3rem .4rem 0;
}
.search_head .back{
    width: .29rem;
    height: .65rem;
    background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/back.png) no-repeat center;
    background-size:.29rem auto;
}
.search_head .search{
    display: -webkit-flex;
    display: flex;
    margin-left: .92rem;
    width: .5rem;
    position: relative;
}
.search_head .search .txt{
   height: .65rem;
   line-height: .65rem;
   width: 4rem;
   padding-left: .7rem;
   background: #f1f1f1;
   color: #bdbdbd;
   border-radius: .5rem;
}
.search_head .search:before{
    width: .4rem;
    height: .4rem;
    background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/icon.png) no-repeat;
    background-size: .4rem auto;
    position: absolute;
    top: .12rem;
    left: .22rem;
    content: "";
    background-position: 0 -.35rem;
}
.search_head .search .btn{
    font-size: .36rem;
    line-height: .65rem;
    color: #2993ff;
    width: 1.1rem;
    text-align: center;
    background: none;
    margin-left: .2rem;
}
.hotword{
  overflow: hidden;
  padding: 0 0 .25rem .3rem;
}
.hotword a{
    background: #f5f5f5;
    line-height: .6rem;
    height: .6rem;
    padding: 0 .25rem ;
    min-width: 1.5rem;
    text-align: center;
    float: left;
    margin: 0 .1rem .2rem;
    box-sizing: border-box;
    border-radius: .5rem;
    font-size: .3rem;
    color: #5c5c5c;
}
.hotword a:nth-child(1),.hotword a:nth-child(2){
    padding: 0 .12rem;
}
.hotword a:nth-child(1):after,.hotword a:nth-child(2):after{
  content:"";  
  display: inline-block;
  width: .2rem;
  height: .27rem;
  background: url(//www.mydown.com/TLimages2009/topspeed/images/mydnm/hot.png) no-repeat;
  background-size: contain;
  margin: 0 .06rem;
}

.search_tabs{
    margin: .3rem 0 .1rem;
}
.search_tabs span{
    width: 32%;
}
.searchArticle{
    padding-top: 0;
}
.search_no{
    color: #5d5d5d;
    font-size: .38rem;
    text-align: center;
    padding: .5rem 0;
}
.search_no img{
    width: 1.08rem;
    text-align: center;
    vertical-align: middle;
    margin-right: .22rem;
}
@media screen and (min-width:1200px){
    header .search_box{
        margin: 0 .14rem 0 .3rem;
    }
}

/* 精灵图 */
.index_twonav li span.icon1{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -5.54rem -1.11rem;
}
.index_twonav li span.icon2{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -4.43rem -1.11rem;
}
.index_twonav li span.icon3{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -3.32rem -1.11rem;
}
.index_twonav li span.icon4{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -2.22rem -1.1rem;
}
.backtop{
    width: 0.9rem;
    height: 0.9rem;
    background-position: -2.01rem -3.31rem;
}
.channecate li span.icon1{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: 0rem 0rem;
  }
  .channecate li span.icon2{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -2.2rem 0rem;
  }
  .channecate li span.icon3{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -4.4rem 0rem;
  }
  .channecate li span.icon4{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -5.5rem -0.01rem;
  }
  .channecate li span.icon5{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -6.6rem -0.01rem;
  }
  .channecate li span.icon6{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -7.7rem 0rem;
  }
  .channecate li span.icon7{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -8.8rem 0rem;
  }
  .channecate li span.icon8{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: 0rem -1.1rem;
  }
  .channecate li span.icon9{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -7.76rem -1.1rem;
}
.channecate li span.icon10{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -8.9rem -1.11rem;
}
.channecate li span.icon11{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -0.88rem -4.33rem;
}
.channecate li span.icon12{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -3.17rem -4.33rem;
}
.channecate li span.icon13{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -6.64rem -1.115rem;
}
.channecate li span.icon14{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -2.01rem -4.33rem;
}
.channecate li span.gameicon1{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -4.33rem -4.33rem;
  }
  .channecate li span.gameicon2{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -5.46rem -4.33rem;
  }
  .channecate li span.gameicon3{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -6.6rem -4.33rem;
  }
  .channecate li span.gameicon4{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -7.74rem -4.33rem;
  }
  .channecate li span.gameicon5{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -8.9rem -4.33rem;
  }
  .channecate li span.gameicon6{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -0.88rem -5.47rem;
  }
  .channecate li span.gameicon7{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -2.01rem -5.47rem;
  }
  .channecate li span.gameicon8{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    background-position: -3.14rem -5.47rem;
  }
  .catalogue_box ul li span.sprite{
    width: 0.85rem;
    height: 0.85rem;
    display: block;
    float: left;
    margin-right: 0.25rem;
}
.catalogue_box ul li span.fSoftIcon1{
    background-position: -5.13rem -2.27rem;
}
.catalogue_box ul li span.fSoftIcon2{
    background-position: -6.01rem -2.29rem;
}
.catalogue_box ul li span.fSoftIcon3{
    background-position: -6.89rem -2.29rem;
}
.catalogue_box ul li span.fSoftIcon4{
    background-position: -7.76rem -2.29rem;
}
.catalogue_box ul li span.fSoftIcon5{
    background-position: -8.64rem -2.27rem;
}
.catalogue_box ul li span.fSoftIcon6{
    background-position: -4.33rem -5.47rem;
}
.catalogue_box ul li span.fSoftIcon7{
    background-position: -5.24rem -5.47rem;
}
.catalogue_box ul li span.fSoftIcon8{
    background-position: -6.14rem -5.47rem;
}
.catalogue_box ul li span.fSoftIcon9{
    background-position: -7.03rem -5.47rem;
}
.catalogue_box ul li span.fSoftIcon10{
    background-position: -7.91rem -5.47rem;
}
.catalogue_box ul li span.fSoftIcon11{
    background-position: -8.84rem -5.47rem;
}
.catalogue_box ul li span.fGameIcon1{
    background-position: -5.21rem -6.35rem;
}
.catalogue_box ul li span.fGameIcon2{
    background-position: -6.14rem -6.35rem;
}
.catalogue_box ul li span.fGameIcon3{
    background-position: -7.06rem -6.35rem;
}
.catalogue_box ul li span.fGameIcon4{
    background-position: -9.15rem -3.25rem;
}
.catalogue_box ul li span.fGameIcon5{
    background-position: -8.22rem -3.25rem;
}
.catalogue_box ul li span.fGameIcon6{
    background-position: -7.33rem -3.25rem;
}
.catalogue_box ul li span.fGameIcon7{
    background-position: -5.57rem -3.27rem;
}
.catalogue_box ul li span.fGameIcon8{
    background-position: -6.46rem -3.25rem;
}
.catalogue_box ul li span.fNewsIcon1{
    background-position: -8rem -6.35rem;
}
.catalogue_box ul li span.fNewsIcon2{
    background-position: -0.84rem -2.28rem;
}
.catalogue_box ul li span.fNewsIcon3{
    background-position: -1.69rem -2.28rem;
}
.catalogue_box ul li span.fNewsIcon4{
    background-position: -2.54rem -2.3rem;
}
.catalogue_box ul li span.fNewsIcon5{
    background-position: -4.24rem -2.29rem;
}
.catalogue_box ul li span.fNewsIcon6{
    background-position: -3.39rem -2.31rem;
}

/* 相关软件样式 */
.article-soft figure {
    width: 1.1rem;
    height: 1.1rem;
}
.article-soft figure img {
    width: 1.1rem;
}
.article-soft .articleSoft-detail {
    flex: 1;
    padding-left: 0.18rem;
}
.article-soft .articleSoft-detail h3 {
    font-size: .34rem;
    color: #2c2c2c;
}
.article-soft .articleSoft-detail p {
    font-size: .24rem;
    color: #787878;
}
.article-soft {
    border: .02rem solid #e1e1e1;
    border-radius: .1rem;
    padding: .19rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-down {
    width: 1.16rem;
    height: 0.5rem;
    background: linear-gradient(to right,#00c853,#00b84c);
    text-align: center;
    line-height: .5rem;
    font-size: .24rem;
    color: #fff;
    border-radius: 0.25rem;
    border: none;
}
.article_detail .detail img {
    height: 100%;
}