body {
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	color: #555;
	background-color: #f6f6f6;
	position: relative;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

ul {
	list-style: none;
}

table {
	font-size: 12px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
	padding: 10px;
	border-top-color: #eee;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #45B6F7;
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

.thumbnail {
	border: none;
	padding: 0;
	margin: 0
}

.btn {
	border-radius: 2px;
	padding: 6px 15px;
}

.rounded-6 {
	border-radius: 0.8rem !important;
}

/*herder-----------------------------------------------*/
.header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 55px 0 20px;
	/*box-shadow: 0 1px 4px rgba(0,0,0,.05);*/
	border-color: rgba(0, 0, 0, .08);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
	background: #fff url('../images/hengtiao.gif') repeat-x 0 100%;
}

.container-xl {
	position: relative;
	/* margin: 0 auto;
	max-width: 1200px;
	padding: 0; */
}

.logo {
	overflow: hidden;
	float: left;
	margin: 0;
}

.logo {
	position: relative;
	overflow: hidden;
	max-height: 50px;
}

.logo a {
	height: 32px;
	display: block;
	overflow: hidden;
	font-size: 0;
}

.logo img {
	vertical-align: top;
	max-height: 32px;
	display: block;
	margin-bottom: 32px;
}

/**logoæ‰«å…‰æ•ˆæžœCSS**/
.logo {
	position: relative;
	overflow: hidden;
	max-height: 50px;
}

.logo:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: blink 1s ease-in 1s infinite;
	animation: blink 1s ease-in 1s infinite;
}

@-webkit-keyframes blink {
	from {
		left: 10px;
		top: 0;
	}

	to {
		left: 320px;
		top: 0;
	}
}

@-o-keyframes blink {
	from {
		left: 10px;
		top: 0;
	}

	to {
		left: 320px;
		top: 0;
	}
}

@-moz-keyframes blink {
	from {
		left: 10px;
		top: 0;
	}

	to {
		left: 320px;
		top: 0;
	}
}

@keyframes blink {
	from {
		left: -100px;
		top: 0;
	}

	to {
		left: 320px;
		top: 0;
	}
}


.brand {
	font-size: 14px;
	float: left;
	line-height: 15px;
	color: #bbb;
	padding-left: 10px;
	position: relative;
	top: 1px;
	border-left: 2px solid #eaeaea;
	margin-left: 10px;
	overflow: hidden;
	height: 30px;
}

/*ä¸»å¯¼èˆªèœå•-----------------------*/
.site-navbar {
	float: right;
	font-size: 18px;
	margin-top: 4px;
	/* margin-right:-15px;*/
}

.site-navbar li {
	position: relative;
	float: left;
}

.site-navbar li:hover {
	z-index: 2
}

.site-navbar a {
	display: block;
	padding: 0 13px;
	color: #666;
}

.site-navbar li:hover>a,
.site-navbar li.active a:hover,
.site-navbar a:hover {
	color: #45B6F7;
}

.site-navbar .fa {
	width: 18px;
}

.site-navbar .fa-angle-down {
	width: 11px;
}

.search-on .site-navbar li.navto-search a {
	color: #45B6F7;
}

.site-nav li.current-menu-item>a,
.site-nav li.current-menu-parent>a {
	color: #45B6F7;
}

/*æ‰‹æœºç«¯å¯¼èˆª--------------*/
.m-icon-nav {
	display: none;
}

.m-mask {
	display: none;
}

.m-navbar {
	display: none;
}

/*ä¸»å¯¼èˆªå­èœå•--------------*/
.site-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	font-size: 12px;
	padding: 6px 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	line-height: 32px;
	width: 132px;
	font-weight: bold;
	border-radius: 4px;
}

.site-nav ul .sub-menu {
	left: 100%;
	top: -7px;
	border-radius: 0
}

.site-nav .sub-menu li {
	float: none;
}

.site-nav .sub-menu a:hover {
	background-color: #f6f6f6;
}

.site-nav li:hover>.sub-menu {
	display: block;
}

.site-nav li:hover .fa-angle-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site-nav li.current-menu-item>a,
.site-nav li.current-menu-parent>a {
	color: #45B6F7;
}

/*å¯¼èˆªæœç´¢å¼¹å‡ºæ -----------------*/
.site-search {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 8;
	opacity: 0
}

.search-on .site-search {
	top: 108px;
	opacity: 1;
}

.site-search-form {
	padding: 25px 20%;
	overflow: hidden;
}

.search-input {
	float: left;
	color: #999;
	border: solid 1px #ddd;
	width: 85%;
	height: 50px;
	padding: 4px 12px;
	border-right: none;
	font-size: 16px;
	border-radius: 2px 0 0 2px;
	outline: none
}

.search-input:focus {
	border-color: #45B6F7;
}

.search-btn {
	color: #fff;
	border: none;
	background: #45B6F7;
	height: 50px;
	font-size: 16px;
	padding: 0 12px;
	border-radius: 0 2px 2px 0;
	width: 15%;
}

.search-btn:hover,
.search-btn:focus {
	color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.search-btn .fa {
	font-size: 16px;
	width: 16px;
}

.site-search-form a {
	margin-left: 20px;
	color: #999;
}

.site-search-form a:hover {
	color: #45B6F7;
}

.search .site-search {
	position: relative;
	margin: -15px 0 15px;
	border-bottom: 1px solid #eaeaea;
	opacity: 1;
	top: 0;
}

.topbar-off.search-on .site-search {
	top: 73px;
}

/*topmenu---------------------------------------------*/
.topbar {
	position: absolute;
	top: -39px;
	left: 0;
	right: 0;
	margin-bottom: 20px;
	/* margin-right: -15px; */
	color: #999;
}

.topmenu {
	float: right;
}

.topmenu li {
	position: relative;
	float: left;
}

.topmenu a {
	display: block;
	padding: 0 15px;
	color: #999;
}

.topbar .fa {
	width: 14px;
}


.shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	z-index: 999;
}

