body{background-color: #F6F7FA;width: 7.5rem;}
img{object-fit: cover;}
.content_box .title_box{
    font-size: .32rem;
    font-weight: bold;
    color: #333;
    height: 0.4rem;
    line-height: .4rem;
    padding: 0.4rem 0 0.2rem;
}
.content_box .title_box .more_btn{
    font-size: 0.24rem;
    color: #969799;
    font-weight: 400;
    position: relative;
}

.content_box .title_box span{
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.px15{padding:0 0.3rem;background-color: #fff;}
.bg_hr{background-color: #F6F7FA;height: 0.2rem;}
.header_box { 
    z-index: 999;
    position: fixed;
    width: 7.5rem;
    top: 0;
    background-color: #358FF0;
}
.header_box .l_item img{
    width: 2rem;
    height: 0.52rem;
}
.header_box .top{padding: 0.2rem 0 0.2rem 0.3rem;}
.header_box .top .m_item{
    background-color: #fff;
    border-radius: 0.26rem;
    padding: 0 0.2rem;
    flex: 1;
    margin: 0 0.2rem;
    line-height: 0.52rem;
    position: relative;
    overflow: hidden;
}
.header_box .top .m_item .search_input{
    display: inline-block;
    width: 100%;
}
.header_box .top .m_item .search_button{
    position: absolute;
    right: 5px;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(/mindex/images/searchBtn.png) no-repeat center center;
    background-size: cover;
}
.header_box .top .l_item,
.header_box .top .m_item,
.header_box .top .r_item{height: 0.52rem}
.header_box .r_item .menu_btn {
    display: inline-block;
    width: 0.84rem;
    height: 100%;
    background: url(/mindex/images/btn.jpg) no-repeat center center;
    background-size: 80%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header_box .r_item .menu_btn.show {
    background: url(/mindex/images/btn.png) no-repeat center center;
    background-size: 55%;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* 下拉菜单 */
.drop_menu_box{
    overflow: hidden;
    background-color: #4796d8;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-width: 320px;
    margin: 0 auto;
    display: none;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    padding-bottom: 6px;
}
/* 上拉菜单 */
.drop_menu_box.show{
    top: 44px;
	height: auto;
	display: block;
}
.drop_menu_box .menu_feilei {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 0 15px;
    line-height: 42px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
}
.drop_menu_box ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 73px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 3px;
    margin: 0 0 15px 15px;
    line-height: 24px;
    text-align: center;
    background: rgba(255,255,255,.1);
    font-size: 14px;
}
.drop_menu_box ul  li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}
/* 菜单 */
.swiper_menu{
    position: fixed;
    width: 7.5rem;
    top: 0.82rem;
    z-index: 98;
    background-color: #fff;
}
.swiper_menu li {
	width: auto;
	min-width: 1.3rem;
	text-align: center;
    padding: 0.2rem 0;
}

.swiper_menu li a {
	display: inline-block;
	height: 0.42rem;
    line-height: 0.38rem;
	text-align: center;
	font-size: 0.28rem;
    color: #666;
    position: relative;
}
.swiper_menu li.active a{
    font-weight: bold;
    font-size: 0.32rem;
    color: #358FF0;
}

.swiper_banner{
    margin-top: 1.22rem;
    height: 3.7rem;
    border-radius: 0.24rem;
    overflow: hidden;
    box-shadow: 0 0 10px 5px #D3E6FF;
}
.swiper_banner ul{
    height: 3.7rem;
}
.swiper_banner li a,
.swiper_banner li a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.swiper_banner li a span{
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding-left: 0.2rem;
    padding-right: 40%;
    background-image: linear-gradient( rgba(0,0,0,0.1),rgba(0,0,0,.7));

}
.swiper_banner .swiper-pagination{
    right: 10px;
    width: auto;
    left: auto;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 5px;
    background-color: #007aff;
}

/* 分类 */
.cate_box{
    margin-bottom: 0.4rem;
}
.cate_box ul{
    padding-top: 0.4rem;
    border-bottom: 1px solid #f5f5f5;
}
.cate_box ul li{
    width: 33.33%;
    float: left;
    margin-bottom: 0.2rem;
}
.cate_box ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cate_box ul li a img{
    display: inline-block;
    width: 1rem;
    height: 1rem;
}
.cate_box ul li a span{
    display: block;
    height: 0.4rem;
    overflow: hidden;
    margin-top: 0.1rem;
    color: #707070;
    font-weight: 40;
    font-weight: 400;
    font-size: 0.28rem;
}
/* 片头 */
.news_box .news_title{
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    position: relative;
    background: linear-gradient(to left,#FFFCFA 0%,#FEF6F1 50%,#FFFCFA 100%);
}
.news_box .news_title a{
    display: block;
    height: 0.64rem;
    color: #707070;
    font-weight: bold;
    font-size: 0.36rem;
    color: #F50;
    overflow: hidden;
}
.news_box .news_title .l,
.news_box .news_title .r{
    position: relative;
    display: inline-block;
    width: 1.48rem;
    height: 0.28rem;
    line-height: 0.28rem;
    color: #FFE6D9;
}
.news_box .news_title .l{
    margin-right: 0.2rem;
    background: url(/mindex/images/new_icon_l.png) no-repeat center center;
    background-size: cover;
}
.news_box .news_title .r{
    margin-left: 0.2rem;
    background: url(/mindex/images/new_icon_r.png) no-repeat center center;
    background-size: cover;
}

.news_box .news_content{
    margin: 0.6rem 0.4rem 0.4rem;
}
.news_box .news_content a img{
    display: inline-block;
    width: 1.92rem;
    height: 1.2rem;
    border-radius: 6px;
    object-fit: none;
}
.news_box .news_content a .r_item{
    flex: 1;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.news_box .news_content a p{
    color: #000;
    font-size: 0.28rem;
    margin: 0.1rem 0;
    width: 100%;
}
.news_box .news_content a span{
    display: block;
    font-size: 0.24rem;
    color: #666;
    font-weight: 400;
}
.news_box .news_list{
    margin: 0 0.4rem;
    padding-bottom: 0.2rem;
}
.news_box .news_list a{
    font-size: 0.28rem;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.2rem;
    position: relative;
    padding-left: 0.2rem;
}
.news_box .news_list a:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #FF5600;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

/* 手机游戏 */
.sj_box .title_box span{
    width: 0.24rem;
    height: 0.36rem;    
    background: url(/mindex/images/title_sj.png) no-repeat center center;
    background-size: cover;
}
.sj_box ul{
    width: 7.2rem;
    margin-top: 0.2rem;
}
.sj_box ul li{
    width: 1.5rem;
    display: block;
    margin-bottom: 0.4rem;
    margin-right: 0.3rem;
    text-align: center;
}
.sj_box ul li img{
    width: 100%;
    height: 1.5rem;
    display: block;
    border-radius: 25%;
    vertical-align: bottom;
}
.sj_box ul li p{
    font-weight: 400;
    font-size: 0.28rem;
    color: #333;
    height: 0.4rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.sj_box ul li span{
    display: inline-block;
    text-align: center;
    border-radius: 0.28rem;
    width: 1.28rem;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.52rem;
    margin-top: 0.1rem;
    background: linear-gradient(92deg, #6B8BFF 0%, #006FFF 100%);
}

/* 今日精选 */
.activity_box{
    padding-bottom: 0.3rem;
}
.activity_box .title_box span{
    width: 0.36rem;
    height: 0.36rem;    
    background: url(/mindex/images/title_jx.png) no-repeat center center;
    background-size: cover;
    top: 2px;
}
.activity_box .activity_item>a{
    width: 48%;
    float: left;
    margin-top: 0.24rem;
    box-sizing: border-box;
}
.activity_box .activity_item>a:nth-child(even){
    float: right;
}
.activity_box .activity_item>a img{
    width: 100%;
    height: 2rem;
    border-radius: 0.2rem;
}
.activity_box .activity_item>a span{
    display: block;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333;
    margin-top: 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
}

/* 街机游戏 */
.jieji_box .title_box span{
    width: 0.36rem;
    height: 0.36rem;
    background: url(/mindex/images/title_jj.png) no-repeat center center;
    background-size: cover;
    top: 2px;
}


/* 游戏专题 */
.zt_box .title_box span{
    width: 0.34rem;
    height: 0.36rem;
    background: url(/mindex/images/title_zt.png) no-repeat center center;
    background-size: cover;
}
.zt_box{padding-bottom: 0.3rem;}
.zt_box .title_box{padding-bottom: 0.4rem;}
.game_flash .swiper-slide{width:auto;font-size:0}
.game_flash a{float:left;margin-right:.4rem;height:100%;width:1.6rem}
.game_flash a img{display:block;width:1.6rem;height:1.6rem;border-radius:24%}
.game_flash a span{display:block;width:100%;text-align:center;height:.6rem;line-height:.6rem;color:#333;font-size:.28rem;overflow: hidden;font-weight: 400;}

.zt_box .activity_item>a{
    width: 48%;
    float: left;
    margin-top: 0.24rem;
    box-sizing: border-box;
}
.zt_box .activity_item>a:nth-child(even){
    float: right;
}
.zt_box .activity_item>a img{
    width: 100%;
    height: 2rem;
    border-radius: 0.2rem;
}
.zt_box .activity_item>a span{
    display: block;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333;
    margin-top: 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
}
/* 热门软件 */
.hot_box .title_box span{
    width: 0.36rem;
    height: 0.36rem;
    background: url(/mindex/images/title_hot.png) no-repeat center center;
    background-size: cover;
}
.dropload_list {
    padding-bottom: 0.2rem;
}
.dropload_list li:after{
    content: '';
    height: 0;
    display: block;
    margin: 0 0.3rem 0 1.8rem;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    transform: scaleY(0.5);
}
.dropload_list li:last-child:after{
    border-bottom: none;
}
.dropload_list li a{
    display: block;
    padding: 0.1rem 1.1rem 0.1rem 0.15rem;
    overflow: hidden;
    position: relative;
}
.dropload_list li a img{
    float: left;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.3rem;
    overflow: hidden;
    border-radius: 0.4rem;
}
.dropload_list li a .title{
    margin: 0.2rem 0;
    font-weight: normal;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #344058;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
}
.dropload_list li a .info{
    font-size: 0.24rem;
    line-height: 0.24rem;
    height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #959dad;
    display: block;
    margin-bottom: 0.2rem;
}
.dropload_list li a .btn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.3rem;
    line-height: 0.52rem;
    text-align: center;
    width: 1.2rem;
    border-radius: 0.6rem;
    background-color: #006FFF;
    color: #fff;
    font-size: 0.24rem;
}

/* 最新攻略 */
.gl_box .title_box span{
    width: 0.34rem;
    height: 0.36rem;
    background: url(/mindex/images/title_gl.png) no-repeat center center;
    background-size: cover;
}
.gl_box .tab_menu{
    width: 4.56rem;
    margin: 0.1rem auto;
    position: relative;
}
.gl_box .tab_menu span{
    display: inline-block;
    width: 1.32rem;
    height: 0.48rem;
    color: #FFB31A;
    float: left;
    margin-right: 0.2rem;
    background-color: #FFF9ED;
    text-align: center;
    line-height: 0.48rem;
    border-radius: 0.24rem;
    font-size: 0.28rem;
}
.gl_box .tab_menu span.active{
    color: #fff;
    background-color: #FEAA1C;
}
.gl_box .tab_menu span em{
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    margin-right: 0.1rem;
}
.gl_box .tab_menu span:nth-child(1) em{
    width: 0.2rem;
    height: 0.32rem;
    background: url(/mindex/images/tab_gl_sy@.png) no-repeat center center;
    background-size: cover;
    top: 0.06rem;
}
.gl_box .tab_menu span.active:nth-child(1) em{
    background: url(/mindex/images/tab_gl_sy.png) no-repeat center center;
    background-size: cover;
}
.gl_box .tab_menu span:nth-child(2) em{
    background: url(/mindex/images/tab_gl_dj@.png) no-repeat center center;
    background-size: cover;
    top: 0.04rem;
}
.gl_box .tab_menu span.active:nth-child(2) em{
    background: url(/mindex/images/tab_gl_dj.png) no-repeat center center;
    background-size: cover;
}
.gl_box .tab_menu span:nth-child(3) em{
    background: url(/mindex/images/tab_gl_rj@.png) no-repeat center center;
    background-size: cover;
    top: 0.04rem;
}
.gl_box .tab_menu span.active:nth-child(3) em{
    background: url(/mindex/images/tab_gl_rj.png) no-repeat center center;
    background-size: cover;
}
.gl_box .gl_list {
    width: 100%;
    overflow: hidden;
}
.gl_box .gl_list>div{
    overflow: hidden;
    width: 300%;
    transition: all .5s ease-out;
}
.gl_box .gl_list .slider_box0{
	transform: translateX(0);
}
.gl_box .gl_list .slider_box1{
	transform: translateX(-33.333%);
}
.gl_box .gl_list .slider_box2{
	transform: translateX(-66.666%);
}
.gl_box .gl_list ul{
    width: 33.333%;
    float: left;
    padding-left: 1px;
    box-sizing: border-box;
}
.gl_box .gl_list ul li{ border-bottom: 1px solid #f2f2f2;}
.gl_box .gl_list ul li a{
    padding: 0.3rem 0;
    display: flex;
}
.gl_box .gl_list ul li a img{
    display: inline-block;
    width: 2.36rem;
    height: 1.56rem;
    border-radius: 0.1rem;
    overflow: hidden;
    object-fit: none;
}
.gl_box .gl_list ul li a .r_item{
    flex: 1;
    margin-left: 0.2rem;
}
.gl_box .gl_list ul li a p{
    color: #333;
    font-size: 0.32rem;
    height: 0.96rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
}

.gl_box .gl_list ul li a span{
    display: block;
    text-align: right;
    font-size: 0.24rem;
    color: #999;
}

/* 友情链接 */
.link_box{
    padding-bottom: 0.4rem;
}
.link_box .title_box span{
    width: 0.36rem;
    height: 0.36rem;
    background: url(/mindex/images/title_link.png) no-repeat center center;
    background-size: cover;
}
.link_box a{
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    float: left;
    text-align: center;
    color: #333;
    margin-right: 0.4rem;
    font-size: 0.26rem;
}

/* 底部 */
.footer_box{
    background-color: #333333;
    text-align: center;
    padding: 0.4rem 0;
}
.footer_box p{
    color: #666;
    font-size: 0.24rem;
    font-weight: 400;
    margin-top: 0.2rem;
}

/* 返回顶部 */
.back_top{
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    position: fixed;
    z-index: 99;
    right: -1rem;
    bottom: 2rem;
    opacity: 0;
    transition: all .5s ease-in;
    border-radius: 0.1rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 2px #ddd;
}
.back_top.fixed_btn{
    right: 0.3rem;
    opacity: 1;
}
.back_top>a{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(/mindex/images/back_top.png) no-repeat center center;
    background-size: cover;
    position: relative;
    top: 5px;
}
