@charset "utf-8";
/*
Theme Name: 游戏模板
Time: 
*/

/* 首字母大写 
body{text-transform:capitalize;}*/

/* 全大写 
.topnav{text-transform:uppercase;}*/

/* 浮动与清除 */
.fleft {float: left;}
.fright {float: right;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;font-size: 0;visibility: hidden;}
.clearfix {*zoom:1;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.ovh{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.logoimg{max-width:100%;max-height:100%;}
#wpmobans{display:none;}
.fnone{display:none!important;}
.wp-caption{max-width:100%;}

/*侧边栏三级菜单*/
.zicategory{padding:5px 5px 5px 10px;display:none}
.zicategory li{padding:5px 0;height:40px;line-height:40px}
.sidenav>li{position:relative}
.jia{position:absolute;display:block;width: 30px;height: 30px;text-align:center;line-height:30px;border-radius:50%;border:1px solid #ddd;right:20px;box-sizing: border-box;background: #fff;top:15px;cursor:pointer;}

/*
<script>
$(".jia").click(function () {
if($(this).nextAll("ul").length > 0){
$(this).nextAll("ul").stop().slideToggle();
}
})
</script>
*/
.menu-item a.active-menu{
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
	.picScroll-left{ width:100%;  overflow:hidden; position:relative;  border:0px solid #ccc;   }
		.picScroll-left .hd{  height:30px; padding:0 10px;  }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:21px; height:26px;cursor:pointer; }
		
		.picScroll-left .hd .prev{position:absolute;left:0px;bottom:50%;background:url("static/images/arrow-left.webp") no-repeat;}
		.picScroll-left .hd .next{position:absolute;right:0px;bottom:50%;background:url("static/images/arrow-right.webp") no-repeat;}


		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{  display: table; margin: 0 auto;zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:8px; height:8px; border-radius:50%;overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#2753a3; }
		.picScroll-left .hd ul li.on{ background:#1a87fa; }
		
		
		.picScroll-left .bd{ padding:0 15px 0 35px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
		.picScroll-left .bd ul li{width:19%; margin:0 3px; float:left; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:100%; height:120px; display:block;   }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;  }

		

.tabcon>div { display:none}
.tabcon>div.activetab { display:block}

.tabcon2>div { display:none}
.tabcon2>div.activetab { display:block}

.qiantai_main>div { display:none!important}
.qiantai_main>div.activetab { display:block!important}


          
        .tab-content {  
            display: none;              
        }  
          
        .tab-content.active {  
            display: block;  
            animation: fadeIn 1s ease;  
        }  
          
        .aboutli.active-tab{animation: fadeIn 1s ease;}
		
        @keyframes fadeIn {  
            from { opacity: 0; transform: translateY(100px); }  
            to { opacity: 1; transform: translateY(0); }  
        }  

/*文章页*/
.kmain,.kmain p{line-height:2.3em;}
.kmain p{text-indent:2em;}
.kmain .aligncenter{margin:10px auto;}
.kmain img {max-width:100%;	height:auto;display:block;margin:10px auto;}
.kmain video{max-width:100%;height:auto;display:block;margin:10px auto;}

.kmain code{padding:1px 4px;border-radius:2px;background-color:#eee;font-family:'courier new';color:#777;margin:0 4px}
.kmain table{border:solid 1px #ddd;max-width: 100%;box-sizing:border-box;margin-bottom: 16px;border-collapse:collapse;}
.kmain table th{background-color:#f9f9f9;text-align:center}
.kmain table td,.kmain table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}

.kmain .alignleft{float:left;text-align:left;margin-right:10px}
.kmain .aligncenter{text-align:center}
.kmain .alignright{float:right;text-align:right;margin-left:10px}

.kmain pre{margin:15px auto;font:12px/20px 'courier new';border:1px solid #d6d6d6;border-left-width:4px;background:#fbfbfb;padding:10px 15px}
.kmain blockquote{margin:15px auto;border:1px solid #d6d6d6;border-top-width:3px;padding:15px 20px 10px;background-color:#fdfdfd;}
.kmain blockquote p{margin:0;padding:0;text-indent:24px;margin-bottom:10px;}

/* 分页*/
.pagination{height:40px;width:100%;text-align:center;margin-top: 20px;text-align:center;}
.pagination .current, .pagination a{display:inline-block;height:30px;line-height:30px;padding:0px 8px;border:1px solid #c0c8ce;border-radius: 3px;margin-right:10px;font-size:14px;text-decoration:none;}
.pagination a:hover,.pagination .current{color:#6e7275;background:#FFF;}
.pagination a{background:#c0c8ce;color:#FFF;}


@media screen and (max-width: 768px) {
	div[id^="attachment_"]{width:100%!important;}
	.kmain {overflow-x:auto !important;}
	.kmain table{width:100% !important;}
	.kmain table img{max-width:100% !important;}	
	.showwx2{width:94%;margin-left:3%;left:0;}
}