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;
}
header .logo{
    width: 2.47rem;
    height: .62rem;
    background: url(../fonts/m_logo.svg) no-repeat;
    background-size: contain;
}
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(../images/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:#52ba3e;
    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: #52ba3e;
    padding: .4rem;
}
.cateitem h2 a{
    float: right;
    color: #52ba3e;
    font-size: .3rem;
    border:1px solid #52ba3e;
    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: #52ba3e;
    border-radius: 50%;
    margin-right: .14rem;
    vertical-align: middle;
}
.backtop{
    position: fixed;
    bottom: 15%;
    width: .9rem;
    height: .9rem;
    background: url(../images/back-top.png) no-repeat;
    background-size: contain;
    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(../images/curren.png) no-repeat 0 center;
    background-size: .26rem auto;
    padding-left: .36rem;
    color: #313131;
    font-size: .32rem;
}
.article_detail .current span{
    color: #52ba3e;
}
.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: #52ba3e;
    font-size: .34rem;
}
.index_nav li.active a{
    color: #52ba3e;
    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,#33b938,#20bf26);
    background: linear-gradient(to top,#33b938,#20bf26);
    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(../images/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: #f1f9ef;
    padding-left: .4rem;
    height: .78rem;
    line-height: .78rem;
    margin-bottom: .1rem;
}
.channeCateNav .swiper-slide{
    font-size: .29rem;
}
.channeCateNav .swiper-slide a{
    color: #666;
}
.channeCateNav .swiper-slide a.active{
    color: #52ba3e;
    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,#33b938,#20bf26);
    font-size: .32rem;
    color: #fff;
    border-radius: .4rem;
}
.addmore:after{
    content: "";
    width: .43rem;
    height: .19rem;
    background:url(../images/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: #f1f9ef;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
}
.rank_tabs span{
    font-size: .3rem;
    color: #666;
    width: 25%;
    text-align: center;
}
.rank_tabs span.active{
    font-size: .33rem;
    color: #52ba3e;
}
.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(../images/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,#33b938,#20bf26);
      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(../images/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(../images/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(../images/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: #52ba3e;
    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(../images/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;
    }
}
/* 相关软件 */
.soft_infor{
    overflow: hidden;
    padding:.4rem 0 .26rem; 
    color: #5c5c5c;
}
.soft_infor dt{
    float: left;
    width: 1.27rem;   
    margin-right: .28rem;
}
.soft_infor .name{
    font-size: .26rem;
    line-height: .4rem;
}
.soft_infor .name span{
    color: #2c2c2c;
    font-size: .4rem;
    margin-right: .1rem;
}
.soft_infor .star{
    font-size: .24rem;
    margin: .09rem 0;
}
.soft_infor .star i{
    float: left;
    width: .31rem;
    height: .29rem;
    background:url(../images/star.png) no-repeat;
    background-size: .31rem;
}
.soft_infor .star span{
    margin-left: .15rem;
}
.soft_infor .mark span{
    background: url(../images/sotficon.png) no-repeat;;
    background-size: .23rem auto;
    padding-left: .32rem;
    float: left;
    color: #666;
    height: .28rem;
    line-height: .28rem;
    font-size: .24rem;
    margin-right: .2rem;
}
.soft_infor .mark span:nth-child(2){
    background-position: 0 -.28rem;
}
.soft_infor .mark span:nth-child(3){
    background-position: 0 -.57rem;
}
.downbtn .changetab{
    color: #00c853;
    font-size: .28rem;
    padding-bottom: .2rem;
}
.downbtn .changetab span{
    margin-right: .18rem;
}
.downbtn .changetab span:before{
 content: "";
 /*width: .42rem;
 height: .42rem;*/
 border: 1px solid #bfbfbf;
 display: inline-block;
 vertical-align: middle;
 margin-right: .1rem;
 border-radius: .04rem;
 width: .3rem;
 height: .3rem;
}
.downbtn .changetab span.checked:before{
 border: 1px solid #33b938;
 background:#33b938 url(../images/checkbtn.png) no-repeat;
 background-size: contain;
}
.downbtn .changetab{
    color: #5c5c5c;
}
input[type="checkbox"]{width: 0.2rem;height: 0.2rem; text-align: center;line-height: 0.2rem;position: relative;margin-right: 0.1rem;}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 0.01rem solid #5c5c5c;margin-top: -0.03rem;}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 0.01rem solid #5c5c5c;color:#5c5c5c;margin-top: -0.03rem;}
.downbtn .dn_btn{
  display: -webkit-flex;  
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  margin-bottom: .35rem;
}
.downbtn .dn_btn a{
   height: .88rem;
   background: #33b938;
   line-height: .88rem;
   font-size: .35rem;
   color: #fff;
   text-align: center;
   border-radius: .05rem;
   width: 100%;
}
.downbtn .dn_btn a span{
    font-size: .24rem;
}
/*.downbtn .dn_btn .phone{
    width: 100%;
}
.downbtn .dn_btn .Android{
    width: 48%;
    display: none;
}
.downbtn .dn_btn .Android_topspeed{
    margin-right: 4%;
}*/
 /* 手机助手单选框样式 */
 .checkWrap {
    overflow: hidden;
}

.checkWrap .changetab {
    float: left;
}

input[type="radio"] {
    width: 0.2rem;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    position: relative;
    margin-right: 0.1rem;
}

input[type="radio"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0.01rem solid #5c5c5c;
    color: #5c5c5c;
    margin-top: -0.03rem;
}

input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 0.01rem solid #5c5c5c;
    margin-top: -0.03rem;
}
.changetab.check360{
    margin-left: 0.3rem;
}