@charset "utf-8";
/*	Author: 阿豪运维笔记
	Author URI: https://www.ahaoyw.com/
*/
/*---全局---*/
/*body,a{font-family:"Microsoft Yahei",Arial,sans-serif;}*/
body, a {font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif!important;}
.container,.footercontainer{max-width: 1200px;}
#header,#footer{max-width: 100%;}
.container {margin-left:auto;margin-right:auto;}
.main-content{margin: 25px auto 5px;}
/*.row {margin-right: -15px;margin-left: -15px;}*/
#main {float: left;width: 71.26%;}
#secondary {width: 27.18%;}
#main>*:not(.breadcrumbs) {animation:upin .5s;-webkit-animation:upin .5s}
.home{display: block;margin: 0px;}
body.home{font-size: 14px;background: #f1f1f1;}
ul,li{ list-style: none;}
ul {padding-left:10px}
ul li p,#footer p,.whisper .comment-author,.whisper .comment-children .comment-children {margin:0}
#author-main{
    width: 88%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    margin: 20px auto 10px;
}
.strong{
    color: #FF6A00;
    font-weight: 600;
	background-color: #FFFFFF;
}
.post-content strong{
    color: #ff5d58;
    font-weight: 600;
	display: inline-block;
    padding: 0rem 0.5rem 0rem 0.5rem;
}
/*---超链接颜色---*/
a{color:#181818;border:0;text-decoration:none}
a:hover,.tags a:hover,.comment-author a:hover,#footer .links a:hover,.icpnum:hover{color:#0284dc;}
/*头部*/
.top-header {
	height: 50px;
	background-color: #fff;
}
.top-bar{
	width: 100%;
	height: 55px;
	background: #fff;
	backdrop-filter: blur(5px);
	margin-left: auto;
    margin-right: auto;
    z-index: 99;
	position: relative;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
}
.top-bar{
    position: fixed;
    top: 0;
	transition: top 0.35s;
}
#nprogress {pointer-events:none;}
#nprogress .bar {background:#0284dc;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px;}
#nprogress .peg {display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1.0;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px);}
#nprogress .spinner {display:none;position:fixed;z-index:1031;top:8px;right:20px;}
#nprogress .spinner-icon {width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite;}
.nprogress-custom-parent {overflow:hidden;position:relative;}
.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar {position:absolute;}
@-webkit-keyframes nprogress-spinner {0% {-webkit-transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);}
}
@keyframes nprogress-spinner {0% {transform:rotate(0deg);}
100% {transform:rotate(360deg);}
}
#percentageCounter {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    z-index: 99;
	transition-duration: 500ms;
	background: #000 linear-gradient(to left, #28b3f7, #9871e2, #fc31d0, #2eaff6, #c851da, #fa32d1);
}
/*导航蓝色*/
/*.nav-menu,.comment-list,.comment-list ol {list-style:none;margin:0;padding:0}*/
.nav-menu{float: left;font-size: 15px;}
.nav-menu::-webkit-scrollbar,#catalog-col::-webkit-scrollbar {width:6px;height:6px}
.nav-menu::-webkit-scrollbar-thumb,#catalog-col::-webkit-scrollbar-thumb {border-radius:3px;background-color:#ddd}
.nav-menu li {
    width: auto;
    font-size: 15px;
    position: relative;
    list-style: none;
    display: block;
    float: left;
    margin: 0px 25px 0 0;
}
.nav-menu .active a,.header-nav .active a:focus {color:#0284dc;}
.nav-menu > li:hover:before,.nav-menu > li.active:before {width:100%;left:0;}
.nav-menu li:hover > a,.nav-menu li.active > a,.nav-menu li:hover > a,.nav-menu li.active > a {color:#0284dc;}
.nav-menu li:before {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background:linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
    content: '';
    transition: all .6s;
    z-index: -1;
}
.nav-menu{
    margin: 0;
    padding: 0;
}
.nav-menu li a {
    line-height: 55px;
    display: block;
    color: #181818;
    font-size: 15px;
}
.nav-menu .active a, .header-nav .active a:focus {
	color: #000;
}
.nav-menu > li:hover:before,.nav-menu > li.active:before {
    width: 100%;
    left: 0;
}
.nav-menu li:hover > a,.nav-menu li.active > a {
    color: #1c68f3;
}
.nav-menu li > ul {
    float: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 55px;
    left: -25%;
    padding: 10px 10px;
	border-radius: 0 0 0.35em 0.35em;
    z-index: 100;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
}
.nav-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
	background: rgba(255,255,255,0.96);
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,0.22);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}
.nav-menu li>ul>li {
    color:#448EF6;
    position: relative;
    display: block;
    float: left;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    margin-right: 0;
    padding: 0 15px;
}
.nav-menu li:hover ul li {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-menu li>ul>li>a {
    padding: 0;
    line-height: inherit;
    display: block;
    padding: 4px 0 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    white-space: nowrap;
}
.nav-menu li>ul>li a:before {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #0284dc;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -khtml-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.nav-menu li>ul>li>a:hover:before {
    opacity: 1;
}
/*首页banner*/
.sybanner{    
    overflow: hidden;
    position: relative;
    height: 315px;
    display: flex;
	border-radius: 0.35em;
	margin-bottom: 15px;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.sybanner a {
    overflow: hidden;
    border-radius: 0.35em;
    box-sizing: border-box;
}

.sybanner a img {
    display: block;
    width: 100%;
    height: 315px;
    border-radius: 0.35em;
	object-fit: cover;
}
.swiper-button-next,.swiper-button-prev {opacity:0;color:#fff !important;}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next {opacity:1;}

.swiper-container .swiper-slide img:hover{opacity:0.95}
.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
	background:rgba(0,0,0,0.1);
	transition:background 0.35s, right 0.35s, left 0.35s;
	border-radius:2px
}
.swiper-container .swiper-button-next:hover,.swiper-container .swiper-button-prev:hover{background:rgba(0,0,0,0.25)}
.swiper-container .swiper-button-next::after,.swiper-container .swiper-button-prev::after{font-size:20px;}
.swiper-container .swiper-button-next{right:-27px;}
.swiper-container .swiper-button-prev{left:-27px;}
.swiper-container:hover .swiper-button-next{right:10px;}
.swiper-container:hover .swiper-button-prev{left:10px;}

.swiper-pagination {
    text-align: right !important;
    padding-right: 25px !important;
	left: -10px !important;
}
.main-sybanner{
	width: 72.26%;
	border-radius: 0.35em;
	overflow: hidden;
	position: relative;
    box-sizing: border-box;
}
.bannertitle {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 15px;
    font-size: 16px;
	font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	/*background: rgba(12,12,12,0.51);*/
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.65));
}

