﻿@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body, html {
  font:14px "Helvetica Neue",HelveticaNeue,Helvetica-Neue,Helvetica,'\5fae\8f6f\96c5\9ed1';
  background: #f8f8f8;
  color: #333;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: 0
}
ol, ul {
  list-style: none
}
em, i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
/*滚动条整体样式*/
*::-webkit-scrollbar {
  display: none;
  width: 0px; /*竖向滚动条的宽度*/
  height: 0px; /*横向滚动条的高度*/
  background: #fff;
}
*::-webkit-scrollbar-thumb { /*滚动条里面的小方块*/
  background: #fff;
  display: none;
  border-radius: 0px;
}
*::-webkit-scrollbar-track { /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 0px;
  display: none;
}
/*html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}*/
.fl {
  float: left;
}
.fr {
  float: right;
}
header {
  position: relative;
  height: 46px;
  padding: 0px 6px 0 114px;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 4px #c6c6c6;
}
header > a {
  position: absolute;
  top: 8px;
  left: 0;
  width: 94px;
  height: 30px;
  margin-left: 10px;
  line-height: 37px;
  color: #666;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}
header > a img {
  width: 100%;
}
.SearchTextbox {
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-align: center;
  border-radius: 6px;
  position: relative;
  top: 6px;
  display: flex;
  background: #f8f8f8;
}
.SBInp {
  position: relative;
  border-radius: 6px 0 0 6px;
  background: #f8f8f8;
  width: 100%;
  height: 32px;
  border: 1px solid #eee;
  border-right: none;
}
/*
.SBInp:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 18px;
  border-right: 1px solid #d9d9d9;
}
*/
.SBBtn {
  -webkit-box-sizing: border-box;
  position: relative;
  float: left;
  background: #f8f8f8;
}
.SBBtn:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 29px;
  width: 5px;
  height: 27px;
  z-index: 3;
}
.SBInp input {
  width: 100%;
  height: 32px;
  text-indent: 10px;
  font-size: 12px;
  border: none;
  border-radius: 6px 0 0 6px;
  color: #666;
  vertical-align: middle;
  outline: none;
}
.SBBtn button {
  position: relative;  
  border: 1px #eee solid;
/*	border-left: none;*/
  border-radius: 0 6px 6px 0;
  width: 40px;
  height: 34px;
  padding: 1px 0;
  background: #fafafa  url(../images/all_css_img.png) 6px -479px no-repeat;
  background-size: 28px auto;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
/* 导航 */
nav {
  line-height: 42px;
  background: #fff;
  position: relative;
  margin-bottom: 2px;
}
nav .hide {
  display: none;
}
nav span {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(../images/all_css_img.png) 0 -115px no-repeat;
  background-size: 20px auto;
  vertical-align: middle;
  cursor: pointer
}
nav li.sq {
  position: absolute;
  right: 0;
  bottom: 0;
}
nav li.sq span {
  background-position: 0 -125px;
}
nav ul#listUl li.cur a {
  color: #2589ef;
}
nav ul#listUl {
  zoom: 1;
  clear: both;
  overflow: hidden;
}
nav ul#listUl li {
  width: 20%;
  padding: 0;
  float: left;
  color: #333;
  text-align: center;
}
nav ul#listUl li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  color: #000;
}
nav ul#listUl li.liW {
  width: 41.6%;
}
/*轮播图*/
.banner {
  width: 94%;
  margin: 0 auto;
  height: 160px;
  overflow: hidden;
  margin-bottom: 12px;
  margin-top: 10px;
  border-radius: 10px;
}
.banner img {
  width: 100%;
  height: 160px;
}
.banner li {
  width: 100%;
  height: 160px;
  overflow: hidden;
  float: left
}
.PicCarousel .PicWrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.PicCarousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin: 0;
  height: 160px;
}
.PicCarousel .PicWrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.PicCarousel .PicWrapperOuter {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
.PicCarousel .PicWrapperOuter.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.PicCarousel .PcItem {
  float: left;
}
.PicControls .PicPage, .PicControls .PicBtn div {
  cursor: pointer;
}
.PicControls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.PicCarousel .PicWrapper, .PicCarousel .PcItem {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.PicTheme .PicControls {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  height: 30px
}
.PicTheme .PicControls .PicBtn div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
}
.PicTheme .PicControls.clickable .PicBtn div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.PicTheme .PicControls .PicPage {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.PicTheme .PicControls .PicPage span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 11px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  background: #fff;
}
.PicTheme .PicControls .PicPage.active span, .PicTheme .PicControls.clickable .PicPage:hover span {
  background: #f90;
}
.PicTheme .PicControls .PicPage span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/*轮播图结束*/
/*内容*/
.mp_list_con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 16px;
  background: #fff;
  margin-bottom: 6px;
}
.nor_padbot {
  padding-bottom: 0px;
}
/* 标题 */
.mptheme {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 3%;
  margin-top: 8px;
  margin-bottom: 10px;
  border-bottom: 1px #e8e8e8 solid;
}
.mptheme p {
  width: 100%;
  height: 25px; /*border-bottom:2px solid #ddd;*/
}
.mptheme span {
  display: block;
  height: 25px;
  color: #333; /*border-bottom:2px solid #2589ef;*/ float: left; /*font-weight:bold;*/ font-size: 16px;
}
.mptheme i {
  width: 10px;
  height: 28px;
  background: #fff;
  float: left;
}
.mptheme a {
  float: right;
  font-size: 14px;
  color: #464749;
}
/* 热门手游，火爆软件，今日发现手游，今日发现软件，VR游戏，TV应用 */
.mpcontent {
  width: 94%;
  margin: 0 auto;
  overflow: scroll;
}
.app-list {
  display: -ms-flexbox;
  display: flex;
}
.app-img {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 4px;
  }
  .app-img a {
    width: 100%;
    height: 60px;
    display: inline-block;
  }
  .app-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .app-name {
    margin-top: 8px;
    font-size: 14px;
    transform: scale(.92);
    width: 80px;
    margin: 0 auto;
    opacity: .9;
    display: block;
    -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical
  }
  .app-instNum {
    font-size: 12px;
    transform: scale(.83);
    max-width: 80px;
    opacity: .6;
    margin: 0 auto;
  }
  .app-infor {
    width: 80px;
    float: left;
    margin: 0px 7px 0 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  }
