@charset "utf-8";
/* CSS Document */
/* 导航 */
section {
  display: -webkit-box;
  font-size: 16px;
    height: 42px;
    line-height: 42px;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgb(215 215 215 / 40%);
    z-index: 100;
    margin: 5px 0;
}
section > a {
  position: relative;
  float: left;
  display: block;
  width: 33px;
  height: 40px;
  background: url(../images/all.png) no-repeat 0 -51px;
  background-size: 33px auto;
  margin: 1px 0 0 10px;
}
section .tabInner {
  position: relative;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: box;
}
.tabInner > span {
  position: relative;
  float: left;
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #aaa;
  margin: 14px 4px 0 4px;
  vertical-align: middle;
  display: flex;
}
section .tabScroll {
  overflow: hidden;
  display: inline-flex;
}
section .tabScrollWrap {
  position: relative;
  -webkit-box-flex: 1;
}
section .tabScrollWrap ul {
  height: 42px;
  display: -webkit-box;
  display: box;
}
section .tabScrollWrap li {
  float: left;
  display: block;
  padding: 0 6px;
  color: #333;
  position: relative;
  width: auto !important;
  height: 42px;
  font-size: 16px;
}

section .tabScrollWrap li a {
  color: #333;
	font-size: 15px;
}
section .tabScrollWrap li.cur a {
  font-weight: bold;
  color: #f00;
}
/*分类*/
.mainType {
  width: 100%;
  overflow: hidden;
  padding: 16px 0 8px 0;
  margin-bottom: 10px;
  background: #fff;
}
.mainType a {
  display: inline-block;
  width: 25%;
	height: 96px;
	padding: 0 10px;
  text-align: center;
  float: left;
  line-height: 20px;
  font-size: 15px;
  box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  margin-bottom: 12px;
}
.mainType a img {
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto 10px;
  background-size: 60px auto;
  border-radius: 12px;
}
/*分类列表*/
.GameBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.GameBox dl {
  background: #fff;
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}
.GameBox dl:nth-child(even) {
  margin-bottom: 10px;
  border-bottom: none;
}
.GameBox dl dt {
  width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
  box-sizing: border-box;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  font-size: 16px;
  /*float: left;*/
  line-height: 20px;
}
.GameBox dl dt a:first-child {
    font-size: 16px;
 font-weight: bold;
}
.GameBox dl dt a {
  color: #666;
	font-size: 12px;
}
.GameBox dl:nth-child(1) dt span {
  background-position: center -6px
}
.GameBox dl:nth-child(2) dt span {
  background-position: center -62px
}
.GameBox dl:nth-child(3) dt span {
  background-position: center -118px
}
.GameBox dl:nth-child(4) dt span {
  background-position: center -174px
}
.GameBox dl:nth-child(5) dt span {
  background-position: center -230px
}
.GameBox dl:nth-child(6) dt span {
  background-position: center -287px
}
.GameBox dl:nth-child(7) dt span {
  background-position: center -343px
}
.GameBox dl:nth-child(8) dt span {
  background-position: center -399px
}
.GameBox dl:nth-child(9) dt span {
  background-position: center -455px
}
.GameBox dl:nth-child(10) dt span {
  background-position: center -511px
}
.GameBox dl:nth-child(11) dt span {
  background-position: center -567px
}
.GameBox dl:nth-child(12) dt span {
  background-position: center -623px
}
.GameBox dl dd {
  float: left;
  width:100%;
}
.GameBox dl dd p {
  width: 33.33%;
  float: left;
  display: block;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
}
.GameBox dl dd p a {
  font-size: 15px;
	box-sizing: border-box;
  padding: 0 8px;line-height: 38px;
}


