@charset "utf-8";
/* CSS Document */
.site-head { min-height: 420px; }
button { border: none; padding: 0.6em 1.2em;background: rgba(169, 169, 169, 0.7); color: #fff; font-family: Arial, sans-serif; font-size: 1em; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; display: inline-block; margin: 10px; border-radius: 2px; font-weight: 400; outline: none; }
button { font-size: 75%; border: 1px #fff solid; }
button:hover, button:active { background: rgba(0,0,0,0.2); }
/*add p2*/
.perspective { width: 100%; height: 100%; }
.perspective { background:transparent; position: relative; }
.container { min-height: 100%; position: relative; outline: 1px solid rgba(0, 0, 0, 0); z-index: 10; -webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */ transform: translateZ(0) translateX(0) rotateY(0deg); }
.container::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 0px; opacity: 0; background: rgba(0, 0, 0, 0.2);  /* the transition delay of the height needs to be synced with the container transition time */ -webkit-transition: opacity 0.4s, height 0s 0.4s; transition: opacity 0.4s, height 0s 0.4s; }
.wrapper { position: relative; }
.component { margin: 0 auto; width: 60%; text-align: justify; font-size: 1.5em; }
/* Modal view */
.perspective.modalview { position: fixed; -webkit-perspective: 1000px; perspective: 1000px; }
.modalview .container { position: absolute; overflow: hidden; width: 100%; height: 100%; cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.modalview .wrapper { -webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */ }
.animate .container::after { opacity: 1; height: 101%; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
/* Outer Nav */
.outer-nav { position: absolute; height: auto; font-size: 2em; }
.outer-nav.vertical { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.outer-nav.horizontal { left: 50%; width: 75%; max-width: 900px; text-align: center; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.outer-nav.left { left: 25%; }
.outer-nav.right { right: 25%; }
.outer-nav.top { top: 25%; }
.outer-nav.bottom { bottom: 25%; }
.outer-nav a { display: inline-block; white-space: nowrap; font-weight: 300; margin: 0 0 30px 0; color: #fff; -webkit-transition: color 0.3s; transition: color 0.3s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.outer-nav a:hover { color: #ffdccd; }
.outer-nav.vertical a { display: block; }
.outer-nav.horizontal a { margin: 15px 20px; }
.outer-nav a::before { display: inline-block; font-family: 'icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin-right: 10px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.outer-nav a span { font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'Droid Sans Fallback', sans-serif; font-weight: 300; }
.icon-news::before { content: "\e606" }
.icon-home::before { content: "\e601" }
.icon-image::before { content: "\e602" }
.icon-wiki::before { content: "\e607" }
.icon-mail::before { content: "\e605" }
.icon-lock::before { content: "\e60e" }
.icon-chart-pie::before { content: "\e612" }
/* Effect Move Down */
.effect-movedown { background: transparent; }
.effect-movedown .container { -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.effect-movedown .container::after { background: rgba(52, 73, 94, 0.5); }
.effect-movedown.animate .container { -webkit-transform: translateY(100%) translateZ(-1500px); transform: translateY(100%) translateZ(-1500px); }
.no-csstransforms3d .effect-movedown.animate .container { top: 75%; }
.effect-movedown .outer-nav a { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; }
.effect-movedown .outer-nav a:hover { color: #fbb44f; }
.effect-movedown.animate .outer-nav a { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
.effect-movedown.animate .outer-nav a:nth-child(2) { -webkit-transition-delay: 0.04s; transition-delay: 0.04s; }
.effect-movedown.animate .outer-nav a:nth-child(3) { -webkit-transition-delay: 0.08s; transition-delay: 0.08s; }
.effect-movedown.animate .outer-nav a:nth-child(4) { -webkit-transition-delay: 0.12s; transition-delay: 0.12s; }
.effect-movedown.animate .outer-nav a:nth-child(5) { -webkit-transition-delay: 0.16s; transition-delay: 0.16s; }
.effect-movedown.animate .outer-nav a:nth-child(6) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.effect-movedown.animate .outer-nav a:nth-child(7) { -webkit-transition-delay: 0.24s; transition-delay: 0.24s; }

/* Media Queries */
@media screen and (max-width: 77em) {
.outer-nav.top { top: 15%; }
.outer-nav.bottom { bottom: 15%; }
}

@media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {
.outer-nav.top { top: 5%; }
.outer-nav.bottom { bottom: 5%; }
.outer-nav.horizontal { font-size: 1.7em; width: 6.2em; }
.outer-nav.horizontal a { display: block; text-align: left; }/* Special Case */
.effect-rotatetop .outer-nav.horizontal { width: 95%; bottom: auto; top: 50%; }
.effect-rotatetop .outer-nav.horizontal a { display: inline-block; }
}

@media screen and (max-width: 31em), screen and (max-height: 36.2em) {
.outer-nav.horizontal, .outer-nav.vertical { font-size: 1.2em; width: 6.8em; }
.outer-nav.right { right: auto; left: 50%; }
}

@media screen and (max-height: 31.6em) {
.outer-nav a { margin-bottom: 20px; }
}
.fs0 { font-size: 16px; }
.fs1 { font-size: 32px; }
.fs2 { font-size: 32px; }
.fs3 { font-size: 20px; }
/* comments 评论样式*/
	@media print, screen and (max-width: 767px) {
	#comments {
	margin: 10px 20px;
}
}
#comments a {
	border-bottom: none;
}
#comments .widget-title {
	font-size: 16px;
	font-weight: normal;
	line-height: 2.7;
	display: block;
	margin: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
}
#comments .pagination {
	margin: 35px 0 30px 0;
	text-align: center;
}
#comments {
	font-size: 14px;
}
.comments .comment-about {
	width: 33.333%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.comments .comment-about:first-child {
	padding-left: 0;
}
@media (max-width: 637px ) {
	.comments .comment-about {
	width: 100%;
	float: left;
	padding: 0;
}
}
/*博主的评论样式*/
.comment-by-author > .comment-author .fn::after {
	display: inline-block;
	content: '博主';
	transform: scale(0.8,0.8);
	background: #ddd;
	color: white;
	padding: 1px 4px;
	border-radius: 5px;
}
.comment-meta {
	margin-top: -5px;
	margin-bottom: 5px;
}
.comment-content a {
	border-bottom: 1px solid #ddd;
}
.comment-content a {
	border-bottom-color: transparent;
}
.comment-content pre code {
	padding: 1.5em 2em;
}
.comment-content p code {
	display: inline;
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px solid #ddd;
}
.comment-list,
.comment-list ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.comment-list {
	margin-top: -1px;
}
.comment-list li {
	padding: 22px 0 0;
	border-top: 1px solid #ddd;
}
.comment-list li.comment-level-even {
	background: #fff;
}
.comment-list li .comment-reply {
	font-size: .92857em;
	float: right;
	margin-top: -39px;
}
.comment-meta a {
	font-size: .92857em;
	color: #999;
}
.comment-author {
	display: block;
	margin-bottom: 1px;
	color: #444;
}
.comment-author .avatar {
	float: left;
	width: 32px;
	margin: 6px 7px 0 0;
	padding: 1px;
	border: 1px solid #ddd;
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
}
.comment-awaiting-moderation {
	font-style: normal;
	float: right;
	margin-top: -20px;
	color: #777;
}
.comment-list .respond {
	margin: 15px 0;
	border-top: 1px solid #ddd;
}
.comment-body .respond {
	margin: 0 0 25px;
	border: none;
}
.comment-children {
	margin-left: 22px;
}
.respond .cancel-comment-reply {
	font-size: .92857em;
	float: right;
	margin-top: 15px;
}
#comment-form {
	padding-top: 0px;
}
#comment-form label {
	position: absolute;
	display: block;
	margin: 4px 8px;
	color: #888;
}
#comment-form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 6px 8px 45px;
	color: #555;
	border: solid 1px #d4d4d4;
	background: #fdfdfd;
	-o-box-sizing: border-box;
}
button.submit {margin: 0;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 32px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: color 0.15s ease-in,background-color 0.15s ease-in;
    transition: color 0.15s ease-in,background-color 0.15s ease-in;
    color: #FFF;
    background-color: #444444;
}
button.submit:hover {
    background-color: #fff;
    color: #673AB7;
    border: 1px solid #673AB7;
}

textarea.text-area {
	font-size: 14px;
	line-height: 1.8;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 174px;    width: 100%;
	margin: 0;
	padding: 5px 8px 5px;
	color: #555;
	background: #fdfdfd !important;
	-o-box-sizing: border-box;
}