/* 小火箭css */
#gotop1{width:50px;position:fixed;bottom:120px;cursor:pointer;z-index:99998;right:50%;margin-right:-49.5%}
#gotop2{width:50px;position:fixed;bottom:120px;z-index:99998;margin-left:.5%}
/* 小火箭悬停特效 */
#gotop1:hover {
    animation: rubberBand 1s;
}


.footer-nav{position:fixed;bottom:0;left:0;z-index:99999;width:100%;background-color:#fff;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -2px 5px rgba(0,0,0,.1)}
.nav-item{flex:1;text-align:center;padding:5px 0;display:block;}
.nav-icon{width:24px;height:24px}
.nav-text{margin:2px 0 0;font-size:14px;color:#333;line-height:16px;}





@keyframes rubberBand {
	from{transform:scale3d(1,1,1)}
	30%{transform:scale3d(1.25,.75,1)}
	40%{transform:scale3d(.75,1.25,1)}
	50%{transform:scale3d(1.15,.85,1)}
	65%{transform:scale3d(.95,1.05,1)}
	75%{transform:scale3d(1.05,.95,1)}
	to{transform:scale3d(1,1,1)}
}
/* end 小火箭 */
@media(min-width:768px){
	.footer-nav{display:none;}
}
@media(max-width:767px){
	.dt_in .dt_left{display:none;}
	.headerm .logo{clear:both;float:none;position:relative;}
	.header .nav{clear:both;float:none; display:inline-block;height:30px; margin:15px auto;}
	/* .header .nav {width:500px;overflow:hidden;} */
	.header .nav li{width: auto;height:30px;display: inline-block;float:none;}
	.header .nav li a{padding:0 15px}
	.con_box .banner{position:relative;padding:0;}
	.con_box .banner .focus-box{position:relative;}
	.focus-box {min-height:120px;max-height:420px;height:240px;}
	.focus-box ul{min-height:200px;}
	.focus-box ul,.focus-box ul li,.focus-box ul li img{height:auto;}
	.focus-btn{position:absolute; left:0; bottom:25px;}
	.log_kinds {display:none;}
	
	.m_conl{padding: 0px;}
	
	
	.m_conr {width:100%;position: relative;top: 0;right: 0;padding:10px;}
	
	.games{padding: 0px;}
	.g_lis2 ul li{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;height:auto;cursor:pointer;border-radius:5px;overflow:hidden;float:left;display:inline;padding:0 5px;position:relative}
	.product-brief {display:none;}

	.rank{width:100%;position: relative;top: 0;right: 0;padding:10px;}
	
	.user-menu{width: 100%;height:auto;padding:10px 15px;position: relative;left: 0;top: 0;z-index: 199;display:inline-block;clear:both;}
	.user-menu li{height:42px;float:left;width: 33.3333%;box-sizing: border-box;overflow:hidden;}
	.user-menu li a{display:block;width:auto;padding-left:42px;margin-left:-42px;height:42px;line-height:42px;font-size:14px;color:#595757;text-indent:30px;overflow:hidden;}

	.user-ctn{width:100%;min-height:500px;padding:10px 0 10px 0px;border-left:1px solid #f2f2f2;left: 0;top: 0px;z-index: 99;position: relative;clear:both;border-top:10px solid #f7f7f7;}
	
	/* .mod-login-wp{width:268px;padding:0 34px;background:#D8DBEA;background:rgba(255,255,255,.9);position:absolute;top:50%;left:50%;margin-left:-134px;}
	.logotitle{display:none;} */
	.newslist li .date{display:none;}
	.newsbox{padding-top:10px;}

}

@media(max-width:991px){
	
}