body {
    background-color: #f2f2f2;
	color:#333333;
	font-family:"Microsoft Yahei","Droid Serif",Georgia,"Times New Roman","PingFang SC","Hiragino Sans GB","Source Han Sans CN","WenQuanYi Micro Hei",serif;
	font-size:90%;
	margin: 0;
    padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}

a:hover,a:active{
	color:#2196f3;
}

pre,code {
	background:#F3F3F3;
	font-family:Menlo,Monaco,Consolas,"Lucida Console","Courier New",monospace;
	font-size:.92857em;
}
code {
	padding:2px 4px;
	color:#B94A48;
}
pre {
	padding:8px;
	overflow:auto;
	max-height:400px;
}
pre code {
	padding:3px;
	color:#444;
}
blockquote {
	margin:1em 0;
	padding-left:1.5em;
	border-left:4px solid #eee;
	color:#666;
}
table {
	border:1px solid #ddd;
	width:100%;
}
table th,table td {
	padding:5px 10px;
	border:1px solid #eee;
}
table th {
	background:#f3f3f3;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],textarea {
	padding:5px;
	border:1px solid #c3c3c3;
	width:70%;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
textarea {
	resize:vertical;
}

.post-meta a{
	color: #9f9f9f;
}
.post-meta a:hover,.post-content a:hover,.widget a:hover,.comment-content a:hover {
	border-bottom-color:transparent;
}
.widget-title {
    font-size: 14px;
}
.clear {
    border-bottom: 1px solid #e9e9e9;
}
.thumb img {
    clear: both;
    display: block;
    margin: auto;
    border-radius: 5px;
}
.post-content a {
    color: #2196f3;
}
.browsehappy {
	padding:8px 0;
	background:#FBE3E4;
	color:#8A1F11;
	text-align:center;
}
.browsehappy a {
	color:#8A1F11;
	text-decoration:underline;
	font-weight:bold;
}
.menu-01 {
	display:none;
}
#full{
	position: fixed;
	left: 50%;
	bottom: 25px;
	margin-left: 25%;
	z-index: 100;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
	display: block;
	background: url(https://zlsin.com/apps/site/top2.png) no-repeat;
	height: 70px;
	width: 70px;
}
.container {
	background-color:#FFFFFF;
	border-bottom: 1px #c1c1c1 solid;
}
#logo {
	color:#333;
	font-size:2.5em;
}
#logo img {
	max-height:64px;
	margin: 36px 0 0 0;
}
#nav-menu {
	margin:18px 0 0;
	padding:0;
	background-color: #444343;
}
#nav-menu a {
	display:block;
	margin-right:-1px;
	padding:0 18px;
	border-bottom:none;
	height:32px;
	line-height:32px;
	color:#fff;
	float:left;
}
#nav-menu a:hover,#nav-menu .current {
	background:#2196F3;
}
#search {
	position:relative;
	margin-top:60px;
}
#search input {
	padding-right:30px;
}
#search button {
	position:absolute;
	right:4px;
	top:2px;
	border:none;
	padding:0;
	width:24px;
	height:24px;
	background:transparent url(img/icon-search.png) no-repeat center center;
	direction:ltr;
	text-indent:-9999em;
}
@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	#search button {
	background-image:url(img/icon-search@2x.png);
	-webkit-background-size:24px 24px;
	-moz-background-size:24px 24px;
	-o-background-size:24px 24px;
	background-size:24px 24px;
}
}.post {
/*padding:10px 0 0;*/
	border-bottom:1px dashed #eaeaea;
}
.post-title {
	color: #083e50;
}
.post-title {
	margin:.83em 0;
	font-size:1.3em;
}
.post-meta {
	margin-top:-0.5em;
	padding:0;
	color:#999;
	font-size:.92857em;
}
.post-meta li {
	display:inline-block;
	margin:0 8px 0 0;
	padding-left:12px;
	border-left:1px solid #EEE;
}
.post-meta li:first-child {
	margin-left:0;
	padding-left:0;
	border:none;
}
.thumbnail_box {
    border: 1px solid #eee;
    float: left;
    height: 100px;
    margin: 13px 10px 8px 0;
    padding: 3px;
    width: 140px;
    border-radius: 5px;
	overflow:hidden;
}
.thumbnail_post {
    border-left: 5px solid #eee;
    float: left;
    height: 34px;
    margin: 13px 10px 8px 0;
    padding: 3px;
    width: 140px;
    border-radius: 5px;
	overflow:hidden;
	padding-left: 6px;
}
.post .tags {
	clear:both;
}
.tags-2 a {
    margin: 0 12px 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #888888;
}
.post-near {
	list-style:none;
	margin:30px 0;
	padding:0;
	color:#999;
}
.post-near li {
	margin:10px 0;
}
.archive-title {
	margin:1em 0 -1em;
	padding-top:20px;
	color:#999;
	font-size:1em;
}
.more {
	text-align:center;
}
.more a {
	border:none;
}
.entry-footer {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 20px;
    padding: 15px 0;
}
.entry-footer .author-bio {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.author-bio .avatar {
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
}
.author-bio .description .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.entry-footer .author-bio .bio {
    color: #333333;
    display: table-cell;
    font-weight: 400;
}
.entry-footer .col-left {
    border-right: 1px solid #e9e9e9;
    float: left;
    width: 300px;
    margin-right: 20px;
    padding-right: 20px;
}
.related-posts ul li {
    float: left;
    list-style: none;
    width: 22%;
    padding-right: 1.8%;
}
.related-posts ul li a {
    display: block;
}
.protected .text {
	width:50%;
}
.page-navigator {
	list-style:none;
	margin:25px 0;
	padding:0;
	text-align:center;
}
.page-navigator li {
	display:inline-block;
	margin:0 4px;
}
.page-navigator a {
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:30px;
}
.page-navigator a:hover {
	background:#EEE;
	text-decoration:none;
}
.page-navigator .current a {
	color:#444;
	background:#EEE;
}
#comments {
	clear: both;
	margin-top: 30px;
}
.comment-list,.comment-list ol {
	list-style:none;
	margin:0;
	padding:0;
}
.comment-list li {
	padding:14px;
	margin-top:10px;
	border:1px solid #EEE;
}
.comment-list li.comment-level-odd {
	background:#F6F6F3;
}
.comment-list li.comment-level-even {
	background:#FFF;
}
.comment-list li.comment-by-author {
	background:#F8F8F8;
}
.comment-list li .comment-reply {
	text-align:right;
	font-size:.92857em;
}
.comment-meta a {
	color:#999;
	font-size:.92857em;
}
.comment-author {
	display:block;
	margin-bottom:3px;
	color:#444;
}
.comment-author .avatar {
	float:left;
	margin-right:10px;
}
.comment-author cite {
	font-weight:bold;
	font-style:normal;
}
.comment-list .respond {
	margin-top:15px;
	border-top:1px solid #EEE;
}
.respond .cancel-comment-reply {
	float:right;
	margin-top:15px;
	font-size:.92857em;
}
#comment-form label {
	display:block;
	margin-bottom:.5em;
	font-weight:bold;
}
#comment-form .required:after {
	content:" *";
	color:#C00;
}
#secondary {
	padding-top:15px;
	word-wrap:break-word;
}
.widget {
	margin-bottom:30px;
}
.widget-list {
	list-style:none;
	padding:0;
	border-top: solid 1px #eee;
}
.widget-list li {
	margin:5px 0 8px 0;
	line-height:1.8;
	border-bottom: solid 1px #eee;
}
.widget-list li ul {
	margin-left:15px;
}
.footer_ing a{
	margin-top:10px;
	color:#d8d3d3;
}
#footer {
	padding:2em 0;
	line-height:1.5;
	text-align:center;
	color:#FFF;
	background-color: #2d2c2c;
	margin-top: 36px;
}
.error-page {
	margin-top:100px;
	margin-bottom:100px;
}
.post-content,.comment-content {
	line-height:2;
	word-wrap:break-word;
}
.post-content h2,.comment-content h2 {
	font-size:1.28571em;
}
img {
    height: auto;
    max-width: 100%;
}
.post-content img,.comment-content img,.post-content video,.comment-content video {
	max-width:100%;
}
.post-content a img,.comment-content a img {
	background:#FFF;
	position:relative;
	/*bottom:-4px;*/
}
.post-content hr,.comment-content hr {
	margin:2em auto;
	width:100px;
	border:1px solid #E9E9E9;
	border-width:2px 0 0 0;
}
.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.alignleft {
	margin:0 15px 0 0;
}
img.alignright {
	margin:0 0 0 15px;
}
@media(max-width:414px) {
	.thumbnail_post {
    border-left: 0;
    width: 100px;
	}
}
@media(max-width:768px) {
.menu-01 {
	display:block;
	margin: 110px 0 0 10px;
	border-top: 1px solid #c1c1c1;
}
.col-right {
    display:none;
}
}@media(max-width:991px) {
.post-s {
    padding: 2px 0 20px;
	height:110px;
}
.thumbnail_box {
    margin: 16px 10px 8px 0;
}
.related-posts ul li {
    width: 45%;
}
}
@media(max-width:767px) {
	body {
	font-size:81.25%;
}
#nav-menu a {
	float:none;
	display:inline-block;
	margin:0 -2px;
}
.thumbnail_box {
    height: 85px;
    width: 119px;
}
.post-s {
    padding: 2px 0 12px;
	height:110px;
}
}
@media(min-width:991px) {
.post-s {
    padding: 2px 0 12px;
    height: 96px;
}
}
/*
@media(min-width:1200px) {
	.container {
	max-width:1160px;
}
*/
.post-s {
    overflow: hidden;
    margin-top: -20px;
}
}.hidden {
	display:none!important;
	visibility:hidden;
}
.sr-only {
	border:0;
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.sr-only.focusable:active,.sr-only.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
.invisible {
	visibility:hidden;
}
.sc_warn{max-width: 100%;margin-left:auto;margin-right:auto;font-size:12px;border-left:5px solid #73af28;border-right:1px solid #DDDDDD;border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-box-shadow:1px 1px 4px rgba(150,150,150,.3);-moz-box-shadow:1px 1px 4px rgba(150,150,150,.3);box-shadow:1px 1px 4px rgba(150,150,150,.3)}

/*denglon*/
.deng-box{position:fixed;top:-40px;right:-20px;z-index:9999;pointer-events:none}.deng-box1{position:fixed;top:-30px;right:10px;z-index:9999;pointer-events:none}.deng-box1 .deng{position:relative;width:120px;height:90px;margin:50px;background:#d8000f;background:rgba(216,0,15,0.8);border-radius:50% 50%;-webkit-transform-origin:50% -100px;-webkit-animation:swing 5s infinite ease-in-out;box-shadow:-5px 5px 30px 4px rgba(252,144,61,1)}.deng{position:relative;width:120px;height:90px;margin:50px;background:#d8000f;background:rgba(216,0,15,0.8);border-radius:50% 50%;-webkit-transform-origin:50% -100px;-webkit-animation:swing 3s infinite ease-in-out;box-shadow:-5px 5px 50px 4px rgba(250,108,0,1)}.deng-a{width:100px;height:90px;background:#d8000f;background:rgba(216,0,15,0.1);margin:12px 8px 8px 10px;border-radius:50% 50%;border:2px solid #dc8f03}.deng-b{width:45px;height:90px;background:#d8000f;background:rgba(216,0,15,0.1);margin:-2px 8px 8px 26px;border-radius:50% 50%;border:2px solid #dc8f03}.xian{position:absolute;top:-20px;left:60px;width:2px;height:20px;background:#dc8f03}.shui-a{position:relative;width:5px;height:20px;margin:-5px 0 0 59px;-webkit-animation:swing 4s infinite ease-in-out;-webkit-transform-origin:50% -45px;background:#ffa500;border-radius:0 0 5px 5px}.shui-b{position:absolute;top:14px;left:-2px;width:10px;height:10px;background:#dc8f03;border-radius:50%}.shui-c{position:absolute;top:18px;left:-2px;width:10px;height:35px;background:#ffa500;border-radius:0 0 0 5px}.deng:before{position:absolute;top:-7px;left:29px;height:12px;width:60px;content:" ";display:block;z-index:999;border-radius:5px 5px 0 0;border:solid 1px #dc8f03;background:#ffa500;background:linear-gradient(to right,#dc8f03,#ffa500,#dc8f03,#ffa500,#dc8f03)}.deng:after{position:absolute;bottom:-7px;left:10px;height:12px;width:60px;content:" ";display:block;margin-left:20px;border-radius:0 0 5px 5px;border:solid 1px #dc8f03;background:#ffa500;background:linear-gradient(to right,#dc8f03,#ffa500,#dc8f03,#ffa500,#dc8f03)}.deng-t{font-family:华文行楷,Arial,Lucida Grande,Tahoma,sans-serif;font-size:3.2rem;color:#dc8f03;font-weight:bold;line-height:85px;text-align:center}.night .deng-t,.night .deng-box,.night .deng-box1{background:transparent!important}@-moz-keyframes swing{0%{-moz-transform:rotate(-10deg)}50%{-moz-transform:rotate(10deg)}100%{-moz-transform:rotate(-10deg)}}@-webkit-keyframes swing{0%{-webkit-transform:rotate(-10deg)}50%{-webkit-transform:rotate(10deg)}100%{-webkit-transform:rotate(-10deg)}}