/*ç›¸å…³å¼¹å‡ºåŠ¨æ€æ•ˆæžœ*/
.site-navbar,
.site-search,
.m-icon-nav,
.widget-navcontent .item,
.site-nav .fa-angle-down {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.btn,
.search-btn,
a {
	-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-ms-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
}



/* title ======================================================================================================== */


.title,
.pagetitle {
	margin-bottom: 10px;
	overflow: hidden;
}

.title h3,
.pagetitle h1,
.pagetitle h2 {
	font-size: 20px;
	margin: 0;
	float: left;
}

.title .more {
	float: right;
	position: relative;
	top: 5px;
}

.title .more a {
	display: inline-block;
	margin-left: 20px;
	color: #999;
}

.title .more a:hover {
	color: #45B6F7;
}

.pagetitle small {
	margin-left: 10px;
	position: relative;
	top: 2px;
	color: #999;
}

.title .pull-right {
	font-size: 12px;
	position: relative;
	bottom: -4px;
}

.title .pull-right a {
	color: #bbb;
}

.title .pull-right a:hover {
	color: #999;
}

.single .title {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}




/*é¦–é¡µçƒ­é—¨æ–‡ç« æ ·å¼*/
.mpc-bg {
	background: #FFF;
	padding: 1px 20px;
	margin-bottom: 15px;
	border-radius: 12px;
}

.label {
	position: relative;
	display: inline-block;
	padding: 5px 7px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #63b4f0;
}

.most-comment-posts ul {
	margin: 0 0 20px;
	padding: 20px 0 0;
	list-style: none;
	overflow: hidden;
}

.most-comment-posts li {
	white-space: nowrap;
	overflow: hidden;
	clear: both;
	text-overflow: ellipsis;
}

.most-comment-posts li>a span {
	color: #FF5E52;
}

.most-comment-posts p {
	float: right;
	font-size: 12px;
}

.most-comment-posts .label {
	margin-right: 8px;
	padding: 2px 7px;
	top: -1px;
}

.label-1 {
	background-color: #ff7878;
}

.label-2 {
	background-color: #f9c909;
}

.label-3 {
	background-color: #24f00c;
}

.text-muted {
	color: #999
}


/*ä¾§è¾¹æ ä¸»ä½“*/
.sidebar-card h3 {
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #eaeaea;
	/* background-color: #fbfbfb; */
	margin: 0;
	padding: 11px 15px 10px;
	/* background: url(../images/bg.png) 0 bottom repeat-x; */
}

/** çƒ­é—¨æ ‡ç­¾æ ·å¼ **/
.sidebar-tags .items {
	overflow: hidden;
	padding: 15px 0 12px 15px;
}

.sidebar-tags .items a {
	color: #FFF;
	background-color: #f6f6f6;
	float: left;
	width: 30%;
	margin: 1%;
	padding: 3px;
	font-size: 12px;
	height: 28px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
}

.sidebar-tags .items a:hover {
	color: #fff;
	background-color: #45B6F7;
	border: 1px solid #FFF;
	opacity: 1 !important;
}

/*çƒ­é—¨æ–‡ç« */
/* sidebar-news-list ======================================================================================================== */
.sidebar-news-list li:last-child a {
	border-bottom: none;
}

.sidebar-news-list li a {
	padding: 10px 15px 10px 150px;
	color: #888;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 14px
}

.sidebar-news-list li a:hover {
	background-color: #fbfbfb;
}

.sidebar-news-list li a:hover .text {
	color: #45B6F7;
}

.sidebar-news-list .text {
	display: block;
}

.sidebar-news-list .text span {
	color: #FF5E52;
}

.sidebar-news-list a:hover .text span {
	color: #45B6F7;
}

.sidebar-news-list .thumbnail {
	float: left;
	margin-left: -135px
}

.sidebar-news-list .thumbnail img {
	width: 122px;
	height: 86px
}

.sidebar-news-list .muted {
	margin-right: 15px;
	font-size: 12px;
	color: #bbb;
}

.sidebar-news-list .nopic li a {
	padding: 10px 15px;
}

.sidebar-news-list .nopic .text {
	margin-top: 0;
	color: #888;
}

.sidebar-news-list .nopic .text:hover {
	color: #45B6F7;
}

/*é¦–é¡µæ–‡ç« åˆ—è¡¨*/
.excerpt {
	position: relative;
}

.excerpt .new {
	position: absolute;
	right: -28px;
	top: -12px;
	display: block;
	width: 56px;
	height: 15px;
	line-height: 15px;
	background: #c40000;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	transform: rotate(45deg);
	transform-origin: 0% 0%;
}

.excerpt {
	border: 1px solid #eaeaea;
	padding: 20px 20px 20px 255px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: -1px;
}

.excerpt .post-linkto {
	text-align: right;
	margin-bottom: 0;
	margin-top: 5px;
}

.excerpt-text {
	padding-left: 20px;
}

.excerpt-text .note {
	margin-bottom: 0;
}

.excerpt-1 {
	border-radius: 12px 12px 0 0
}

.excerpt-10 {
	border-radius: 0 0 12px 12px
}

.excerpt:hover {
	background-color: #f0ffff;
	border-color: #24b4f0;
	position: relative;
	z-index: 2;
}

.excerpt .focus {
	float: left;
	margin-left: -235px;
	width: 220px;
}

.excerpt .thumb {
	width: 220px;
	height: 150px;
}

.excerpt header {
	margin-bottom: 10px;
}

.excerpt .cat {
	color: #fff;
	background-color: #45BCF9;
	padding: 3px 6px;
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.excerpt .cat:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.excerpt .cat i {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #45BCF9;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.excerpt h2 {
	display: inline;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0;
	font-weight: bold;
}

.excerpt h2 a {
	color: #555;
}

.excerpt h2 a:hover {
	color: #45B6F7;
}

.excerpt h2 a span {
	color: #FF5E52;
}

.excerpt h2 a:hover span {
	color: #45B6F7;
}

.excerpt time,
.excerpt .pv,
.excerpt .pc,
.excerpt .author {
	margin-right: 20px;
}

.excerpt .post-like {
	float: right;
}

.excerpt .note {
	font-size: 12px;
	color: #999;
	word-wrap: break-word;
	line-height: 20px;
	margin-bottom: 0;
}

.excerpt .meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.excerpt .meta .fa {
	margin-right: 4px;
}

.excerpt .meta .bi {
	margin-right: 4px;
}

.excerpt .meta a {
	color: #999;
}

.excerpt .meta a:hover {
	color: #45B6F7;
}

.list-comments-r .excerpt .meta .pc {
	float: right;
	margin-right: 0;
}

.sticky-icon {
	line-height: 1;
	padding: 4px 4px 3px;
	font-size: 12px;
	background-color: #FF5E52;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	margin-left: 5px;
	top: -2px;
}

@media (max-width:640px) {
	.excerpt {
		border: none;
		margin: 0 0 1px;
		padding: 12px 150px 12px 15px;
		border-radius: 0 !important;
	}

	.excerpt:hover {
		background-color: #fbfbfb;
	}

	.excerpt .focus {
		float: right;
		margin-right: -135px;
		width: 120px;
	}

	.excerpt .thumb {
		width: 120px;
		height: 82px;
	}

	.excerpt header {
		margin-bottom: 0;
		height: 60px;
		overflow: hidden;
		margin-bottom: 11px;
	}

	.excerpt .cat {
		display: none;
	}

	.excerpt h2 {
		font-size: 15px;
		line-height: 1;
		color: #333;
		font-weight: normal;
		text-shadow: 0.2px 0 0 #333
	}

	.excerpt h2 a span {
		text-shadow: 0.2px 0 0 #FF5E52
	}

	.excerpt .note {
		display: none;
	}

	.excerpt .author {
		display: none;
	}

	.excerpt .meta {
		line-height: 1;
		font-size: 11px;
		margin-bottom: 0;
		color: #bbb;
	}

	.excerpt .meta .fa {
		display: none;
	}

	.excerpt .meta .bi {
		display: none;
	}

	.excerpt .meta time {
		margin-right: 15px;
		display: none;
	}

	.excerpt .meta .pc {
		color: #bbb;
		margin: 0;
	}

	.excerpt .meta .post-like {
		color: #bbb;
	}

	.excerpt .meta .post-like .fa {
		display: inline-block;
	}

	.excerpt-sticky header {
		text-indent: 34px;
		position: relative;
	}

	.sticky-icon {
		position: absolute;
		top: 1px;
		left: 0;
		font-size: 10px;
		padding: 0;
		text-align: center;
		height: 15px;
		line-height: 18px;
		width: 28px;
		margin-left: 0;
		text-indent: 0;
	}

	.excerpt-text {
		padding-right: 15px;
	}

	.excerpt-text header {
		height: auto;
	}

	.m-excerpt-time .excerpt .meta time {
		display: inline-block;
		margin-right: 10px;
	}

	.m-excerpt-time .excerpt .meta .pv {
		margin-right: 10px;
	}

	.m-excerpt-cat .excerpt .cat {
		display: inline-block;
		font-size: 10px;
		padding: 0 4px;
		text-align: center;
		height: 15px;
		line-height: 18px;
		margin-left: 0;
		margin-right: 3px;
		text-indent: 0;
		border-radius: 2px;
	}

	.m-excerpt-cat .excerpt .cat i {
		right: -2px;
	}
}

@media (max-width:360px) {
	.excerpt .meta {
		font-size: 10px;
	}

	.excerpt .meta time {
		margin-right: 8px;
	}
}

.excerpt-minic {
	border: 1px solid #eaeaea;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 12px;
}

.excerpt-minic h2 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
	font-weight: bold;
	margin: 0 0 15px;
}

.excerpt-minic h2 a {
	color: #555;
}

.excerpt-minic h2 a:hover {
	color: #45B6F7;
}

.excerpt-minic h2 a span {
	color: #FF5E52;
}

.excerpt-minic h2 a:hover span {
	color: #45B6F7;
}

.excerpt-minic time,
.excerpt-minic .pv,
.excerpt-minic .pc,
.excerpt-minic .author {
	margin-right: 20px;
}

.excerpt-minic .meta {
	color: #999;
	margin-bottom: 15px;
	font-size: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}

.excerpt-minic .meta .fa {
	margin-right: 4px;
}

.excerpt-minic .meta a {
	color: #999;
	text-decoration: underline;
}

.excerpt-minic .meta a:hover {
	color: #45B6F7;
}

.excerpt-minic .article-content p {
	text-indent: 30px;
}

.excerpt-minic .article-content p:last-child {
	margin-bottom: 0;
}

.excerpt-minic .note {
	color: #666;
	margin-bottom: 0;
	text-indent: 28px;
}

.excerpt-minic-index {}

.excerpt-minic-index h2 {
	font-size: 18px;
}

.excerpt-minic-index .meta {
	border-bottom: none;
	padding-bottom: 0;
}

.excerpt-minic-index .red {
	margin-left: -8px;
	color: #FF5E52;
}

@media (max-width:640px) {
	.excerpt-minic {
		border: none;
		padding: 15px 15px 12px;
		margin-bottom: 12px;
	}

	.excerpt-minic h2 {
		line-height: 1;
		font-size: 15px;
		font-weight: normal;
		display: inline;
	}

	.excerpt-minic h2 a {
		color: #333;
		text-shadow: 0.2px 0 0 #333
	}

	.excerpt-minic h2 a span {}

	.excerpt-minic-index .red {
		text-shadow: none;
	}

	.excerpt-minic-index .note {
		font-size: 12px;
		margin-top: 7px;
		text-indent: 2em;
		line-height: 1.5;
	}
}

/*åˆ—è¡¨ç›¸å…³*/
.ias_trigger {
	margin: 15px 0 0;
}

.ias_trigger a {
	display: block;
	background-color: #e6e6e6;
	line-height: 32px;
	text-align: center;
	color: #999;
}

.ias_trigger a:hover {
	display: block;
	background-color: #ddd;
	color: #666;
}

/*é¡µè„š======================================================================================================== */

.footer {
	position: relative;
	z-index: 9;
	clear: both;
	padding: 40px 30px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #999;
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	/*box-shadow: 1px 0 4px rgba(0,0,0,0.04)*/
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #666;
}

.footer-menu {
	text-align: left;
	margin: 0 -2% 30px 0;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #494949;
}

.footer-menu dl {
	width: 14.666666666%;
	margin: 0 2% 0 0;
	display: inline-block;
	vertical-align: top;
}

.footer-menu dt {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-menu dd a {
	display: block;
	line-height: 20px;
	padding: 0 5px 0 24px;
	margin: 5px 0;
}

.footer-menu .fa-weibo,
.footer-menu .fa-tencent-weibo,
.footer-menu .fa-envelope-o,
.footer-menu .fa-rss {
	width: 12px;
	text-align: center;
}

.flinks {
	overflow: hidden;
	margin-bottom: 10px;
}

.flinks strong {
	margin: 0 7px 10px;
	display: inline;
}

.flinks ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.flinks ul li {
	display: inline-block;
	margin: 0 7px;
	margin-bottom: 7px;
}

/*å³ä¸‹è§’å·¥å…·æ */
/* rollbar ======================================================================================================== */

.rollbar {
	position: fixed;
	right: 15px;
	width: 42px;
	z-index: 999;
}

.rollbar-rb {
	bottom: 15px;
}

.rollbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rollbar li {
	position: relative;
	margin-top: 1px;
	text-align: center;
}

.rollbar a {
	position: relative;
	z-index: 2;
	display: block;
	height: 42px;
	/*border-radius: 2px;*/
	background-color: #aaa;
	color: #fff;
}

.rollbar a:hover {
	color: #fff;
	background-color: #555;
}

.rollbar a span {
	display: none;
}

.rollbar .fa {
	position: relative;
	line-height: 42px;
	font-size: 24px;
	height: 24px;
}

.rollbar .fa-angle-up {
	font-size: 28px;
	top: -2px;
}

.rollbar .fa-qq {
	font-size: 22px;
}

.rollbar .fa-comments {
	top: -2px;
}

.rollbar li:hover h6 {
	display: block;
}

.rollbar h6 {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 100%;
	/*right: -30%;*/
	margin: -15px 10px 0 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #555;
	color: #fff;
	width: 95px;
	/*border-radius: 2px;*/
	text-align: center;
	display: none;
}

.rollbar h6 i {
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #555;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}



.rollbar li.rollbar-totop {
	display: none;
}

.rollbar li.rollbar-qrcode h6 {
	height: 120px;
	margin-top: -60px;
	padding: 0 5px 5px;
}

.rollbar li.rollbar-qrcode h6 img {
	width: 85px;
	height: 85px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.rollbar {
		display: none;
	}

	.rollbar-m-on {
		margin-bottom: 57px;
	}

	.rollbar-m-on .rollbar {
		display: block;
		bottom: 0;
		right: 0;
		left: 0;
		top: auto !important;
		margin: 0 !important;
		width: 100%;
		border-top: 1px solid #f6f6f6;
		background-color: #fff;
		padding: 0 5px;
	}

	.rollbar-m-on .rollbar ul {
		display: -moz-box;
		display: -webkit-box;
		display: -o-box;
		display: box;
	}

	.rollbar-m-on .rollbar ul li {
		-webkit-box-flex: 1;
		margin-top: 0;
	}

	.rollbar-m-on .rollbar ul li a {
		background-color: #fff;
		color: #666;
	}

	.rollbar-m-on .rollbar ul li .fa {
		font-size: 20px;
		height: 20px;
	}

	.rollbar-m-on .rollbar ul li h6 i {
		display: none;
	}

	.rollbar-m-on .rollbar ul li:hover h6 {
		display: none;
	}

	.rollbar-m-on .rollbar ul li.rollbar-qrcode h6 {
		position: fixed;
		top: auto;
		bottom: 57px;
		left: 0;
		right: 0;
		margin: 0;
		width: 100%;
		background-color: #fff;
		color: #555;
		padding: 15px;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05)
	}

	.rollbar-m-on .rollbar ul li.rollbar-qrcode:hover h6 {
		display: none;
	}

	.rollbar-m-on .rollbar ul li.rollbar-qrcode h6 img {
		width: 120px;
		height: 120px;
	}

	.rollbar-m-on .rollbar a {
		height: 56px;
		padding: 10px 0;
		border-radius: 2px;
	}

	.rollbar-m-on .rollbar .fa {
		line-height: 1;
	}

	.rollbar-m-on .rollbar a span {
		display: block;
		line-height: 12px;
		font-size: 10px;
		margin-top: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.rollbar-m-on .rollbar a:active {
		color: #111;
		background-color: #f6f6f6;
	}
}

/*æ–‡ç« åˆ—è¡¨é¡µ-------------------------*/
.catleader {
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-left: 5px solid #45B6F7;
	padding-left: 10px;
}

.catleader-desc {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

/*æ–‡ç« å†…å®¹é¡µ-------------------------*/
/* .content-wrap{width:100%;float:left;} */
.content {
	/* position:relative;min-height:500px;margin-right:380px; */
	margin-bottom: 15px;
}

.single .content {
	padding: 0 20px;
	/* background-color:#fff;border:1px solid #eaeaea;border-radius:12px; */
}

.breadcrumbs {
	padding: 15px 0;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	background-color: #fff;
	margin-bottom: 15px;
	margin-top: -18px;
	border-bottom: 1px solid #EBEBEB;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
	color: #999;
}

.breadcrumbs small {
	font-size: 12px;
	font-family: serif;
	color: #bbb;
	margin: 0 2px;
	font-weight: bold;
}

.breadcrumbs a {
	color: #999;
}

.breadcrumbs a:hover {
	color: #666;
}

@media (max-width:640px) {
	.breadcrumbs {
		margin-top: 1px;
		margin-bottom: 0;
		padding: 10px 15px;
		border-bottom: none;
		margin-bottom: 1px;
	}
}

@media (max-width:480px) {}

/* article content ======================================================================================================== */
.article-header {
	margin-bottom: 20px;
	padding: 25px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.article-title {
	margin-top: 0;
	font-size: 26px;
	line-height: 36px;
}

.article-title a,
.article-title a:hover {
	color: #555;
}

.article-title a span {
	color: #FF5E52;
}

.article-meta {
	font-size: 12px;
	color: #999;
}

.article-meta .item {
	margin-right: 20px;
}

.article-content {
	font-size: 15px;
	line-height: 25px;
	word-wrap: break-word;
}

.article-content img {
	margin: 5px 0;
	display: block;
	max-width: 100%;
	height: auto
}

.article-content h3,
.article-content h4,
.article-content h5 {
	padding: 0 0;
	margin: 20px 0;
	color: #555;
	font-weight: bold;
}

.article-content h1,
.article-content h2 {
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.article-content h1 {
	font-size: 20px;
	font-weight: bold;
	background-color: #ececec;
	border-bottom: 0px solid #12b4f0;
	padding: 6px 12px;
	border-left: 5px solid #24b4f0;
	margin: 12px 0px;
}

.article-content h2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #ececec;
	border-bottom: 0px solid #12b4f0;
	padding: 6px 12px;
	border-left: 0px solid #24b4f0;
	margin: 12px 0px;
}

.article-content h3 {
	font-size: 16px;
	font-weight: bold;
	background-color: #ececec;
	border-bottom: 0px solid #12b4f0;
	padding: 6px 12px;
	border-left: 5px solid #24b4f0;
	margin: 12px 0px;
}

.article-content h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: #ececec;
	border-bottom: 0px solid #12b4f0;
	padding: 6px 12px;
	border-left: 0px solid #24b4f0;
	margin: 12px 0px;
}

.article-content h5 {
	font-size: 14px;
}

.article-content ul,
.article-content ol {
	margin: 0 0 20px 50px
}

.article-content ul {
	list-style: disc;
}

.article-content ol {
	list-style: decimal;
}

.article-content li {
	margin-bottom: 6px;
}

.article-content p {
	margin-bottom: 20px;
	word-wrap: break-word
}

/*.article-content pre {
	white-space: pre-wrap;
	/* css3.0 */
/*	white-space: -moz-pre-wrap;
	/* Firefox */
/*	white-space: -pre-wrap;
	/* Opera 4-6 */
/*	white-space: -o-pre-wrap;
	/* Opera 7 */
/*	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
/*}*/

/* .article-content table {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 100%;
	margin-bottom: 20px
}

.article-content table th {
	background-color: #f9f9f9;
	text-align: center
}

.article-content table td,
.article-content table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}

.article-content .alignnone {
	margin: 0 auto;
}

.article-content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}

.article-content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.article-content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}

.article-content .wp-caption {
	margin-bottom: 20px;
	background-color: #f6f6f6;
	padding: 10px 10px 1px;
	max-width: 100%
}

.article-content .wp-caption img {
	margin: 0 0 5px;
}

.article-content .wp-caption p {
	margin-bottom: 10px;
	text-indent: 0;
}

.article-content .wp-caption.alignnone {
	text-align: center;
}

.article-content .wp-caption:hover .wp-caption-text {
	color: #45B6F7;
}

.article-content a {
	text-decoration: underline;
	color: #45B6F7;
}

.article-content a:hover {
	color: #FF5E52;
} */

/* .article-content pre,
.comment pre {
	margin: 20px 0;
	font: 12px/20px 'courier new';
	background: #272822;
	padding: 10px 15px;
	color: #F8F8D4;
	border: none
} */

/* .article-content blockquote {
	margin: 30px 30px;
	padding: 15px 20px;
	font-size: 16px;
	color: #999;
	border-left: 5px solid #EEE;
}

.article-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
} */

.p_indent .article-content p {
	text-indent: 30px;
}

.post-copyright {
	background-color: #eee;
	font-size: 12px;
	padding: 8px 30px;
	border-radius: 2px;
	color: #aaa;
	text-align: center;
	margin-bottom: 18px;
	overflow: hidden;
	clear: both;
}

.post-copyright a,
.post-copyright a:hover {
	color: #aaa;
	text-decoration: none;
}

.post-copyright:hover {
	background-color: #45B6F7;
	color: #fff;
}

.post-copyright:hover a {
	color: #fff;
}

.asb-post-footer {
	margin-bottom: 18px;
	overflow: hidden;
	clear: both;
}

.asb-post-footer b {
	font-weight: normal;
	color: #41C282
}

.asb-post-footer strong {
	font-weight: normal;
	color: #FD6A5E
}

.asb-post-footer a {
	text-decoration: none;
	border-bottom: solid 2px #eee;
}

.asb-post-footer a:hover {
	border-bottom-color: #1FAEFF;
}


.gallery .gallery-item {
	margin-bottom: 18px !important;
	margin-top: 0 !important;
	text-align: center !important;
}

.gallery .gallery-item a {
	display: inline-block;
}

.gallery .gallery-item img {
	border: none !important;
	margin: 0 auto !important;
}

.gallery .gallery-item dd {
	color: #999 !important;
	margin-top: 2px !important;
}

/*æ‰“èµ---------------*/
.post-actions {
	text-align: center;
	overflow: hidden;
	padding: 15px 0 30px;
	clear: both;
}

.post-actions .action {
	display: inline-block;
	opacity: 0.8;
	line-height: 1;
	padding: 12px 20px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	background-color: #45B6F7;
	margin: 0 7px;
}

.post-actions .action:hover {
	opacity: 1;
	color: #fff;
}

.post-actions .action:focus {
	text-decoration: none;
}

.post-actions .action.action-rewards {
	background-color: #F7B10D;
}

.post-actions .action.action-link {
	background-color: #FF4400;
}

.post-actions .action.action-like {
	background-color: #45B6F7;
}

.post-actions .action .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.post-actions .action-like .fa {
	margin-right: 7px;
	top: 0;
}

/* article tags
 * ====================================================
*/
.article-tags {
	margin: 30px 0;
	text-align: center;
}

.article-tags a {
	display: inline-block;
	padding: 4px 7px 3px;
	margin: 0 4px 4px 0;
	color: #fff;
	font-size: 12px;
	background-color: #45B6F7;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.article-tags a:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* article nav
 * ====================================================
*/
/*ä¸Šä¸€ç¯‡ä¸‹ä¸€ç¯‡--------------------*/
.article-nav {
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 14px;
	color: #bbb;
}

.article-nav span {
	float: left;
	position: relative;
	width: 50%;
}

.article-nav span.article-nav-next {
	float: right;
	text-align: right
}

.article-nav span.article-nav-next::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 1px;
	background-color: #eee;
}

.article-nav a {
	color: #999;
	margin-right: 10px;
	display: inline-block;
}

.article-nav span.article-nav-next a {
	margin-left: 10px;
	margin-right: 0;
}

.article-nav a:hover {
	color: #45B6F7;
}

/*å†…å®¹é¡µä½œè€…-------------------------*/
.article-author {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px 20px 10px 90px;
	border-left: 4px solid #eee;
	color: #999;
}

.article-author .avatar {
	float: left;
	margin-left: -70px;
	width: 50px;
	border-radius: 50%;
}

.article-author h4 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.article-author h4 .fa {
	margin-right: 10px;
	font-weight: normal;
}

/*Gravatarå¤´åƒæ—‹è½¬*/
.avatar-100 {
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
}

.avatar-100:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
}

/*ç›¸å…³æ–‡ç« --------------------------*/
.relates ul {
	list-style: disc;
	margin-left: 0px;
	color: #bbb;
	margin-bottom: 30px;
	overflow: hidden;
}

/*ç›¸å…³æ–‡ç« æŽ¨èä½¿ç”¨åŒæ ï¼ˆä¿®æ”¹ç‰ˆï¼‰*/
.relates ul li {
	width: 50%;
	float: left;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*å†…å®¹é¡µæ¨¡å—æ ‡é¢˜-----------*/
.title {
	clear: left;
}

.relates li {
	margin-top: 12px;
}

.relates a {
	color: #777;
}

.relates a:hover {
	color: #45B6F7;
}

.relates a span {
	color: #FF5E52;
}

.relates a:hover span {
	color: #45B6F7;
}

.relates-thumb .title {
	margin-bottom: 20px;
}

.relates-thumb ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: -3%;
	overflow: hidden;
}

.relates-thumb li {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-top: 0;
}

.relates-thumb img {
	display: block;
	margin-bottom: 5px;
}

/*åˆ†äº«----------------------*/
.action-share {
	color: #666;
	position: relative;
	text-align: center;
	margin: 30px 0;
	clear: both;
}

.bdsharebuttonbox a {
	float: none;
	display: inline-block;
	margin: 0 2px;
	position: relative;
}

.bdsharebuttonbox span {
	position: relative;
	*top: -3px;
	vertical-align: top;
}

.bdsharebuttonbox .bds_count {
	margin: 0;
	color: #666;
}

.bdsharebuttonbox a.bds_more {
	color: #666;
	font-size: 14px;
}

.share .bdsharebuttonbox {
	height: 28px;
}

.share .bdsharebuttonbox a.bds_more,
.share .bdsharebuttonbox a.bds_count {
	top: 0;
	border: none;
	color: #fff;
}

.fcode {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

/*æ‰“èµå¼¹å‡º-----------------------------------*/
.rewards-popover-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none
}

.rewards-popover {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -275px;
	width: 550px;
	background-color: #FFF;
	padding: 40px 20px 50px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 9999;
	display: none;
	text-align: center
}

.rewards-popover h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 15px 30px
}

.rewards-popover-item {
	display: inline-block;
	width: 200px;
	margin: 0 20px
}

.rewards-popover-item h4 {
	margin: 0 20px 10px;
	font-size: 15px
}

.rewards-popover-item img {
	width: 200px;
	height: 200px;
	background-color: #eee;
	border-radius: 2px;
	padding: 5px
}

.rewards-popover-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	font-size: 16px;
	line-height: 1;
	color: #999;
	cursor: pointer
}

.rewards-popover-close&:hover {
	color: #666
}

@media (max-width:560px) {
	.post-actions {
		padding-bottom: 0;
	}

	.post-actions .action {
		padding: 10px 14px;
		margin: 0 2px;
	}

	.rewards-popover {
		width: 300px;
		margin-left: -150px;
		margin-top: -125px;
		padding: 30px 10px;
	}

	.rewards-popover h3 {
		font-size: 16px;
		margin: 0 5px 15px;
	}

	.rewards-popover-item {
		width: 125px;
		margin: 0 5px;
	}

	.rewards-popover-item h4 {
		font-size: 12px;
		margin: 0 0 10px;
	}

	.rewards-popover-item img {
		width: 125px;
		height: 125px;
	}
}

/*  å¯¼èˆªè‡ªé€‚åº”ç›¸å…³================================ */

@media (max-width: 1320px) {
	.menusns .sub-menu {
		right: 0;
		left: auto;
	}
}

@media (max-width: 1240px) {
	/* 	.container-xl {
		margin: 0 15px;
	} */

	.pageheader {
		padding: 15px 0;
	}
}

@media (max-width: 1024px) {
	.content {
		margin-right: 0;
	}

	.sidebar {
		display: none;
	}

	.site-search-form {
		padding: 25px 0;
	}

	.navto-nav,
	.navto-design {
		display: none;
	}

	.brand {
		display: none;
	}

	.container-page {
		padding-left: 185px;
	}

	.pageside {
		width: 170px;
		margin-left: -185px;
	}

	.plinks ul li {
		width: 25%;
	}
}

@media (max-width: 860px) {
	.topmenu {
		display: none;
	}

	.pageheader h1 {
		font-size: 22px;
	}

	.pageheader .share {
		display: none;
	}

	.container-page {
		padding-left: 155px;
	}

	.pageside {
		width: 140px;
		margin-left: -155px;
	}

	.pagemenu li a {
		padding: 10px 5px 10px 15px;
	}

	.archives h3 {
		float: none;
	}

	.archives-list {
		margin-left: 0;
	}

	.plinks ul li {
		width: 33.3333333%;
	}
}

@media (max-width: 720px) {
	body {
		padding-top: 77px;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding: 15px 0 !important;
		z-index: 9999;
		height: 62px;
	}

	.header .container {
		margin: 0;
	}

	.logo {
		float: none;
		text-align: center;
		max-width: 100%;
	}

	.logo a {
		max-width: 180px;
		margin: 0 auto;
		text-align: center;
	}

	.logo img {
		margin: 0 auto
	}

	.topbar {
		display: none;
	}

	.topbar-user {
		display: none;
	}

	.site-navbar>li[id] {
		display: none;
	}

	.m-navbar {
		margin: 0 0;
		position: fixed;
		top: 0;
		left: -65%;
		bottom: 0;
		height: 100%;
		background-color: #293038;
		text-align: left;
		padding: 15px 0 0;
		line-height: 1;
		font-size: 14px;
		width: 65%;
		z-index: 99999;
		display: block;
		overflow-y: auto;
		-webkit-transition: left 0.3s;
		-moz-transition: left 0.3s;
		-ms-transition: left 0.3s;
		-o-transition: left 0.3s;
		transition: left 0.3s;
	}

	.m-navbar li {
		float: none;
		text-align: ;
		margin-left: 0;
		position: relative;
	}

	.m-navbar .sub-menu {
		position: relative;
		top: 0;
		box-shadow: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		width: auto;
		margin: 0 0 0 25px;
		font-size: 14px;
		padding: 0;
		font-weight: normal;
		display: none;
	}

	.m-navbar .fa {
		width: 18px;
		display: inline-block;
		text-align: center;
	}

	.m-navbar li a {
		display: block;
		margin: 0 15px;
		padding: 15px 15px;
		color: #eee;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	}

	.m-navbar li:hover>a,
	.m-navbar li a:hover {
		color: #fff;
	}

	.m-navbar li.current-menu-item>a,
	.m-navbar li.current-menu-parent>a {
		color: #fff;
		font-weight: bold;
	}

	.m-navbar li.menu-item-has-children .faa {
		content: '';
		position: absolute;
		right: 15px;
		top: 0;
		font-size: 22px;
		margin: 0;
		padding: 11px 15px;
		z-index: 2;
		cursor: pointer;
		display: block;
		width: auto;
	}

	.m-navbar .navto-search {
		display: none;
	}

	/*body{-webkit-transition-duration:500ms;}*/

	.m-icon-nav {
		display: block;
		position: absolute;
		top: -15px;
		left: 0;
		font-size: 19px;
		padding: 21px 30px 21px 15px;
		color: #777;
	}

	.m-nav-show {
		/* -webkit-transform:translate3d(70%,0px,0px); */
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%
	}

	.m-nav-show .m-navbar {
		left: 0;
	}

	/*.m-nav-show .header{position: absolute;}*/
	.m-nav-show .m-mask {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 99998;
		overflow: hidden;
	}

	.m-nav-show .m-icon-nav {
		color: #45B6F7;
	}


	.site-search {
		top: -100px;
	}

	.search .site-search {
		top: 0;
		margin-top: 0;
		height: auto;
	}

	.site-navbar li.navto-search {
		position: absolute;
		top: -10px;
		right: 0;
		border-bottom: none;
	}

	.site-navbar li.navto-search a {
		padding: 15px 15px 15px 30px;
		color: #777;
		border-bottom: none;
		margin: 0
	}

	.site-nav .navto-search .fa {
		display: block;
		font-size: 19px;
	}

	.search-on .site-search {
		top: 62px;
	}

	.pageheader,
	.page-template-pagesnavs-php .pageheader {
		margin-top: -15px;
	}

	.readers a.item-top {
		float: none;
		width: auto;
		display: block;
		margin: 0 0 15px 0;
	}


	.relates-thumb li {
		width: 30.333333333%;
	}

}

@media (max-width: 640px) {
	.container-xl {
		margin: 0;
	}

	body {
		padding-top: 48px;
	}

	.header {
		padding: 15px 0;
		height: 48px;
		border-bottom: none;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	}

	.logo a {
		height: 20px;
	}

	.logo img {
		height: 100%;
	}

	.relates-thumb .title {
		padding-left: 0;
	}

	.relates-thumb .title h3 {
		font-size: 14px;
		font-weight: bold;
	}

	.m-icon-nav {
		padding: 15px 30px 13px 15px;
		top: -14px;
	}

	.site-navbar li.navto-search a {
		padding: 15px 15px 13px 30px
	}

	.search-on .site-search {
		top: 48px;
		height: auto;
	}

	.topbar-off.search-on .site-search {
		top: 48px;
		height: auto;
	}

	.site-navbar li.navto-search {
		top: -15px;
	}

	.site-search-form {
		padding: 15px;
	}

	.search-input {
		height: 36px;
		font-size: 14px;
	}

	.search-btn {
		height: 36px;
		font-size: 14px;
	}


	.article-header {
		text-align: left;
		padding: 10px 0;
		border-bottom: none;
		margin-bottom: 5px;
	}

	.article-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		line-height: 22px;
	}

	.article-meta .item {
		margin-right: 10px;
	}

	.asb-post {
		margin-bottom: 15px;
	}

	.article-content img {
		border-radius: 0;
	}

	.post-copyright {
		display: none;
	}

	.action-share {
		text-align: left;
	}

	.article-tags {
		text-align: left;
	}

	.article-content {
		font-size: 15px;
		line-height: 24px;
	}

	.article-content p,
	.article-content h2,
	.article-content h3,
	.article-content h4 {
		margin-bottom: 15px;
	}

	.article-content h2 {
		font-size: 16px;
		font-weight: bold;
		margin: 15px -10px 15px -10px;
		line-height: 18px;
		padding-left: 10px;
		border-left: none
	}

	.article-content ul,
	.article-content ol {
		margin-left: 20px;
	}

	.content {
		min-height: 200px;
	}

	.pagetitle {
		margin: 0 15px 10px;
	}

	.pagetitle h1 {
		font-size: 16px;
		font-weight: bold;
		padding-top: 8px;
	}



	.pageheader,
	.page-template-pagesnavs-php .pageheader {
		margin-top: 0;
		padding: 15px;
		margin-bottom: 0;
	}

	.pageheader h1 {
		font-weight: bold;
		font-size: 14px;
	}

	.pageheader .note {
		font-size: 12px;
	}

	.container-page {
		padding-left: 0;
	}

	.container-page .content {
		padding: 15px;
		border: none;
		border-radius: 0;
	}

	.container-page .content::after {
		display: none;
	}

	.container-page .content .article-title {
		margin-bottom: 15px;
	}

	.pageside {
		width: auto;
		position: relative;
	}

	.pagemenu {
		margin-bottom: 5px;
		border: none;
		border-radius: 0;
		padding: 10px 0;
	}

	.pagemenu li a {
		padding: 7px 10px;
		font-size: 14px;
		font-weight: bold;
	}


	.branding {
		padding: 30px 10px;
	}

	.branding h1,
	.branding h2 {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	.branding p {
		font-weight: normal
	}

	.branding .btn {
		padding: 4px 10px;
		font-size: 12px;
	}

	.btn-lg {
		font-size: 14px;
		padding: 6px 15px;
		border-radius: 2px;
	}


	.pagetitle h1,
	.pagetitle h2,
	.pagetitle h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2
	}

	.title {
		margin-bottom: 5px;
		padding: 0 15px;
	}

	.title h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2;
		color: #555;
	}

	.title .more {
		display: none;
	}

	.footer {
		padding: 30px 0 20px;
	}

	.footer nav {
		display: none;
	}

	.footer {
		padding: 15px 10px;
	}

	.footer .container {
		line-height: 16px;
	}

	.archives-list span {
		display: none;
	}

	.archives h3 {
		font-size: 16px;
		font-weight: bold;
	}

	.single section.container {
		margin: 0;
	}

	.single .content {
		border: none;
		padding: 0 15px;
		border-radius: 0
	}

	.pagination {
		padding: 15px;
	}

	.pagination ul>li {
		display: none
	}

	.pagination ul>li.prev-page,
	.pagination ul>li.next-page {
		display: inline
	}

	.pagination ul>li.next-page a {
		background-color: #45B6F7;
		color: #fff;
	}

	.comt-main {
		margin-right: 40px;
	}

	.comt-f {
		font-size: 12px;
		top: 17px;
	}

}

