@charset "gb2312";
/* CSS Document */

html{
	font-family:san-serif;
	webkit-text-size-adjust:100%;
}

body{
	background:#ccc;
	color: #666;
	font-size: .18rem;
	font-family: Microsoft Yahei,serif;
	line-height: 1;
	webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	margin-bottom: 0px;
}
*{
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color:transparent;
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
    .black_box{
        display: none;
        background-color:rgba(0,0,0,0.5);
        width:100%;
        height:100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
.body-wrap{
	width:7.5rem;
	margin: 0 auto;
}
.mui-bar-tab{
	/*bottom:0;*/
	display: table;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	-webkit-touch-callout:none;
}
.mui-bar{
	position:fixed;
}
/*顶部导航*/
.index-nav{
	top: 0;
	left: 50%;
	z-index: 5;
	max-width: 7.5rem;
	background: #fff;
	border-bottom: 1px solid #999;
	transform:translate(-50%,0);
}

.icon-logo{
	width:1.0rem;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999999;
}
.index-nav .search{
	margin-left:105px;
	margin-right: 60px;
	position: relative;
}
.index-nav .search_input{
	height: 38px;
	width: 100%;
	font-size: .14rem;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
}
.index-nav .search_btn{
	position: absolute;
    right: 5px;
    top: 4px;
    width: 34px;
    height: 34px;
    margin-top: 5px;
    display: block;
    border: none;
    background:url(/app/images/search.png) no-repeat center;
    background-size: 18px;
    cursor: pointer;
}
.user{
 	position: absolute;
    right: 15px;
    top: 12px;
	width: 30px;
	height: 30px; cursor:pointer;
}
.user .icon-guanzhu {
    background:url(/app/images/user_white.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}



/*菜单面板*/
.panel_nav{
	display: none;
	max-width: 7.5rem;
	background-color: #fff;  
	box-shadow: 2px 3px 8px #999; 
	overflow: hidden; 
	text-align: left;
	position: fixed;
	z-index: 999;
	top: 55px;
	left: 50%;
	transform:translate(-50%,0);	
}
.game_all {
    display: block;
}
.game_all ul{
	margin-top:6px;
}
.game_all ul li{
/*	text-indent: 40px;*/
	width: 25%;
	height: 35px;
	float: left;
	text-align: center;
}
.game_all ul li:hover{
	background-color:#eee;
}
.game_all ul li a{
	color:#454545;
	cursor:pointer;
	font-size: .14rem;
	line-height: 35px;
}

.game_all .nav_sq li{
	clear:both;
	width: 100%;height: 45px;
}
.nav_sq li p{
	width: 60px;
	margin: 0 auto;
	color:#1381f1;
	font-size: .16rem;
	background: url(/app/images/nav_sq.png) right no-repeat;
	background-size: 14px;
	padding-right: 25px;
	line-height: 45px;
	cursor: pointer;
    height: 45px;
}

/*玩过的游戏*/
.played_box{
	width: calc(100% - .2rem);
	background-color: #fff;  
	margin:0 auto;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;  
	border-bottom-right-radius: 10px; 
	box-shadow: 2px 3px 8px #d1d2d1; 
	overflow: hidden; 
	position: relative;
}
.played_userId{
	position: relative;
}
.played_userId p{
	font-size:.16rem;
	line-height: 35px;
	margin-left: 20px;
	background:url(/app/images/xiushi_03.png) no-repeat;
	background-position-y: center;
	padding-left: 10px;
	float: left;
}
#user_id{
	line-height: 35px;
}
#loginout_btn{
	color:#1381f1;
	line-height: 35px;
	cursor: pointer;
	border: 0;
	font-size: .16rem;
	background-color: transparent;
	margin-left: 50px;
}
.hide_btn{
	position:absolute;
	right: 20px;
	top:0px;
	width: 50px;
	margin: 0 auto;
	color:#1381f1;
	font-size: .16rem;
	background: url(/app/images/nav_sq.png) right no-repeat;
	background-size: 14px;
	line-height: 35px;
	cursor: pointer;
}
.played{
	position:relative;
}
.played .played_menu{
	clear: both; 
	width: 100%;
	position: relative;
	border-top: 1px solid #eee;
	float: left;
}
.played .played_menu .small_diagram{
	width:0.8rem;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.played .played_menu .text{
	max-width: 450px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;/*单行显示(强制)*/
	float: left;
	margin-left: 20px; 
	text-align: left; 
	margin-top: 18px;
}
.played .played_menu .text li span{ 
	font-size: .22rem; 
	color: #333; 
	line-height: 50px;
	display: block;
}
.played .played_menu .text li span.game_type{ 
	font-size: .14rem; 
	color: #999; 
	line-height: 12px;
}
.played .played_menu .text li p{
	clear: both;
	color: #999; 
	font-size: .14rem; 
	line-height: 32px;
	cursor: pointer;
}
.played .played_menu button{
	border-radius: 5px; 
	background-color: #09bb07; 
	border: none; 
	color: #fff; 
	font-size: .18rem; 
	position:absolute;
	top:39.5px;
	right: 20px;
	cursor: pointer;
	padding: 8px 18px;
}
#show_all{
	width: 100%;
	height: 40px;
	text-align:center;
	color:#1381f1;
	font-size: .18rem;
	line-height: 40px;
	cursor: pointer;
}
.played_1 .played_menu button{
	background-color:#00b3ff;
}
/*游戏列表*/
.mui-content{
	background-color:#eee;
	webkit-overflow-scrolling:touch;
	padding-top: 54px;
}
.content{
	width: calc(100% - .2rem);
	background-color: #fff;  
	margin:0 auto;
	margin-bottom: 10px; 
	margin-top: 10px;
	border-radius: 10px; 
	box-shadow: 2px 3px 8px #d1d2d1; 
	overflow: hidden; 
	text-align: center;
}
.content  img{
	width:100%; 
	float: left; 
	cursor: pointer;
}

.content .content_text{
	clear: both; 
	width: 100%;
	position: relative;
}
.content .content_text .small_diagram{
	width:0.8rem;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.content .content_text .text{
	max-width: 450px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;/*单行显示(强制)*/
	float: left;
	margin-left: 20px; 
	text-align: left; 
	margin-top: 18px;
}
.content .content_text .text li span{ 
	font-size: .22rem; 
	color: #333; 
	line-height: 50px;
	display: block;
}
.content .content_text .text li span.game_type{ 
	font-size: .14rem; 
	color: #999; 
	line-height: 12px;
}
.content .content_text .text li p{
	clear: both;
	color: #999; 
	font-size: .14rem; 
	line-height: 32px;
	cursor: pointer;
}
.content .content_text button{
	border-radius: 5px; 
	background-color: #00b3ff; 
	border: none; 
	color: #fff; 
	font-size: .18rem; 
	position:absolute;
	top:39.5px;
	right: 20px;
	cursor: pointer;
	padding: 8px 18px;
}

/*底部信息*/
.footer_wap {
	width: 100%;
	padding: 10px 0px 20px 0px; 
	text-align: center; 
	background: #fff; 
	clear: both;
}
.footer_wap .nav {
	padding-top: 10px;
	line-height: 22px;
}	
.footer_wap .nav a {
	display: inline-block; 
	margin: 0 10px; 
	font-size: .12rem; 
	color: #666; 
	line-height: 22px; 
	text-decoration: none;
}
.footer_wap .wangwen a {
	margin: 0 3px; 
	font-size: .12rem; 
	color: #666; 
	line-height: 22px; 
	text-decoration: none;
}	
.footer_wap .wangwen .wangwen_Integrated:hover{
	color:#3181f1;
}
.footer_wap .copyright {
	color: #666; 
	line-height: 22px; 
	font-size: .12rem;
}
.mui-bar-tab .mui-tab-item{
	display:table-cell;
	overflow: hidden;
	width: 1%;
	/*height: 50px;*/
	color: #929292;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-tab .iconfont{
	display:block;
	margin-bottom: 0.05rem;
	font-size: .36rem;
}
.iconfont{
	font-family:"iconfont"!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/*二维码*/
.pc_url {
    display: block;
    position:fixed;
    z-index: 99;
    top: 120px;
    left: 50%;
    margin-left: 420px;
    height: 122px;
    width: 280px;
    border: 1px solid #CCC;
    background: #FFF;
}
.pc_url img {
    float: left;
    margin: 0px;
    height: 120px;
    width: 120px;
    display: block;
    border: none;	
}

.pc_url p {
    font-family: Microsoft YaHei;
    font-size: .18rem;
    color: #1a1a1a;
	line-height: 24px;
    width: 126px;
    float: right;
    margin-top: 18px;
    margin-right: 18px;
}

.pc_url p span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
/*/二维码*/

/*注册登录框*/
.blank {
    display: block;
    width: 7.5rem;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed!important;
    z-index: 9999;
	left: 50%;
	margin-left: -3.75rem;
}
.userRegLog iframe {
    position: fixed!important;
    z-index: 9999;
/*    top: 50%;
    margin-top: -220px;
    left: 50%;
    margin-left: -170px;*/
}

/*注册登录框*/
.close{
	z-index: 9999;
	width: 7.5rem;
	cursor: pointer;
	position:fixed!important;
	top: 50%;
	left: 50%;
    margin-top: 2.1rem;
	margin-left: -3.75rem;
}
.close a{
	width: .4rem;
	height: .4rem;
	display: block;
	background: url(../images/close.png) center no-repeat;
	background-size: 100%;
	margin: 0 auto;
}





@media screen and (max-width: 750px){

.body-wrap{
	width:100%;
}
.pc_url {
	display:none;
}

}

@media screen and (max-width: 720px){
.footer_wap .nav {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 22px;
	}
	.played .played_menu .text,.content .content_text .text{
		max-width:55%
	}

}
@media screen and (max-width: 640px){
body{
	font-size:.18rem;	
}

.index-nav .search_input{
	/*width: 89%;*/
}

.content .content_text .text li span {
    font-size: .21rem;
}
.content .content_text button {
    font-size: 0.17rem;
}
.played .played_menu .text li span {
    font-size: .21rem;
}
.played .played_menu button {
    font-size: 0.17rem;
}
.footer-tab{
	height: 0.60rem;
}
}


@media screen and (max-width: 592px){	
body{
	font-size:.16rem;
	/*padding-bottom: 0.6rem;*/
}

/*.index-nav .search_input{
	width: 86%;
}*/
.played .played_menu .text,.content .content_text .text{
		max-width:45%
	}
.played .played_menu .text li span {
    font-size: .2rem;
}
.played .played_menu button {
    font-size: 0.16rem;
	top:40.5px;
}
.content .content_text .text li span {
    font-size: .2rem;
}
.content .content_text button {
    font-size: 0.16rem;
	top:40.5px;
}
.footer-tab{
	height: 0.58rem;
}
}


@media screen and (max-width: 480px){
body{
	font-size:.15rem;
	/*padding-bottom: 0.5rem;*/
}

.index-nav .search_input{
	/*width: 82%;*/
}
.index-nav .search_btn{
    right: 3px;
}
.footer-tab{
	height: 0.50rem;
}
.played .played_menu .text,.content .content_text .text{
		max-width:42%
	}
}
@media screen and (max-width: 440px){
body{
	font-size:.12rem;	
}
	
.index-nav .search{
	margin-right: 52px;
}
.user{
   /* right: 12px;
    top: 13.5px;*/
	width: 28px;
	height: 28px;
}
.user .icon-guanzhu {
    width: 28px;
    height: 28px;
}
.footer-tab {
    height: 0.45rem;
}
.played_userId p{
	margin-left: 10px;
	font-size: .14rem;
}
.hide_btn{
	font-size: .14rem;	
	width: 45px;
	background-size: 12px;
}
#loginout_btn{
	font-size: .14rem;	
}
#show_all{
	font-size: .14rem;		
}
.played .played_menu .small_diagram {
	width:0.6rem;
    margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.played .played_menu .text,.content .content_text .text{
		max-width:51%
	}
.played .played_menu .text{
	margin-left:10px;
}
.played .played_menu .text li span {
    font-size: .17rem;
	line-height: 32px;
}
.played .played_menu .text li span.game_type , .content .content_text .text li span.game_type{
    font-size: .12rem;
}
.played .played_menu button, .content .content_text button {
    right:10px;
	top: 26.5px;
	font-size: .14rem;	
}
.content .content_text .small_diagram {
	width:0.6rem;
    margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content .content_text .text{
	margin-left:10px;
}
.content .content_text .text li span {
    font-size: .17rem;
	line-height: 32px;
}
.footer-tab .iconfont{
	margin-bottom:0.03rem;
}
}


@media screen and (max-width: 400px){
.index-nav .search_input{
	/*width: 77%;*/
}
.game_all ul li a {
    font-size: .12rem;
}
.played .played_menu .text,.content .content_text .text{
		max-width:42%
	}
}
@media screen and (max-width: 380px){
.footer_wap .nav p{
	font-size: .13rem;
}
}

@media screen and (max-width: 348px){
body{
	/*padding-bottom: 0.4rem;	*/
}
.index-nav .search_input{
	/*width: 72%;*/
}
.game_all ul li {
    width: 33.33%;
}
.played .played_menu .small_diagram {
	width: 0.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.played .played_menu .text{
	margin-top:10px;
}
.played .played_menu .text li span {
    font-size: .16rem;
}
.played .played_menu button {
    font-size: 0.14rem;
	top:21px;
	padding: 6px 14px;
}
.content .content_text .small_diagram {
	width: 0.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .content_text .text{
	margin-top:10px;
}
.content .content_text .text li span {
    font-size: .16rem;
}
.content .content_text button {
    font-size: 0.14rem;
	top:21px;
	padding: 6px 14px;
}
.footer-tab{
	height: 0.4rem;
}
.footer-tab .iconfont{
	margin-bottom:0.03rem;
}	
}


@media screen and (max-width: 320px){
.index-nav .search_input{
	/*width: 70%;*/
}
.index-nav .search_btn {
   /* right: .7rem;*/
}
}
.played .played_menu .text,.content .content_text .text{
		max-width:38%
	}



.back{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/app/images/arrow_ico1.png) no-repeat center 50%;
	background-size: 17px auto;
	z-index: 9;
}