body {
    color: #000;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(//images.cnblogs.com/cnblogs_com/linsheng1435/1636555/o_200120153439OdakyuDensha.png) fixed;
    background-size: cover;
    background-attachment: fixed;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
    opacity: 0.83;
}
#profile_block {
    margin-top: 5px;
    line-height: 2.0;
    text-align: center;
    font-size: 18px;
    color:FFFFFF;
    background-color: #BCEAFF;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #a90e23;
    font-size:35px;
    transition: all .4s linear 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.postTitle a:hover
{
    color: #124589;
}

#sideBar a
{
    color: #111111;
}
.postBody blockquote {
    background:none;
    min-height: 30px;
    height: 35px;
    line-height: 1.4em;
   background-color: #BEEDF2;
}
.mytitle
		{
			margin: 30px;0px;5px;5px;
			display: inline;
			color: #1E243D;
		}
img.title-icon
    {
        height: 25px;
        width:25px;
        margin:5px;
    }
	table#resume
		{
			border-spacing: 0;
		}
           th
		{
			margin: 0;
			font-size: 20px;
                        text-align: center;
		}
 .getGit a:link , .getGit a:visited
		{
			display: inline-block;
			background-color: #121212;
			padding :8px 20px;
			margin: 10px 5px auto;
			text-align: center;
			text-decoration: none;
			font-weight: 600;
			font-size: 18px;
			color: #6FC1FF;
			border:#121212 3px solid;
			box-shadow: 2px 2px 3px 2px #616191;
		}
	 .getGit  a:hover , .getGit a:active
		{
			color: #000000;
			background-color: #FFFFFF;
		}

.model-link a:link , .model-link a:visited
		{
			display: inline-block;
			background-color: #42A9BF;
			padding :8px 20px;
			margin: 10px 5px auto;
			text-align: center;
			text-decoration: none;
			font-weight: 600;
			font-size: 18px;
			color: #E8E8E8;
			border:#42A9BF 3px solid;
			box-shadow: 2px 2px 3px 2px #616191;
		}
	 .model-link  a:hover , .model-link a:active
		{
			color: #E2E2E2;
			background-color: #151515;
		}