@media screen and (max-width:320px) {
  .app-infor {
    width: 70px;
    float: left;
    margin: 0 0% 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center
  }
  .app-img {
    width: 80%;
    height: 54px;
    position: relative;
    margin-bottom: 4px;
    margin: 0 auto;
  }
  .app-img a {
    width: 100%;
    height: 54px;
    display: inline-block;
  }
  .app-img img {
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }
  .app-name {
    margin-top: 8px;
    font-size: 14px;
    transform: scale(.92);
    width: 67px;
    margin: 0 auto;
    opacity: .9;
    display: block;
    -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical
  }
  .app-instNum {
    font-size: 12px;
    transform: scale(.83);
    max-width: 67px;
    opacity: .6;
    margin: 0 auto;
  }
}
@media screen and (min-width:321px) and (max-width:359px) {
  .app-infor {
    width: 74px;
    float: left;
    margin: 0 0.6% 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center
  }
  .app-img {
    width: 96%;
    height: 58px;
    position: relative;
    margin-bottom: 4px;
    margin: 0 auto;
  }
  .app-img a {
    width: 100%;
    height: 58px;
    display: inline-block;
  }
  .app-img img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
  }
  .app-name {
    margin-top: 8px;
    font-size: 14px;
    transform: scale(.92);
    width: 70px;
    margin: 0 auto;
    opacity: .9;
    display: block;
    -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical
  }
  .app-instNum {
    font-size: 12px;
    transform: scale(.83);
    max-width: 70px;
    opacity: .6;
    margin: 0 auto;
  }
}
@media screen and (min-width:360px) and (max-width:375px) {
  .app-infor {
    width: 76px;
    float: left;
    margin: 0 0.6% 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center
  }
  .app-img {
    width: 96%;
    height: 60px;
    position: relative;
    margin-bottom: 4px;
    margin: 0 auto;
  }
  .app-img a {
    width: 100%;
    height: 60px;
    display: inline-block;
  }
  .app-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .app-name {
    margin-top: 8px;
    font-size: 14px;
    transform: scale(.92);
    width: 73px;
	  text-align: center;
    margin: 0 auto;
    opacity: .9;
    display: block;
    -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical
  }
  .app-instNum {
    font-size: 12px;
    transform: scale(.83);
    max-width: 73px;
    opacity: .6;
    margin: 0 auto;
  }
}
@media screen and (min-width:376px) and (max-width:414px) {
  .app-img {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 4px;
  }
  .app-img a {
    width: 100%;
    height: 60px;
    display: inline-block;
  }
  .app-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .app-name {
    margin-top: 8px;
    font-size: 14px;
    transform: scale(.92);
    width: 80px;
    margin: 0 auto;
    opacity: .9;
    display: block;
    -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical
  }
  .app-instNum {
    font-size: 12px;
    transform: scale(.83);
    max-width: 80px;
    opacity: .6;
    margin: 0 auto;
  }
  .app-infor {
    width: 80px;
    float: left;
    margin: 0px 7px 0 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  }
}
@media screen and (min-width:416px) {
  .app-img {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 4px;
  }
  .app-img a {
    width: 100%;
    height: 60px;
    display: inline-block;
  }
  .app-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .app-name {
    margin-top: 8px;
    font-size: 14px;
    transform: scale(.92);
    width: 80px;
    margin: 0 auto;
    opacity: .9;
    display: block;
    -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical
  }
  .app-instNum {
    font-size: 12px;
    transform: scale(.83);
    max-width: 80px;
    opacity: .6;
    margin: 0 auto;
  }
  .app-infor {
    width: 80px;
    float: left;
    margin: 0px 7px 0 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  }
}
.margin_right {
  float: left;
  width: 16px;
  height: 16px
}
.press-grey {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 60px;
  border-radius: 12px
}
.press-grey:active {
  background: rgba(0, 0, 0, .1)
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*必玩*/
.bw_img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
/*本周新品*/
.box_img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.img-left, .img-right {
  width: 44%;
  height: 76px;
  padding: 0 3%;
  border-radius: 8px;
  overflow: hidden;
  float: left
}
.img-left a, .img-right a {
  display: inline-block;
  height: 76px;
  border-radius: 8px;
}
.img-left img, .img-right img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
/*更多应用 原App列表样式*/
.appmorebox {
  height: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.appmorebox ul.appList {
  width: 94%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.appmorebox ul.appList li {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
.appmorebox ul.appList li .img {
  margin-right: 10px;
  display: block;
  width: 62px;
  float: left;
  height: 62px;
  position: relative;
}
.appmorebox ul.appList li img {
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  min-width: 100%;
  top: 0;
  left: 50%;
  height: 62px;
  transform: translateX(-50%)
}
.appmorebox ul.appList li p {
  -webkit-box-flex: 1;
  color: #777;
  overflow: hidden;
  padding-right: 80px;
  height: 65px;
}
.appmorebox ul.appList li p a {
  display: block;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
.appmorebox ul.appList li p span {
  display: block;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 12px "\5FAE\8F6F\96C5\9ED1";
}
.appmorebox ul.appList li p u {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #d9d9d9;
  text-decoration: none;
}
.appmorebox ul.appList li p .vis {
  padding-left: 18px;
  background: url(../images/snav.png) -6px -256px no-repeat;
  background-size: 26px auto
}
.appmorebox ul.appList li p .time {
  padding-left: 18px;
  border-right: none;
  background: url(../images/snav.png) -6px -292px no-repeat;
  background-size: 26px auto;
  color: #2589ef;
}
.appmorebox ul.appList li p .people {
  border-right: none;
}
.appmorebox ul.appList li p .size {
  border-right: none;
  font-size: 14px;
  margin-left: 4px;
}
.appmorebox ul.appList li p .type {
  border-right: none;
  font-size: 14px;
  margin-left: 6px;
}
.appmorebox ul.appList li p .star {
  display: block;
  height: 16px;
  margin: 4px;
  line-height: 16px;
  margin-left: 0;
}
.appmorebox ul.appList li p .star span {
  width: 75px;
  height: 14px;
  background: url(../images/litterStar.png) no-repeat;
  display: inline-block;
}
.appmorebox ul.appList li p .star span.star0 {
  background-position: 0 0;
}
.appmorebox ul.appList li p .star span.star1 {
  background-position: 0 -26px;
}
.appmorebox ul.appList li p .star span.star2 {
  background-position: 0 -52px;
}
.appmorebox ul.appList li p .star span.star3 {
  background-position: 0 -78px;
}
.appmorebox ul.appList li p .star span.star4 {
  background-position: 0 -104px;
}
.appmorebox ul.appList li p .star span.star5 {
  background-position: 0 -130px;
}
.appmorebox ul.appList li p .star span.lstar0 {
  background-position: 0 0;
}
.appmorebox ul.appList li p .star span.lstar1 {
  background-position: 0 -26px;
}
.appmorebox ul.appList li p .star span.lstar2 {
  background-position: 0 -52px;
}
.appmorebox ul.appList li p .star span.lstar3 {
  background-position: 0 -78px;
}
.appmorebox ul.appList li p .star span.lstar4 {
  background-position: 0 -104px;
}
.appmorebox ul.appList li p .star span.lstar5 {
  background-position: 0 -130px;
}
.appmorebox ul.appList li .btn {
  width: 70px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  float: right;
  background-color: #0099ff;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 24px;
}
.appmorebox ul.appList li .order_btn {
  width: 70px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  float: right;
  background-color: #d33d3e;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 24px;
}
.appmorebox ul.appList li .btnAndSize .btn {
  width: 70px;
  font-size: 14px;
  margin-top: 10px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  float: right;
  background-color: #0099ff;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: static
}
.appmorebox ul.appList li .btn em {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  background: url(../images/snav.png) 9px -175px no-repeat;
  background-size: 26px auto;
}
.appmorebox ul.appList li .btnAndSize {
  width: 70px;
  padding-right: 0px;
  height: 65px;
  display: inline-block;
  float: right;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 12px;
}
.appmorebox ul.appList li .btnAndSize .size {
  width: 70px;
  border-right: none;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0px;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0;
  padding-right: 0;
  color: #999
}
.appmorebox ul.appList li .btnAndSize .size + .btn {
  margin-top: 0px;
}
.album_con > p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.article_box > p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.gamesItemCon > p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.moreApp {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
/*详情页头部*/
.secHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 46px;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 3%;
  box-shadow: 0 0 4px #c6c6c6;
}
.secHeader ul {
  display: -ms-flexbox;
  display: flex
}
.secHeader ul li {
  line-height: 24px;
}
.secHeader ul li a {
  font-size: 14px;
  color: #0099ff
}
.title-word {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 18px;
  padding: 0 8px
}
.back-btn, .search-btn, .home-btn, .space {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.back-btn {
  background-image: url(../images/back.png);
}
.search-btn {
  background-image: url(../images/search.png);
}
.home-btn {
  margin-left: 10px;
  background-image: url(../images/home.png);
}
.mp_detail_con {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
/* 必玩手游 */
.bannerInner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 6px;
}
.bannerInner .bannerImg {
  border-radius: 6px;
  width: 94%;
  overflow: hidden;
  margin: 0 auto;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}
.bannerImg img {
  width: 100%;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}
.moreDiscuss {
  width: 100%;
  text-align: center;
}
.gameBanner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 12px;
}
.gameBanner .gameBannerImg {
  border-radius: 0px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}
.gameBannerImg img {
  width: 100%;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}
/* 必玩手游 */
/*搜索页面*/
.padBotNo {
  padding-bottom: 0px;
}
.padBotNo ul {
  padding-bottom: 0px;
}
.padTopNo {
  padding-top: 0px;
  border-bottom: none;
}
.padTopNo ul {
  padding-top: 0px;
  border-bottom: none;
}
.moreTips li a {
  display: block;
}
/*城市地区APP*/
.areaTopBox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  box-sizing: border-box;
}
.areaInfo {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.areaInfo .areaPic {
  width: 100px;
  float: left;
  height: 60px;
  border-radius: 6px;
}
.areaPic img {
  width: 100%;
  max-height: 60px;
  border-radius: 6px;
}
.areaInfo .areaName {
  padding: 0 0px 0 106px;
  font-size: 15px;
  line-height: 30px;
}
.areaInfo .areaName span {
  display: inline
}
.areaInfo .changeAera {
  font-size: 14px;
  color: #0099ff;
  position: absolute;
  top: 10px;
  right: 0px;
}
.changeAera a {
  font-size: 14px;
  color: #0099ff
}
.changeAera a img {
  width: 15px;
  margin-left: 4px;
}
/*城市地区APP*/
/*特色专辑*/
.appmorebox ul.speAlbumList {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  padding: 0
}
ul.speAlbumList li {
  width: 48.5%;
  position: relative;
  float: left;
  margin-right: 3%;
  height: 120px;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
  border-radius: 4px;
  margin-bottom: 10px;
}
ul.speAlbumList li:nth-child(2n) {
  margin-right: 0;
}
ul.speAlbumList li a {
  display: block
}
ul.speAlbumList li img {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
ul.speAlbumList li .speName {
  width: 100%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 61, 61, 0.8);
  text-indent: 24px;
}
.moreData {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #fff;
  width: 94%;
  margin: 0 auto;
  border-radius: 6px;
}
.xbox_moreData {
  border-top: 1px solid #e8e8e8;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
/* footer */
footer {
  width: 100%;
  /*  border-top: 1px solid #d9d9d9;*/
  /*  margin-top: 10px;*/
  background: #fff;
  text-align: center;
  position: relative;
  height: 42px;	
  line-height: 42px;
}
footer p {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #ccc;
}
footer p a {
  padding: 0 10px;
}
#Cbacktop {
  position: absolute;
  float: left;
  width: 42px;
  height: 42px;
  background: url(../images/all_css_img.png) 0 -806px no-repeat;
  right: 10px;
  bottom: 100px;
  z-index: 666;
  position: fixed;
  display: none;
}
/*首页banner下面增加导航*/
.inerNav {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.inerNav ul.inerNav-list {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 16px;
  margin-bottom: 6px;
}
.inerNav ul.inerNav-list li {
  width: 21%;
  padding: 16px 2% 0 2%;
  overflow: hidden;
  zoom: 1;
  position: relative;
  float: left;
}
.inerNav ul.inerNav-list li a {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.inerNav ul.inerNav-list li a img {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.inerNav ul.inerNav-list li a span {
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-top: 2px;
}
.recom_tab {
  width: 100%;
  margin: 0 auto;
  height: 42px;
  border-radius: 6px;
  margin-top: 10px;
  padding: 0 12px;
  box-sizing: border-box;
	margin-bottom: 6px;
}
.top_sec_nav {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #2589ef;
  box-sizing: border-box;
  overflow: hidden;
}
.top_sec_nav li {
  float: left;
  width: 50%;
  height: 39px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
.top_sec_nav li a {
  display: block;
}
.top_sec_nav li.cur {
  background: #2589ef;
  color: #fff;
}
.top_sec_nav li.cur a {
  display: block;
  color: #fff;
}
/*网站地图*/
.webmap_box {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  padding: 16px 0 30px 0;
}
.webmap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 12px;
}
.webmap .webmap_tit {
  width: 100%;
  margin: 0 auto;
  height: 30px;
  letter-spacing: 12px;
  border-radius: 4px;
  line-height: 30px;
  border: solid 1px #2589ef;
  background: #2589ef;
  padding: 0 12px;
  color: #fff;
  box-sizing: border-box;
}
.webmap .webmap_tit a {
  display: block;
  color: #fff;
}
ul.mapNav {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 12px;
}
ul.mapNav li {
  margin: 0 1%;
  width: 23%;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  border-radius: 4px;
  border: solid 1px #ddd;
  background: #f6f6f6;
  padding: 8px 12px;
  color: #666;
  box-sizing: border-box;
}
ul.mapNav li.cur {
  border: solid 1px #0099ff;
  background: #0099ff;
  color: #fff;
}
ul.mapNav li a {
  display: block;
  font-size: 12px;
}
ul.mapNav li.cur a {
  color: #fff;
}
.appmorebox ul.appList li p span.andrIosIcon {
  display: inline;
  margin-left: 16px;
  line-height: 22px;
  height: 22px;
}
.android_img {
  padding: 0 6px 0 16px;
  background: url(../images/cssimg.png) no-repeat;
  background-position: -340px -21px;
  position: relative;
}
.ios_img {
  padding: 0 6px 0 16px;
  background: url(../images/cssimg.png) no-repeat;
  background-position: -338px -44px;
  position: relative;
}
/*内页水平滑动导航*/
.container {
  width: 100%;
  background: #fff;
  padding: 0 3%;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.nav {
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.list {
  min-width: 460%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.list li {
  padding: 0 10px;
  box-sizing: content-box;
  color: #333;
  position: relative;
  /*min-width: 50px;*/
  float: left;
  height: 28px;
  background: #f8f8f8;
  border: 2px solid #f8f8f8;
  border-radius: 28px;
  margin-right: 12px;
}
.list li a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  color: #333;
}
.list li.cur {
  border: 2px solid #2589ef;
  background: #2589ef;
  color: #fff;
}
.list > li.cur a {
  color: #fff;
}
.container ::-webkit-scrollbar {
  display: none;
}
#pullDown, #pullUp {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #888;
  text-align: center
}
.back_over {
  background: #fff;
  overflow: hidden;
}
#wrapper {
  touch-action: pan-y;
}
.detail_app_con #pullUp {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0;
}
/*友情链接*/
.linkBox {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
ul.linkList {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
ul.linkList li {
  margin: 0 1%;
  /*  width: 23%;*/
  text-align: center;
  margin-bottom: 10px;
  float: left;
  border-radius: 4px;
  border: solid 1px #ddd;
  background: #f6f6f6;
  padding: 6px 12px;
  color: #666;
  box-sizing: border-box;
}
ul.linkList li a {
  display: block;
  font-size: 12px;
}
/*热门标签*/
.index_hotLabel {
  width: 94%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.comm_hotLabel {
  width: 94%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.mpcontent ul.hotLabel_list {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
  max-height: 110px;
}
.comm_hotLabel ul.hotLabel_list {
  max-height: auto;
  display: -webkit-box;
}
.mpcontent ul.hotLabel_list li {
  float: left;
  max-width: 140px;
  min-width: 70px;
  margin: 0 2px 10px 6px;
  line-height: 26px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #999;
}
.mpcontent ul.hotLabel_list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  border-radius: 4px;
  color: #333;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width:466px) {
  .mpcontent ul.hotLabel_list li {
    max-width: 116px;
    min-width: 96px;
    margin: 0 0px 10px 10px;
  }
  .mpcontent ul.hotLabel_list li a {
    padding: 0 6px;
  }
}
@media screen and (max-width:360px) {
  .mpcontent ul.hotLabel_list li {
    max-width: 100px;
    min-width: 86px;
    margin: 0 0px 10px 6px;
  }
  .mpcontent ul.hotLabel_list li a {
    padding: 0 2px;
  }
}
.mpcontent ul.hotLabel_list li:first-child {
  color: #169BD5;
  border: 1px solid #169BD5;
}
.mpcontent ul.hotLabel_list li:first-child a {
  color: #169BD5;
}
.mpcontent ul.hotLabel_list li:nth-child(2n) {
  color: #CC6600;
  border: 1px solid #CC6600;
}
.mpcontent ul.hotLabel_list li:nth-child(2n) a {
  color: #CC6600;
}
.mpcontent ul.hotLabel_list li:nth-child(3n) {
  color: #009999;
  border: 1px solid #009999;
}
.mpcontent ul.hotLabel_list li:nth-child(3n) a {
  color: #009999;
}
.mpcontent ul.hotLabel_list li:nth-child(4n) {
  color: #FF0000;
  border: 1px solid #FF0000;
}
.mpcontent ul.hotLabel_list li:nth-child(4n) a {
  color: #FF0000;
}
.mpcontent ul.hotLabel_list li:nth-child(5n) {
  color: #660033;
  border: 1px solid #660033;
}
.mpcontent ul.hotLabel_list li:nth-child(5n) a {
  color: #660033;
}
.mpcontent ul.hotLabel_list li:nth-child(6n) {
  color: #CC00CC;
  border: 1px solid #CC00CC;
}
.mpcontent ul.hotLabel_list li:nth-child(6n) a {
  color: #CC00CC;
}
.mpcontent ul.hotLabel_list li:nth-child(7n) {
  color: #0000FF;
  border: 1px solid #0000FF;
}
.mpcontent ul.hotLabel_list li:nth-child(7n) a {
  color: #0000FF;
}
.mpcontent ul.hotLabel_list li:nth-child(8n) {
  color: #2c7316;
  border: 1px solid #2c7316;
}
.mpcontent ul.hotLabel_list li:nth-child(8n) a {
  color: #2c7316;
}
.padTop {
  padding-top: 16px;
}
li.ind_xyyglist {
  width: 43%;
  margin: 0 16px 0 0;
  float: left;
  flex-shrink: 0;
  padding-bottom: 4px;
}
.ind_xyygImg {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  float: left;
  margin-right: 8px;
}
.ind_xyygImg a {
  display: block;
}
.ind_xyygImg img {
  width: 60px;
  border-radius: 6px;
  height: 60px;
}
.ind_xyygName {
  overflow: hidden;
}
.ind_xyygName a, .ind_xyygName span, .ind_xyygName time {
  display: block
}
.ind_xyygName a {
  font-size: 15px;
  color: #666;
}
.ind_xyygName span {
  font-size: 13px;
  color: #999;
  margin: 3px 0
}
.ind_xyygName time {
  font-size: 12px;
  color: #ff0000;
}
@media screen and (min-width:700px) {
  li.ind_xyyglist {
    width: 25%;
    margin: 0 16px 0 0;
    float: left;
    flex-shrink: 0;
  }
}
@media screen and (min-width:600px) {
  li.ind_xyyglist {
    width: 30%;
    margin: 0 16px 0 0;
    float: left;
    flex-shrink: 0;
  }
}
@media screen and (min-width:490px) {
  li.ind_xyyglist {
    width: 36%;
    margin: 0 16px 0 0;
    float: left;
    flex-shrink: 0;
  }
}
@media screen and (max-width:416px) {
  li.ind_xyyglist {
    width: 43%;
    margin: 0 16px 0 0;
    float: left;
    flex-shrink: 0;
  }
}
@media screen and (max-width:375px) {
  li.ind_xyyglist {
    width: 46%;
    margin: 0 16px 0 0;
    float: left;
    flex-shrink: 0;
  }
}
.appmorebox > p {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.appmorebox > p span {
  font-weight: bold;
  margin: 0 3px;
}
.index_hotLabel > p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: #f8f8f8;
  border-radius: 2px
}
.index_hotLabel > p span {
  font-weight: bold;
  margin: 0 3px;
}
.tags_hotCon {
  max-height: 146px;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 10px;
}
.tags_hotCon .PicCarousel {
  height: auto;
}
.tags_hotCon .PicControls {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -4px;
  position: absolute;
  height: 30px;
}
.tags_hotCon .PicControls .PicPage span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 11px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  background: #999;
}
.index_hotLabel .tags_hotCon {
  max-height: 146px;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-bottom: none;
  margin-bottom: 0;
}
.index_hotLabel .tags_hotCon .PicControls {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -9px;
  position: absolute;
  height: 30px;
}
/*首页热门标签*/
.index_hotLabel {
  width: 96%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
#hotCar ul.hotTag_list {
  padding: 0;
}
#hotCar ul.hotTag_list li {
  display: -webkit-box;
}
#hotCar ul.hotTag_list li a {
  -webkit-box-flex: 1;
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  margin: 0 4px 10px 4px;
  border-radius: 4px;
  border: 1px solid #65bb0a;
  padding: 0;
  color: #65bb0a;
}
#hotCar ul.hotTag_list li:nth-child(1) a:nth-child(1) {
  border-color: #4d90ba;
  color: #4d90ba;
}
#hotCar ul.hotTag_list li:nth-child(1) a:nth-child(2) {
  border-color: #660033;
  color: #660033;
}
#hotCar ul.hotTag_list li:nth-child(1) a:nth-child(3) {
  border-color: #008800;
  color: #008800;
}
#hotCar ul.hotTag_list li:nth-child(2) a:nth-child(1) {
  border-color: #966de1;
  color: #966de1;
}
#hotCar ul.hotTag_list li:nth-child(2) a:nth-child(2) {
  border-color: #5bc3af;
  color: #5bc3af;
}
#hotCar ul.hotTag_list li:nth-child(2) a:nth-child(3) {
  border-color: #ff7573;
  color: #ff7573;
}
#hotCar li:nth-child(3) a:nth-child(1) {
  border-color: #FF0000;
  color: #FF0000;
}
#hotCar ul.hotTag_list li:nth-child(3) a:nth-child(2) {
  border-color: #009999;
  color: #009999;
}
#hotCar ul.hotTag_list li:nth-child(3) a:nth-child(3) {
  border-color: #CC6600;
  color: #CC6600;
}
/*搜索提示*/
.search_list {
  width: 100%;
  position: absolute;
  top: 36px;
  margin: 0 auto;
}
.srchResult {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
  background: #fff;
  margin-bottom: 6px;
  z-index: 99;
  border: 1px solid #f1f1f1;
  border-top: none;
  position: absolute;
  box-shadow: 0 4px 4px -4px #c6c6c6;
}
ul.moreTips {
  width: 94%;
  margin: 0 auto;
  height: auto;
  display: block;
  overflow: hidden;
  padding-bottom: 0;
}
ul.moreTips li {
  width: 100%;
  display: block;
  padding: 4px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
.padBotNo {
  padding-bottom: 0px;
}
.moreTips li a {
  display: block;
}
/*手游专区*/
/*
.mp_list_con .appmorebox ul.appList {
  margin-top: -10px;
}
*/
.mptheme .tabBox {
  float: right;
  overflow: hidden;
  margin-top: -20px;
}
.mptheme .tabBox li {
  float: left;
  margin-left:16px;
  padding: 0 2px;
  height: 21px;
  text-align: center;
  line-height: 16px;
  border-bottom: 3px solid #fff
}
.mptheme .tabBox li.on {
  border-color: #0099ff;
  color: #0099ff;
  font-weight: 700
}
/*专区列表*/
.mpcontent .ind_zthj_item {
  display: none;
}
.mpcontent .ind_zthj_item:first-child {
  display: block;
}
ul.ind_zt_ul {
  margin: 0 auto;
  overflow: hidden;
	margin-left: -3%;
  margin-top: 6px;
  padding: 0
}
ul.ind_zt_ul li {
  width: 47%;
  position: relative;
  float: left;
  margin-left: 3%;
  height: 120px;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
  border-radius: 0px;
  margin-bottom: 6px;
}
ul.ind_zt_ul li a {
  display: block
}
ul.ind_zt_ul li img {
  width: 100%;
  height: 90px;
  border-radius: 4px;
}
ul.ind_zt_ul li .speName {
  width: 100%;
  color: #333;
  height: 24px;
	display: block;
	text-align: center;
  line-height: 24px;
}
.ind_zthj_item .clickMore {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #ececec;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 6px;
}
.ind_zthj_item .clickMore a{
	display: block;	
}
ul.ind_hj_ul {
	overflow:hidden;
	margin-top: -6px;
}
ul.ind_hj_ul li {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-bottom: 1px dashed #e8e8e8;
}
ul.ind_hj_ul li:last-child {
    border-bottom: none;
}
ul.ind_hj_ul li img {
    width: 120px;
    display: block;
    margin-right: 10px;
    height: 72px;
    float: left;
    border-radius: 4px;
}

ul.ind_hj_ul li p {
    color: #777;
    overflow: hidden;
    height: 72px;
}

ul.ind_hj_ul li p span {
    display: block;
    line-height: 20px;
    overflow: hidden;
    font: 12px "\5FAE\8F6F\96C5\9ED1";
}

ul.ind_hj_ul li p .ind_hj_title {
    -webkit-box-flex: 1;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    margin-bottom:5px;
}

ul.ind_hj_ul li p .ind_hj_intro {
    height: 56px;
	color:#666;
  line-height: 24px;
	font-size: 13px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*最新礼包列表*/
ul.ind_lbList {
  width: 100%;
  margin: 0 auto;
  height: auto;
	margin-top:-10px;
  overflow: hidden;
  padding-bottom: 10px;
}
ul.ind_lbList li {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
ul.ind_lbList li .img {
  margin-right: 10px;
  display: block;
  width: 68px;
  float: left;
  height: 68px;
  position: relative;
}
ul.ind_lbList li img {
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  min-width: 100%;
  top: 0;
  left: 50%;
  height: 68px;
  transform: translateX(-50%)
}
ul.ind_lbList li p {
  -webkit-box-flex: 1;
  color: #777;
  overflow: hidden;
  padding-right: 80px;
  height: 68px;
}
ul.ind_lbList li p a {
  display: block;
  height: 22px;
  line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
ul.ind_lbList li p span {
  display: block;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 12px "\5FAE\8F6F\96C5\9ED1";
}
ul.ind_lbList li p .time em {
  color: #ff0000;
}
ul.ind_lbList li p u {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #d9d9d9;
  text-decoration: none;
}
ul.ind_lbList li .btnAndSize {
  width: 70px;
  padding-right: 0px;
  height: 65px;
  display: inline-block;
  float: right;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0px;


  top: 12px;
}
ul.ind_lbList li .btnAndSize .lbnum {
  width: 70px;
  border-right: none;
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 0px;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0;
  padding-right: 0;
  color: #999;
  height: 16px;
}
ul.ind_lbList li .btnAndSize .lbnum em {
  color: #e86505;
  font-weight: bold;
  margin: 0;
}
ul.ind_lbList li .btnAndSize .lb_btn {
  width: 66px;
  font-size: 14px;
  margin-top: 10px;
  height: 28px;
  display: inline-block;
  border-radius: 4px;
  float: right;
  background-color: #e86505;
  color: #fff;
  line-height: 28px;
  text-align: center;
  position: static;
}
ul.ind_lbList li .btnAndSize .gq_btn {
  background-color: #969696;
}
.leftMenu li:nth-child(6) a{
  background: url(../images/xq-ico.png) 26px -180px no-repeat;
  background-size: 20px auto
}
/*热门手游列表*/
ul.ind_hotapList {
/*  margin-left: -3%;*/
  overflow: hidden;
  max-height: 278px;
	margin-top: -8px;
}
.ind_hotapList li {
  width: 25%;
  float: left;
  margin-top: 14px;
}
.ind_hotapList li a {
  display: block;
  width: 66px;
  text-align: center;
  margin: 0 auto;
}
.app-name {
	margin-top: 4px;
	text-align: center;
	line-height: 18px;
	height: 18px;	
	white-space: normal;
  word-break: break-all;
}
/* 专题内容头 */
.ztheader {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.ztheader .ztlogo {
  display: block;
  background: url(../images/all_css_img.png) no-repeat center -1117px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  width: 40px;
  height: 40px;
  background-size: 40px auto;
  position: fixed;
  left: 8px;
  top: 5px;
}
.bannerImg {
  position: relative;
}
.bannerImg h2 {
  width: auto;
  max-width: 100%;
  height: 28px;
  line-height: 22px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #0099ff;
  opacity: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px;
}
#look {
  width: 72px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #0099ff;
  text-align: center;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: 13px;
  z-index: 20;
  margin: 0 0 0 0;
  border-radius: 4px;
}
.ztheader .hContent {
  width: 94%;
  margin: 0 auto;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 3%;
  bottom: 50px;
  color: #fff;
  font-size: 13px;
}
.ztheader .hContent p {
  width: 100%;
  height: 42px;
  line-height: 22px;
}
.ztheader .hContent p marquee {
  width: 100%;
  padding-right: 80px;
  box-sizing: border-box;
  height: 42px;
}
.ztheader .hKeyList {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.ztheader .hKeyList p {
  width: 100%;
  height: 45px;
}
.ztheader .hKeyList p a {
  float: left;
  margin: 8px 10px 8px 0;
  padding: 0px 15px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  border-radius: 14px;
}
.ztheader .hKeyList2 {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 10px;
}
.ztheader .hKeyList2 p {
  width: 100%;
}
.ztheader .hKeyList2 p a {
  float: left;
  margin: 0px 10px 8px 0;
  padding: 0px 15px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  border-radius: 14px;
}
.ztheader .hKeyList p a:nth-child(1), .ztheader .hKeyList2 p a:nth-child(1) {
  border-color: #690;
  color: #690;
}
.ztheader .hKeyList p a:nth-child(4), .ztheader .hKeyList2 p a:nth-child(4) {
  border-color: #390;
  color: #390;
}
.ztheader .hKeyList p a:nth-child(3), .ztheader .hKeyList2 p a:nth-child(3) {
  border-color: #06f;
  color: #06f;
}
.ztheader .hKeyList p a:nth-child(2), .ztheader .hKeyList2 p a:nth-child(2) {
  border-color: #f9679a;
  color: #f9679a;
}
.appmorebox ul.appList li p a {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
}
/*特色专辑列表*/
.appmorebox ul.speAlbumList {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  padding: 0
}
ul.speAlbumList li {
  width: 48.5%;
  position: relative;
  float: left;
  margin-right: 3%;
  height: 120px;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
  border-radius: 4px;
  margin-bottom: 10px;
}
ul.speAlbumList li:nth-child(2n) {
  margin-right: 0;
}
ul.speAlbumList li a {
  display: block
}
ul.speAlbumList li img {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
ul.speAlbumList li .speName {
  width: 100%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 61, 61, 0.8);
  text-indent: 24px;
}
/*专题列表中安卓、ios图标*/
.appmorebox ul.appList li p span.andrIosIcon {
  display: inline-block;
  margin-left: 8px;
}
.android_img {
  background-position: -337px -20px;
}
.ios_img {
  background-position: -338px -43px;
}
/*合集列表更多按钮*/
.album_con > p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
/*专题列表end*/
/*左侧menu*/
.title-word h1 {
  font-size: 18px;
  font-weight: normal;
}
.menu-btn {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.menu-btn {
  background-image: url(../images/menu.png);
  margin-top: 4px;
}
.search-btn {
  margin-top: 3px;
  float: right;
  background-image: url(../images/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;
  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(../images/xq-ico.png) 26px 14px no-repeat;
  background-size: 22px auto
}
.leftMenu li:nth-child(2) a {
  background: url(../images/xq-ico.png) 26px -26px no-repeat;
  background-size: 20px auto
}
.leftMenu li:nth-child(3) a {
  background: url(../images/xq-ico.png) 26px -73px no-repeat;
  background-size: 22px auto
}
.leftMenu li:nth-child(4) a {
  background: url(../images/xq-ico.png) 26px -126px no-repeat;
  background-size: 24px auto
}
.leftMenu li:nth-child(5) a {
  background: url(../images/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);
}
.mp_list_con .appmorebox ul.appList {
  margin-top: 0px;
}
/*弹出*/
.m_alert {
  width: 90%;
  height: auto;
  max-height: 70%;
  padding: 18px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  top: 10%;
  left: 5%;
  z-index: 99999;
}
.m_alert p {
  width: 100%;
  height: auto;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: block;
  overflow: hidden;
  text-indent: 18px;
}
.m_alert p strong {
  font-size: 12px;
  font-weight: bold;
}
#m_close {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  background: #333;
  color: #fff;
  padding: 2px 6px;
  display: block;
  overflow: hidden;
  position: fixed;
  right: 5%;
  top: 15%;
  z-index: 10;
  border-radius: 0 0 0 6px
}
#m_alertbg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  display: block;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
}
/*猜你喜欢*/
.CprojectBox {
  width: 94%;
  margin: 0 auto;
}
.CprojectBox ul.xhhjlist {
  margin: 0 auto;
  overflow: hidden;
  margin-left: -3%;
  padding: 0
}
.CprojectBox ul.xhhjlist li {
  width: 47%;
  position: relative;
  float: left;
  margin-left: 3%;
  height: 120px;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
  border-radius: 0px;
  margin-top: 6px;
}
.CprojectBox ul.xhhjlist li a {
  display: block
}
.CprojectBox ul.xhhjlist li img {
  width: 100%;
  height: 90px;
  border-radius: 4px;
}
.CprojectBox ul.xhhjlist li .speName {
  width: 100%;
  color: #333;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
}
/*合集列表更新时间*/
.updateBox {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  background: #EFEFEF;
}
.updateBox span {
  padding-left: 22px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #666;
  margin-top: 5px;
}
.updateBox span.uptime {
  float: left;
  background: url("../images/uptime.png") 0 2px no-repeat;
  background-size: 18px 18px;
}
.updateBox span.sfdt_num {
  margin-left: 6px;
  padding-left: 26px;
  float: left;
  background: url(../images/sfdtnum.png) 3px 0 no-repeat;
}
.updateBox span.hits_num {
  float: right;
  padding-left: 22px;
  background: url(../images/hits_num.png) no-repeat;
  background-size: 21px 21px;
}
span.hits_num em {
  padding-left: 2px;
  line-height: 20px;
  margin-top: 1px;
  display: inline-block;
}
/*下方评论*/
.mptheme a.lxqq {
  color: #0099ff;
  font-size: 12px;
  border: 1px solid #0099ff;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0 10px;
  background: #e3f4ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc3c ', endColorstr='#ffd760', GradientType=0);
}
.mptheme em {
  color: #666;
  font-size: 14px;
}
.discuss_scoreBox {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e8e8;
}
.discuss_scoreBox .discuss_score {
  width: 26%;
  float: left;
  margin-right: 4%;
  color: #999;
  font-size: 12px;
}
.discuss_score .star {
  display: inline-block;
  height: 16px;
  margin: 0px;
  line-height: 16px;
  margin-left: 6px;
}
.discuss_score .star span {
  width: 75px;
  height: 14px;
  background: url(../images/litterStar.png) no-repeat;
  display: inline-block;
  margin-left: 10%;
}
.discuss_score .star span.star0 {
  background-position: 0 0;
}
.discuss_score .star span.star1 {
  background-position: 0 -26px;
}
.discuss_score .star span.star2 {
  background-position: 0 -52px;
}
.discuss_score .star span.star3 {
  background-position: 0 -78px;
}
.discuss_score .star span.star4 {
  background-position: 0 -104px;
}
.discuss_score .star span.star5 {
  background-position: 0 -130px;
}
.discuss_scoreBox .discuss_score span {
  display: block;
  text-align: center;
  line-height: 18px;
}
.discuss_scoreBox .discuss_score span.score_rel {
  font-size: 36px;
  font-weight: bold;
  color: #666;
  line-height: 42px;
}
.discuss_scoreBox .discuss_score_rank {
  width: 70%;
  float: left;
  color: #999;
  font-size: 10px;
  text-align: right;
}
.discuss_score_rank p {
  width: 100%;
  display: block;
  overflow: hidden;
}
.discuss_score_rank .star {
  width: 52%;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  float: left;
}
.discuss_score_rank .progreBar {
  width: 44%;
  margin-left: 4%;
  margin-top: 4px;
  height: 4px;
  background-color: #dbdbdb;
  float: right;
  display: inline-block;
  position: relative;
}
.discuss_score_rank .progreBar .proger {
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #fba605
}
.discuss_score_rank .progreBar .proger100 {
  width: 100%;
}
.discuss_score_rank .progreBar .proger60 {
  width: 60%;
}
.discuss_score_rank .progreBar .proger25 {
  width: 25%;
}
.discuss_score_rank .progreBar .proger12 {
  width: 12%;
}
.discuss_score_rank .progreBar .proger3 {
  width: 3%;
}
.discuss_score_rank .star span {
  width: 68px;
  height: 12px;
  background: url(../images/litterStar2.png) no-repeat;
  display: inline-block;
  background-size: 100%;
}
.discuss_score_rank .star span.star5 {
  background-position: 0 0;
}
.discuss_score_rank .star span.star4 {
  background-position: 0 -25px;
}
.discuss_score_rank .star span.star3 {
  background-position: 0 -49px;
}
.discuss_score_rank .star span.star2 {
  background-position: 0 -74px;
}
.discuss_score_rank .star span.star1 {
  background-position: 0px -98px;
}
.discuss_score_rank .star span.star0 {
  background-position: 0 -130px;
}
.appmorebox ul.detailApp_list {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  padding-bottom: 16px;
}
.appmorebox ul.detailApp_list li:first-child {
  padding-top: 0;
}
.discuss_txtBox {
  width: 100%;
  overflow: hidden;
}
.clickStarBox {
  width: 100%;
  overflow: hidden;
  margin: 16px 0 6px 0;
}
.clickStarBox input {
  width: 99%;
  margin: 0 auto;
  text-indent: 46px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px #ccc solid;
  height: 36px;
  background: url(../images/discuss.png) no-repeat;
  background-position: 10px;
  background-size: 28px;
}
.discuss_txtBox ul.discuss_Infocont {
  width: 100%;
  float: left;
  border-top: 1px dashed #e8e8e8;
  padding-top: 10px;
  margin-top: 10px;
}
.discuss_txtBox ul.discuss_Infocont > li {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.discuss_txtBox ul.discuss_Infocont li .discuss-info {
  position: relative;
  -webkit-box-flex: 1;
  overflow: hidden;
  padding-bottom: 6px;
}
.discuss_txtBox .load-star {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 6px;
  float: right;
}
.discuss_txtBox .load-star span {
  width: 75px;
  height: 14px;
  background: url(../images/litterStar.png) no-repeat;
  display: inline-block;
}
.discuss_txtBox .load-star span.load-star0 {
  background-position: 0 0;
}
.discuss_txtBox .load-star span.load-star1 {
  background-position: 0 -26px;
}
.discuss_txtBox .load-star span.load-star2 {
  background-position: 0 -52px;
}
.discuss_txtBox .load-star span.load-star3 {
  background-position: 0 -78px;
}
.discuss_txtBox .load-star span.load-star4 {
  background-position: 0 -104px;
}
.discuss_txtBox .load-star span.load-star5 {
  background-position: 0 -130px;
}
.discuss_txtBox .load-star span.load-star0 {
  background-position: 0 0;
}
.discuss-info div {
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.discuss-info div:first-child {
  line-height: 28px;
  height: 28px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 6px;
  background: #f1f1f1;
  color: #666;
  margin-bottom: 6px;
}
.discuss-info .user-name {
  color: #666;
  display: block;
  font-weight: bold;
  float: left;
}
.discuss-info .load-time {
  color: #999;
  display: inline-block;
  float: right;
  font-size: 10px;
}
.discuss-info .phone-model {
  color: #999;
  font-size: 10px;
  display: block;
  float: left;
}
.discuss-info .discuss-conTxt {
  text-align: left;
  position: relative;
  margin-top: 4px;
}
.discuss-conTxt {
  font-size: 13px;
  word-break: break-all;
  color: rgba(0, 0, 0, .5);
}
.discuss-conTxt pre {
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  word-break: break-word;
}
pre {
  margin: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word

}
.hideMoreDiscuss {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /*控制文本行数，多少行以后开始省略号 */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.discuss-conTxt a {
  width: 90px;
  position: absolute;
  right: 8px;
  bottom: 0px;
  padding: 3px 0;
  cursor: pointer;
  color: #0099ff;
  font-size: 13px;
  text-align: right;
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0.5), rgba(249, 249, 249, 1));
}
/*新点赞评论*/
ul.discuss_Infocont li .plreply {
  width: auto;
  float: right;
  line-height: 26px;
  margin-top: 3px;
}
.plreply .load-star {
  float: left;
  position: absolute;
  left: 6px;
  margin-top: 5px;
  margin-left: 0;
}
ul.discuss_Infocont li dl .plreply {
  margin-bottom: 6px;
  overflow: hidden;
}
ul.discuss_Infocont li .plreply span em {
  color: #999;
  font-style: normal;
  line-height: 24px;
  margin-left: 4px;
}
ul.discuss_Infocont li .plreply span.glBtn {
  color: #0099ff;
  font-size: 14px;
  margin-left: 14px;
  cursor: pointer;
}
ul.discuss_Infocont li .plreply span.dzbtn {
  float: left;
  padding-left: 21px;
  height: 20px;
  line-height: 22px;
  background: url(../images/dza.png) no-repeat left center;
  margin-top: 2px;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  margin-left: 18px;
}
ul.discuss_Infocont li .plreply span.active {
  background: url(../images/dzb.png) no-repeat left center;
  color: #fa3939;
  background-size: contain;
}
ul.discuss_Infocont li .plreply span.active em {
  color: #fa3939;
}
/*评论回复框*/
.discuss_txtBox .cmmts_textarea.expand {
  height: 60px;
}
.discuss_txtBox .cmmts_textarea {
  border: none;
  display: block;
  padding: 0 4px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 60px;
  width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  outline: none;
  resize: none;
  background: #f3faff;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.discuss_txtBox .cmmts_input_wrap {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.discuss_txtBox .cmmts_emoji {
  width: 20px;
  height: 36px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/face.png);
  position: absolute;
  right: 124px;
  bottom: 0;
  cursor: pointer
}
.discuss_txtBox .cmmts_emoji_wrap {
  display: none;
  position: absolute;
  top: 38px;
  right: -110px;
  z-index: 1000;
  padding: 10px 0;
  background: #fff;
  width: 310px;
  height: 140px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 3px
}
.discuss_txtBox .cmmts_emoji_wrap::before {
  content: '';
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 1px;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50%;
  top: -5px;
  right: 116px
}
.discuss_txtBox .cmmts_emoji_wrap::after {
  content: '';
  background: transparent;
  position: absolute;
  width: 400px;
  height: 40px;
  top: -40px;
  left: 0
}
.discuss_txtBox .cmmts_emoji_wrap *::-webkit-scrollbar, .cmmts_emoji_wrap::-webkit-scrollbar {
  width: 4px
}
.discuss_txtBox .cmmts_emoji_list {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 11px;
  overflow-y: scroll;
  font-size: 0
}
.discuss_txtBox .cmmts_emoji_list_item {
  width: 38px;
  height: 38px;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  display: inline-block
}
.discuss_txtBox .cmmts_emoji_list_item:hover {
  background: #fff2f2;
  display: inline-block
}
.discuss_txtBox .cmmts_emoji_list_item img {
  width: 24px;
  height: 24px;
  padding: 0;
  display: block;
  margin: 7px
}
.discuss_txtBox .cmmts_emoji:hover {
  background-image: url(../images/faceb.png)
}
.discuss_txtBox .cmmts_emoji:hover .cmmts_emoji_wrap {
  display: block
}
.discuss_txtBox .cmmts_footer {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px
}
.discuss_txtBox .cmmts_footer > ul {
  display: flex;
  float: right
}
.discuss_txtBox .cmmts_footer > ul img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  cursor: pointer
}
.discuss_txtBox .cmmts_footer > ul button {
  background: #0099ff;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #fff;
  padding: 6px 33px
}
.discuss_txtBox .cmmts_input {
  position: relative;
  width: 86%;
  margin: 0 auto;
  padding: 9px 14px 53px;
  background: #f3faff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4px;
  border: 1px solid #fff
}
.discuss_txtBox .cmmts_input.focus {
  border-color: #0099ff
}
.discuss_txtBox .cmmts_button {
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background: #0099ff;
  border-radius: 3px;
  cursor: pointer;
  min-width: 94px;
  text-align: center
}
.discuss_txtBox .cmmts_button:hover {
  background: #0099ff;
  opacity: .8
}
.discuss_txtBox .cmmts_button.disabled {
  opacity: .3;
  cursor: default
}
/*点赞评论end*/
/*评论*/
.reviewBox {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  display: none
}
.comment_star {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: grid;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 12px;
}
.comment_star .comment {
  width: auto;
  margin: 0 auto;
  font-size: 24px;
  color: #169BD5;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.comment li {
  float: left;
  margin: 0px 2px;
}
.comment_star p {
  font-size: 13px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
}
.reviewBox textarea {
  width: 95%;
  border-radius: 6px;
  padding: 1% 2%;
  background-color: #f8f8f8;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-top: 12px;
  margin-bottom: 6px;
}
.reviewBox input {
  min-width: 100px;
  max-width: 120px;
  float: left;
  border-radius: 4px;
  padding: 0 2%;
  background-color: #f8f8f8;
  line-height: 30px;
  border: 1px solid #ccc;
}
.reviewBox .plbutton {
  line-height: 32px;
  font-size: 14px;
}
.reviewBox .plbutton input {
  min-width: 60px;
  max-width: 80px;
  float: left;
}
.reviewBox .plbutton img {
  width: 50px;
  height: 22px;
  float: left;
  margin: 4px 12px 0 10px;
}
.reviewBox .plbutton i {
  display: inline;
  float: left;
}
.discuss-submit {
  overflow: hidden;
  margin-right: 6%;
  float: left;
}
.discuss-cancel {
  overflow: hidden;
  float: left;
}
.reviewBox button {
  width: 100px;
  border-radius: 4px;
  line-height: 30px;
  height: 30px;
}
.discuss-submit button {
  color: #fff;
  float: right;
  background-color: #0099ff;
  border: 1px solid #0099ff;
}
.discuss-cancel button {
  color: #666;
  float: left;
  background-color: #ccc;
  border: 1px solid #ccc;
}
/*评论回复*/
.discuss_Infocont li dl {
  width: 100%;
  float: left;
  padding: 10px 0 6px 10px;
  box-sizing: border-box;
  font-size: 13px;
  color: #777;
  border-top: 1px dashed #e8e8e8;
}
.discuss_Infocont li dl dt {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0 6px;
  background: #f1f1f1;
  color: #666;
  margin-bottom: 10px;
}
.discuss_Infocont li dl dt span {
  float: left;
}
.discuss_Infocont li dl dt span b, .discuss_Infocont li dl dt span i {
  float: left;
  margin-right: 6px;
  font-style: normal;
}
.discuss_Infocont li dl dt em {
  float: right;
  font-style: normal;
  font-size: 10px;
  color: #777
}
.discuss_Infocont li dl dd {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  font-size: 13px;
  padding: 0 6px 0 0;
  color: #666;
  line-height: 20px;
}
/*合集详情页头部修改*/
.proHeader {
  width: 94%;
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 0 0 0;
}
.pro_title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 8px;
}
.pro_banner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.pro_banner img {
  width: 100%;
  height: 170px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width:480px) {
  .pro_banner img {
    height: 222px;
  }
}
@media screen and (max-width:414px) {
  .pro_banner img {
    height: 190px;
  }
}
@media screen and (max-width:393px) {
  .pro_banner img {
    height: 182px;
  }
}
@media screen and (max-width:375px) {
  .pro_banner img {
    height: 172px;
  }
}
@media screen and (max-width:360px) {
  .pro_banner img {
    height: 166px;
  }
}
@media screen and (max-width:320px) {
  .pro_banner img {
    height: 148px;
  }
}
.proHeader .pro_cont {
  width: 100%;
  height: auto;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
  position: relative;
}
.proHeader .pro_cont p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.proHeader .clbtn {
  float: right;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 1));
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100px;
  z-index: 8;
  height: 26px;
  display: none;
}
@media screen and (max-width:414px) {
  .proHeader .clbtn {
    width: 81px;
  }
}
@media screen and (max-width:393px) {
  .proHeader .clbtn {
    width: 90px;
  }
}
@media screen and (max-width:375px) {
  .proHeader .clbtn {
    width: 86px;
  }
}
@media screen and (max-width:320px) {
  .proHeader .clbtn {
    width: 77px;
  }
}
.proHeader .clbtn span {
  color: #fff;
  float: right;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  margin-top: 2px;
  background-color: #78c8ee;
  border-radius: 4px;
  cursor: pointer;
}
.pro_update {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-top: 4px;
}
.pro_update span {

  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #999;
  margin-top: 5px;
}
.pro_update span.uptime {
  float: left;
  background: url("../images/uptime.png") 0 1px no-repeat;
  background-size: 18px 18px;
}
.pro_update span.sfdt_num {
  margin-left: 6px;
  padding-left: 26px;
  float: left;
  background: url(../images/sfdtnum.png) 3px 0 no-repeat;
}
span.sfdt_num em {
  color: #ff0000;
  padding: 0 2px;
}
.pro_update span.hits_num {
  float: right;
  padding-left: 22px;
  background: url(../images/hits_num.png) no-repeat;
  background-size: 21px 21px;
}
/*关联合集*/
ul.rehj_ul {
  width: 100%;
  margin-top: 6px;
}
ul.rehj_ul li {
  display: -webkit-box;
}
ul.rehj_ul li a {
  -webkit-box-flex: 1;
  display: block;
  height: 30px;
  font-size: 13px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  margin: 4px;
  border-radius: 4px;
  padding: 0 6px;
  color: #009ad6;
  border: 1px solid #009ad6;
  box-sizing: border-box;
}
ul.rehj_ul li a:first-child {
  margin-left: 0;
}
ul.rehj_ul li a:last-child {
  margin-right: 0;
}
ul.rehj_ul li:nth-child(1) a:nth-child(1) {
  border: 1px solid #669900;
  color: #669900;
}
ul.rehj_ul li:nth-child(1) a:nth-child(2) {
  border: 1px solid #f9679a;
  color: #f9679a;
}
ul.rehj_ul li:nth-child(1) a:nth-child(3) {
  border: 1px solid #6f60aa;
  color: #6f60aa;
}
ul.rehj_ul li:nth-child(2) a:nth-child(1) {
  border: 1px solid #c26bad;
  color: #c26bad;
}
ul.rehj_ul li:nth-child(2) a:nth-child(2) {
  border: 1px solid #f47920;
  color: #f47920;
}
ul.rehj_ul li:nth-child(2) a:nth-child(3) {
  border: 1px solid #009ad6;
  color: #009ad6;
}
.applistbox {
  width: 94%;
  overflow: hidden;
  margin: 0 auto;
  padding: 4px 0 0 0;
}
ul.hjapLs_ul {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
ul.hjapLs_ul li {
  width: 100%;
  padding: 12px 0 16px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
ul.hjapLs_ul li .img {
  margin-right: 14px;
  display: block;
  width: 66px;
  float: left;
  height: 66px;
  position: relative;
  overflow: hidden;
}
ul.hjapLs_ul li .img img {
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f8f8f8;
  box-sizing: border-box;
  vertical-align: middle;
  width: 66px;
  height: 66px;
}
ul.hjapLs_ul li .maInfo {
  -webkit-box-flex: 1;
  color: #777;
  overflow: hidden;
  height: 66px;
}
ul.hjapLs_ul li p {
  position: relative;
}
ul.hjapLs_ul li a.ap_name {
  max-width: 86%;
  display: inline-block;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  height: 24px;
  overflow: hidden;
}
ul.hjapLs_ul li p span.andrIosIcon {
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: 2px;
}
ul.hjapLs_ul li .maInfo p {
  display: block;
  height: 22px;
  overflow: hidden;
  color: #666666;
  font-size: 13px;
  line-height: 22px;
}
ul.hjapLs_ul li p span, ul.hjapLs_ul li p span a {
  color: #666666;
  display: inline-block;
}
ul.hjapLs_ul li p span.type {
  margin-right: 8px;
}
ul.hjapLs_ul li p span.ediIcon {
  margin-right: 8px;
  color: #2095f4;
}
ul.hjapLs_ul li p span.size {
  margin: 3px 8px 0 0;
}
ul.hjapLs_ul li p span.time {
  margin-left: 8px;
  color: #ff0000;
  margin-top: 2px;
}
ul.hjapLs_ul li p span.edition {
  margin-left: 4px;
}
ul.hjapLs_ul li p em {
  font-size: 13px;
  margin-top: 2px;
  float: left;
  line-height: 22px;
}
ul.hjapLs_ul li p .star {
  display: block;
  height: 16px;
  margin: 2px 0 4px 0;
  line-height: 16px;
}
ul.hjapLs_ul li p .star span {
  width: 75px;
  height: 14px;
  background: url(../images/litterStar.png) no-repeat;
  display: inline-block;
}
ul.hjapLs_ul li p .star span.star0 {
  background-position: 0 0;
}
ul.hjapLs_ul li p .star span.star1 {
  background-position: 0 -26px;
}
ul.hjapLs_ul li p .star span.star2 {
  background-position: 0 -52px;
}
ul.hjapLs_ul li p .star span.star3 {
  background-position: 0 -78px;
}
ul.hjapLs_ul li p .star span.star4 {
  background-position: 0 -104px;
}
ul.hjapLs_ul li p .star span.star5 {
  background-position: 0 -130px;
}
ul.hjapLs_ul li .btn {
  width: 66px;
  height: 28px;
  display: inline-block;
  border-radius: 4px;
  float: right;
  background-color: #78c8ee;
  color: #fff;
  line-height: 28px;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 24px;
}