<style type="text/css">



*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	margin:0px;
	padding:0px; 
	background-color: #05121a;
	background-repeat: repeat;
	font: normal 100% Helvetica, Arial, sans-serif;
}

#box{
	width: 100%; 
	height: 100%;
	overflow: hidden;
	
}

#HyperTitle{
	color:#33ccff;
}

#HyperTitle:hover{
	letter-spacing: 20px;	
}

#HyperTitle2{
	color:#ffff37;
	animation:hyperTitle 5s;
	-webkit-animation:hyperTitle 5s;	
}

#HyperTitle2:hover{
	letter-spacing: 20px;	
}

@keyframes hyperTitle 
{
0%   {left:0px;}
25%  {left:50px;}
50%  {left:100px;}
75%  {left:50px;}
100% {left:0px;}
}

@-webkit-keyframes hyperTitle /* Safari and Chrome */
{
0%   {left:0px;}
25%  {left:50px;}
50%  {left:100px;}
75%  {left:50px;}
100% {left:0px;}
}

#slogan{
	margin:0px;
	background-image:url(https://hyself.top/images/slogan.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow: hidden;
	height:47vh;
	max-height: 47vh;
}

@-webkit-keyframes slogan /* Safari 与 Chrome */
{
    0%   {opacity: 0.2;font-size:3vh;}
    25%  {opacity: 0.4;font-size:4vh;}
    50%  {opacity: 0.6;font-size:5vh;}
    75%  {opacity: 0.8;font-size:6vh;}
    100% {opacity: 1;font-size:7vh;}
}

#slogan p{
	color:#fff;
	text-align: center;
	margin-top: 10%;
	font-size: 7vh;/*3.125rem*/
	font-family: Verdana," sans-serif","宋体";
	font-weight: bold;
	text-shadow: 5px 2px 6px #000;
	animation: slogan 0.5s;
    -webkit-animation: slogan 0.5s; /* Safari 与 Chrome */
}

#slogan:hover{
	background-image: url(https://hyself.top/images/slogan2.png);
}

#header{
	background:#05121a;
}

#subtitle{
	color:#fff;
}

#subtitle a{
	color:#fff;
}

#blogTitle h2{
	font-size:15px;
	opacity: 0.7;
	text-shadow:0 0 2px #fff;
}

#blogTitle h2:hover{
	color:#fff;
	opacity: 1;
}

.dayTitle a{
	display:none;
}

.dayTitle{
	background-color:#05121a;
	background-image: url(https://hyself.top/images/Hy.ico);
	background-size:100% 100%;
	background-repeat:no-repeat;
	box-shadow:none;
	border-radius:0 0 0 0;
}

.postTitle a{
	color:#000;
}

.postTitle a:hover{
	color:#05121a;
	text-decoration:underline;
}

.c_b_p_desc a:hover,.postDesc a:hover{
	color:#05121a;
}

#footer{
	display:none;
}

.bottom{
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1vh;
	overflow: hidden;
	color: #fff;
	opacity: 0.5;
}

.bottom span{
	color:#fff;
	font-family:"宋体"; 
	font-size:1rem;
	font-weight: bold;
}

.bottom a{
	color:#fff;
	font-family:"宋体"; 
	font-size:1rem;
	text-decoration: none;
	font-weight: bold;
}

.bottom a:hover{
	text-decoration:underline;
	opacity: 0.8;
}

.bottom_p{
	font-size: 0.625rem;
	opacity: 0.3;
}

.bottom_p a{
	color:#fff;
	font-family:"宋体"; 
	font-size:0.9375rem;
	text-decoration:underline;
	font-weight: bold;
}


/*隐藏广告*/
#ad_t2,#opt_under_post,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
	display:none;
}