@media (max-width: 540px) {
	.relates-thumb li {
		width: 47%;
	}

	.flinks {
		display: none;
	}

	.flinks-m .flinks {
		display: block;
	}
}

@media (max-width: 480px) {


	.article-tags {
		text-align: center;
	}



	.cat-first {
		padding: 10px 10px 10px 170px;
	}

	.cat-first .thumbnail {
		margin-left: -160px;
		width: 150px;
	}

	.cat-first .note {
		display: none;
	}

	.cat-first .meta .pc {
		display: none;
	}

	.cat-first h2 {
		font-size: 16px;
		line-height: 20px;
	}

	.cat-posts li {
		width: 50%;
	}

	.cat-posts li a {
		padding: 10px;
	}

	.cat-posts li:nth-child(1) {
		border-radius: 0
	}

	.cat-posts li:nth-child(1),
	.cat-posts li:nth-child(2) {
		border-bottom: none;
	}

	.cat-posts li:nth-child(3) {
		border-left: 1px solid #eaeaea;
		border-radius: 0 0 0 4px;
	}

	.plinks ul li {
		width: 50%;
	}

	.page-template-pagesresetpassword-php section.container {
		margin: 0;
	}

	.page-template-pagesresetpassword-php .content {
		border: none;
		padding: 0 15px;
		border-radius: 0
	}

	.page-template-pagesresetpassword-php {
		padding-top: 44px;
	}

	.page .content.resetpass {
		padding: 15px;
	}

	.nav_fixed.page .content.resetpass {
		padding: 40px 15px 15px;
	}

	.resetpasssteps {
		margin: -14px -15px 15px -15px;
	}

	.resetpasssteps li {
		font-size: 12px;
		line-height: 28px;
	}

	.resetpass form {
		width: 100%;
	}

	.resetpass h3 {
		font-size: 16px;
	}

	.sign .container {
		width: 80%
	}

	.sign .close-link {
		right: 0;
		left: auto;
	}

	.sign form {
		padding: 0 20px;
	}

	.sign h3 {
		padding: 25px 20px;
		margin: 0 -20px 20px;
	}

	.sign h3 small {
		margin-right: 80px;
	}




	.input-lg {
		height: 34px;
		border-radius: 4px;
		font-size: 14px;
		padding: 10px;
	}


}

