body {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, td, img, div, tr {
	margin: 0;
	padding: 0;
}
input, select {
	font-size: 12px;
	vertical-align: middle;
}
textarea, input {
	word-wrap: break-word;
	word-break: break-all;
	padding: 0px;
}
br {
	height: 10px;
	line-height: 10px;
}
li {
	list-style-type: none;
}
img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a {
	outline: none;
 star:expression(this.onFocus=this.blur());
}
.ov {
	overflow: hidden
}
input, select, option, textarea {
	outline: none;
}
.cl {
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden !important;
}
.c:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.c {
	zoom: 1;
}
span.nav_title {
	display: none !important;
}
i {
	font-style: normal;
}
.content_a {
	padding: 50px;
	position: relative;
}
.content_b, .switch {
	display: none
}
.nav_b {
	display: none;
}
video {
	border: 1px solid #eee;
}
/*代码高亮



blockquote { border:0;font-family: "Consolas" , "Courier New" ,Courier,mono,serif; font-size: 12px; background-color: #eee; display:block;  padding: 1px;word-wrap: break-word; margin:0; width:100%; font-weight:200}

blockquote ol, blockquote ol li, blockquote ol li span { margin: 0; padding: 0; border: none; }

blockquote a, blockquote a:hover { background: none; border: none; padding: 0; margin: 0; }

blockquote ol { list-style: decimal; background-color: #fff; margin: 0px 0px 0 40px !important; padding: 0px; color: #888; }

blockquote ol li { list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 1px solid #ddd; background-color: #fff; color: #5C5C5C; padding: 5px!important; margin: 0 !important; line-height: 14px; }

blockquote ol li.alt { background-color: #fcfcfc; color: inherit; }

blockquote ol li span { color: black; background-color: inherit; }

blockquote .comment, blockquote .comments { color: #008200; background-color: inherit; }

blockquote .string { color: blue; background-color: inherit; }

blockquote .keyword { color: #069; background-color: inherit; }

blockquote .blockquoteprocessor { color: gray; background-color: inherit; }

blockquote .dp-xml .cdata { color: #ff1493; }

blockquote .dp-xml .tag, blockquote .dp-xml .tag-name { color: #069; }

blockquote .dp-xml .attribute { color: red; }

blockquote .dp-xml .attribute-value { color: blue; }

blockquote .dp-sql .func { color: #ff1493; }

blockquote .dp-sql .op { color: #808080; }

blockquote .dp-rb .symbol { color: #a70; }

blockquote .dp-rb .variable { color: #a70;  }

blockquote .dp-py .builtins { color: #ff1493; }

blockquote .dp-py .magicmethods { color: #808080; }

blockquote .dp-py .exceptions { color: brown; }

blockquote .dp-py .types { color: brown; font-style: italic; }

blockquote .dp-py .commonlibs { color: #8A2BE2; font-style: italic; }

blockquote .dp-j .annotation { color: #646464; }

blockquote .dp-j .number { color: #C00000; }

blockquote .dp-delphi .number { color: blue; }

blockquote .dp-delphi .directive { color: #008284; }

blockquote .dp-delphi .vars { color: #000; }

blockquote .dp-css .value { color: black; }

blockquote .dp-css .important { color: red; }

blockquote .dp-c .vars { color: #d00; }

blockquote .dp-cpp .datatypes { color: #2E8B57;  }



blockquote .comment{border:none;padding:0}

blockquote ol,

blockquote ol li{list-style:decimal;}

*/





blockquote {
	border-left: 3px solid #666;
	padding: 10px;
	background: #f3f3f3;
	color: #333;
	font-size: 14px;
	margin: 0;
	line-height: 22px;
}
.cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
.cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2;
}
hr {
	border: 0px;
	border-top: 1px solid #ccc;
}
.marker {
	background-color: Yellow;
}
span[lang] {
	font-style: italic;
}
figure {
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}
figure > figcaption {
	text-align: center;
	display: block; /* For IE8 */
}
/* Widget Styles */

