@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: 100px;
    /*竖向滚动条的宽度*/
    height: 100px;
    /*横向滚动条的高度*/
    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: 65px;
    padding: 0px 6px 0 180px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 4px #c6c6c6;
}
header > a {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 150px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.SearchTextbox {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    position: relative;
    top: 12.5px;
    overflow: hidden;
}

.SearchTextbox form {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.SBInp {
    flex: 1;
    height: 100%;
    background: #f8f8f8;
}

.SBInp input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    border: none;
    background: transparent;
    outline: none;
}

.SBBtn {
    flex-shrink: 0;
    width: 44px;
    height: 100%;
    background: #f8f8f8;
    border-left: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SBBtn:after {
    display: none;
}

.SBBtn button {
    width: 100%;
    height: 100%;
    border: none;
    background: #fafafa url(../images/all_css_img.png) no-repeat 6px -476px;
    background-size: 28px auto;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}

.SBBtn button:hover {
    opacity: 0.8;
}
/* 导航容器 */
nav {
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f5f7;
    padding: 0 16px;
    z-index: 100;
}

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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 46px;
    box-sizing: border-box;
}

nav ul#listUl li {
    flex: 1;
    text-align: center;
    height: 100%;
}

nav ul#listUl li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    color: #4e5969;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.2s ease;
}

nav ul#listUl li.cur a {
    color: #1e80ff !important;
    font-weight: 600;
}

nav ul#listUl li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 20px;
    height: 2.5px;
    background-color: #1e80ff;
    border-radius: 2px;
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

