@charset "utf-8";
/* CSS Document */
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size:62.5%;/*10px*/
	}

html *{
	tap-highlight-color:rgba(0,0,0,.05);/*ios的Safari浏览器的链接点击时的效果*/
	-webkit-tap-highlight-color:rgba(0,0,0,.05);
	-ms-tap-highlight-color:rgba(0,0,0,.05);
	margin:0;
	padding:0;
	}
body{
	font-size:1.4rem;/*14px*/
	font-family:"微软雅黑";
	background: #fff;	
	}
article,aside,details,figure,figcaption,footer,header,hgroup,main,menu,nav,section,summary {
	display:block
	}
ul li{list-style:none;}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;	
}
a:hover {
	color: #09C;
	text-decoration: none;	
}
a:active {
	color: #09C;
	text-decoration: none;	
}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
hr{
	display: block;
	height: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px dashed #ccc;	
}

.contaier{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.menu{
	width: 250px;
	background: #000;
	position: fixed;
}
.menu .menu-tit{
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding:10px 5px;
}
.menu .slide-left{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -24px;
	cursor: pointer;
}
.menu .menu-list li{
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;	
}
.menu .menu-list li a{
	color: #eee;
	display: block;
}
.menu .menu-list li a.list-child{
	font-size: 12px;
	color: #999;
	padding-left: 1em;
}
.content{		
	padding: 20px;
	margin-left: 250px;
}
.content p{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}

input[type=button]{
	height: 30px;
	font-family: "微软雅黑";
	padding:0 10px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 4px;
	cursor: pointer;
}
input[type=button]:focus{
	outline: none;	
}
input[type=button]:hover{
	color: #fff;
	background: #000;
}