.code-featured {
	border: 5px solid red;
}
.math-featured {
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}
.image-clean {
	border: 0;
	background: none;
	padding: 0;
}
.image-clean > figcaption {
	font-size: .9em;
	text-align: right;
}
.image-grayscale {
	background-color: white;
	color: #666;
}
.image-grayscale img, img.image-grayscale {
	filter: grayscale(100%);
}
.embed-240p {
	max-width: 426px;
	max-height: 240px;
	margin: 0 auto;
}
.embed-360p {
	max-width: 640px;
	max-height: 360px;
	margin: 0 auto;
}
.embed-480p {
	max-width: 854px;
	max-height: 480px;
	margin: 0 auto;
}
.embed-720p {
	max-width: 1280px;
	max-height: 720px;
	margin: 0 auto;
}
.embed-1080p {
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
}
code {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}
#MZAD_POP_PLACEHOLDER, div[node-type=ad-pc-feed], div[node-type=ad-wap-feed] {
	position: absolute!important;
	left: -9999px!important;
	top: -9999px!important;
	z-index: -99!important;
	opacity: 0;
	filter: Alpha(opacity=0);
	display: none;
}
/*评论*/
span.hashover-title {
	height: 30px;
	margin-bottom: 20px !important;
	line-height: 15px;
	font-size: 16px;
	border-bottom: 2px dashed #eee;
	display: block;
	margin-bottom: 10px;
	color: #999;
}
.hashover-formatting-message, .hashover-fake-link.hashover-formatting {
	display: none;
}
#hashover-requiredFields {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}
.hashover-inputs {
	display: table;
	width: 100%;
	height: 45px;
	line-height: 45px;
	clear: both;
}
.hashover-inputs .hashover-input-cell div {
	display: block;
	padding-left: 0;
	height: 45px;
	line-height: 45px;
	margin-left: 5%;
	box-sizing: border-box;
	padding-top: 5px;
}
.hashover-inputs .hashover-avatar-image, .hashover-inputs .hashover-input-cell {
	display: table-cell;
	vertical-align: bottom;
}
.hashover-avatar-image, .hashover-avatar-image>div {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	overflow: hidden;
}
.hashover-avatar-image>div {
	background-color: #FF963F;
	background-image: url(https://www.jiangfei.net/guestbook/images/avatar-45.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px 45px;
width:
}
.hashover-inputs .hashover-input-cell input {
	border: 1px solid #eee;
	width: auto;
	box-sizing: border-box;
	padding: 8px 15px;
	border-radius: 4px;
	background-color: #fff;
	display: block;
	width: 100%
}
.hashover-textarea {
	display: block;
	border: 1px solid #eee;
	background: hsla(0,0%,100%,.50);
	margin-top: 10px;
	margin-bottom: 0;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	resize: vertical;
	min-height: 156px;
	max-height: 400px;
}
.hashover-textarea::-webkit-input-placeholder {
color:#ccc;
}
.hashover-form-footer {
	background: #f6f6f6;
	height: 45px;
	line-height: 45px;
	margin-top: 0;
	border-radius: 0 0 4px 4px;
	border: 1px solid #eee;
	border-top: 0;
	padding: 6px 10px;
}
.hashover-form-footer .hashover-main-label {
	font-size: 12px;
	color: #FF963F
}
.hashover-comment-name {
	padding-left: 10px;
	color: #FF9A0A;
	font-weight: normal;
	font-size: 14px;
}
.hashover-comment-name a {
	color: #FF9A0A;
	font-weight: normal;
	font-size: 14px;
}
.hashover-form-buttons {
	float: right;
}
.hashover-form-buttons input {
	line-height: 30PX;
	border-radius: 6px;
	font-size: 14px;
	font-weight: normal;
	padding: 0 15px;
	border: 0;
	background: #FF9A0A;
	color: #fff;
}
.hashover-balloon p{word-break:break-all; !important; }
.hashover-balloon .hashover-avatar-image {
	display: block;
}
.hashover-balloon .hashover-name-input {
	margin-left: 0 !important;
}
.hashover-count-sort {
	height: 45px;
	line-height: 65px;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}
#hashover-count {
	font-size: 16px;
	font-weight: bold;
	color: #FF9A0A
}
.hashover-select-wrapper {
	float: right;
	display: none
}
.hashover-select-wrapper select {
	border: 1px solid #eee;
	border-radius: 4px;
}
.hashover-comment {
	display: block;
	position: relative;
	border-top: #eee dashed 1px;
	padding-top: 20px;
	min-width: 340px !important;
}
.hashover-comment .hashover-balloon {
	padding-bottom: 20px;
	margin-left: 45px;
}
.hashover-comment .hashover-header {
	height: 40px;
	line-height: 40px;
}
.hashover-comment .hashover-header .hashover-avatar, .hashover-comment .hashover-header .hashover-avatar>div {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	background-size: 100%;
}
.hashover-avatar, .hashover-avatar>div {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-size: 40px 40px;
	float: left;
}
.hashover-comment.hashover-reply {
	margin-left: 40px;
}
.hashover-reply-form .hashover-avatar-image, .hashover-reply-form .hashover-avatar-image>div {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
}
.hashover-reply-form .hashover-avatar-image>div {
	background-image: url(https://www.jiangfei.net/guestbook/images/avatar-45.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.hashover-reply-form .hashover-avatar-image {
	position: absolute;
	left: 0px;
}
.hashover-logged-in .hashover-avatar-image {
	display: block;
	float: left;
	margin-right: 10px;
}
.hashover-reply-form {
	border-top: 1px dashed #eee;
	padding-top: 20px;
	position: relative;
}
.hashover-footer {
	font-size: 12px;
	color: #FF963F
}
.hashover-footer a {
	color: #FF963F;
}
.hashover-footer .hashover-buttons {
	float: right
}
.hashover-thread-link {
	color: #FF963F;
	font-size: 14px;
}
.hashover-notice {
	display: none;
}
.comment {
	padding-bottom: 20px;
}
.hashover-comment .hashover-header:before {
	content: " ";
	display: block;
	position: absolute;
	width: 0px;
	top: 0;
	bottom: 0;
	left: 0;
	background: #DBAA30;
	transition: width 1s;
}
.hashover-comment:hover .hashover-header:before {
	transition: width .5s;
	width: 5px;
}
.hashover-comment >.hashover-header > .hashover-avatar {
}
.hashover-comment:hover >.hashover-header > .hashover-avatar {
	overflow: auto;
	box-shadow: 0px 0px 10px #ccc
}
.hashover-comment, .hashover-comment:hover .hashover-comment {
	padding-left: 0;
	transition: padding 1s;
}
.hashover-comment:hover, .hashover-comment:hover .hashover-comment {
	padding-left: 25px;
	transition: padding 1s;
}
.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment {
	min-width: 380px !important;
	margin-left: 0;
}
.hashover-comment:hover .hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment .hashover-comment, .hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment:hover, .hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment:hover .hashover-comment {
	padding-left: 0;
}
.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment:hover .hashover-header:before, .hashover-comment:hover .hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment>.hashover-comment .hashover-header:before {
	display: none;
}
#hashover-form-section {
	position: relative;
}
.hashover-message,.hashover-required-fields,.hashover-more-link {
	display: none;
}
.hashover-message.hashover-message-error {
	display: block;
	position: absolute;
	background: #FF9A0A;
	color: #fff;
	width: 300px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -150px;
	line-height: 50px;
	border-radius: 3px;
	box-shadow: rgba(196,73,75,.50) 0 2px 10px;
	text-align: center;
}
.hashover-submit, .hashover-main-label {
	cursor: pointer;
}
#hashover-end-links {
	display: none;
}
fooder {
	overflow: hidden;
	position: relative;
	text-align: center;
}
fooder i {
	display: block;
	font-size: 40px;
	font-weight: 100;
	color: rgba(0,0,0,.60);
	display: block;
	height: 45px;
	line-height: 45px;
}