/*内容*/
.appContent {
    width: 100%;
    height: auto;background: #fff;
    overflow: hidden;
    margin: 10px 0;
}
/*内容栏目*/
.appContent .appCNav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    font-size: 16px;
}
.appContent .appCNav li {
    float: left;
    text-align: center;
    width: 50%;
    position: relative;
}
.appContent .appCNav li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
}
.appContent .appCNav li i {
    /*
      width: 12px;
      height: 9px;
      position: absolute;
      left: 50%;
      margin-left: -6px;
      bottom: 0px;
      background: url(../images/all.png) no-repeat -15px -137px;
    */
    display: none;
}
.appContent .appCNav li.appCur a {
    border-bottom: 1px solid #2095f4;
    color: #2095f4
}
.appContent .appCNav li.appCur i {
    display: block;
}
ul.appCNav li.appCur:after, ul.appCNav li.appCur:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
    z-index: 8;
}
ul.appCNav li.appCur:after {
    border-width: 8px;
    border-top-color: #fff;
    bottom: -13px;
    left: 50%;
    margin-left: -8px;
}
ul.appCNav li.appCur:before {
    border-width: 8px;
    border-top-color: #2095f4;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
}
.appContent .appCList {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px 10px 12px;
    display: none;
}
.appContent .appCList ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.appContent .appCList ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4;
    height: 102px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.appContent .appCList ul li img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 10px 0 0;
}
.appContent .appCList ul li div {
    width: 100%;
    height: 70px;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
}
.appContent .appCList ul li div > a {
    display: inline-block;
}
.appContent .appCList ul li div p {
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-box-flex: 1
}
.appContent .appCList ul li div p a {
    width: 70%;
    display: block;
    color: #333;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.appContent .appCList ul li div p .star {
    display: block;
    height: 14px;
    margin: 4px;
}
.appContent .appCList ul li div p .star span {
    width: 75px;
    height: 14px;
    background: url(../images/litterStar.png) no-repeat;
    display: block;
}
.appContent .appCList ul li div p .star span.star0 {
    background-position: 0 0;
}
.appContent .appCList ul li div p .star span.star1 {
    background-position: 0 -26px;
}
.appContent .appCList ul li div p .star span.star2 {
    background-position: 0 -52px;
}
.appContent .appCList ul li div p .star span.star3 {
    background-position: 0 -78px;
}
.appContent .appCList ul li div p .star span.star4 {
    background-position: 0 -104px;
}
.appContent .appCList ul li div p .star span.star5 {
    background-position: 0 -130px;
}
.appContent .appCList ul li div p .star span.lstar0 {
    background-position: 0 0;
}
.appContent .appCList ul li div p .star span.lstar1 {
    background-position: 0 -26px;
}
.appContent .appCList ul li div p .star span.lstar2 {
    background-position: 0 -52px;
}
.appContent .appCList ul li div p .star span.lstar3 {
    background-position: 0 -78px;
}
.appContent .appCList ul li div p .star span.lstar4 {
    background-position: 0 -104px;
}
.appContent .appCList ul li div p .star span.lstar5 {
    background-position: 0 -130px;
}
.appContent .appCList ul li div p .size {
    font-size: 12px;
    color: #999;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    margin-top: 6px;
}
.appContent .appCList ul li div p .size i {
    font-style: normal;
    margin: 0 6px;
    font-size: 10px;
    line-height: 20px;
}
.appContent .appCList ul li .aDown {
    width: 58px;
    height: 26px;
    border: 1px solid #2095f4;
    border-radius: 4px;
    text-align: center;
    display: block;
    color: #2095f4;
    position: absolute;
    right: 0;
    line-height: 26px;
    font-size: 14px;
    top: 32px;
}
.appContent .appCList > p {
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #888;
    background: #efefee;
    margin: 10px 0;
    border-radius: 6px;
}
.appContent .appCList > p span {
    margin-left:10px ;
    position: relative;
}
.appCList > p span:after, .appCList > p span:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
    z-index: 8;
}
.appCList > p span:after {
    border-width: 8px;
    border-top-color: #efefee;
    bottom: -1px;
    left: 50%;
    margin-left: -8px;
}
.appCList > p span:before {
    border-width: 8px;
    border-top-color: #888;
    bottom: -3px;
    left: 50%;
    margin-left: -8px;
}