header {
	color: #000000;
}

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'Fira mono', 'Courier New', Courier, monospace;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
}

input {
    margin: .5em;
    border: 0;
    min-width: 100px;
    background-color: #b0120a;
    color: #f8f8f8;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 5px solid #e84e40;
    padding: .5em 1em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    outline: none;
}

input:active {
    box-shadow: 0 0 0 0;
    outline: none;
}

input:hover {
    outline: none;
}

input:active, input:hover {
	background-color: #e84e40;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

main {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4em;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    font-family: 'fira mono';
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}

.wrapper {

    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
		z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	line-height: 68px;
}

.menu-button {
	position: relative;
	height: 20px;
	width: 29px;
	cursor: pointer;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.menu-button:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	width: 30px;
	height: 5px;
}

.menu-left {
	float: right;
	margin-right: 0.5em;
	margin-top: 8px;

	background-color: #2c449a;
	font-size: 14px;
	color: #FFF;
	height: 25px;
	width: 40px;
	float: right;

	padding-left: 14px;

}
.menu-leftcd {
	margin-top: -20px;	
}
.sidebar {
	margin: 0;
	color: white;
	background-color: #FFFFFF;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar li {
	width: 60%;
	border-bottom-style: solid;
	margin-top: 0.4em;
	margin-right: auto;
	margin-bottom: 0.4em;
	margin-left: auto;
	float: none;
	text-align: center;
	padding: 0.3em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
.sidebar li img{
    margin: .4em 0;
    padding: 0 1em;

}
.sidebar li:hover {

}
.sidebar li a {
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
	width: 50px;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}
