@charset "utf-8";
/*---全局---*/
.container,.footercontainer{max-width: 1200px;}
#header,#footer{max-width: 100%;}
.container {padding: 5px 15px;margin-left:auto;margin-right:auto;}
.main-content{margin: 30px auto 10px;}
.row {margin-right: -15px;margin-left: -15px;}
#main {float: left;width: 71.168%;;padding-left: 15px;}
#secondary {width: 27.268%;padding-left: 15px;padding-right: 15px;}
#main>*:not(.breadcrumbs) {animation:upin .5s;-webkit-animation:upin .5s}
.home{display: block;margin: 0px;}
ul, li { list-style: none;}
body.home{font-size: 14px;background: #f1f1f1;}
#author-main{
    width: 88%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    margin: 20px auto 10px;
}
body, a {font-family:"Microsoft Yahei",Arial,sans-serif;}
ul {padding-left:10px}
ul li p,#footer p,.whisper .comment-author,.whisper .comment-children .comment-children {margin:0}

.strong{
    color: #FF6A00;
    font-weight: 600;
	background-color: #FFFFFF;
}
.post-content strong{
    color: #ff5d58;
    font-weight: bold;
	display: inline-block;
	padding: 0rem 0.5rem 0rem 0.5rem;
}
bottom {
    font-weight: 600;
    color: #fff;
	float: left;
    background-color: #0284dc;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
	margin: 0 5px 5px 0;
	padding: 0 12px;
	border-radius: 0.35em;
	border: 1px solid #ddd;
}
/*---超链接颜色---*/
a{color:#333333;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: 36px;
	background: #fff;
}
.top-bar{
	line-height: 36px;
	width: 100%;
	background: #fff;
	backdrop-filter: blur(5px);
    margin-bottom: 0.8rem;
	margin-left: auto;
    margin-right: auto;
    z-index: 99;
	position: relative;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.top-bar{
    position: fixed;
    top: 0;
	transition: top 0.35s;
}
#percentageCounter {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    z-index: 99;
	background: #000 linear-gradient(to right, #fc31d0,#2eaff6,#0284dc,#00a6fe,#fc31d0,#2eaff6);
}

/*底部
/*导航蓝色*/
.nav-menu,.comment-list,.comment-list ol {list-style:none;margin:0;padding:0}
.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 {display: block;float: left;margin: 3px 20px;position: relative;}
.page-navigator ul{font-size: 15px;display: inline-block;margin: 0;padding: 0;outline: 0;border: 0;vertical-align: baseline;}
.nav-menu a {color:#2c2e3b;}
.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: -9px;
    left: 50%;
    background:linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
    content: '';
    transition: all .6s;
    z-index: -1;
}

