﻿/*轮播*/
.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;
}
/*资讯*/
.CarticBox{
   width: auto;
  margin: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.CarticBox .moreApp {
    padding-bottom: 0.1rem;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.artTabbox {
  width: auto;
  margin:0 0.2rem;
  padding: 0 0 0.4rem 0;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 8.52rem;
}
ul.artList {width: 100%;
    margin: 0 auto;
    height: auto;
	margin-top: -0.2rem;
    overflow: hidden;
	    padding-bottom: 0.2rem;
}
ul.artList li {
    display: block;
    padding: 0.28rem 0;
    border-bottom: 1px dashed #dbe1ec;
    overflow: hidden;
}
ul.artList li>a {
    display: inline-block;
    float: left;
    margin-right: 0.24rem;
    width: 2.12rem;
    height: 1.44rem;
    text-align: center;
    overflow: hidden;
}
ul.artList li>a img {
	width: 100%;
    height: 100%;
}
ul.artList li>dl {
    display: block;
}
ul.artList li>dl dt {
    height: 0.96rem;
    overflow: hidden;
}
ul.artList li>dl dt a {
    display: inline-block;
    font-size: 0.3rem;
    line-height: 0.48rem;
	color: #444;
}
ul.artList li>dl dd {
    display: table-cell;
    font-size: 0.22rem;
    color: #999;
    height: 0.48rem;
    vertical-align: bottom;
}
.moreApp a {
	color:#55ae03
}
/*攻略*/
.CglBox {
	max-height: 8.02rem;
}
ul.glList {width: 100%;
    margin: 0 auto;
    height: auto;
	margin-top: -0.2rem;
    overflow: hidden;
	    padding-bottom: 0.2rem;
}
ul.glList li {
    display: block;
    padding: 0.28rem 0;
    border-bottom: 1px dashed #dbe1ec;
    overflow: hidden;
}
ul.glList li>a {
    display: block;
    float: right;
    margin-left: 0.24rem;
    width: 2rem;
    height: 1.32rem;
    text-align: center;
    overflow: hidden;
}
ul.glList li>a img {
	width: 100%;
    height: 100%;
}
ul.glList li>dl {
	max-width: 4.86rem;
    display: inline-block;
}
ul.glList li>dl dt {
    height: 0.96rem;
    overflow: hidden;
}
ul.glList li>dl dt a {
    display: inline-block;
    font-size: 0.3rem;
    line-height: 0.48rem;
}
ul.glList li>dl dd {
    display: table-cell;
    font-size: 0.22rem;
    color: #999;
    height: 0.36rem;
    vertical-align: bottom;
}
/*软件教程*/
.CrseBox {
	max-height: 8.32rem;
}
ul.artList li>dl.cursdl {
    display: block;
}
ul.artList li>dl.cursdl dt {
    height: 0.48rem;
    overflow: hidden;
}
ul.artList li>dl.cursdl dt a {
    display: inline-block;
    font-size: 0.3rem;
    line-height: 0.48rem;
	color: #444;
}
ul.artList li>dl.cursdl dd {
	display: block;
    font-size: 0.22rem;
    color: #999999;
    height: 0.8rem;
    line-height: 0.4rem;
    overflow: hidden;
    margin-top: 10px;
}
/*游戏问答*/
.CquesBox {
	 width: auto;
  margin: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
  height: 4.9rem;
}
ul.gltxtList {
  display: block;
	margin-top: -0.2rem;
	overflow: hidden;
}
ul.gltxtList li::before {
  content: "";
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 16px;
  width: 7px;
  height: 7px;
  position: relative;
  top: 0.04rem;
  left: -6.65rem;
  background-color: #ddd;
}
ul.gltxtList li {
  font-size: 0.3rem;
  border-bottom: 1px dashed #f0f0f0;
  padding: 0.2rem;
  overflow: hidden;
}
ul.gltxtList li a.zxd_tit {
  display: inline-block;
  width: 6.28rem;
  margin-left: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*分类导航*/
.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
}
/*右侧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);
}