/*
Theme Name: 徐大侠 - XAEM
Theme URI: FF
Author: cc
Author URI: FF
Description: 重庆徐大侠文化传媒有限公司
Requires at least: 5.1
Requires PHP: 5.6
Version: 1.1
Tags: 徐大侠
*/







body{
	position:absolute;
	display:block;
	font-family:"Aqua","Raleway","Arial","Times New Roman","Georgia","Serif";
	font-style:normal;
	box-sizing:content-box;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:calc(100%);
	font-size:14px;
	line-height:36px;
	font-weight:500;
	scrollbar-width: thin;
	word-wrap: break-word;
	word-break: break-all;
	background: rgba(255, 255, 255, 1);
	color:rgba(0,0,0,1);
	touch-action: pan-y;
}
a{
	text-decoration:none;
	transition:0.3s;
	color:rgb(0,0,0);
}
a:hover{
	text-decoration:underline;
}





.xaem_header{
	z-index: 1;
	position: fixed;
	float: left;
	display: block;
	box-sizing: content-box;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(100%);
	height: 100px;
	border-bottom: 1px solid rgba(115, 115, 115, 0.18);
	background: rgb(220, 244, 249);
}
.xaem_body{
	float: left;
	display: block;
	box-sizing: content-box;
	margin: 101px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(100%);
	/*min-height:500px;*/
}
@media screen and (min-width:0px) and (max-width:720px){
	.xaem_body{
		margin: 51px 0px 0px 0px;
	}
}









