*
{
	padding: 0;
	margin: 0;
}

a
{
	/*去掉超链接下划线*/
	text-decoration:none
} 

a:link
{
	/*未点击连接*/
	color:Peru;
}

a:visited
{
	/*已点击连接*/
	color:Peru; 
}

a:hover 
{
	/*鼠标移上去时的颜色*/
	color:DarkRed; 
}

#line_canvas
{
	height:100%;
	width: 100%;
}

#footer
{
	width: 100%;
	position:absolute;
	bottom: 0px;
	font-size:smaller;
	text-align:center;
	padding-top: 1em;
    padding-bottom: 1em;
	color: gray;
	background-color: rgba(57, 61, 86, 0.388235);
}

#content
{
	position:absolute;
	margin: 40vh 0vh 0vh 0vh;
	width: 100vw;
	color: #ffffff;
	font-size: 10rem;
	text-align:center;
	z-index: -2;
    opacity: 0;
}

#body_tip
{
	position:absolute;
	margin-top: 40%;
	z-index: -1;
	opacity: 0.5;
	color: rgba(128, 128, 128, 0.37);
}


/*#blog_head
{
	height: 100px;
	width: 100%;
	background: #00abeb;
	text-align:center;
	font-size: xx-large;
}*/

/*上面的标题*/

#top_title_layout
{
	position:absolute;
	height: 100%;
	width: 100%;
	opacity: 0.9;
	background:url("./banner.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
}

#top_title_noimg_layout
{
	position:absolute;
	height: 10%;
	width: 100%;
	top:4%;
	opacity: 1;
}



#top_title_text
{
	float:left;
	align-items: center;
	text-align:center;
	font-size: x-large;
	color: #ffffff;

}

#top_title_icon
{
	float:left;
	padding-left: 1%;
	width: 6em;
	height: 2em;
}

#top_title_blog
{
	float:right;
	padding-right: 3%;
	font-size: x-large;
}

div>a
{
	color: #ffffff;
}
div>a:link
{
	/*未点击连接*/
	color: #ffffff;
}

div>a:visited
{
	/*已点击连接*/
	color: #ffffff; 
}

p>a
{
	color: rgba(128, 128, 128, 0.5);
}
p>a:link
{
	/*未点击连接*/
	color: rgba(128, 128, 128, 0.5);
}

p>a:visited
{
	/*已点击连接*/
	color: gray; 
}



