/*幻灯片*/
.g-ppt-box{ width:100%; height:auto; padding:0 10px 10px; box-sizing:border-box; display:block; overflow:hidden; background:#fff;}
.g-index-ppt{width:100%; height:auto; background:#fff; display:block; overflow:hidden; position:relative; zoom:1; border-radius:6px;}
.g-index-ppt .swiper-wrapper{width:100%; display:flex; box-sizing:content-box; position:relative; zoom:1; z-index:10; padding:0; box-sizing:border-box;}
.g-index-ppt .swiper-wrapper .swiper-slide{-webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative;}
.g-index-ppt .swiper-wrapper .swiper-slide img{ width:100%; height:auto; display:block; overflow:hidden}
.g-index-ppt .swiper-wrapper .swiper-slide strong{ width:100%; height:30px; line-height:30px; font-size:14px; font-weight:normal; color:#fff; background:rgba(0,0,0,.6); padding:0 3%; box-sizing:border-box; display:block; overflow:hidden; position:absolute; left:0; bottom:0;}

.swiper-container .swiper-wrapper .swiper-slide a{ width:100%; height:auto; display:block; overflow:hidden; position:relative; zoom:1}
.swiper-container .swiper-wrapper .swiper-slide a img{ width:100%; height:auto; display:block; overflow:hidden}
.swiper-container .swiper-wrapper .swiper-slide a strong{ width:100%; height:35px; line-height:35px;font-size:14px; font-weight:normal; color:#fff; text-indent:12px; text-shadow:1px 1px 2px #000; background:rgba(0,0,0,0.5); background-size:414px; display:block; overflow:hidden; position:absolute; left:0; bottom:0; z-index:10;}
.swiper-container .swiper-pagination{ width:auto; height:auto; display:block; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:100}
.swiper-container .swiper-pagination span{ width:4px; height:4px; background:rgba(255,255,255,.5); border-radius:10px; opacity:1; float:left; margin:0 0 0 7px; display:inline; overflow:hidden}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active{ width:13px;}


.g-downrank-box .m-planty-box a{ position:relative;}
.g-downrank-box .m-planty-box a .u-img{ margin:0 0 0 11px}
.g-downrank-box .m-planty-box a .u-rank-num{ width:22px; height:22px; line-height:22px; font-size:14px; font-weight:normal; font-style:normal; color:#fff; text-align:center; background:#c5c5c5; border-radius:4px; display:block; overflow:hidden; position:absolute; left:0; top:12;}
.g-downrank-box .m-planty-box a:nth-child(1) .u-rank-num{ background:#fa4e57}
.g-downrank-box .m-planty-box a:nth-child(2) .u-rank-num{ background:#fa7a53}
.g-downrank-box .m-planty-box a:nth-child(3) .u-rank-num{ background:#fbc258}

/*热门推荐*/
.g-hotrecomd-box .u-title ul li:nth-child(1)::after{ content:"手游"}
.g-hotrecomd-box .u-title ul li:nth-child(2)::after{ content:"软件"}

/*下载排行*/
.g-downrank-box .u-title ul li:nth-child(1)::after{ content:"游戏"}
.g-downrank-box .u-title ul li:nth-child(2)::after{ content:"软件"}
.g-downrank-box .u-title ul li:nth-child(3)::after{ content:"预告"}

/*资讯*/
.g-news-box .u-title ul li:nth-child(1)::after{ content:"最新"}
.g-news-box .u-title ul li:nth-child(2)::after{ content:"最热"}

.u-img-news{
    width: 100px;
    height: 60px;
    display: block;
    overflow: hidden;
}