.feature-post {
    width: 26.168%;
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.feature-post li {
    position: relative;
    height: 150px;
	overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0.35em;
	box-sizing: border-box;
}
.feature-post li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
	border-radius: 0.35em;
	-webkit-transition: filter 375ms ease-in 0.2s, -webkit-transform 0.6s;
	-moz-transition: filter 375ms ease-in 0.2s, -moz-transform 0.6s;
	-o-transition: filter 375ms ease-in 0.2s, -o-transform 0.6s;
	-ms-transition: filter 375ms ease-in 0.2s, -ms-transform 0.6s;
	transition: filter 375ms ease-in 0.2s, transform 0.6s;
	object-fit: cover;
}
.bannertitle1 {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 10px 20px 10px;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.65));
}
.bannertitle2 {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 10px 20px 10px;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.65));
}
.feature-post li a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*首页列表图片*/
.listimg{
	overflow: hidden;
    position: relative;
    height: 335px;
    margin-bottom: 15px;
    border-radius: 0.35em;
}
.listimg img {
    height: 100%;
    width: 100%;
    filter: brightness(95%);
    border-radius: 0.35em;
}
.listimgtitle{
	position: absolute;
	top: 50%;
	left: 50%;
    font-size: 35px;
    line-height: 14px;
    color: #fff;
    border-radius: 0.35em;
	transform: translate(-50%, -50%);
}
/*首页*/
.home-title {
	font-size:17px;
    line-height: 26px;
    margin: 0 0 3px 0;
	text-align: justify;
    word-break: break-all;
	max-width: 650px;
    overflow: hidden;
	font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-title{
    color: #273736;
    position: relative;
    border: 0;
}
.home-title a{
	color:#181818;
}
.home-title a:hover{color:#0284dc;}
.home-content p{
    font-size: 14px;
    position: relative;
	height: 96px;
	color:#3d3d3d;
	line-height: 1.8;
    margin: 0.5em 0;
}
.home-content {
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
/*首页内容下方分类*/
.home-meta {
    padding: 0;
    color: #3d3d3d;
    font-size: 13px;
    margin: -0.5em 0 0.1em;
    display: flex;
    align-items: center;
}
.entry-meta img{
	height: 25px;
	width: 25px;
	margin-right: 5px;
    margin-top: -5px;
	border-radius: 100%;
	vertical-align: middle;
    transition: all 0.3s linear;
}
.entry-meta time, .entry-meta span.meta-viewnums {
    position: relative;
}
.meta-viewnums{color: #3d3d3d;font-size: 13px;}
.entry-meta a {
    color: #3d3d3d;
    position: relative;
}
span.separator {
    color: #828a92;
    padding: 0 5px;
}
.entry-meta-viewnums{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
}
/*公告模块*/
.notice {
    font-size: 15px;
    background: #fff;
    color: #2c2e3b;
    line-height: 1;
    padding: 15px 15px;
    margin-bottom: 1rem;
    border-radius: 0.35em;
    box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.notice img {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
}
/*导读模块*/
.top_daodu{
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0.35em;
    padding: 10px 15px 10px;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.vital-title{    
    line-height: 1;
    font-size: 16px;
    color: #181818;
	font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.vital-title::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 2px;
    content: "";
    background: #0087f5;
    left: 0;
    bottom: 0;
    border-radius: 0.35em;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.vital-list{
    width: 100%;
    overflow: hidden;
}
.vital-slide{
    width: 47.13%;
    float: left;
    padding: 10px;
    padding-bottom: 0;
	border-right: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.vital-slide:nth-child(2n) {
    border-right-color: transparent;
}
.vital-slideimg{
    width: 125px;
    height: 80px;
    float: left;
    margin-right: 15px;
    max-height: 270px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid rgb(0 0 0 / 6%);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 0.35em;
}
.vital-slideimg img {
    height: 100%;
    width: 100%;
}
.sticky-info{
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticky-title{
    max-height: 40px;
    line-height: 20px;
    font-size: 15px;
	color: #181818;
	font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sticky-info  p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.875;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #3d3d3d;
}
.vital-slideimg img {transition: all .6s;}
.vital-slide:hover .vital-slideimg img{
	transition:All .7s ease;
	-webkit-transform:scale(1.0.5);
	-moz-transform:scale(1.0.5);
	-o-transform:scale(1.0.5);
	-ms-transform:scale(1.0.5);
	transform:scale(1.05);
}
/*导读结束*/

.entry-container {
    display: block;
    position: relative;
    min-height: 118px;
	padding: 20px 0px 20px 230px;
}
.thumb{
    width: 210px;
    height: 150px;
    position: absolute;
	overflow: hidden;
    padding-top: 0;
	border-radius: 0.35em;
    margin-right: 20px;
    left: 0;
}
.thumb img{
    width: 100%;
    height: 100%;
	border-radius: 0.35em;
    align-self: center;
    position: absolute;
    object-fit: cover;
}
.thumb img {transition: all .3s;}
.entry-container:hover .thumb img{
	transition:All .7s ease;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.item-category{
    position: absolute;
    z-index: 1;
    top: 10px;
	right: 10px;
	background: #398ef6;
    line-height: 1;
    padding: 5px 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 0.35em;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s,-webkit-transform 0.5s;
    -webkit-transform: translate3d(120%,0,0);
    transform: translate3d(120%,0,0);
}
/*.item-category:hover{color:#fff;text-decoration:none;background:#07c;}
.entry-container:hover .item-category{color:#fff;text-decoration:none;background:#07c;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}*/
.entry-container:hover .item-category{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
a.item-img-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120,120,120,0.1);
    border-radius: 0.35em;
}

/*图片放大
.item-img-inner:hover {transition:All .7s ease;-webkit-transform:scale(1.03);-moz-transform:scale(1.03);-o-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}*/
/*侧栏样式*/
#secondary .more {display:block;font-size:.875em}
#secondary {
    float: right;
    margin: 0 auto;
	word-wrap:break-word;
}
/*侧栏作者模块*/
.billboard{
	border-radius: 0.35em;
	margin-bottom: 15px;
    background: #fff;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.widget_user {
	position:relative;
	z-index:1;
	height: 125px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:88px;
	background-size:cover;
	border-top-left-radius:0.35em;
	border-top-right-radius:0.35em;
}
.user-bgif {
	position:relative;
	padding-top:25px;
}
/*.user-bgif {background:url(images/sahua.gif);background-size:cover;}*/
.widget_user:before {
	content:" ";
	position: absolute;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom,transparent,transparent,#fff);
}
.widget_user img {
	margin:0 auto;
	display:block;
	width:80px;
	height:80px;
	border-radius:99px;
	padding:5px;
    background: rgba(255,255,255,0.3);
}
.widget_user img.authorjrbg {
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-55%);
	transform:translateX(-55%);
	text-align:center;
	top:32px;
	content:normal;
	background-color:transparent;
}
.widget_user .name {
	padding: 10px 20px;
	text-align:center;
	position: relative;
}
.name b {
    font-size: 16px;
	padding-left: 15px;
}
.widget_user .name p {
	margin-top:5px;
	max-height:40px;
	color: #3d3d3d;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	overflow:hidden;
}
.webinfo {
	width:100%;
	display:flex;
	align-items:center;
    padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 0 0 0.35em 0.35em;
	border-top: 1px solid rgb(0 0 0 / 5%);
}
.webinfo .item {
	flex:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	user-select:none;
	font-size:14px;
	color:#3d3d3d;
}
.webinfo .item span{
    color:#ff5d58;
    font-size: 12px;
}
.webinfo .item:nth-child(2) {
	border-left:1px solid rgba(150,150,150,0.2);
	border-right:1px solid rgba(150,150,150,0.2);
}

.webinfo .item span.num {
	max-width:70px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
	color:#181818;
	margin-bottom: 5px;
	font-weight: 500;
/*celan_end*/}
 
.widget {
    padding: 10px 15px 10px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}

.widget-list,.widget-tile,.links,#cornertool ul {padding:0;margin: 0;}
.widget-list li ul {margin-left:15px}
.widget-tile {margin-left:-5px;margin-right:-5px}
.widget-tile li {display:inline-block;margin:5px;line-height:1.6;color:#3d3d3d}

.widget-title{
	line-height: 1;
	font-size: 16px;
    color: #181818;
	font-weight: 600;
    position: relative;
	padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.widget-title::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 2px;
    content: "";
    background: #0087f5;
    left: 0;
    bottom: 0;
    border-radius: 0.35em;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
/*最近发表样式*/
.divPrevious li {
    margin: 10px 0 10px;
    height: auto;
    overflow: hidden;
    width: auto;
	padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f5;
}
.divPrevious li:last-child {
    border-bottom: 0;
    margin-bottom: -2px;
}
.article-slideimg{
    width: 100px;
    height: 73px;
    float: left;
    max-height: 270px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 0.35em;
}
.article-slideimg a img {
    height: 100%;
    width: 100%;
    transition: all .3s;
}
.article-right{
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-left: 109px;
    height: 70px;
}
.article-right a{color: #181818;}
.divPrevious li span.title {
    max-height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #181818;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.divPrevious li div.info {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.875;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #3d3d3d;
}
.divPrevious li:hover .article-slideimg img{
	transition:All .7s ease;
	-webkit-transform:scale(1.0.5);
	-moz-transform:scale(1.0.5);
	-o-transform:scale(1.0.5);
	-ms-transform:scale(1.0.5);
	transform:scale(1.05);
}
/*动态标签*/
#divTags ul li a {
	padding: 0 8px;
    font-size: 14px;
    color: #181818;
    line-height: 28px;
    border-radius: 0.35em;
    display: inline-block;
    vertical-align: top;
}
#divTags ul li a:hover {color:#0284dc; transition: all 0.1s ease-in 0s;}
#divTags ul li{
	width: auto;
    float: left;
    display: inline;
    margin: 10px 0 0 5px;
    padding: 0;
    white-space: nowrap;
    border: 0;
}
#divTags ul.divTags {
	overflow: hidden;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

/*文章归档*/
#divArchives ul {
    padding: 0;
	margin: 0;
	margin-top: 10px;
}
.divArchives li {
    overflow: hidden;
    width: 48%;
    font-size: 14px;
    line-height: 1.875;
    text-align: center;
	display: inline-block;
	padding: 5px 0px 5px;
}
.divArchives li:nth-last-of-type(-n+2){border-bottom: 0;}
/*最新留言*/
.divComments li {
    margin: 10px 0 0;
    height: auto;
    overflow: hidden;
    width: auto;
    border-bottom: 1px solid #f2f2f5;
}
.divComments li:last-child {
    border-bottom: 0;
    margin-bottom: -2px;
}
.newComments-deanxz{
    width: 60px;
    height: 60px;
    float: left;
    max-height: 270px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
	border: 1px solid rgb(0 0 0 / 10%);
    background-color: #f1f1f1;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 50px;
}
.newComments-deanxz a img {
    height: 100%;
    width: 100%;
    transition: all .6s;
}
.newComments-text {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-left: 70px;
    height: 70px;
}
.newComments-text a {
    font-size: 15px;
    color: #181818;
}
.newComments-text a{
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.875;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    color: #181818;
}
.newComments-mary{
    color: #6b7280;
    line-height: 1.6;
    font-size: 12px;
    margin-top: 5px;
}

#divLinkage ul {
    padding: 0;
	margin: 0;
    margin-top: 10px;
	overflow: hidden;
}
.divLinkage li {
    height: auto;
    text-align: center;
    padding: 5px 5px 10px;
    font-size: 14px;
    -webkit-transition: background .2s;
    table-layout: fixed;
    word-break: break-all;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.divLinkage li:nth-last-of-type(-n+1){border-bottom: 0;}
/*.divLinkage li:nth-last-of-type(-n+2) {border-bottom: 0;}*/
/*站长模块*/
#divStatistics ul{width: 100%;    overflow: hidden;}
.divStatistics li {
    width: 50%;
    margin-top: 10px;
    float: left;
}
.divStatistics li p {
	color: #181818;
    line-height: 1.875;
}
.divStatistics li p span {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
}
.divStatistics li:nth-child(odd) p span {
    padding-left: 0;
}
.divStatistics li p em {
    display: inline-block;
    float: right;
    font-style: normal;
    font-size: 14px;
    color: #3d3d3d;
}
/*返回*/
.top{line-height: 3.725rem;}
.bottom{line-height: 2.75rem;}
.top img {width: 2.3rem;height: 2.3rem;}
.qq img {width: 2.3rem;height: 2.3rem;}
.font-down{
    border: solid #fff;
    border-width: 0.125rem 0 0 0.125rem;
    display: inline-block;
    padding: 0.575rem;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.single-post{
    padding: 10px 20px;
	line-height: 1;
	margin-bottom: 1rem;
	background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.single-footer {
	position: relative;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.single-tags{
    margin: 10px auto 0px;
    text-align: left;
    margin-bottom: -0.5rem;
}

.single-tags a {
    display: inline-block;
    padding: 8px 10px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #181818;
    background-color: #ddd;
	border-radius: 0.35em;
    font-weight: 400;
}
.single-tags a:before{
    content: '#';
	padding-right: 2px;
}
.single-tags a:after {
    content: '#';
	padding-left: 2px;
}
.single-tags a:hover{background:rgb(0 0 0 / 10%);}


/*目录索引*/
.listree-box {
	display:none;
	position:fixed;
	z-index:99;
	top:35%;
	right: 0;
	background-color:rgba(68, 138, 238, .88);
	color:#fff;
	border-top-left-radius: 0.35em;
    border-bottom-left-radius: 0.35em;
}
.listree-titles {
	float: right;
	cursor:default;
	padding: 10px 5px 10px 5px;
}
.listree-titles a.listree-btn {
	color:#fff;
	display:block;
	width:25px;
	font-size: 15px;
	font-weight: 600;
	text-align:center;
}
#listree-ol {
	max-height:230px;
	overflow:scroll;
	overflow-x:hidden;
	float:left;
	height:100%;
	min-height:100px;
	line-height:1.5;
    margin: 5px 0px 5px 15px;
	padding-right:20px;
	align-items:center;
	/*border-right:1px solid #eeeeef;*/
}
#listree-ol li {
	line-height:1.875;
	font-size: 15px;
	margin-bottom:10px;
}
#listree-ol li a {color:#fff;}
a#listree-click.current,
#listree-ol li.current a {color:#f2ff2c;}
#listree-ol::-webkit-scrollbar-track {background-color:#fff;}
#listree-ol::-webkit-scrollbar-thumb {background:rgb(199,201,204);}
#listree-ol::-webkit-scrollbar {width:3px;}
/*相关推荐*/
.related_post {
	margin-bottom: 1rem;
    background: #fff;
    border-radius: 0.35em;
    padding: 15px 20px 15px 20px;
    box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.related-t {
	line-height: 1;
    font-size: 16px;
    color: #181818;
	font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.related-t::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 2px;
    content: "";
    background: #0087f5;
    left: 0;
    bottom: 0;
    border-radius: 0.35em;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.related-list{
    width: 100%;
    overflow: hidden;
}
.related-slide {
    width: 47.13%;
    float: left;
    padding: 10px;
    padding-bottom: 10px;
	border-right: 1px solid rgb(0 0 0 / 10%);
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.related-slide:nth-child(2n) {
    border-right-color: transparent;
}
.related-slideimg {
    width: 128px;
    height: 91px;
    float: left;
    margin-right: 10px;
    max-height: 270px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 0.35em;
}
.related-slideimg img {
    height: 100%;
    width: 100%;
}
.related-info {
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-title{
    max-height: 40px;
    line-height: 20px;
    font-size: 16px;
    color: #181818;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related-info p{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.875;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #3d3d3d;
}
.related-slideimg img {transition: all .6s;}
.related-slide:hover .related-slideimg img{
	transition:All .7s ease;
	-webkit-transform:scale(1.0.5);
	-moz-transform:scale(1.0.5);
	-o-transform:scale(1.0.5);
	-ms-transform:scale(1.0.5);
	transform:scale(1.05);
}

/*底部样式*/
#footer {
    font-size: 14px;
    padding: 10px 20px 10px;
    line-height: 1.875;
    text-align: left;
	background: #2d3236;
    margin-left: auto;
    margin-right: auto;
}
#footer.footer {position: relative;margin: 0;padding: 0;outline: 0;border: 0;}
#footer:before {
    background: #000 linear-gradient(to left,#28b3f7,#9871e2,#fc31d0,#2eaff6,#c851da,#fa32d1);
    content: "";
    height: 3px;
    position: absolute;
    top: -2px;
    width: 100%;
}
#footer p a {margin:0 3px;}
#footer div{color: #FFF;}
#footer a{color: #FFF}
#footer a:hover{color:#ff5d58;}
.footercontainer {/*text-align: center;*/padding: 1.2em 1em 1.2em 1em;margin-left: auto;margin-right: auto;}
.container-menu a {color: #f5f5f5;display: inline-block;margin: 0 1.5rem 0 0;}
.container-menu a:hover{color:#FF6A00;}
.container-menu,.footer-copyright,.footer-shengming,.footer-bottom{padding: 0.2em 0.2em;}
#footer a.ico-ico img,a.beian-ico img {width:16px;height:16px;position:relative;top:3px;margin-right:3px;}
/*文章页面样式*/
.post-title {
    margin: 5px auto 20px;
    font-weight: 600;
	color: #181818;
	font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    word-break: break-all;
	/*user-select: none;*/
}
.post-content p {
    font-size: 14px;
    position: relative;
    color: #3d3d3d;
	margin: 5px 0 10px;
    line-height: 1.875;
}
.post-content p a{
	color:#0284dc;
	border-bottom-width: 1px;
    border-bottom-style: dashed;
}
.post-content p a:hover{
	color:#ff6d50;
	border-bottom-width: 1px;
    border-bottom-style: dashed;
}
.post-content {
    text-align: start;
    padding: 0 5px;
    word-break: break-word;
}
/*温馨提醒*/
.article-update-tips{
    color: #3d3d3d;
    padding: 10px 20px;
	margin: 0 0 20px;
    line-height: 22px;
    position: relative;
    text-align: center;
	border-radius: 0.35em;
    background: #f2f1f6;
    background-position: 50% 50%;
	background-image: url(images/wxtixing.png) !important;
}
.article-update-tips p.update-ts {
    line-height: 1.5;
}
span.red {
    color: #ff5d58;
    margin: 0 3px;
    font-weight: 600;
}
.update-ts{    
	margin: 0;
    padding: 0;
    outline: 0;
    border: 0;}


/*文章H标题*/
h1 {
	color: #181818;
	font-weight: 600;
	font-size: 20px;
    line-height: 1;
	margin: 0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #eee;
}
h1:before {
    content: "#";
	color: #f96969;
    padding-right: 10px;
}
h1::after {
    content: " ";
    position: absolute;
    background: #f96969 !important;
    width: 15%;
    height: 2px;
    top: 35px;
    left: 0;
}
h2 {
	color: #181818;
	font-weight: 600;
	font-size: 18px;
    margin-bottom: 1rem;
	position: relative;
	padding: 0 0 0.25rem 0;
    border-bottom: 1px solid #eee;
}
h2:before {
    content: "#";
	color: #0087f5;
    padding-right: 0.5rem;
}
h2::after {
    content: " ";
    position: absolute;
    background: #0087f5 !important;
    width: 15%;
    height: 2px;
    top: 35px;
    left: 0;
}

h3,h4 {
    font-weight: 600;
    line-height: 1.875rem;
    margin: 10px 0;
	font-size: 15px;
	color: #000;
}

/*普通标题注释说明*/
p.putong {
    text-indent: 0em !important;
    font-weight: normal;
    color: #3d3d3d;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 0.35em;
	border: 1px dashed #cbc7c7;
    background-color: #f9f9f9;
	 /* border: 1px solid #ccd0d5; */
    display: inline-block;
	}
p.hongse{
    border: 1px dashed #c66;
    background: #fff;
    position: relative;
    padding: 5px 10px;
    border-radius: 0.35em;
}
p.chunse{
    border: 1px dashed #ddd;
    background: #fff;
    position: relative;
    padding: 5px 10px;
    border-radius: 0.35em;
}
p.huise{
    border: 1px dashed #777;
    background: #fff;
    position: relative;
    padding: 5px 10px;
    border-radius: 0.35em;
}
p.lanse {
    text-indent: 0em !important;
    font-weight: normal;
    color: #FFF;
    margin: 10px 0;
    padding: 5px 10px;
	border-radius: 0.35em;
    background-color: #169FE6;
    display: inline-block;
}


/*文章作者时间下方横线*/
.post-meta {
    margin-top: 1em;
    color: #3d3d3d;
	padding: 0px 0px 10px;
    font-size: 12px;
	/*position: relative;*/
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.post-meta span.spot {
    padding: 0 10px;
	color: #828a92;
    position: relative;
}
span.single-author a{color: #3d3d3d;font-size: 12px;}
span.single-author img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    margin-top: -5px;
    border-radius: 100%;
    vertical-align: middle;
    transition: all 0.3s linear;
}
span.single-time{color: #3d3d3d;font-size: 12px;}
span.single-views{color: #3d3d3d;font-size: 12px;}
span.single-trim{color: #3d3d3d;font-size: 12px;}
span.single-comment a{color: #3d3d3d;font-size: 12px;}
span.single-operate a{color: #3d3d3d;font-size: 12px;}
/*友情链接页面*/
.linkcat {
    overflow: hidden;
}
ul.blogroll {
    clear: both;
    overflow: hidden;
    margin: 0 -10px;
}
ul.blogroll li {
    width: 25%;
    float: left;
    margin-left: 0px;
    text-indent: 0;
    list-style: none;
    margin: 0 0px 15px 0px;
}
ul.blogroll li a {
    display: block;
    padding: 8px 10px;
    border: 1px solid #eaeaea;
    background: rgba(255,255,255,0.55);
    margin: 0px 10px 2px 10px;
    text-align: center;
    text-decoration: none;
    color: #2D313B;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul.blogroll li a:hover {border:1px solid #F35532;color:#F35532;}
.blogroll li img {
    width: 16px;
    max-width: 100%;
    height: 16px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    box-shadow: none;
}
/*用户独立页*/
.archive-top {
	width: auto;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	border-radius: 0.35em;
	margin-bottom: 15px; 
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.top-bg-effect {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: enlarge 30s linear;
    animation: enlarge 30s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.overlay-1 {
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.28);
    position: absolute;
    opacity: .4;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.top-bg-title {
    position: relative;
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
}
.author-meta {
    text-align: center;
    padding: 50px 0;
    color: #fff;
}
.avatar {
    border-radius: 50%;
}
.author-meta img {
    width: 100px;
    height: 100px;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 5px #fff;
}
.author-meta .name {
    font-size: 18px;
    margin: 15px auto 10px;
    font-weight: 600;
}
.author-meta .desc {
    font-size: 15px;
    line-height: 2;
}
.author-meta .desc p {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
}
/*评论*/
#comments{
	background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.comment-t {
    line-height: 25px;
    padding: 10px 0 10px;
    position: relative;
}

.comment-title{
    color: #181818;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    position: relative;
}
.comment-t {
    line-height: 25px;
    padding: 20px 0 10px;
    position: relative;
}
.comment-t:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background: #4693e9;
    left: 0;
    bottom: 10px;
	border-radius: 0.35em;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease-in-out;
}
.comment-tab:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background: #4693e9;
    left: 0;
    bottom: 10px;
	border-radius: 0.35em;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease-in-out;
}
.come-comt {
    font-size: 15px;
    color: #3d3d3d;
    line-height: 1;
    font-weight: 600;
    position: relative;
}
.column-bottom{
	margin-top: 10px;
    line-height: 2;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
/*微语标签*/
p.weiyutime {
    list-style: none;
    padding-left: 16px;
    padding-bottom: 12px;
    border-left: 2px solid #eee;
    font-size: 15px;
    font-size: 1.1em;
    color: #3d3d3d;
    position: relative;
    line-height: 155%;
    margin: 0 0 0px 16px;
}
p.weiyutime span {color:#d11a1a;}
p.weiyutime br {
    line-height: 200%;
}
p.weiyutime:after {
    position: absolute;
    top: 4px;
    left: -9px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0284dc;
    border: 2px solid #a8ccf5;
    box-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff;
}

/*.prism-line-numbers .prism-line-numbers-rows{border-right:1px solid #007aaa;}*/
pre.prism-line-numbers {background: #f5f5f5;border-radius: 0.35em;border: 1px dashed #e4e4e4;}
.prism-line-numbers .prism-line-numbers-rows {border-right: 1px solid rgb(153 153 153 / 32%) !important;}
code[class*="language-"], pre[class*="language-"] {line-height: 1.875;}
.prism-token.prism-comment{color: #008200;}
/*隐藏代码标签语言*/
div.prism-show-language > div.prism-show-language-label[data-language] {display: none;}*/
pre {padding:8px;overflow:auto;/*max-height:1200px*/}
pre.prism-line-numbers > code {display:block;color: #181818;}
pre[class*="language-"]{padding: 6px 10px 6px 50px;overflow: auto;}
.prism-highlight>code[class*="language-"] {background: none;white-space: pre-wrap;}
.prism-highlight:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.09),0 0 1px rgba(0,0,0,0.05) inset;
}
blockquote {margin:1em 0;padding-left:1.5em;background:#fcfcfc;border-left:4px solid #eee;color:#3d3d3d}

.breadcrumbs label,.search label {color: #a1a1a8;margin: auto 0.5rem;}
/*标签单独页面*/
.tagsintro p {
    color: #ff5d58;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
.tagspost{
    padding: 10px;
    margin-bottom: 1rem;
    line-height: 1;
    background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
ul.tag_could {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}
ul.tag_could li{
	width: 32.3%;
    float: left;
    text-indent: 0;
    list-style: none;
	height: 92.1875px;
    margin-right: 10px;
    margin-bottom: 1rem;
	border-radius: 0.35em;
    border: 1px solid #eee;
}
ul.tag_could li:hover{border: 1px solid #0284dc;}
ul.tag_could li a {
	display: block;
    padding: 15px;
    text-align: left;
    white-space: normal;
	text-decoration: none;
	text-overflow: ellipsis;
}

ul.tag_could li a span {
    display: -webkit-box;
    height: 25px;
    overflow: hidden;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
    color: #3d3d3d;
}
ul.tag_could li a span:hover{color:#0284dc;}
ul.tag_could li a em {
    font-style: inherit;
    font-size: 12px;
    color: #3d3d3d;
    display: -webkit-box;
    line-height: 1.5;
}
/*ul.tag_could li a:hover {box-shadow:0 3px 10px #d0d0d0;border:2px solid #ddd;}
ul.tag_could li:nth-child(7n+5) a {background-color:#76cba2;}
ul.tag_could li:nth-child(7n+2) a {background-color:#fca61e;}
ul.tag_could li:nth-child(7n+3) a {background-color:#ec5b50;}
ul.tag_could li:nth-child(7n+4) a {background-color:#a1c15c;}
ul.tag_could li:nth-child(7n+5) a {background-color:#44b57e;}
ul.tag_could li:nth-child(7n+6) a {background-color:#8f82bc;}
ul.tag_could li:nth-child(7n+7) a {background-color:#d272ea;}
*/


/*文章单独页归档*/
.archives-list{
	border-left: 2px solid #eee;
	position: relative;
}
.item h3{
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px 10px;
    margin: 5px 0px 5px;
	padding-left: 15px;
    height: 10px;
	line-height: 10px;
	position: relative;
	color: #fff;
	background-color: #54b7ff;
    border-radius: 0.35em;
}

#cundang {
    padding-bottom: 20px;
}
.listintro {
    padding: 10px 20px;
    font-size: 16px;
    color:#0284dc;
    line-height: 22px;
	font-weight: 700;
    text-align: center;
    overflow: hidden;
}
.post-content ul.archives-list li time,.post-content ul.archives-list li span.muted {color:#fff;margin-right:10px;background:#54b7ff;padding:1px 5px;border-radius:4px;}
.post-content p sup {vertical-align:super;font-size:smaller;}
.post-content p sub {vertical-align:sub;font-size:smaller;}
.post.single-page {margin-bottom:12px;}
.single-post.page-post .show_text {margin-bottom:25px;}
.post-content ul.archives-list li {
	text-indent: 1em;
	line-height: 35px;
	list-style: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	border-bottom: 1px dashed #dbdde0;
}
.post-content ul.archives-list li a:hover{color:#3d3d3d;}
.post-content ul.archives-list li:hover{transform:translate(-1px,-1px);cursor:pointer;}
.clearfix:after {clear:both;content:"";display:block;height:0;visibility:hidden;}


/*专题页面*/
#zhuanti {
    float: left;
    width: 100%;
}
.special-item {
	width:49%;
	float:left;
	line-height: 1;
    margin-bottom: 1rem;
    background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.special-item:nth-child(even) {
    float: right;
}
.special-item-thumb{
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.special-item-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.special-item-thumb img {
    width: 100%;
    height: 100%;
    align-self: center;
    object-fit: cover;
    border-radius: 0.35em 0.35em 0 0;
}
.special-number {
    padding: 10px 10px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    font-size: 13px;
    background-color: #dddcda;
	border-radius: 0.35em;
    display: inline-block;
    color: #181818;
}
.special-title {
    padding: 5px 5px 0px 5px;
}
.special-count {font-size:13px;color:#3d3d3d;padding-top:10px;padding-left: 10px;display:block;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden;position:relative;}
.special-count time {margin-right:10px;}
.special-posts {padding: 1px 10px 1px;margin-top: 0.5rem;margin-bottom: 0.5rem;}
.special-posts li {padding: 5px 0 5px;font-size:14px;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden;position:relative;}
.special-posts li:before {content:"";width:10px;height:10px;border:2px solid #005DA6;border-radius:8px;margin:0 10px 0 0;vertical-align:-0.1em;display:inline-block;}
.special-posts li span {padding:0 8px;line-height:24px;font-size:14px;background-color: rgba(3,150,255,0.68);border-radius: 0.35em;float:right;color:#3d3d3d;position:relative;top:-1px;margin-left:8px;}
.special-posts li span a{color: #fff;}
/*.special-posts li span a:before,.special-posts li span a:after{content: '#';}*/

/*表格*/
.firstRow{
	color: #181818;
	background: #ededed;
	font-weight: 600;
}
table {border:1px solid;border-collapse: collapse;width:100%;}
table th,table td {padding: 9px 10px;border: 1px solid #d8d8d8;text-align: left;line-height: 1.875;}
table tbody td a {
    display: block;
    color: #005DA6;
    font-weight: 600;
}
table#tbCalendar caption {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    text-align: center;
}
/*搜索标签加亮*/
strong{
    color:#ff5d58;
	font-weight: 600;
    background-color: transparent;
}
/*文章页自定义文字*/
.articlecom {
	color: #FF5D58;
	font-size: 15px;
	padding: 0 5px;
    text-align: center;
	line-height: 1.875;
}
/*版权*/
.shuoming {
	color: #3d3d3d;
	padding: 0;
    text-align: center;
	line-height: 1.875;
}
p.license a{color: #3d3d3d;}
p.license a:hover {color: #0284dc;}
/*上下分页*/
.article-nav{
    overflow: hidden;
	margin-bottom: 1rem;
	background: #fff;
    padding: 10px 20px;
    border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.article-nav-prev{
    float: left;
    overflow: hidden;
    border-right: 1px solid rgb(0 0 0 / 10%);
    position: relative;
    width: 48%;
    text-align: center;
    padding-right: 20px;
    margin: 0 -1px 0 0;
}
.article-nav-next {
    float: right;
    overflow: hidden;
    position: relative;
    width: 48%;
    text-align: center;
    margin: 0 -1px 0 0;
}
.post-nav {
    margin: 5px 0 10px 0;
}
.nav-title{
    color: #181818;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-nav-prev a:hover {color:#0284dc;}
.article-nav-prev a:hover .nav-title {color:#0284dc;}
.article-nav-next a:hover {color:#0284dc;}
.article-nav-next a:hover .nav-title {color:#0284dc;}

input,textarea,button {font-family:inherit;font-size:100%;line-height: 1.875;margin:0;outline:0;appearance:none;-webkit-appearance:none}
input,textarea {padding:8px;border:1px solid #eee;width:100%;border-radius:2px;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
textarea {height:150px;resize:vertical;overflow:auto}
button,input[type=submit] {padding:0 6px;background:#ddd;border:0}
button,input[type=submit],.menu-parent a,.rewards a,.whisper .whisper-reply,#cornertool li {cursor:pointer}
/*导航*/
.browsehappy {padding:8px 0;background:#fbe3e4;color:#8a1f11;text-align:center}
.browsehappy a {color:#8a1f11;text-decoration:underline;font-weight:bold}
.clearfix {zoom:1}

.head-fixed .browsehappy {position:fixed;bottom:0;width:100%}
.head-fixed #header {position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);z-index:999}
.head-fixed #body {padding-top:71px}


.site-name,.comment-form p {float:left;width: 197px;margin-right: -10px;padding-right: 25px;}
.site-name h1, .site-name h2 {display:table-cell;height:40px;font-size:1.7em;margin:0;vertical-align:middle;font-weight:normal}

a.logo {
    color: #3d3d3d;
    /* font-weight: 600; */
    font-size: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
a.logo:after {
    content: '';
	position: absolute;
    top: 55%;
    right: 0;
    width: 1px;
    height: 20px;
    background: #d7d8d9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.logo img {display:block;max-width: 180px;max-height: 52px;}
a#logo strong {text-shadow: 0 2px 6px #ddd;}
#nav-swith {position:relative;float:right;margin-left:10px;color:#444}
#nav-swith{
	top: 15px;
    right: 10px;
	width:30px;
	height:30px;
	background:0;
	border-radius: 0.35em;
	color: rgb(51 51 51 / 56%);
}
.search-null {
    background: #fff;
    border-radius: 0.35em;
    margin-bottom: 20px;
    color: #3d3d3d;
    text-align: center;
    padding: 180px 20px;
	background-image: url(images/notFound.png);
	background-repeat: no-repeat;
    background-position: center 130px;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.search-null  p {
    margin-top: 50px;
    text-align: center;
}
/*侧栏搜索样式*/
#divSearchPanel{padding: 0;}
.divSearchPanel {padding: 15px;}
.search_f {
    height: 32px;
    border: 1px solid #2a9fd6;
    border-radius: 0.35em;
}
.search_text_top {
    width: 197px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
	border-radius: 0.35em;
    float: left;
    padding: 0 10px 0 10px;
    border: 0;
    color: #000;
    outline: none;
}
.btn-primary {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
    color: #fff;
    border: 0;
    cursor: pointer;
    float: right;
    text-align: center;
}

#nav-swith:before/*,#search button:before */{content:"";position:absolute;top:7px;left:7px;width:12px;height:12px;border:solid 2px currentColor;border-radius:50%}
#nav-swith:after/*,#search button:after */ {content:"";position:absolute;top:22px;left:20px;width:5px;height:2px;background:currentColor}
#nav-swith:before,#nav-swith:after,#nav-swith span,#nav,#site-search,.nav-menu,.menu-parent ul,.menu-item-has-children ul,#catalog-col,.rewards img,#cornertool li,#music span,#catalog:before,#catalog:after,#catalog span {transition:.0.5s;-webkit-transition:.0.5s}
.on #nav-swith:before,.on #nav-swith:after {content:"";position:absolute;top:14px;left:6px;width:20px;height:2px;background:currentColor;border:0;border-radius:0}
.on #nav-swith:before,.author-icon {transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
#nav-swith:after,.on #nav-swith:after,#search button:after {transform:rotate(45deg);-webkit-transform:rotate(45deg)}
#nav-swith span {display:block;width:18px;height:2px;background:currentColor;visibility:hidden}
#nav{position:relative;font-size: 15px;}

#site-search {
    width: 315px;
	margin: 10px auto;
    height: auto;
    text-align: center;
    display: none;
    position: absolute;
    overflow: hidden;
	right: 35px;
    z-index: 102;
    -webkit-box-pack: justify;
    /*border-bottom: 1px solid transparent;
    border-color: #ebedf1;
    padding: 10px 10px;
    border: 1px #eee solid;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: top;
    box-shadow: 0 0 7px 0 rgb(171 171 171 / 30%);*/
}
.on #site-search {
    display: block;
}
.on #site-search form {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
input.search-input {
    background: #ebeef5;
    height: 35px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 0 18px;
    color: #606266;
    transition: background 0.35s,border-color 0.35s,padding-right 0.35s;
    float: left;
    border-radius: 2px;
    width: 73%;
}
button.showhide-search {
    position: relative;
    z-index: 1;
    width: 27%;
    height: 35px;
    border: none;
    background: #42a1ff;
    color: #fff;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 13px;
}
/*#search input {padding-right:30px;text-indent: 5px;background:0;border:0;/*border-bottom: 1px solid #999;border-radius:0;text-align: left;}*/
span.s-icon {
    position: absolute;
    top: 18px;
    right: 35%;
    width: 25px;
    height: 34px;
    background: url(images/2cy.png);
    background-size: 100% 100%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s,-webkit-transform 0.35s;
    -webkit-transform: translate3d(100%,-50%,0) rotateY(180deg);
    transform: translate3d(100%,-50%,0) rotateY(180deg);
}
.on .nav-menu {visibility:hidden;opacity:0}
.on #site-search,.menu-parent:hover>ul,.menu-item-has-children:hover>ul,#catalog-col.catalog,.rewards a:hover img,#cornertool li {visibility:visible;opacity:1}
#site-search,.menu-parent ul,.menu-item-has-children ul,#catalog-col,.rewards img,#cornertool .hidden {visibility:hidden;opacity:0}
#search,.rewards,.menu-parent,.menu-item-has-children,.l_logo,.loading,.whisper .comment-meta {position:relative}
input:-internal-autofill-previewed,input:-internal-autofill-selected {-webkit-text-fill-color: black;transition: background-color 1000s ease-out 0.5s;}
/*.menu-parent ul,.menu-item-has-children ul {position:absolute;left:50%;min-width:100px;padding:0;border-radius:5px;background:rgba(238,238,238,.95);text-align:center;list-style:none;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.menu-parent ul,.menu-item-has-children ul:before {content:"";position:absolute;top:-7px;left:50%;margin-left:-7px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(238,238,238,.95)}
.menu-parent li,.menu-item-has-children li,#cornertool li:before,.whisper .comment-list .respond,.whisper.permission .respond {display:block}
.menu-parent ul,.menu-item-has-children ul a {display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.menu-parent .menu-parent .menu-child {background:rgba(221,221,221,.95)}*/
#bar,.loading:after {position:fixed;top:0;height:3px;background:#3d3d3d;animation:loading 1s infinite;-webkit-animation:loading 1s infinite}
@keyframes loading {0% {right:50%;left:50%}
30% {right:0;left:0}
100% {right:50%;left:50%}
}
@-webkit-keyframes loading {0% {right:50%;left:50%}
30% {right:0;left:0}
100% {right:50%;left:50%}
}

@keyframes upin {0% {opacity:0;transform:translateY(30px)}
100% {opacity:1;transform:translateY(0)}
}
@-webkit-keyframes upin {0% {opacity:0;-webkit-transform:translateY(30px)}
100% {opacity:1;-webkit-transform:translateY(0)}
}
/*.breadcrumbs {margin:10px 0 10px;padding: 5px 0;font-size: 14px;}*/
.fenlei{
	line-height: 1;
	color: #181818;
    padding-left: 15px;
	position: relative;
}
.fenlei:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background-color: #0284dc;
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 10px;
}
.breadcrumbs {
	font-size: 15px;
	background: #fff;
	line-height: 1;
    padding: 12px 15px;
	margin-bottom: 1rem;
	border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
.breadcrumbs span {font-size: 15px;}
.breadcrumbs i.fa {margin:0 6px;}
.single-inner .post {overflow:hidden;}
.post{
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0.35em;
	box-shadow: 0 0 20px -5px rgb(158 158 158 / 22%);
}
#.post{
#	border-bottom: 1px solid rgba(0, 0, 0, .05);
#}
#.post:nth-last-of-type(-n+1) {
#    border-bottom: 0;
#}

span.recommend-flag {
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
    background: #ff5d58;
}
span.istop-flag {
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
    background: #ff5d58;
}
span.recommend-heat5b {
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
    background: #1bb4bb;
}
span.recommend-heat1k {
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
    background: #4CAF50;
}
span.recommend-heat3k {
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
    background: #f84975;
}
span.recommend-heat5k {
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
    background: #ff5d58;
}
.post .post-new{
    border-radius: 0.35em;
    font-weight: 400;
    padding: 0.2em 0.5em 0.23em;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
    position: relative;
    color: #fff;
	top: -1px;
	background: #ff5d58;
}
/*文章列表样式*/
.title-l,.entry-container .title-l {
	position:absolute;
	z-index:1;
	top:30px;
	left:-21px;
	width:4px;
	height:20px;
	border-radius: 0.35em;
	background:linear-gradient(to left,#2eaff6,#00a6fe,#0284dc);
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	transition:-webkit-transform .6s;
	transition:transform .6s;
	transition:transform .6s,-webkit-transform .6s;
}
.title-l,.entry-container:hover .title-l {-webkit-transform:scaleY(1);transform:scaleY(1);}

#catalog-col,#cornertool {position:fixed;bottom:5px;z-index:999}
#catalog-col {right:50%;margin-right:-515px;min-width:150px;max-width:50%;max-height:50%;color:#eee;background:rgba(0,0,0,.7);border:1em solid transparent;border-right-width:.3em;overflow:auto}
#catalog-col.catalog {margin-right:-535px}
#catalog-col>ul {margin:1em .5em 0 0}
#catalog-col ul {padding-left:20px}
#catalog-col a {color:#eee;border:0}
#catalog-col a:hover {border-bottom:1px solid #eee}
.post-content .cl-offset {position:relative;display:block;top:-10px;height:0;border:0}
.head-fixed .cl-offset {top:-51px}
.whisper .post-content {min-height:40px;margin-top:1em;padding:0 1em;text-align:center;border:1px solid #444;border-radius:2px}
.whisper .post-title {font-size:1em;font-weight:normal;margin:0 -1em}
.whisper.post .post-title a {display:block;padding:2px 1em;color:#fff;background:#444;border:0}
.whisper .post-title a,.post-content .links a {transition:.5s;-webkit-transition:.5s}
.whisper .post-title a:hover {background:#3d3d3d}
.whisper .post-content pre {text-align:left}
.whisper .notice {display:block;font-size:.9em;padding:5px;color:#f44336;border:1px solid;border-radius:2px}
.post-content,.comment-content {
	margin-top: 1em;
	word-wrap:break-word;
	line-height: 1.8;
	margin-bottom: 5px;
}
.post-content a:hover,.comment-content a:hover,.nav-menu ul a:hover {color:#398EF6;border:0}
.post-content img,.post-content video,.comment-content img,.comment-content video,.whisper img,.whisper video {max-width:100%;}
.post-content hr,.comment-content hr {margin:2em auto;width:100px;border:1px solid #ddd;border-width:2px 0 0 0}
.protected input {width:auto}
.rewards,.post .tags {clear:both}
/*标签*/

/*打赏*/
.readlist {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.read_outer {
    float: right;
    color: #fff;
    padding: 0px 10px;
    background: #f96969;
    border-radius: 0.35em;
    font-size: 14px;
    line-height: 32px;
}
.read_outer p {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
}
.read_outer a {color: #fff;}
.readlist .read_outer, .readlist #mClick {
    float: none;
    display: inline-block;
}
.readlist .read_outer.zanter a {display: block;}
.hidebody {
    z-index: 999;
    background: #000;
    opacity: .5;
    -moz-opacity: .5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}
.showbody {
    width: 23vw;
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -11.5vw;
    margin-top: -15%;
    display: none;
}
.showbody a.showbody_c {
    display: inline-block;
    top: 10px;
    position: absolute;
    right: 10px;
}
.reward_img {margin: 0 auto;border-radius: 0.625rem;}
.showbody img {
    border: none;
    border-width: 0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: none;
}
.reward_bg {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pay_box {
    display: inline-block;
    margin-right: 10px;
    padding: 15px 0;
}
.pay_box:first-child {margin-left: 10px;}
.pay_box img {width: auto;}
span.pay_box_span {
    width: 16px;
    height: 16px;
    background: url(images/noselect.svg);
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}
.pay_box.choice span.pay_box_span {background: url(images/select.svg);}
.reward_bg img {display: inline !important;}
/*分页*/
.pagination {
    overflow: hidden;
    padding: 0 0 5px;

}
.pagination ul,..pagination div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pagination ul {
    list-style: none;
    padding-left: 0;
}
.pagination ul {
	margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
display: block;
    display: inline-block;
}
.pagination ul>li {
    display: inline-block;
}
.pagination ul>li>a, .pagination ul>li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
	color: #181818;
	background-color: #fff;
    border: 1px solid #ddd;
    margin: 3px 5px 3px 0px;
    border-radius: 0.35em;
}
.pagination ul>li.active span, .pagination ul>li>a:hover {
    background-color: #448ef6;
    color: #fff;
    border-color: transparent;
}
#loadmore {
    float: right;
    margin-top: 3px;
}
#loadmore a:hover {
    background-color: #448ef6;
    color: #fff;
    border-color: transparent;
}

a#post_over {
    font-size: 14px;
    padding: 6px 20px;
    background-color: #ffffff;
    display: block;
    border-radius: 0.35em;
    color: #181818;
    line-height: 20px;
    height: 20px;
    border: 1px solid #ddd;
	float: left;
}
/*分页*/
#comments {
    padding: 0 20px 10px 20px;
	margin-bottom: 1rem;
}
.whisper .whisper-body {padding:20px 10px;background:0;border:0;border-bottom:1px solid #eee}
.whisper .whisper-body:last-child {border:0}
.whisper .whisper-body>div>.comment-content,.whisper .comment-meta,.whisper .comment-children {margin:1em 0 0 42px}
.comment-meta .whisper-reply {position:absolute;right:0;bottom:0;font-size:.9em}
.whisper .comment-body,.comment-parent>.comment-whisper {margin:0;padding:0;background:0;border:0}
.whisper .comment-parent,.comment-whisper {margin-top:2px;padding:2px 5px;background:#e6e6e6;border:0;border-radius:2px}
.whisper .comment-body .comment-content {line-height:20px}
.whisper .comment-body .avatar {margin:2px 5px 0 0}
.whisper .comment-parent>.comment-children {margin-left:5px}
.comment-list li {margin-top:10px;padding:10px;border:1px solid #eee}
.comment-level-odd,.comment-whisper {background:#f6f6f6}
.comment-level-even {background:#fff}
.comment-by-author,.whisper .comment-parent.comment-by-author,.comment-by-author>.comment-whisper {position:relative;background:#f2f7fc}
.author-icon {font-size:.83em;display:block;position:absolute;top:8px;left:-15px;width:60px;height:15px;line-height:15px;text-align:center;background:linear-gradient(135deg,transparent 30%,rgba(230,230,230,.8) 0) left,linear-gradient(-135deg,transparent 30%,rgba(230,230,230,.8) 0) right;background-size:50% 100%;background-repeat:no-repeat}
.comment-list li .comment-reply {text-align:right;font-size:.9em}
.comment-meta time {color:#3d3d3d;font-size:.875em}
.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-at {font-size:.875em;margin-right:5px;font-weight:bold}
.comment-list .respond {margin-top:15px;border-top:1px solid #eee}
.respond .cancel-comment-reply {float:right;margin-top:15px;font-size:.9em}
.comment-form input {margin-bottom:10px}
.comment-form .textarea {width:68%;margin:0 2% 0 0}
.comment-form .textbutton {width:30%;margin:0}
#comment-form button {width:100%;height:30px;border-radius:2px}

span.tag-count {
    display: none;
}

#divComments ul {list-style:none;padding:0;}
/*! fancyBox v2.1.4 */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {padding:0;margin:0;border:0;outline:none;vertical-align:top;}
.fancybox-wrap {position:absolute;top:0;left:0;z-index:8020;}
.fancybox-skin {position:relative;background:#f9f9f9;color:#444;text-shadow:none;}
.fancybox-opened {z-index:8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}
.fancybox-outer,.fancybox-inner {position:relative;}
.fancybox-inner {overflow:hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling:touch;}
.fancybox-error {color:#444;/*font:14px/20px 微软雅黑,Verdana,Arial,Helvetica,sans-serif;*/margin:0;padding:15px;white-space:nowrap;}
.fancybox-image,.fancybox-iframe {display:block;width:100%;height:100%;}
.fancybox-image {max-width:100%;max-height:100%;}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {background-image:url('images/fancybox_sprite.png');}
#fancybox-loading {position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}
#fancybox-loading div {width:44px;height:44px;background:url('images/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}
.fancybox-nav {position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('images/blank.gif');/* helps IE */-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}
.fancybox-prev {left:0;}
.fancybox-next {right:0;}
.fancybox-nav span {position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}
.fancybox-prev span {left:10px;background-position:0 -36px;}
.fancybox-next span {right:10px;background-position:0 -72px;}
.fancybox-nav:hover span {visibility:visible;}
.fancybox-tmp {position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important;}
.fancybox-lock {overflow:hidden;}
.fancybox-overlay {position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('images/fancybox_overlay.png');}
.fancybox-overlay-fixed {position:fixed;bottom:0;right:0;}
.fancybox-lock .fancybox-overlay {overflow:auto;overflow-y:scroll;}
.fancybox-title.fancybox-title-inside-wrap {text-align:center;padding-top:8px;}
/*--comments --*/#comments {}

#comments .comment-tab {line-height:25px;padding: 15px 0 10px;position:relative;}
.come-comt {color:#181818;font-size:16px;}
.commentlist {margin-bottom:5px;}
.come-comt i.fa {margin-right:5px;font-size:18px;font-size:1.2em;}
.comment-text-center {cursor:pointer;text-align:center;margin: 10px 0 0 10px;font-size:16px;font-size:1.15em;color:#FF5D58;font-weight:500;}
.comment-text-center i.fa {position:relative;font-size:1.2em;top:1px;}
#comments span.come-comt {font-weight:700;font-size:16px;color:#888;}
span.come-comt i.fa {font-size:1.3em;}
#comments span#comment_count {font-weight:normal;font-size:14px;color:#3d3d3d;float:none !important;}
#comments h5 {margin:8px;}
#comments h4 span {margin-right:8px;}
#comments h4 span.jubao {float:right;margin-right:0;}
#comments h4 span.jubao small {color:#338A9C;}
#comments h4 span.jubao small:hover {color:#F05A28;}
.comt-box {width:100%;height:100%;overflow:hidden;margin:0 auto;text-align:center;}
.show-comments {width:69%;float:left;overflow:hidden;}
.show-sidebar {width:30%;float:right;margin-top:10px;}
#frmSumbit #inpName,#frmSumbit #inpEmail,#frmSumbit #inpHomePage,#frmSumbit #inpVerify {border:1px solid #ddd;padding-left:10px;width:99%;height:30px;line-height:30px;color:#3d3d3d;background:#FFFFFF;margin-bottom:0px;}

.liuyan {float:left;width: 33.333%;position:relative;}
#frmSumbit .input-inpVerify #inpVerify {height:36px;line-height:33px;width:100%;padding-left:10px;}
.form-inpVerify {float:left;width:33%;position:relative;min-height:1px;padding-right:15px;}
.commentpost .input-group-addon {border-left:1px solid #eee;position:absolute;right:3px;top:2px;height:32px;line-height:30px;padding:0;font-weight:400;color:#555;text-align:center;vertical-align:middle;}
.input-inpVerify {position:relative;display:inherit;border-collapse:separate;}
.input-group-addon img {height:100%;border-bottom-right-radius:3px;border-top-right-radius:3px;}
#frmSumbit p {padding:0;margin:10px 0;line-height:30px;}
#frmSumbit .button {color:#FFFFFF;background-color:#0284dc;height:35px;width:88px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-radius:4px;}
#frmSumbit .button:hover {background-color:#57bdf7;cursor:pointer;}
.msg .msgimg img {clear:left;float:left;margin-right:10px;padding:2px;height:50px;width:50px;border:1px solid #ddd;background-color:#f1f1f1;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-webkit-transition:0.4s;-webkit-transition:-webkit-transform 0.4s ease-out;-moz-transition:-moz-transform 0.4s ease-out;transition:transform 0.4s ease-out;}
#comments .msg {font-size:12px;line-height:22px;padding:5px;border-bottom: 1px solid #e2e2e2;}
#comments .msg .msgarticle .msg {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0 0 0 20px;
    position: relative;
    border-left: 3px solid #e2e2e2;
    border-bottom: 0;
}
#cancel-reply small {margin:0 10px;color:#ff6f3d;font-size: 15px;font-weight:500;}
#comments .msg .msgname {color:#181818;padding-top:2px;}
#comments .msg .msgarticle {color:#3d3d3d;padding-top:5px;padding-bottom:3px;min-height:30px;margin-left:56px;text-align:justify;}
.interact-bar {
    position: relative;
    cursor: default;
    min-height: 20px;
    text-align: justify;
    font-size: 13px;
    color: #9195a3;
}
.interact-bar span.spot{padding: 0px;}
.interact-bar a.comment-reply-link {
    margin-left: 6px;
    font-size: 13px;
    color: #9195a3;
}
.interact-bar a.comment-reply-link:hover{color:#0284dc;}
.msg .msgarticle .msg .msgname .dot {display:none;}
a.comment_at {padding:2px 5px 3px 5px;border:1px solid #ddd;border-radius:4px;color:#F35532;font-weight:bold;margin-right:5px;}
#logo404 {background-color:#FFFFFF;background-image:url(../include/logo.png);background-repeat:no-repeat;background-position:center center;padding-top:60px;padding-bottom:60px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#9EAA99;box-shadow:0 0 4px rgba(0,0,0,0.25);}
#cw404 {width:720px;margin:20px auto;}
#cw404 h1 {font-size:18px;line-height:60px;font-weight:normal;text-align:center;}
#cw404 .kuang {font-size:14px;border:1px solid #9EAA99;border-radius:3px;box-shadow:0 0 4px rgba(0,0,0,0.25);padding:20px;background-color:#FFFFFF;}
#cw404 #ts404 {text-align:center;}
span.LevelName {background-color:#2F889A;color:#fff !important;font-size:12px;margin:0 5px 0 5px;opacity:0.9;padding:2px 7px 2.5px;border-radius:3px;cursor:pointer;}
span.aulevel1 {background-image: -webkit-linear-gradient(0deg,rgba(253,165,34,0.9294117647058824) 0%,#fd4c4c 100%);}
span.aulevel2 {background-color:#d9534f;}
span.aulevel3 {background-color:#5cb85c;}
span.aulevel4 {background-color:#3AB2CE;}
span.aulevel5 {background-color:#428bca;}
.msgname a {margin-right:5px;}
.msgname span a {margin-left:5px;margin-right:0;}
.msgtxt span:last-child {font-size:12px;}
.commentlist .comment {list-style:none;border-top:1px solid #ddd;}
.commentlist li.comment ul.children {margin-left:20px;}
.commentlist .depth-1 {margin:10px 0 10px 0;}
.commentlist li {position:relative;}
.commentlist .comment-body {padding:5px 0 5px 0}
.commentlist .comment-body:hover {background:#fafafa url(images/bg2.png) repeat;}
.commentlist p {margin:5px 0 5px 50px;line-height:22px;}
.reply a:link,.reply a:visited {text-align:center;font-size:12px;}
.datetime {font-size:12px;color:#3d3d3d;text-shadow:0px 1px 0px #fff;margin-left:50px;}
.commentmetadata {font-size:12px;color:#3d3d3d;text-shadow:0px 1px 0px #fff;margin-left:50px;}
ol.commentlist li div.vcard img.avatar {width:40px;height:40px;position:relative;float:left;margin:4px 6px 0 0;padding:2px;border:1px solid #ddd;background:#fff;}
ol.commentlist li div.floor {float:right;color:#bbb}
#respond {padding:5px 10px 10px;overflow:hidden;}
#respond_box {clear:both;border-top:1px solid #ddd;}
#respond h3 {margin:5px 0 6px 0;}
#comment {background:#fff;}
#commentform p {color:#3d3d3d;}
#commentform label {color:#868686;}
#commentform input {border:1px solid #ddd;width:160px;margin:4px 5px 4px 0;padding:3px;box-shadow:inset 2px 3px 5px #eee;}
#commentform input:focus {border:1px solid #d0d0d0;}
#commentform textarea {width:95%;height:120px;font-size:13px;padding:4px;margin:4px 0 0 0;border:1px solid #ddd;box-shadow:inset 2px 3px 5px #eee;}
#commentform textarea:focus {border:1px solid #d0d0d0;}
#commentform input#submit,#commentform input#reset {width:110px;height:32px;background:#606060;color:#fff;border:1px solid #e5e5e5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:4px;line-height:28px;text-align:center;margin-top:8px;box-shadow:none;}
#commentform #submit:hover,#commentform #reset:hover {font-weight:bold;}
#real-avatar .avatar {float:right;padding:2px;border:1px solid #ddd;background:#fff;margin-right:20px;_margin-right:10px;}
.commentpost h4 i.fa {margin-right:5px;}
#comments .msg .msgimg img.avatar:hover {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
#comment-tools {width:100%;overflow:hidden;margin:0 auto 10px;text-align:center;border-radius: 0.35em;}
.tools_title {float:left;border:1px solid #ddd;border-bottom:none;display:block;margin:0;padding:7px 0px 7px 5px;border-top-left-radius:5px;border-top-right-radius:5px;width:99%;text-align:left;}
.tools_text {width:99.5%;float:left;border:1px solid #ddd;margin-top: 5px;margin-bottom: 10px;}
#txaArticle {width:100%;height:105px;line-height:180%;border:0px solid #ddd;padding:5px 5px 5px 8px;font-size:14px;}
#comment-tools a {padding:1px 5px;color:#3d3d3d;cursor:pointer;font-size:15px;font-size:16px;font-size:1.15em;}
#comment-tools i.fa {color:#0069b3;}
span.com-title {margin-left:5px;font-size:14px;font-size:1.0em;color:#3d3d3d;font-weight:500;}
#faces {padding:1px 3px;}
#faces i.fa {font-size:1.2em;font-size:17px;cursor:pointer;}
#UbbFrame {margin:6px 0 0px;/* padding-top:5px;border-top:1px solid #ddd;*/}
#ComtoolsFrame {*display:none;margin-top:-20px;padding:25px 0 5px}
#ComtoolsFrame img {display:inline-block;margin:0;padding:3px 3px 0 3px}
#ComtoolsFrame img:hover {background-color:#eee;cursor:pointer}
/*#comments .msg .msgarticle .noimg .msgimg img {display:none!important;}*/
#comments .msg .msgarticle ul.msgarticle {margin-left:0;}
#comments .msg .msgarticle .noimg .msgtxt .msgarticle .noimg {margin-left:0px;margin-top:15px;margin-bottom:5px;}
#comments .msg .msgarticle .noimg .msgarticle {padding-top:10px;margin-left:60px;}
#comments .msg .msgarticle #comment {visibility:visible !important;animation-name:fadeInDown !important;}
#comments .msg .msgarticle p {padding-top:10px;}
#comments .msg .msgarticle form#frmSumbit p {margin-bottom:5px;padding-top:5px;}
.msgname .dot {font-size:13px;color:#d1d1d1;display:inline-block;margin-left:12px;font-weight:400;letter-spacing:2px;float:right;opacity:.8;}
.msgname .dot.shafa {color:#d11a1a;font-size:12px;}
.msgname .dot.yizi {color:#ef8f31;font-size:12px;}
.msgname .dot.bandeng {color:#ba8147;font-size:12px;}
.msgname .dot.liangxi {color:#cd7bfe;font-size:12px;}
.msgname .dot.diban {color:#8ea4ba;font-size:12px;}
.msgarticle #ComtoolsFrame {height:52px;overflow:hidden;}
.msgtxt {position:relative;font-size:14px;font-size:1.2em;}
.msgname a.comment-reply-link {font-size:13px;}
#comments span.iliuyan {float:right;margin-right:0;}
#comments span.iliuyan a {font-size:13px;font-size:0.95em;color:#3d3d3d;}
#comments span.iliuyan a:hover {color:#0284dc;}
/*span.WB-OS {position:relative;display:none;margin-left:5px;top:-3px;letter-spacing:3px;}*/
.msgname:hover span.WB-OS {display:initial;}
span.WB-OS {
    position: relative;
    top: -2px;
    letter-spacing: 3px;
}
span.WB-OS img {
    height: 16px;
    width: 16px;
    padding: 0;
	vertical-align: middle;
}
#comments-nav {text-align:center;margin-top:18px;}
.com-page-list a {position:relative;margin-right:5px;padding:2px 8px;margin-left:-1px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:2px;}
.com-page-list a.on,.com-page-list a:hover {color:#fff;background:#0284dc;border:1px solid transparent;}
.com-page-list.pagination {padding:10px 0 15px 0;}
.single-avatar.vip2 {display:inline-block;padding:3px;width:70px;height:70px;background:url(images/avatar_yonghui.png) no-repeat;}
.single-avatar.vip1 {display:inline-block;padding:3px;width:70px;height:70px;background:url(images/avatar_puhui.png) no-repeat;}
.single-avatar.vip1 img,.single-avatar.vip2 img {padding:0;}
.single-avatar.vip3,.single-avatar.avatar_chunjie {display:inline-block;padding:4px;width:70px;height:70px;background:url(images/avatar_admin.png) -1px 0 no-repeat;}
.msgimg {position:relative;}
#comments .msg .msgarticle .msg i.author-ident {display:none;}
.commentlist .pagination {margin:0 auto -10px;text-align:center;}
.commentlist .pagination ul {list-style:none;margin:20px 0 15px;padding:0;text-align:center;}
.commentlist .pagination ul li {display:inline-block;margin:0 5px;height:24px;line-height:24px;}
.commentlist .pagination ul li.active span {color:#444;border-bottom:1px solid #444;}
.commentlist .pagination ul li a {padding:0 2px;}
/**/
.post-content .links {letter-spacing:-9em}
.post-content .links li {display:inline-block;width:25%;letter-spacing:0}
.post-content .links a {display:block;height:20px;line-height:20px;margin:5px 10px;padding:5px 10px;text-align:center;color:#444;background:#fcfcfc;border:0;border-radius:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 1px 5px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.1)}
.post-content .links a:hover {box-shadow:0 2px 5px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.3)}
.post-content .links .l_logo {padding-left:40px}
.l_logo img,.l_logo i {position:absolute;top:0;left:0;width:16px;height:16px;padding:7px;background:#d0d0d0;overflow:hidden}
.l_logo i {font:16px/1 Segoe UI Symbol}

i.fa.fa-copyright {margin:0 3px;}
#cornertool {right:50%;margin-right:-580px}
#cornertool .hidden {left:20px}
#cornertool li {position:relative;display:block;left:0;width:40px;height:40px;line-height:40px;margin-top:5px;color:#fff;background:rgba(0,0,0,.7)}
#top:before {content:"\25b2"}
#top:hover:before {content:"Top"}
#music:before {content:"\266b"}
#music:hover:before {content:"\25b2"}
#music:hover:before,#catalog.catalog span {transform:rotate(90deg);-webkit-transform:rotate(90deg)}
#music.play:hover:before {content:"\3013";animation:0;-webkit-animation:0}
.play:before {animation:play 5s linear infinite;-webkit-animation:play 5s linear infinite}
@keyframes play {0% {transform:rotate(0deg)}
100% {transform:rotate(360deg)}
}
@-webkit-keyframes play {0% {-webkit-transform:rotate(0deg)}
100% {-webkit-transform:rotate(360deg)}
}
#music span {position:absolute;display:block;bottom:0;height:5px;width:0;background:#3d3d3d;opacity:.7}
#music.play span {width:100%}
#music.play span i {display:block;height:100%;width:0;background:#eee}
#catalog span,#catalog:before,#catalog:after {position:absolute;display:block;top:50%;left:50%;margin:-1px 0 0 -6px;width:12px;height:1px;background:currentColor}
#catalog:before {content:"";margin-top:-5px}
#catalog:after {content:"";margin-top:3px}
#catalog.catalog {left:-5px}
#catalog.catalog:before {margin:-4px 0 0 -11px;transform:rotate(-30deg);-webkit-transform:rotate(-30deg)}
#catalog.catalog:after {margin:2px 0 0 -11px;transform:rotate(30deg);-webkit-transform:rotate(30deg)}
/*404*/
.content-error {
    min-height: 35vh;
    text-align: center;
	background: #f1f1f1;
    padding: 130px 20px;
}
.error-title-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 188px;
    height: 188px;
    display: inline-block;
    background-image: url(images/notFound.png);
}
.error-info {
    padding: 20px;
    font-size: 22px;
    font-family: PingFangSC-Regular,"Microsoft Yahei-Regular","Microsoft Yahei",Microsoft Sans Serif,sans-serif;
    font-weight: 500;
}
a.error-muted {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #FF5D58;
    border-radius: 0.35em;
    text-decoration: none;
}
#archives li {margin:5px 0}
/**/
/*--scroll--*/
.backtop {z-index:999;bottom:65px;position:fixed;right:15px;cursor:pointer;}
.backtop a,.backtop i {color:#fff;}
.backtop .bt-box {
	margin-bottom:5px;
	width: 2.3rem;
    height: 2.3rem;
	vertical-align:middle;
	background:rgb(68,142,246);
	box-sizing:border-box;
	border-radius: 0.35em;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%) !important;
	text-align:center;
}

.bt-box.tnrt a {font-size:16px;}
.backtop .weibo .pic {position:absolute;display:none}
.backtop .weixin .pic {position:absolute;display:none}
.backtop .top {display:none}
.backtop .weibo .pic {left:-150px;bottom:5px;max-width:150px;padding:8px;background:#fff;animation-duration:.1s;-webkit-animation:fade-in .1s;border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,0.08);}
.backtop .weixin .pic {left:-133px;bottom:4px;max-width:132px;padding:8px;background:#fff;animation-duration:.1s;-webkit-animation:fade-in .1s;border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,0.08);}
.backtop a:hover,.backtop i:hover {color:#f3f3f3;}
.backtop .phone .phones {background:#ff6f3d;}
#backtop i.fa {font-size:1.2em;font-weight:bold;padding-right:0;}
.bt-box.bt-comments {padding:0;}
.bt-box.bt-comments a {padding:11px 12px;display:block;}


@media (max-width: 1200px){
.container, .footercontainer {max-width: 900px;padding: 0 15px;}
#main {max-width: 100%;width: 900px;}
.on .nav-menu {visibility:hidden;opacity:0;}
.vital-slide {width: 46.13%;}
#secondary{display:none}
.nav-menu li:nth-last-of-type(-n+2) {display:none;}
#listree-ol li {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
}

@media (max-width:999px) {#catalog-col.catalog {right:45px}
#cornertool li {width:35px;height:35px;line-height:35px}
.top_list lt {width: 100%;}
span.s-icon {right: 33%;}
.pagination {text-align: center;}
.item {margin-left: 0px;}
#main {max-width: 100%;}
#loadmore{display:none;}
#secondary {display: none;}
.on #site-search {width: auto;}
.related-slide {width: 100%;padding: 5px;padding-bottom: 5px;}
#author-main {width: 80%;}
span.time{display: none;}
.single-comment{display: none;}
.single-operate{display: none;}
a.logo:after {display: none;}
.showbody {
    width: 320px;
    margin-left: -160px;
    top: 60px;
    margin-top: 0;
}
#comments .msg .msgarticle .msg {margin-left: -30px;}

@media(max-width:768px) 
{#main {max-width: 100%;width: 750px;}
#footer{margin-bottom: 0px;border-radius: 0px;}
span.time{display: none;}
.container {padding: 5px 10px;}
.item {margin-left: 0px;}
.post-content {padding: 0px;}
.special-item {width: 100%;}
ul.tag_could li {width: 45%;margin-left: 5px;}
.top_list lt {width: 100%;}
.pagination {text-align: center;}
.home-content p {height: 65px;}
.post{padding: 0 5px;}
.single-comment{display: none;}
.single-post {padding: 10px 15px;}
.article-nav-prev {width: 100%;text-align: left;}
.article-nav-next {width: 100%;text-align: left;}
.footercontainer {padding: 20px 5px 20px;}
#loadmore{display:none;}
#secondary {width: 100%;padding-left: 0px;padding-right: 0px;}
.sell-lia-item{width: 40%;}
.related-slide {width: 100%;padding: 5px;padding-bottom: 5px;}
.vital-slide {width: 46.13%;}
.site-yqlj{display:none;}
.sybanner{display:none;}
.thumb {display:none;}
.f-last-line {display:none;}
span.single-trim {display:none;}
.footercontainer {text-align: center;}
.related_inner {width: 100%;}
.footer-links {width: 100%;}
.footer-fill {width: 100%;}
.entry-container {padding: 10px;}
a.meta-viewnums,.entry-meta-author {display:none;}
.home-meta{padding-top: 15px;padding-bottom: 0px;}
#comments .msg .msgarticle .msg {margin-left: -30px;}
.post-title,.post-meta,.protected .post-content {text-align:center}
}
@media(min-width:601px) {.on .nav-menu {visibility:hidden;opacity:0}
.on a.logo:after{visibility:hidden;opacity:0}
.menu-parent .menu-parent .menu-child {top:5px;left:-30px;transform:translateX(-100%);-webkit-transform:translateX(-100%)}
.menu-parent .menu-parent:hover>.menu-child {left:-7px}
.menu-parent .menu-parent .menu-child:before {top:7px;left:100%;margin:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid rgba(221,221,221,.95)}
}
@media(max-width:680px) {#nav-swith {margin: 0;color: #444;background: 0;}
#nav-swith:before,#nav-swith:after {left:6px;width:18px;height:2px;background:currentColor;border:0;border-radius:0;transform:none;-ms-transform:none;-webkit-transform:none}
#nav-swith:after {top:21px}
span.time{display: none;}
span.s-icon {right: 33%;}
.separator:nth-of-type(5) {display: none;}
.nav-menu {float: none;}
.nav-menu li {float: none;}
a.logo:after{visibility:hidden;opacity:0}
.container {padding: 5px 10px;}
.top_list lt {width: 100%;}
.post{padding: 0 5px;}
.single-post {padding: 10px 15px;}
.footercontainer {padding: 20px 5px 20px;}
.pagination {text-align: center;}
.related_inner {width: 100%;}
#main {width: 100%;padding-left: 0px;}
#loadmore{display:none;}
#secondary {width: 100%;padding-left: 0px;padding-right: 0px;}
.sell-lia-item{width: 40%;}
.related-slide {width: 100%;padding: 5px;padding-bottom: 5px;}
.thumb {display:none;}
.sybanner{display:none;}
.site-yqlj{display:none;}
.top_daodu{display:none;}
.f-last-line {display:none;}
.footercontainer {text-align: center;}
.footer-links {width: 100%;}
.footer-fill {width: 100%;}
.entry-container {padding: 10px;}
.home-content p {height: 96px;}
a.meta-viewnums,.entry-meta-author {display:none;}
.home-meta{padding-top: 15px;padding-bottom: 0px;}
#nav-swith span {visibility:visible}
.on #nav-swith span {visibility:hidden;opacity:0}
#nav {width:100%;max-height:0;overflow:hidden;text-align:center}
.on #site-search {width: auto;padding: 10px 20px;}
.on #nav {max-height:70px}
.head-fixed .on #nav {margin-bottom:5px}
.nav-menu {max-height:200px;overflow:auto}
.nav-menu .active a,.header-nav .active a:focus {display:none;}
.nav-menu > li:hover:before,.nav-menu > li.active:before {display:none;}
.nav-menu li:before {display:none;}
.nav-menu a:hover {font-weight:bold;border:0}
.menu-parent ul,.menu-item-has-children ul {position:relative;left:0;margin:0 auto;width:75%;visibility:visible;opacity:1;transform:none;-webkit-transform:none}
.menu-parent .menu-parent .menu-child:before {border-bottom:7px solid rgba(221,221,221,.95)}
#site-search {position:static;width:50%;margin:0 auto}
.post-content .links li {width:33.33333%}
.comment-form .textarea {width:58%}
.comment-form .textbutton {width:40%}
}
@media(max-width:420px) {.post-content .links li {width:50%}
}