/*首页banner*/
.sybanner{    
    overflow: hidden;
    position: relative;
	height: 335px;
    display: flex;
	padding: 15px;
    background: #fff;
	border-radius: 0.35em;
	margin-bottom: 15px;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.sybanner a {
    overflow: hidden;
    border-radius: 0.35em;
    box-sizing: border-box;
}

.sybanner a img {
    display: block;
    width: 100%;
    height: 335px;
    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: 71.5%;
	border-radius: 0.35em;
	overflow: hidden;
	position: relative;
    box-sizing: border-box;
}
.bannertitle {
    color: #FFF;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0 0 0 / 50%));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
	font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feature-post {
    width: 27.5%;
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.feature-post li {
    position: relative;
    height: 160px;
	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;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0 0 0 / 50%));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 15px 20px;
    font-size: 18px;
	font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bannertitle2 {
    color: #FFF;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0 0 0 / 50%));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 15px 20px;
    font-size: 18px;
	font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.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;
	font-weight: bold;
	text-align: justify;
    word-break: break-all;
	max-width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-title{
    color: #273736;
    padding-bottom: 6px;
    position: relative;
    border: 0;
    border-bottom: 1px solid #eee;
}
.home-title a{color:#333333;}
.home-title a:hover{color:#0284dc;}
.home-content p{
    font-size: 14px;
    position: relative;
	height: 90px;
	color:#555666;
	line-height: 1.8;
    margin: 0.7em 0;
}
.home-content {
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
/*首页内容下方分类*/
.home-meta {
    padding: 0;
    color: #333333;
    font-size: 13px;
	margin: 0.1em 0 0.1em;
    display: flex;
    align-items: center;
}
.entry-meta time, .entry-meta span.meta-viewnums {
    position: relative;
}
span.meta-viewnums{color: #333333;font-size: 13px;}
.entry-meta a {
    color: #333333;
    position: relative;
}
span.separator {
    color: #e1e1e1;
    padding: 0 10px;
    font-size: 0;
}
span.separator:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #0284dc;
    -webkit-transform: rotate(135deg) translate(1px,2px);
    transform: translate(25%,-50%);
}

.entry-meta-author{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.entry-meta-author li{display: inline-block;}
/*导读模块*/
.top_daodu{
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0.35em;
    padding: 10px;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.vital-title{    
    line-height: 1;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.vital-title:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #FF5D58 !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #1bb4bb, 40px 0 #00a4ff;
    top: 2px;
    right: 45px;
}
/*.vital-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    left: 5px;
    top: -10px;
    z-index: 1;
    border-radius: 0.35em;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,0%);
    background-color: #42a1ff;
}*/
.vital-list{
    width: 100%;
    overflow: hidden;
}
.vital-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%);
}
.vital-slide:nth-child(2n) {
    border-right-color: transparent;
}
.vital-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;
}
.vital-slideimg img {
    height: 100%;
    width: 100%;
}
.sticky-info{
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticky-title{
    max-height: 40px;
    line-height: 20px;
    font-size: 16px;
	color: #2c2e3b;
    font-weight: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sticky-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: #555666;
}
.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: 158px;
    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 .6s;}
.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: 5px;
    right: 5px;
	background: #333333 linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    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: 1rem;
	background:rgba(255,255,255,0.88);
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.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:35px;
}
span.autlv {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    border-radius: 99px;
    padding: 0 5px;
    letter-spacing: 0px;
	background-image: -webkit-linear-gradient(0deg,rgba(253,165,34,0.9294117647058824) 0%,#fd4c4c 100%);
}
/*.user-bgif {background:url(../style/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: rgb(255 255 255 / 88%);
}
.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:0 20px;
	text-align:center;
	position: relative;
	margin:5px 0 10px;
}
.name b {
    font-size: 16px;
	padding-left: 15px;
}
.widget_user .name p {
	margin-top:5px;
	max-height:40px;
	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 8px 8px;
	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:#666;
}
.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:#333333;
	margin-bottom:3px;
	font-weight: 500;
/*celan_end*/}
 
.widget {
    padding: 15px 20px 0px;
	margin-bottom: 1rem;
	background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}

.widget-list,.widget-tile,.links,#cornertool ul {list-style:none;padding:0;padding-bottom: 10px;}
/*.widget-list li, #catalog-col li{margin:5px;line-height:26px;color:#666;}*/
.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:#666}

.widget-title{
	line-height: 1;
	font-size: 16px;
    color: #333333;
    position: relative;
	padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
/*.widget-title:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    top: -15px;
    z-index: 1;
    border-radius: 0.35em;
    -webkit-transform: translate(0,0%);
    transform: translate(0,0%);
    background: linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
}*/
/*三点点*/
.widget-title:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #FF5D58 !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #1bb4bb, 40px 0 #00a4ff;
    top: 2px;
    right: 45px;
}

/*最近发表样式*/
.divPrevious{margin-top: 0.5rem;margin-bottom: 0px;}
.divPrevious li{
    width: 100%;
    line-height: 25px;
	padding: 5px 0px 5px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    -moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.rankNum{margin-right: 6px;}
.rankNum {/*color:#9195A3;*/color: #adadad;font-weight: 700;font-size: 15px;}
.divPrevious li span.rankNum.num-1 {color:#FF5D58;}
.divPrevious li span.rankNum.num-2 {color:#2775a7;}
.divPrevious li span.rankNum.num-3 {color:#1bb4bb;}
.divPrevious li span.rankNum.num-4 {color:#b997b3;}
.divPrevious li:nth-last-of-type(-n+1) {border-bottom: 0;}
.divPrevious li:hover{transition:all .3s linear 0s;margin-left:0.35em;}

/*动态标签*/
#divTags ul li a {
	height:auto;
	text-align: justify;
    padding: 0px 5px 0px;
	font-size:14px;
	-webkit-transition:background .2s;
	table-layout:fixed;word-break:break-all;
	float:left;
	width: 27%;
	margin:0 1% 5px 1%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#divTags ul li a{color:#333333;opacity:.9;}
#divTags ul li a:hover {color:#0284dc;text-decoration:none;}
#divTags ul li{width:auto;line-height:30px;position:relative;}
#divTags ul li a:before {
    content: '#';
    padding-right: 2px;
color: #0284dc;
}

#divTags ul.divTags {overflow:hidden;margin-right: -0.8rem;margin-left: -0.2rem;margin-top: 10px;margin-bottom: 0px}

/*文章归档*/
#divstatistical ul{
    margin-bottom: 0px;
    padding: 0;
}
#divArchives ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}
.divArchives li {
    overflow: hidden;
    width: 48%;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
	display: inline-block;
	padding: 5px 0px 5px;
}
.divArchives li:nth-last-of-type(-n+2){border-bottom: 0;}

/*.divLinkage{padding-bottom: 10px;}*/
#divLinkage ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}
.divLinkage li {
    overflow: hidden;
    width: auto;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 5px 5px;
    text-align: center;
	display: inline-block;
}
.divLinkage li:nth-last-of-type(-n+1){border-bottom: 0;}
/*.divLinkage li:nth-last-of-type(-n+2) {border-bottom: 0;}*/
#divstatistical ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}
.divstatistical b1 {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    padding: 5px 10px 5px;
    display: inline-block;
	font-weight:400;
}
.divstatistical b2 {padding-left: 25px;}
.divstatistical b1:nth-last-of-type(-n+2){border-bottom: 0;}
/*返回*/
.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: 5px 25px;
	line-height: 1;
    margin-bottom: 1rem;
	background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 3px 1px 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: 8px;
    border-bottom-left-radius: 8px;
}
.listree-titles {
	float: right;
	cursor:default;
	padding:20px 8px 20px 6px;
}
.listree-titles a.listree-btn {
	color:#fff;
	display:block;
	width:25px;
	font-size: 15px;
	font-weight: bold;
	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:20px 0px 20px 20px;
	padding-right:20px;
	align-items:center;
	/*border-right:1px solid #eeeeef;*/
}
#listree-ol li {
	line-height:1.8;
	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;}

/*文章end*/
.post-end{
	color:#777;
    text-align: center;
	margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.post-end em{font-style: inherit;}*/
.post-end::after,.post-end::before {
    content: "";
    background:#eee;
    max-width: 35%;
    height: 1px;
    flex: 1;
}
/*相关推荐*/
.related_post{
	padding: 0 20px;
    margin: 10px 0 10px;
    background: #fff;
	overflow: hidden;
    border-radius: 0.35em;
	margin-bottom: 1rem;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.related-t{
	line-height: 2;
	padding-top: 5px;
    margin: 0px 0 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    color: #333333;
    font-size: 1.15em;
    width: 100%;
    position: relative;
}

.related-t:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0.35em;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,0%);
    background: linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
}
.related-t:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #FF5D58 !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #1cb3cb, 40px 0 #30c3fe;
    top: 15px;
    right: 45px;
}
.pic-box-list {
	overflow: unset;
    margin-left: -2%;
    margin-right: -2%;
}
.sell-lia-item {
    width: 20%;
	border: 1px solid rgb(0 0 0 / 8%);
    margin-left: 2%;
    float: left;
    vertical-align: top;
    position: relative;
    background: #ffffff;
    padding: 10px;
    border-radius: 0.35em;
    margin-bottom: 20px;
    -webkit-transition: ease-in-out 0.3s;
}
.sell-lia-item:hover {
	-webkit-transform:translateY(-6px);
	-moz-transform:translateY(-6px);
	-o-transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	transform:translateY(-6px);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sell-lia-item:hover .sell-pic-media a {
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.sell-pic-media {
    position: relative;
    display: block;
    overflow: hidden;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: -10px -10px 10px;
    border-radius: 6px 6px 0 0;
}
.sell-pic-media a {
    max-width: 100%;
    -webkit-transition: all .444s ease-in-out;
    -o-transition: all .444s ease-in-out;
    transition: all .444s ease-in-out;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120,120,120,.1);
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
}
.sell-pic-media:after {
    content: '';
    display: block;
    padding-top: 66.25%;
}
.sell-media-t {
    height: 38px;
	display: -webkit-box;
    margin: 0 auto;
	position: relative;
	font-size: 13px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    max-height: 50px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    transition: .3s;
    letter-spacing: .49px;
}
.sell-media-t:before{
    content: '';
    display: inline-block;
    width: 0px;
    height: 3px;
    margin-top: -2px;
	border-radius: 0.35em;
    background: linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);
    vertical-align: middle;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.sell-lia-item:hover .sell-media-t:before{width:15px;margin-right:6px;}
/*底部链接*/
#footer {
    font-size: 14px;
	padding: 10px 20px 10px;
	line-height: 1.875;
    text-align: left;
    background-color: rgb(8 8 8 / 77%);
    margin-left: auto;
    margin-right: auto;
}
/*底部滚动#footer.footer {background:rgba(8,8,8,0.68) url(../style/images/header_bg.gif) repeat-x 0 0;}*/
footer.footer:before {
    /*background: #000 linear-gradient(to left,#28b3f7,#9871e2,#fc31d0,#2eaff6,#c851da,#fa32d1);*/
	background: #000 linear-gradient(to right, #fc31d0,#2eaff6,#0284dc,#00a6fe,#fc31d0,#2eaff6);
    content: "";
    height: 4px;
    position: absolute;
    top: -2px;
    width: 100%;
}
#footer .links,#cornertool ul {margin:0;text-align:center}
#footer .links li {display:inline-block;margin:0 3px 2px}
#footer .links li img,.divLinkage li img,a.ico-ico img,a.beian-ico img {width:16px;height:16px;position:relative;top:3px;margin-right:3px;}
#footer p a {margin:0 3px;}
#footer div{color: #fefefe;}
#footer a{color: #fefefe}
#footer a:hover{color:#ff5d58;}
#footer.footer {position: relative;margin: 0;padding: 0;outline: 0;border: 0;}
.footercontainer{text-align: left;padding: 1.5em 0;margin-left:auto;margin-right:auto;}
/*#footer:before {
    background: #333333 linear-gradient(to right,#28b3f7,#9871e2,#fc31d0,#2eaff6,#0284dc,#fa32d1);
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.footercontainer {
    overflow: hidden;
    position: relative;
}
.footer-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-fill {
    float: left;
    width: 63.666667%;
}
.footer-hidden-xs {
    width: 30.333333%;
    float: right;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.f-last-line {
    height: auto;
    display: table-cell;
    vertical-align: middle;
}
.f-last-line p {
    color: #fefefe;
    padding: 10px 10px;
	background: #333333;
    font-size: 13px;
    border-radius: 0.35em;
    line-height: 1.875;
}
.footer-links {
    float: left;
    width: 65%;
    font-size: 13px;
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgb(222 226 230 / 60%)!important;
}
.container-menu a {color: #f5f5f5;display: inline-block;margin: 0 1.5rem 0 0;}
.container-menu a:hover{color:#FF6A00;}
/*文章页面样式*/
.post-content p {
    font-size: 14px;
    position: relative;
    color: #333333;
	margin: 5px 0 10px;
    line-height: 1.875;
}
.post-content p a{
	color:#0064c8;
	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: justify;
    padding: 0px 5px;
    word-break: break-word;
}
.post-title {
	margin: 15px auto 15px;
    font-weight: bold;
    font-size: 16px;
	color: #333333;
	line-height: 180%;
    text-align: justify;
    word-break: break-all;
	/*user-select: none;*/
}
/*温馨提醒*/
.article-update-tips{
    color: #333;
    padding: 10px 20px;
	margin: 0 0 20px;
    line-height: 22px;
    position: relative;
    text-align: center;
	border-radius: 0.35em;
	background: #f2f1f6;
    background-size: cover;
    border: 1px solid rgb(26 26 26 / 3%);
	background-image: url(../style/images/wxtixing.png);
}
.article-update-tips p.update-ts {
    line-height: 1.5;
}
span.red {
    color: #ff5d58;
    margin: 0 3px;
    font-weight: bold;
}
.update-ts{    
	margin: 0;
    padding: 0;
    outline: 0;
    border: 0;}


/*文章H标题*/
h1 {
	color: #181818;
	font-weight: bold;
	font-size: 20px;
    line-height: 1;
	margin: 0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #eee;
}
h1:before {
    content: "#";
	color: #FF5D58;
    padding-right: 10px;
}
h2 {
	color: #181818;
	font-weight: bold;
	font-size: 18px;
    margin-bottom: 1rem;
	position: relative;
	padding: 0 0 0.25rem 0;
    border-bottom: 1px solid #eee;
}
h2:before {
    content: "#";
	color: #FF5D58;
    padding-right: 0.5rem;
}

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

/*普通标题注释说明*/
p.putong {
    text-indent: 0em !important;
    font-weight: normal;
    color: #333333;
    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.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: #393E46;
	padding: 0px 0px 10px;
    font-size: 12px;
	/*position: relative;*/
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

/*.post-meta:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    border-radius: 1.5px;
    background: #0284dc;
    left: 0;
    bottom: -1px;
}*/
.post-meta span.spot {
    padding: 0 10px;
	color: #e1e1e1;
    position: relative;
}
span.single-author{color: #333333;font-size: 12px;}
span.single-time{color: #333333;font-size: 12px;}
span.single-views{color: #333333;font-size: 12px;}
span.single-trim{color: #333333;font-size: 12px;}
span.spot:after {
    content: '';
    position: absolute;
	top: 50%;
    transform: translate(-100%,-50%);
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #0284dc;
}
/*用户独立页*/
.archive-top {
    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;
    min-height: 20.4978vw;
}
.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: 1.5em;
    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;
}
.comment-t {
	color: #4693e9;
    font-size: 1.15em;
    font-weight: bold;
	margin: 20px 0 20px;
	line-height: 2;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.comment-t:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background: #4693e9;
    left: 0;
    bottom: -1px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.comment-t:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #FF5D58 !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #1bb4bb, 40px 0 #00a4ff;
    top: 10px;
    right: 45px;
}
.come-comt {
    font-size: 15px;
    color: #333333;
    padding-left: 12px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.come-comt: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;
}
.column-bottom{
    border-bottom: 1px solid #e2e2e2;
	margin-top: 10px;
    line-height: 2;
}
/*微语标签*/
p.weiyutime {
    list-style: none;
    padding-left: 16px;
    padding-bottom: 12px;
    border-left: 2px solid #eee;
    font-size: 15px;
    font-size: 1.1em;
    color: #666;
    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: #616161;}
pre[class*="language-"]{padding: 6px 10px 6px 50px;overflow: auto;}
.prism-highlight>code[class*="language-"] {background: none;white-space: pre-wrap;}
blockquote {margin:1em 0;padding-left:1.5em;background:#fcfcfc;border-left:4px solid #eee;color:#666}

.breadcrumbs label,.search label {color: #ccc;margin: auto 0.3125rem;}
/*标签单独页面*/
.tagsintro p {
    color: #888;
	font-size: 14px;
	text-align: center;
}
.tagspost{
    padding: 10px;
    margin-bottom: 1rem;
    line-height: 1;
    background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
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 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: #333333;
}
ul.tag_could li a span:hover{color:#0284dc;}
ul.tag_could li a em {
    font-style: inherit;
    font-size: 12px;
    color: #333333;
    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: bold;
    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 {
	margin: 20px 0px;
    padding: 5px 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;}
p.dasbox a {line-height:32px;}
.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:#333333;}
.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.2%;
	float:left;
	line-height: 1;
    margin-bottom: 1rem;
    background: #fff;
	border-radius: 0.35em;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.special-item:nth-child(even) {
    float: right;
}
.special-title {
    padding: 5px 5px 0px 5px;
}
.special-number {font-size:13px;display:inline-block;padding-left: 15px;padding-top: 15px;}
.special-count {font-size:13px;color:#999eb3;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;}
.special-posts li {padding: 10px 0 0;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:#999;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{background: #FAFDFE;}
table {border:1px solid;border-collapse: collapse;width:100%;}
table th,table td {padding: 9px 10px;border: 1px solid #d1d5da;text-align: left;line-height: 18px;}
table tbody td a {
    display: block;
    color: #005DA6;
    font-weight: bold;
}
table#tbCalendar caption {
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

/*搜索标签加亮*/
strong{
    color:#ff5d58;
    background-color: transparent;
}
/*搜索标签加亮*/
/*版权*/
.shuoming {
	color: #666;
	padding: 6px 0;
    text-align: center;
	line-height: 1.875;
}
p.license a{color:#ff5d58;font-weight: bold;}
/*上下分页*/
.article-nav {
    padding: 5px 25px;
    margin: 10px auto;
    line-height: 30px;
    position: relative;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 0.35em;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.article-nav span {
    display: block;
	white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	user-select: none;
}
span.article-nav-prev {
	white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	user-select: none;
}

input,textarea,button {font-family:inherit;font-size:100%;line-height:1.2;margin:0;outline:0;appearance:none;-webkit-appearance:none}
input,textarea {padding:5px;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}
/*.clearfix:before,.clearfix:after {content:"";display:table}*/
.clearfix:after {clear:both}

.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: 180px;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: #398ef6;
    font-weight: bold;
    font-size: 25px;
	position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
a.logo:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #ddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.logo img {display:block;max-width: 150px;max-height: 50px;}
a#logo strong {text-shadow: 0 2px 6px #ddd;}
#nav-swith {position:relative;float:right;margin-left:10px;color:#444}
#nav-swith{
	top: 8px;
    right: 10px;
	width:30px;
	height:30px;
	background:0;
	border-radius: 0.35em;
    color: #333333;
}
#search button {
	top:5px;
	right:0;
	width:30px;
	height:30px;
	background:0;
}
.search-null {
    background: #fff;
    border-radius: 0.35em;
    margin-bottom: 20px;
    color: #666;
    text-align: center;
    padding: 180px 20px;
	background-image: url(../style/images/notfound.png);
	background-repeat: no-repeat;
    background-position: center 130px;
}
.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:9px;height:9px;border:solid 2px currentColor;border-radius:50%}
#nav-swith:after,#search button:after {content:"";position:absolute;top:19px;left:17px;width:6px;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:18px;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;}
.on #site-search {top: 3px;right: 50px;border-radius: 0.35em;border: 1px solid #d7d8d9;}
.on #site-search:hover {border-radius: 0.35em;border: 1px solid #0284dc;}
.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 {position:absolute;top:-10px;right: 30px;width: 20rem;}
#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}
#search input {padding-right:30px;text-indent: 5px;background:0;border:0;/*border-bottom: 1px solid #999;*/border-radius:0;text-align:left}
#search button {position:absolute;color: rgb(51 51 51 / 56%);}
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:#333333;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: #333333;
    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;
}
.fenlei:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #FF5D58 !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #1bb4bb, 40px 0 #00a4ff;
    top: 2px;
    right: 45px;
}
.breadcrumbs {
	font-size: 15px;
	padding: 12px;
	background: #fff;
	line-height: 1;
	margin-bottom: 1rem;
	border-radius: 0.35em;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
.breadcrumbs span {font-size: 15px;}
.breadcrumbs i.fa {margin:0 6px;}
.single-inner .post {overflow:hidden;}
.post{
    position: relative;
    padding: 0 20px;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 0.35em;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}
#.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: 4px;
    font-weight: 400;
    padding: 0.2em 0.5em 0.2em;
    font-size: 12px;
    margin: 0 0.4rem 0 0;
    position: relative;
    top: -1px;
	color:#fff;
	background-image:-webkit-linear-gradient(0deg,#3ca5f6 0%,#a86af9 100%);
}
span.istop-flag {
    border-radius: 4px;
    font-weight: 400;
    padding: 0.2em 0.5em 0.2em;
    font-size: 12px;
    margin: 0 0.4rem 0 0;
    position: relative;
    top: -1px;
    color: #fff;
    background: #ff5d58;
}
.post .post-new{
    border-radius: 4px;
    font-weight: 400;
    padding: 0.2em 0.5em 0.2em;
    font-size: 12px;
    margin: 0 0.4rem 0 0;
    position: relative;
    top: -1px;
    color: #fff;
	background: #ff5d58;
}
/*文章列表样式*/
.title-l,.entry-container .title-l {
	position:absolute;
	z-index:1;
	top:25px;
	left:-21px;
	width:4px;
	height:20px;
	border-radius: 0.35em;
	background:linear-gradient(to right,#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:#333333}
.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 {
	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}
.tags{text-align: center;margin-bottom: 1rem;}
.tags a {
    padding: 0px 10px;
    background: #eee;
    margin-right: 10px;
    line-height: 26px;
    border-radius: 0.35em;
    color: #666;
    display: inline-block;
}
.tags a:hover {background: linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);color:#fff;}

/*dashang*/
.readlist {
    width: 100%;
    text-align: center;
}
.read_outer p {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}
.read_outer a{
    color: #fff;
}
.readlist .read_outer, .readlist #mClick {
    float: none;
    display: inline-block;
    margin: 0 8px 10px 0;
}
.read_outer {
    float: right;
    color: #fff;
    padding: 0 10px;
    background: #ff6d50;
    border-radius: 0.35em;
    font-size: 12px;
    line-height: 32px;
    margin: 0 10px 15px 0;
}
.read_outer:hover {background: linear-gradient(to right,#2eaff6,#00a6fe,#0284dc);color:#fff;} 
/*dashang*/
.rewards-popover-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
}
.rewards-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -275px;
    width: 550px;
    background-color: #fff;
    padding: 20px 20px 50px;
    border-radius: 0.35em;
    overflow: hidden;
    z-index: 9999;
    display: none;
    text-align: center;
}
.rewards-popover b {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
display: block;
}


.rewards-popover-item {
    display: inline-block;
    width: 200px;
    margin: 0 20px;
}
.rewards-popover-item hb{
    margin: 0 20px 10px;
    font-size: 15px;
}
.rewards-popover-item img {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 0.35em;
margin-top: 10px;
    padding: 5px;
}
.rewards-popover-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    color: #999;
    cursor: pointer;
}


#loadmore {float: right;}
.page-navigator {list-style:none;overflow: hidden;margin-top: 10px;padding:0;text-align:left;}
.page-navigator li {display:inline-block;}
/*.page-navigator a {padding:0 2px}*/
.page-navigator pabotom{
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #3F3F3F;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    padding: 0 10px;
	border-radius: 0.35em;
	border: 1px solid #ddd;
}
.page-navigator a {
    display: inline-block;
    font-size: 14px;
    color: #3F3F3F;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
	margin: 0 5px 5px 0;
    border: 1px solid #ddd;
}
.page-navigator .current a {color:#444;border-bottom:1px solid #444}
/*查看更多*/
.ajaxload .next {display:block;color:#333333;}
.ajaxload a {
	padding: 0 12px;
	border-radius: 0.35em;
	float: right;
}
.ajaxload a:hover {color:#fff;background:#0284dc;}
.ajaxload .loading,.ajaxload .loading:hover,.post-content .more .loading {padding:5px;color:#333333;border:0}
.loading:after {content:"";display:block;position:absolute;top:auto;bottom:0;height:1px}
#comments {
	padding: 10px 20px;
    margin: 10px 0 10px;
}
.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:#999;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;
}
/*span.tag-count {
	position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 12px;
    color: #bbb;
}*/

#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('../style/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('../style/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('../style/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('../style/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:#333333;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:18px 0;font-size:16px;font-size:1.15em;color:#ff6d50;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:#666;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:#333333;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:10px;border-radius: 0.35em;margin-top: 1rem;border: 1px solid #e2e2e2;}
/*#comments .msg:hover {background:#FBFBFB;border:1px dotted #bbb;}*/
/*i.author-ident {position:relative;bottom:0px;float:left;}
i.author-ident:after {content:"";position:absolute;width:18px;height:18px;right:12px;top:32px;}
i.author-ident.author1:after {background:url(../style/images/vjin.png) no-repeat;background-size:18px;}
i.author-ident.author2:after {background:url(../style/images/vhuang.png) no-repeat;background-size:18px;}
i.author-ident.author3:after {background:url(../style/images/vlan.png) no-repeat;background-size:18px;}
i.author-ident.author4:after {background:url(../style/images/vhong.png) no-repeat;background-size:18px;}
i.author-ident.author5:after {background:url(../style/images/vfen.png) no-repeat;background-size:18px;}
i.author-ident.author6:after {background:url(../style/images/vhui.png) no-repeat;background-size:18px;}*/
#cancel-reply small {margin:0 10px;color:#ff6f3d;font-weight:500;}
#comments .msg .msgname {color:#999999;padding-top:2px;}
#comments .msg .msgarticle {color:#666;padding-top:5px;padding-bottom:3px;min-height:30px;margin-left:56px;text-align:justify;}
#comments .msg .msgarticle .msg {margin-top:10px;margin-bottom:5px;background: rgb(255, 255, 255);padding: 16px;height: 100%;border: 1px solid rgba(0,0,0,.08);border-radius: 0.35em;box-shadow: 0 0 2px rgb(0 0 0 / 5%);}
.interact-bar {
    position: relative;
    cursor: default;
    min-height: 20px;
    text-align: justify;
    font-size: 13px;
    color: #9195a3;
}
.interact-bar span.spot{padding: 0 10px;}
.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(../style/images/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 1px;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(../style/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:#999;text-shadow:0px 1px 0px #fff;margin-left:50px;}
.commentmetadata {font-size:12px;color:#999;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;}
#comments .msg:hover .commentpost {background:#FBFBFB;}
#commentform p {color:#333333;}
#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:120px;line-height:180%;border:0px solid #ddd;padding:5px 5px 5px 8px;font-size:14px;}
#comment-tools a {padding:1px 5px;color:#666;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:#333333;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:0;}
#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:#999;}
#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(../style/images/avatar_yonghui.png) no-repeat;}
.single-avatar.vip1 {display:inline-block;padding:3px;width:70px;height:70px;background:url(../style/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(../style/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:#666;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(../style/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:.5s;-webkit-animation:fade-in .5s;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:.5s;-webkit-animation:fade-in .5s;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(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:990px) {#catalog-col.catalog {right:45px}
#cornertool li {width:35px;height:35px;line-height:35px}
.top_list lt {width: 100%;}
.page-navigator {text-align: center;}
.item {margin-left: 0px;}
#main {width: 100%;padding-left: 0px;}
#loadmore{display:none;}
#secondary {width: 100%;}
#author-main {width: 80%;}
}

@media(max-width:768px) 
{#main {width:100%;padding-left: 0px;}
#header{margin-top: 0px;border-radius: 0px;}
#footer{margin-bottom: 0px;border-radius: 0px;}
.container {padding: 5px 25px;}
.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%;}
.page-navigator {text-align: center;}
.home-content p {height: 65px;}
.post{padding: 0 5px;}
.single-post {padding: 1px 10px;}
.footercontainer {padding: 20px 5px 20px;}
#loadmore{display:none;}
#secondary {width: 100%;padding-left: 0px;padding-right: 0px;}
.sell-lia-item{width: 40%;}
.top_daodu{display:none;}
.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: 10px 0px;border-top: 1px solid #f3f3f3;}

.post-title,.post-meta,.protected .post-content {text-align:center}
}
@media(max-width:600px) {#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}
a.logo:after{visibility:hidden;opacity:0}
.container {padding: 5px 25px;}
.top_list lt {width: 100%;}
.post{padding: 0 5px;}
.single-post {padding: 1px 10px;}
.footercontainer {padding: 20px 5px 20px;}
.page-navigator {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%;}
.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: 95px;}
a.meta-viewnums,.entry-meta-author {display:none;}
.home-meta{padding: 10px 0px;border-top: 1px solid #f3f3f3;}
#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 #nav {max-height:240px}
.head-fixed .on #nav {margin-bottom:5px}
.nav-menu {max-height:200px;overflow:auto}
.nav-menu li,.nav-menu a {display:block;float: none;}
.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%}
}
