/*轮播*/
.BanslideBox {
    background: #ececec;
    padding: 0.1rem 0;
  }
  .BanslideBox .swiper-slide { 
    width: 6rem !important;
    height: 3rem !important;
    border-radius: 0.16rem;
    overflow: hidden;
  }
  .BanslideBox .swiper-slide a, .BanslideBox .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .BanslideBox .swiper-slide a img {
    border-radius: 0.16rem;
  }
  .BanslideBox .swiper-button-prev {
    width: 0.75rem;
    height: 100%;
    background: url(../images/prev.png) no-repeat center center;
    left: 0;
    top: 0;
    margin: 0;
  }
  .BanslideBox .swiper-button-next {
    width: 0.75rem;
    height: 100%;
    background: url(../images/next.png) no-repeat center center;
    right: 0;
    top: 0;
    margin: 0;
  }
  /*每日推荐+最新软件*/
  .CRecommendBox, .CtodayBox {
    width: auto;
    display: block;
    padding: 0 0 0.2rem 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  /*最新软件*/
  .CtodayBox ul.recList {
    max-height: 4.3rem;
    overflow: hidden;
    display: block;
  }
  ul.recList {
    overflow: hidden;
  }
  ul.recList li {
    width: 25%;
    height: auto;
    float: left;
    margin-top: 0.24rem;
    /*  padding-bottom: 0.24rem;*/
    box-sizing: border-box;
    display: inline;
    overflow: hidden
  }
  ul.recList li a {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden
  }
  ul.recList li a img {
    width: 1.32rem;
    height: 1.32rem;
    border-radius: 0.28rem;
    display: block;
    overflow: hidden;
    margin: auto
  }
  ul.recList li a span {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #333;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
    margin-top: 0.12rem;
    display: block;
    overflow: hidden
  }
  /*每日推荐*/
  .Ctitle.Trectit {
    text-align: center;
    position: relative;
    border-bottom: none;
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
      padding-top: 0;
    overflow: hidden;
  }
  .Ctitle.Trectit .bg {
    width: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    border-top: thin solid #F0F0F0;
      z-index: 98
  }
  .Ctitle.Trectit h3 {
    background: #FFFFFF;
    text-align: center;
     width: 100%;
      position: relative;
      margin: 0 auto;
  }
  .Ctitle.Trectit h3::before {
      border-bottom: 1px solid #F0F0F0;
      content: "";
      width: 100%;
      display: inline-block;
      position: absolute;
      top: 0.54rem;
      left: 0;
      z-index: 998
  }
  .Ctitle.Trectit h3 span {
      display: inline-block;
      padding: 0 0.08rem;
      position: relative;
      line-height: 0.72rem;
      border-top: 0.20rem solid #66d105; background: #FFFFFF;
      z-index: 999
  }
  ul.toprecList {
    width: 100%;
    margin-top: 0.4rem;
    overflow: hidden;
    height:2.6rem;
  }
  ul.toprecList li {
   display: inline-block;
    margin-top: 0.25rem;
      margin-bottom: 0.25rem;
    width: 2.5rem;
    float: left;
  }
  ul.toprecList li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  ul.toprecList li img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.3rem;
    display: block;
    overflow: hidden;
    margin: auto;
  }
  ul.toprecList li span {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #333;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
    margin-top: 0.12rem;
    display: block;
    overflow: hidden;
  }
  ul.toprecList li.one {
    margin-top: 0;margin-bottom: 0;
  }
  ul.toprecList li.one img {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
  }
  /*新游预约*/
  .CsfIndBox,.CsfInnerBox {
    width: 100%;
    padding: 0 0 0.32rem 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .CsfIndBox ul.zjbbList {
    zoom: 1;
    overflow: hidden;
    display: block;
    max-height: 3.64rem;
  }
  ul.zjbbList li {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
  }
  ul.zjbbList li>a {
    display: block;
    padding: 0.28rem 0 0.28rem 0.28rem;
    border-right: 1px solid #e2e2e2;
    overflow: hidden;
  }
  ul.zjbbList li img {
    float: left;
    display: block;
    margin-right: 0.2rem;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: 0.1rem;
  }
  ul.zjbbList li p {
    width: 1.78rem;
    display: block;
    height: 1.24rem;
    overflow: hidden;
  }
  ul.zjbbList li p span {
    display: block;
    height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.32rem;
    color: #444;
  }
  ul.zjbbList li p u {
    display: block;
    font-size: 0.24rem;
    margin-top: 0.10rem;
    color: #999;
  }
  ul.zjbbList li p b {
    display: block;
    font-size: 0.24rem;
    margin-top: 0.10rem;
    color: #ff0000;
  }
  ul.zjbbList li p em {
    display: block;
    font-size: 0.24rem;
    margin-top: 0.10rem;
    color: #666;
  }
  /*小banner*/
  .CBanner {
    padding: 0.2rem 0.2rem 0 0.2rem;
    overflow: hidden;
  }
  .CBanner a {
    width: 50%;
    height: 2rem;
    box-sizing: border-box;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    zoom: 1
  }
  .CBanner a span {
    background: #fff;
    display: block;
    float: left;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    width: 100%;
    text-align: center
  }
  .CBanner a.pl, .CBanner a b.pl {
    padding-left: 0.1rem;
  }
  .CBanner a.pr, .CBanner a b.pr {
    padding-right: 0.1rem;
  }
  .CBanner a img {
    width: 100%;
    height: 2.6rem;
    display: block;
    overflow: hidden;
    float: left
  }
  .CBanner a img.hg {
    height: 2rem;
  }
  .CBanner a p {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
    padding-left: 0.2rem;
    box-sizing: border-box
  }
  .CBanner a b {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    box-sizing: border-box
  }
  .CBanner a b img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    float: left
  }
  /*热门标签*/
  .ChotLabBox {
    width: 96%;
    margin: 0 auto;
    margin-top: 0.26rem;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.12rem;
  }
  .tags_hotCon {
    padding-bottom: 0.32rem;
  }
  #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: 0.6rem;
    font-size: 0.26rem;
    overflow: hidden;
    line-height: 0.6rem;
    text-align: center;
    margin: 0 0.08rem 0.2rem 0.08rem;
    border-radius: 0.08rem;
    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;
  }
  .tags_hotCon .PicTheme .PicControls {
    bottom: -0.4rem;
  }
  .tags_hotCon .PicCarousel {
    height: auto;
  }
  /*热门分类*/
  .GmgroupBox {
    width: auto;
    margin: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .groupItem {
    overflow: hidden;
    margin: 0.2rem 0 0.3rem 0;
    border-radius: 0.1rem;
    background: #f7f8f9;
    box-shadow: 0 0.04rem 0.12rem #eee;
  }
  .groupHead {
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #bfc7d0, #9da8b6);
    height: .6rem;
    line-height: .6rem
  }
  .groupHead h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    font-size: .32rem
  }
  .divGroupScr {
    padding: 0.16rem 0;
    width: 6.62rem;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: scroll;
  }
  ul.groupList {
    height: 1.96rem;
    display: -ms-flexbox;
    display: flex;
  }
  ul.groupList li {
    width: 25%;
    float: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
  }
  ul.groupList li a {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100%;
  }
  ul.groupList li img {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0.16rem auto 0;
    display: block;
    border-radius: 0.16rem;
  }
  ul.groupList li span {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: block;
    height: 0.52rem;
    padding: 0 0.12rem;
    line-height: 0.52rem;
    color: #767676;
    font-size: 0.28rem;
    overflow: hidden;
  }
  .groupItem .groupHead:active, .groupItem .groupHead:hover {
    background-image: linear-gradient(to bottom right, #9795f0, #fbc8d4)
  }
  /*分类导航*/
  .CTabMenu {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background: #a2cbb6;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9999
  }
  .CTabMenu ul.CTabUl {
    height: auto;
    margin-left: -0.28rem;
    box-sizing: border-box;
    overflow: hidden
  }
  .CTabMenu ul.CTabUl li {
    width: 1.565rem;
    height: 0.56rem;
    margin-bottom: 0.06rem;
    margin-left: 0.28rem;
    float: left;
    line-height: 0.56rem;
    display: inline;
    overflow: hidden;
    box-sizing: border-box
  }
  .CTabMenu ul.CTabUl li a {
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.56rem;
    text-align: center;
    vertical-align: middle;
    display: block;
      letter-spacing: 0.02rem;
    overflow: hidden
  }
  .CTabMenu ul.CTabUl li.on {
    background-color: #fff;
    border-radius: 0.30rem;
    color: #a2cbb6
  }
  .CTabMenu ul.CTabUl li.on a {
    color: #a2cbb6
  }
  .CTabMenu ul.CTabUl li:active {
    background-color: #fff;
    border-radius: 0.30rem;
    color: #a2cbb6
  }
  .CTabMenu ul.CTabUl li:active a, .CTabMenu ul.CTabUl li:active a {
    color: #a2cbb6
  }
  /*列表*/
  .seItm_sldimg {
    overflow: hidden;
    position: relative;
  }
  .CnstsfgmBox {
    width: auto;
    margin: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .nstTabbox {
    min-height: 24.3rem;
  }
  ul.nstapplist {
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-top: -0.2rem;
    overflow: hidden;
    padding-bottom: 0.2rem;
  }
  ul.nstapplist li {
    width: 100%;
    padding: 0.24rem 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-bottom: 1px dashed #e8e8e8;
  }
  ul.nstapplist li .img {
    margin-right: 0.28rem;
    display: block;
    width: 1.32rem;
    float: left;
    height: 1.32rem;
    position: relative;
    overflow: hidden;
  }
  ul.nstapplist li img {
    border-radius: 0.18rem;
    text-align: center;
    vertical-align: middle;
    width: 1.32rem;
    height: 1.32rem;
  }
  ul.nstapplist li p {
    -webkit-box-flex: 1;
    color: #777;
    position: relative;
    overflow: hidden;
    height: 1.32rem;
  }
  ul.nstapplist li > p > a {
    max-width: 5.2rem;
    display: block;
    height: 0.44rem;
    line-height: 0.44rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    color: #000;
  }
  ul.nstapplist li > p > a i {
    display: inline-block;
    float: left;
    width: 0.60rem;
    font-size: 0.24rem;
    height: 0.36rem;
    margin: 0.04rem 0.16rem 0 0;
    line-height: 0.4rem;
    color: #fff;
    background-color: #c5c5c5;
    text-align: center;
    border-radius: 0.1rem 0 0.1rem 0;
  }
  ul.nstapplist li:nth-child(1) > p > a i {
    background-color: #ff4800;
  }
  ul.nstapplist li:nth-child(2) > p > a i {
    background-color: #ff6d34;
  }
  ul.nstapplist li:nth-child(3) > p > a i {
    background-color: #ffa07b;
  }
  ul.nstapplist li p > span {
    display: block;
    height: 0.32rem;
    overflow: hidden;
    line-height: 0.32rem;
  }
  ul.nstapplist li p .star {
    margin: 0.12rem 0 0.18rem 0;
  }
  ul.nstapplist li p .ap_info {
      max-width: 4.32rem;
    font-size: 0.24rem;
    color: #666666;
  }
  ul.nstapplist li p .ap_info u.type {
    margin-right: 0.08rem;
  }
  ul.nstapplist li p .ap_info u.type a {
    color: #666666;
  }
  ul.nstapplist li p .ap_info u.size {
    margin: 0 0.08rem;
    color: #666666;
  }
  ul.nstapplist li p .ap_info u.time {
    margin-left: 0.08rem;
    color: #ff0000;
  }
  ul.nstapplist li p .star span {
    width: 2rem;
    height: 0.32rem;
    display: inline-block;
  }
  ul.nstapplist li p .star span.star0 {
    background: url(../images/litterStar0.png) no-repeat;
    background-size: 100%;
  }
  ul.nstapplist li p .star span.star1 {
    background: url(../images/litterStar1.png) no-repeat;
    background-size: 100%;
  }
  ul.nstapplist li p .star span.star2 {
    background: url(../images/litterStar2.png) no-repeat;
  
    background-size: 100%;
  }
  ul.nstapplist li p .star span.star3 {
    background: url(../images/litterStar3.png) no-repeat;
    background-size: 100%;
  }
  ul.nstapplist li p .star span.star4 {
    background: url(../images/litterStar4.png) no-repeat;
    background-size: 100%;
  }
  ul.nstapplist li p .star span.star5 {
    background: url(../images/litterStar5.png) no-repeat;
    background-size: 100%;
  }
  ul.nstapplist li a.ap_loadBtn {
    width: 0.72rem;
    height: 0.72rem;
    line-height: 0.72rem;
    color: #66d105;
    background: url(../images/loadBtn.png) no-repeat;
    background-size: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0rem;
    top: 0.92rem;
  }
  ul.nstapplist li p span.ap_size {
    display: inline-block;
    position: absolute;
    top: 0.52rem;
    left: 2rem;
      font-size: 0.28rem;
    margin-left: 0.2rem;
    line-height: 0.42rem;
    height: 0.38rem;
  }
  ul.nstapplist li p span.andrIosIcon {
    display: inline-block;
    position: absolute;
    top: 0.52rem;
    left: 2rem;
    margin-left: 0.16rem;
    line-height: 0.38rem;
    height: 0.38rem;
  }
  span.andrIosIcon s {
    width: 0.38rem;
    height: 0.38rem;
    float: left;
    display: inline-block;
    margin-left: 0.12rem;
    position: relative;
  }
  .android_img {
    background: url(../images/andr.png) no-repeat;
    background-size: 100%;
  }
  .ios_img {
    background: url(../images/apple.png) no-repeat;
    background-size: 100%;
  }
  /*装机必备*/
  .inerBanerBox {
      width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
  }
  .inerBnerImg {
      width: 100%;
      height: 2.8rem;
      overflow: hidden;
  }
  .inerBnerImg img{
      width: 100%;
      height: 2.8rem;
      overflow: hidden;
  }
  /*右侧menu*/
  .ovfHiden {
    overflow: hidden;
    height: 100%;
  }
  .topMenu {
    background: #fff;
    right: 0;
    position: fixed;
    top: -4.8rem;
    display: block;
    width: 100%;
    max-height: 4.5rem;
    z-index: 90002;
      border-radius: 0 0 0.1rem 0.1rem;
    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;
  }
  .topMenu a {
    text-decoration: none;
    display: block;
  }
  .topMenu.menu-open {
    top: 0.88rem;
  }
  .topMenu ul.slideMenu {
      width: 100%;
      padding: 0.2rem 0.4rem 0.6rem 0.4rem;
      box-sizing: border-box;
    list-style: none;
    overflow: hidden;
  }
  .topMenu ul.slideMenu li {
      width: 25%;
    position: relative;
    float: left;
      text-align: center;
    overflow: hidden;
      margin-top: 0.32rem;
      margin-bottom: 0.12rem;
      display: block;
      font-size: 0.24rem;
      line-height: 0.4rem;
      color: #595959;
      flex-grow: 1;
  }
  .topMenu ul.slideMenu li a {
    font-size: 0.32rem;
    display: block;
      text-align: center;
  }
  .topMenu ul.slideMenu li a img {
    width: 0.6rem;
    height: 0.6rem;
      vertical-align: middle;
    display: inline-block;
      text-align: center;
  }
  .topMenu ul.slideMenu li a span {
    display: block;
      margin-top: 0.08rem;
    font-size: 0.3rem;line-height: 0.4rem;
  }
  .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: 0.88rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .menu-dark-backdrop.in {
    height: 100%;
    z-index: 90001;
    background: rgba(0, 0, 0, 0.5);
  }