@media (max-width: 360px) {



	.cat-ebox li {
		width: 100%;
		border-right: none;
	}

	.cat-ebox li:first-child {
		border-bottom: 2px solid #eaeaea;
	}

	.cat-posts li a {
		height: 170px;
	}

	.article-meta .item:nth-child(2) {
		display: none;
	}

	.article-title {
		font-size: 16px;
	}

	.btn-lg {
		padding: 8px 20px;
		font-size: 14px;
	}

	#commentform {
		padding-left: 0;
	}

	#respond {
		overflow: hidden;
		width: 100%
	}

	.comt {
		padding-left: 0;
	}

	.comt-title {
		width: auto;
		float: none;
		margin-left: 0;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.comt-avatar {
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 5px;
	}

	.comt-avatar .avatar {
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}

	.comt-comterinfo {
		width: 100%;
	}

	.comt-comterinfo .text-muted {
		display: none;
	}

	.comt-comterinfo input {
		width: 100%;
		margin-right: 0;
		box-shadow: none;
	}

	.comment-reply-link,
	.comt-info {
		position: relative;
		top: 0;
		display: inline-block;
		margin-left: 10px;
	}

	.comt-main {
		margin-right: 40px;
		margin-left: 40px;
	}

	.comt-f {
		font-size: 12px;
	}

	.commentlist>.comment .children {
		margin-left: 0;
	}

	.commentlist>.comment.depth-1>.children {
		margin-left: 46px;
	}

	.comt-author {
		display: inline-block;
	}

	.plinks ul li {
		width: 100%;
	}
}

