/*软件分类*/
.rankBg {
  background-color: #fff;
}
.rankNav_con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.rankNav_con ul.rankNav_list {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.rankNav_con ul.rankNav_list li {
  width: 100%;
  height: 44px;
  line-height: 36px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #e8e8e8;
  position: relative;
}
.rankNav_con ul.rankNav_list li a {
  display: block;
  font-size: 14px;
  line-height: 50px;
}
.rankNav_con ul.rankNav_list li a img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  margin-top: 7px;
  float: left
}
.rankNav_con ul.rankNav_list li a span {
  line-height: 50px;
  display: inline-block;
  font-size: 15px;
}
.rankNav_con ul.rankNav_list li a span.arrow-left {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 0
}
.rankNav_con ul.rankNav_list li a span.arrow-left img {
  width: 100%;
  height: 20px;
  margin-top: 0px;
}
.rankList_SnavCon {
  width: 94%;
  margin: 0 auto;
}
.rankList_SnavBox {
  display: flex;
  clear: both;
  width: auto;
  overflow: scroll;
}
.rankList_SnavBox ul {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  margin-top: 16px;
  margin-bottom: 6px;
  padding-bottom: 10px;
}
.rankList_SnavBox ul li {
  float: left;
  line-height: 30px;
  height: 30px;
  max-width: 120px;
  padding: 0 16px;
  border-radius: 30px;
  background-color: #f8f8f8;
  margin: 0px 10px 0 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.rankList_SnavBox ul li.cur {
  background-color: #2589ef;
  color: #fff;
}
.rankList_SnavBox ul li.cur a {
  color: #fff;
}
.rankList_SnavBox ul li:hover {
  background-color: #2589ef;
  color: #fff;
}
/*软件rank_nav.html样式修改*/
.rankNav_con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.rankNav_con ul.rankNav_list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.rankNav_con ul.heigtAuto {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}
.rankNav_con ul.rankNav_list li {
  width: 100%;
  height: 83px;
  line-height: 36px;
  margin-top: 6px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e8e8;
}
.rankNav_con ul.rankNav_list li a.soft_rank_tit {
  width: 82px;
  background: #fbfbfb;
  height: 96px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
}
.rankNav_con ul.rankNav_list li a.soft_rank_tit img {
  width: 46px;
  height: 46px;
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 12px;
  float: none;
}
.rankNav_con ul.rankNav_list li a.soft_rank_tit span {
  line-height: 20px;
  display: block;
  font-size: 15px;
  text-align: center
}
.rankNav_con ul.rankNav_list li .innerApplist {
  border-left: 1px solid #e8e8e8;
  display: flex;
  overflow: scroll;
}
.rankNav_con ul.rankNav_list li .innerApplist li {
  /*    width: 80px;*/
  width: 21.3%;
  height: 93px;
  border-bottom: none;
  margin-left: 16px;
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.rankNav_con ul.rankNav_list li .innerApplist li a {
  width: 62px;display: block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.rankNav_con ul.rankNav_list li .innerApplist li a img {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  margin:10px 0 0 5px;
  text-align: center;
  vertical-align: middle;
  float: none;
}
.rankNav_con ul.rankNav_list li .innerApplist li a span {
  line-height: 20px;
  display: block;
  font-size: 13px;
  height: 20px;
  text-align: center;
  margin-top: 6px;
}
.rankNav_con ul.rankNav_list li .innerApplist li a span.ellipsis {
    text-overflow:inherit;
    white-space:normal;
}
.moreRankSoft {
  text-align: center;
  margin-top: 20px;
}
/*排行榜*/
.rankList li a {
  position: relative;
}
.rankList li em {
  width: 20px;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
  height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  background: url(../../img/top4.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
}
.rankList li:nth-child(1) em {
  background: url(../../img/top1.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
}
.rankList li:nth-child(2) em {
  background: url(../../img/top2.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
}
.rankList li:nth-child(3) em {
  background: url(../../img/top3.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
}
.topdesc_nav {
  width: 94%;
  margin: 0 auto;
  position: relative;
  height: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  /*background: #fff;*/
}
.topdesc_nav ul {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.topdesc_nav ul li {
  float: left;
  width: 28%;
  margin: 0 2.5%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
  background: #e8e8e8;
  border-radius: 30px;
}
.topdesc_nav ul li.cur {
  color: #fff;
  background-color: #2589ef;
  border-radius: 30px;
}
.topdesc_nav ul li:hover {
  color: #fff;
  background-color: #2589ef;
  border-radius: 30px;
}
.topdesc_nav ul li:hover a {
  color: #fff
}
.topdesc_nav ul li a {
  display: block;
}
.topdesc_nav ul li.cur a {
  color: #fff;
  display: block;
}
/*手机必备分类*/
.phone_list_con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}
.phone_nd_item {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}
.phone_nd_item .phone_nd_list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-top: 1px dashed #e2e2e2;
}
.phone_nd_item .phone_nd_tit {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}
.phone_nd_tit img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 6px;
}
.phone_nd_tit span {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.phone_nd_tit a {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.phone_nd_list li {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
}
.phone_nd_list li.line_r {
  border-right: 1px solid #e2e2e2;
  margin-left: -1px;
}
.phone_nd_list li:nth-child(2n) {
  border-right: none;
}
.phone_nd_list li .app_img {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 10px;
  float: left;
}
.phone_nd_list li .app_img img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.phone_nd_list li p {
  -webkit-box-flex: 1;
  display: block;
  color: #777;
  font-size: 12px;
  overflow: hidden;
  line-height: 16px;
  margin-left: 2px;
}
.phone_nd_list li p a.phone_app_name {
  display: block;
  display: block;
  height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone_nd_list li p span {
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone_app_info u {
  text-decoration: none;
  margin-top: 6px;
}
.phone_app_info u.size {
  margin-right: 4px;
}
.phone_app_info u.edition {
  margin-left: 0px;
}
.phone_nd_list li p a.phone_install {
  width: 58px;
  height: 22px;
  display: block;
  line-height: 22px;
  text-align: center;
  border: 1px solid #0099ff;
  background: #0099ff;
  color: #fff;
  border-radius: 26px;
  font-size: 14px;
}
.phone_nd_list .no_borderBt {
  border-bottom: none;
}
.gn-menu-main > li > a h1{
	float: left;
}
/*左侧menu*/
.title-word h1{
  font-size: 18px;
  font-weight: normal;
}
.menu-btn {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.menu-btn {
  background-image: url(../../img/menu.png);
	margin-top: 4px;
}
.search-btn {
	margin-top: 3px;
	float: right;
    background-image: url(../../img/search.png);
}
.back-btn, .search-btn, .home-btn, .space {
   margin-top: 3px;
}
.secHeader {
    height: 46px;
    padding: 8px 3%;
}
.secHeader ul li {
    line-height:30px;
}
.title-word {
  -ms-flex: 1;
  flex: 1;
	margin:0 auto;
  text-align: center;
  font-size: 18px;
  padding: 0 8px;
}
.detail_tit {
  max-width: 84%;
}
.downLoad_btn {
  width: 16%;
  display: none;
  background-color: #0598fa;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.secHeader ul li.downLoad_btn a {
	display: block;
	color: #fff;
}
.ovfHiden{overflow: hidden;height: 100%;}
.leftMenu a {
  text-decoration: none;
  display: block;
}
.menu_title {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-indent: -41px;
  height: 46px;
  background-color: #fff;
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
}
.menu_title img {
  width: 27px;
  height: 27px;
  float: left;
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 8px;
}
.leftMenu{
  background: #fff;
  left: -1000px;
  position: fixed;
  top: 0px;
  display: block;
  height: 100%;
  width: 60%;
  min-width: 140px;
  max-width: 440px;
  z-index: 90002;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  overflow: auto;
}
.leftMenu.menu-open{
  left: 0;
}
.leftMenu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.leftMenu ul li {
  position: relative;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #eeeeee;
  /*    padding: 10px 0 10px 20px;*/
  overflow: hidden;
}
.leftMenu ul li a{
  font-size: 16px;
  display: block;
  padding-left: 60px;
  text-align: left;
}
.leftMenu li:nth-child(1) a{
  background: url(../../img/xq-ico.png) 26px 14px no-repeat;
  background-size: 22px auto
}
.leftMenu li:nth-child(2) a{
  background: url(../../img/xq-ico.png) 26px -26px no-repeat;
  background-size: 20px auto
}
.leftMenu li:nth-child(3) a{
  background: url(../../img/xq-ico.png) 26px -73px no-repeat;
  background-size: 22px auto
}
.leftMenu li:nth-child(4) a{
  background: url(../../img/xq-ico.png) 26px -126px no-repeat;
  background-size: 24px auto
}
.leftMenu li:nth-child(5) a{
  background: url(../../img/xq-ico.png) 26px -140px no-repeat;
  background-size: 20px auto
}
.menu-dark-backdrop {
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.menu-dark-backdrop.in {
  height: 100%;
  z-index: 90001;
  background: rgba(0, 0, 0, 0.5);
}