/* 通用的链接样式开始 */
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:link{
	color: #000000; 
	text-decoration: none;
}
a:visited{
	color: #000000; 
	text-decoration: none;
}
a:hover{
	color: #1a73e8; 
	text-decoration: underline;
}
a:active{
	color: #1a73e8; 
	text-decoration: none;
}
a img{
	border: 0;
}

.outer{
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.inner{
	margin: 5px 10px 5px 10px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.admin-col:hover{
	background: #EEEEEE;
}

/* 通用的链接样式结束 */

@media screen and (min-width:721px){
	.top-nav{
		width: calc(100% - 20px);
		height: 50px;
		line-height: 50px;
		padding: 0 10px 0 10px;
		background: #FFFFFF;
		/*color: #FFFFFF;*/
		border-bottom: #EEEEEE 1px solid;
		position: fixed; top: 0;
		left: 0;
		z-index: 99;
	}
	.left-nav{
		height: 100%;
		display: block;
		top: 50px;
		left: 0;
		position: fixed;
	}
	.right-con{
		width: calc(100% - 180px);
		top: 50px;
		left: 180px;
		padding: 5px 0 5px 0;
		position: absolute;
	}
	.right-title{
		display: none;
	}
}

@media screen and (max-width:720px){
	.top-nav{
		display: none;
	}
	.left-nav{
		display: none;
	}
	.right-con{
		width: 100%;
		float: left;
	}
	.right-title{
		display: block;
	}
}