/*æ ‡ç­¾äº‘--------------------*/
.container-tags {}

.container-tags h1 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	margin-bottom: 15px;
}

.tagslist {
	overflow: hidden;
}

.tagslist ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -2% 0 0;
}

.tagslist li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 2px;
}

.tagslist li .name {
	background-color: #eee;
	display: inline-block;
	padding: 5px 10px 4px;
	font-size: 12px;
	color: #666;
}

.tagslist li .name:hover {
	background-color: #444;
	color: #fff;
}

.tagslist li:hover {
	border-color: #ccc;
}

.tagslist li:hover .name {
	background-color: #444;
	color: #fff;
}

.tagslist li small {
	margin-left: 10px;
	color: #bbb;
}

.tagslist li p {
	margin: 10px 0 0;
	font-size: 12px;
	height: 17px;
	overflow: hidden;
	display: block;
	line-height: 1.5;
}

.tagslist li .tit {
	color: #999;
}

.tagslist li .tit:hover {
	color: #444;
}

@media (max-width:1024px) {
	.tagslist li {
		width: 31.3333333%;
	}
}

@media (max-width:768px) {
	.tagslist li {
		width: 48%;
	}
}

@media (max-width:640px) {
	.container-tags {
		padding: 15px;
	}
}

@media (max-width:544px) {
	.container-tags h1 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.tagslist li {
		padding: 10px;
	}
}

/*æ–‡ç« å•é¡µ--------------------*/

.pagemenu li a {
	display: block;
	padding: 10px 20px;
	font-size: 14px
}

.pagemenu li.current-menu-item {
	position: relative;
	z-index: 2;
	margin: 0 -1px
}

.pagemenu li.current-menu-item>a {
	color: #fff;
	background-color: #45B6F7;
	font-weight: bold
}

.pagemenu li .glyphicon {
	font-size: 14px
}

.pagemenu .sub-menu>li>a {
	padding-left: 48px
}