[v-cloak]{display: none}
*{
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color:rgba(0,0,0,0);
	 
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(0,0,0,0);
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #aaa;
}

body{
	font-size: 12px!important;
	color: #333;
	background-color:#F5F5F5 ;
}
a{
	cursor: pointer;
	transition: all ease-out 0.3s; 
	text-decoration: none;
	transform: translateZ(0);
	font-size: 12px
}
html,body{
	height: 100%;
}
#app{
	height: 100%;
}

.flexBox{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flesSpace{
	justify-content: space-between;
}

.el-header, .el-footer , .el-main{
	padding: 0;	
 }


.headerBox,.footerBox{
	width: 96%;
	height: 60px;
	background-color: #fff;
	padding: 0 2%;
}
.el-aside{
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	z-index:99
}
.asideBox{
	width: 100%;
	background-color: #fff;
	height: 100%;
	
}
.el-menu {
	border: 0;
}

.mainBox{
	padding: 10px;
}

.logoBox{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #1E9FFF;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.navBox{
	width: 98%;
	background-color: #fff;
	padding:15px 1%;
	border-radius: 4px;
}

.timeBox{
	margin-left: 20px;
	color: #1E9FFF;
}

.pageBox{
	background-color: #fff;
	width: 98%;
	padding:15px 1%;
	border-radius: 4px;
	margin: 10px 0;
	
}
.aside {
    
}