::-webkit-scrollbar {/*滚动条整体样式*/
 width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
 height: 10px;
 background-color:rgba(0,0,0,.10);
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 background: rgba(83,83,83,.80);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
 display: none;
}
#hashover {
	position: relative;
}
.loader:after {
	content: "评论加载中...";
	display: block;
	clear: both;
	font-size: 12px;
	height:60px;
}
.loader {
	position: absolute;
	top: 30px;
	left: 40%;
	margin-left: 10%;
	transform: translate3d(-50%, -50%, 0);
}
.dot {
	width: 10px;
	height: 10px;
	background: #3ac;
	border-radius: 100%;
	display: inline-block;
	animation: slide 1s infinite;
}
.dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #32aacc;
}
.dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #64aacc;
}
.dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #96aacc;
}
.dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #c8aacc;
}
.dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #faaacc;
}
@-moz-keyframes slide {
 0% {
 transform: scale(1);
}
 50% {
 opacity: 0.3;
 transform: scale(2);
}
 100% {
 transform: scale(1);
}
}
@-webkit-keyframes slide {
 0% {
 transform: scale(1);
}
 50% {
 opacity: 0.3;
 transform: scale(2);
}
 100% {
 transform: scale(1);
}
}
@-o-keyframes slide {
 0% {
 transform: scale(1);
}
 50% {
 opacity: 0.3;
 transform: scale(2);
}
 100% {
 transform: scale(1);
}
}
@keyframes slide {
 0% {
 transform: scale(1);
}
 50% {
 opacity: 0.3;
 transform: scale(2);
}
 100% {
 transform: scale(1);
}
}