nav ul#listUl li.cur a::after {
    transform: translateX(-50%) scaleX(1);
}
/*轮播图*/
.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: 8px;
    background: #fff;
    margin-bottom: 6px;
}
.pd6 {
    padding-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%;
    float: left;
    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 {
    display: block !important;
    clear: both !important;
    width: 100% !important;
}

.page-footer {
    display: block !important;
    position: relative !important;
    z-index: 10;
    width: 100% !important;
    box-sizing: border-box !important;
    border-top: 1px solid #f4f5f7 !important;
    background: #ffffff !important;
    padding: 30px 16px 35px 16px !important;
    text-align: center !important;
    margin: 0 !important;
    color: #999;
}

.page-footer .copyright {
    display: block !important;
    width: 100% !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.page-footer .copyright p {
    margin: 0 0 4px 0 !important;
    text-align: center !important;
}

.page-footer .copyright p:last-child {
    margin-bottom: 0 !important;
}

.page-footer .copyright a {
    color: #9aa5b5 !important;
    text-decoration: none !important;
}
.totop {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 90;
    width: 48px;
    height: 48px;
    background: rgba(51, 51, 51, 0.4) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzIwMDNmNC1kZTRjLTQyMDMtYjFkNy0zMzkwZTVhNDNlNmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTJCRDZGQkZFQ0RDMTFFNkI1NDJGOUNBOTk2NkVDQjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJCRDZGQkVFQ0RDMTFFNkI1NDJGOUNBOTk2NkVDQjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwODczNmEyLTRlZTQtNDYyNS05YTQ3LTQ5YzYyNjI3YTNiNyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRkMTMyNzU5LTJjYzItMTE3YS04YTk2LWYxMGM1MjEzYWU4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqES2VMAAADfSURBVHja7NjBDcIwDIVhyg4do1PA2kxAOBDGYIVKwRE+RBy4hNhW+C09qc4hzadIVdKllHL4p1oAAwYMGDBgwIABAwYMGDBgwIABAwYcu44O71wlN0nS56l3uAIvkk37LDlLnjOCW+xDxzZzdAUbZJXk8q6sfTt21374WqyxnzBztCfWBe2NNUdHwJqio2DN0JGwJuho2OHoiNih6KjYbwcWV7DFl/Wn6N7FJKMDQ4tOPXP1Xg93ydXg8F/nPumVcucHAGDAgAEDBgwYMGDAgAEDBgwYMGDAgOeplwADAPPtQ12NrwSnAAAAAElFTkSuQmCC') no-repeat center center;
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.totop.fadein {
    visibility: visible;
    opacity: 1;
}
/*首页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: 52px;
    height: 52px;
    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: 5px;
}
.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;
    z-index: 99;
    border: 1px solid #f1f1f1;
    border-top: none;
    box-shadow: 0 4px 4px 0 #c6c6c6;
}
ul.moreTips {
    width: 94%;
    margin: 0 auto;
    height: auto;
    display: block;
    overflow: hidden;
}
ul.moreTips li {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-bottom: 1px dashed #e8e8e8;
}
ul.moreTips li:last-child {
    margin-bottom: 16px;
}
.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 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*	margin-left: -3%;*/
    padding: 0
}
ul.ind_zt_ul li {
    width: 48.5%;
    position: relative;
    float: left;
    margin-right: 3%;
    height: 114px;
    padding: 0;
    overflow: hidden;
    border-bottom: none;
    border-radius: 0px;
    margin-top: 6px;
}
ul.ind_zt_ul li:nth-child(2n) {
    margin-right: 0;
}
ul.ind_zt_ul li a {
    display: block
}
ul.ind_zt_ul li img {
    width: 100%;
    float: left;
    height: 90px;
    border-radius: 4px;
}
ul.ind_zt_ul li .speName {
    width: 100%;
    float: left;
    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 {
    width: 100%;
    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: 100%;
    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;
}
.fraudMain {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background-color: #fff8f5;
    display: flex;
}
.fraudTip {
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #fdd8c8;
}
.fraudTip img {
    width: 50px;
    margin-top: 32px;
    text-align: center;
    vertical-align: middle;
}
.fraudInfo {
    float: right;
    padding:0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #97040f;
    line-height: 24px;
    margin-bottom: 10px;
}
.fraudInfo h3 {
    font-weight: bold;
    font-size: 15px;
    margin-top: 6px;
}
.mptheme .tabcwc {
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto;
    /*	position: inherit;*/
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #2589ef;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
}
.mptheme .tabcwc span {
    -webkit-box-flex: 1;
    margin: 0;
    height: 22px;
    text-align: center;
    border: none;
    background-color: #fff;
    opacity: 1;
    text-decoration: none;
    padding: 0 6px;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    color: #2589ef;
    display: block;
}
.mptheme .tabcwc span:last-child {
    border-right: none;
}
.mptheme .tabcwc span.swiper-pagination-bullet-active {
    background: #2589ef;
    color: #fff;
}
.mptheme .tabcwc span.on {
    background: #2589ef;
    color: #fff;
}
.mptheme .tabcwc span:not(:last-child) {
    border-right: 1px solid #2589ef;
}
.cs-clear::after, .cs-sitemap-container .cs-sitemap-group::after, .cs-sitemap-footer-nav .cs-sitemap-menu::after {
     content: "";
     display: block;
     clear: both;
}
 .cs-sitemap-container {
     background-color: #ffffff;
     padding: 25px 15px;
     box-shadow: 0 4px 15px rgba(10, 184, 157, 0.03);
     border-radius: 8px;
     border: 1px solid rgba(10, 184, 157, 0.05);
     margin-bottom: 20px;
     box-sizing: border-box;
}
 .cs-sitemap-container .cs-sitemap-group {
     margin-bottom: 20px;
     display: block;
     border-bottom: 1px dashed #e2edea;
     padding-bottom: 15px;
}
 .cs-sitemap-container .cs-sitemap-group:last-child {
     margin-bottom: 0;
     border-bottom: none;
     padding-bottom: 0;
}
 .cs-sitemap-container .cs-sitemap-header {
     display: block;
     margin-bottom: 10px;
     height: 35px;
     line-height: 35px;
}
 .cs-sitemap-container .cs-sitemap-title {
     font-size: 16px;
     color: #2589ef;
     font-weight: 700;
}
 .cs-sitemap-container .cs-sitemap-body {
     display: block;
}
 .cs-sitemap-container .cs-sitemap-list-wrap {
     padding-left: 0;
}
 .cs-sitemap-container .cs-sitemap-list {
     display: flex;
     flex-wrap: wrap;
     padding-bottom: 15px;
     margin: 0;
     padding-left: 0;
     list-style: none;
}
 .cs-sitemap-container .cs-sitemap-item {
     display: inline-flex;
     align-items: center;
     height: 30px;
     padding: 0 12px;
     position: relative;
     list-style: none;
}
 .cs-sitemap-container .cs-sitemap-item::after {
     content: "|";
     color: #d1deda;
     position: absolute;
     right: 0;
     font-size: 12px;
}
 .cs-sitemap-container .cs-sitemap-item:last-child::after {
     display: none;
}
 .cs-sitemap-container .cs-sitemap-item a {
     color: #667571;
     text-decoration: none;
     font-size: 12px;
     font-weight: 500;
     white-space: nowrap;
     overflow: visible;
     text-overflow: clip;
     transition: color 0.2s ease;
}
 .cs-sitemap-container .cs-sitemap-item a:hover, .cs-sitemap-container .cs-sitemap-item a:active {
     color: #2589ef;
}
 .cs-sitemap-footer-nav {
     font-size: 14px;
     line-height: 0.4rem;
     color: #666;
     text-align: center;
     margin-top: auto;
}
 .cs-sitemap-footer-nav .cs-sitemap-menu {
     list-style: none;
     padding: 10px;
     margin: 0;
     display: inline-block;
}
 .cs-sitemap-footer-nav .cs-sitemap-menu li {
     display: inline-block;
     vertical-align: middle;
}
 .cs-sitemap-footer-nav .cs-sitemap-menu li a {
     color: #7d817f;
     text-decoration: none;
     font-size: 14px;
}
 .cs-sitemap-footer-nav .cs-sitemap-menu li::after {
     content: "|";
     margin: 0 0.15rem;
     color: #666;
}
 .cs-sitemap-footer-nav .cs-sitemap-menu li:last-child::after {
     display: none;
}
 .cs-crumb {
     background-color: #ffffff;
     padding: 12px 15px;
     font-size: 12px;
     color: #999;
     border-bottom: 1px solid #f0f5f3;
     box-sizing: border-box;
}
 .cs-crumb .cs-crumb-wrap {
     line-height: 20px;
     margin-top: 10px;
}
 .cs-crumb a:active {
     opacity: 0.6;
}
