/*
*Description:   pc.css
*Author:    石林波博客
*Website:   https://www.slinbo.com/
*Version:   1.0(2021-10-16)
*/

@-webkit-keyframes -webkit-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes -webkit-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	line-height: 2;
	font-size: 14px;
	font-family: Whitney,"Microsoft Yahei","PingFang SC","HanHei SC","Helvetica Neue","Helvetica","STHeitiSC-Light","Arial",sans-serif;
	color: #444;
	background: #f6f7f8;
}

ul,ol,li {
	list-style: none;
}

html,body,h1,h2,h3,h4,h5,h6,ul,li,ol,blockquote,pre,p,table,tbody,th,td,tr,span {
	margin: 0;
	padding: 0;
	border-radius: 0px;
}

img {
	border: none;
	outline: none;
}

input[type=text],input[type=text]:focus,input[type=text]:active,input[type=email],input[type=email]:focus,input[type=email]:active,input[type=number],input[type=number]:focus,input[type=number]:active,input[type=password],input[type=password]:focus,input[type=password]:active,textarea,textarea:active,textarea:focus,button,button:active,button:focus,button:invalid,a:active,a:visited,a:link {
	outline: 0;
	outline-color: transparent;
	-webkit-appearance: none;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover {
	color: #387ffc;
}

a {
	color: #369;
	transition: color 150ms linear;
	cursor: pointer;
}

@font-face {
	font-family:"Whitney";src:url("../font/Whitney-Medium.eot");src:url("../font/Whitney-Medium.eot#iefix") format("embedded-opentype"),url("../font/Whitney-Medium.ttf") format("truetype"),url("../font/Whitney-Medium.woff") format("woff"),url("../font/Whitney-Medium.svg") format("svg");font-weight:500;
}

@font-face {
	font-family:"Whitney";src:url("../font/Whitney-Semibold.eot");src:url("../font/Whitney-Semibold.eot#iefix") format("embedded-opentype"),url("../font/Whitney-Semibold.ttf") format("truetype"),url("../font/Whitney-Semibold.woff") format("woff"),url("../font/Whitney-Semibold.svg") format("svg");font-weight:700;
}

*,*::before,*::after {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear,.divTags .side-content ul,.divStatistics .side-content ul,.divAuthors .side-content ul,.divMisc .side-content ul,.divArchives ul,.divCatalog ul,.divLinkage .side-content ul,.divFavorites .side-content ul,.link-list-mode,.clear::before,.divTags .side-content ul::before,.divStatistics .side-content ul::before,.divAuthors .side-content ul::before,.divMisc .side-content ul::before,.divArchives ul::before,.divCatalog ul::before,.divLinkage .side-content ul::before,.divFavorites .side-content ul::before,.link-list-mode::before,.clear::after,.divTags .side-content ul::after,.divStatistics .side-content ul::after,.divAuthors .side-content ul::after,.divMisc .side-content ul::after,.divArchives ul::after,.divCatalog ul::after,.divLinkage .side-content ul::after,.divFavorites .side-content ul::after,.link-list-mode::after {
	clear: both;
}

.clear::before,.divTags .side-content ul::before,.divStatistics .side-content ul::before,.divAuthors .side-content ul::before,.divMisc .side-content ul::before,.divArchives ul::before,.divCatalog ul::before,.divLinkage .side-content ul::before,.divFavorites .side-content ul::before,.link-list-mode::before,.clear::after,.divTags .side-content ul::after,.divStatistics .side-content ul::after,.divAuthors .side-content ul::after,.divMisc .side-content ul::after,.divArchives ul::after,.divCatalog ul::after,.divLinkage .side-content ul::after,.divFavorites .side-content ul::after,.link-list-mode::after {
	content: "";
	display: table;
}

.tran-thumb {
	position: relative;
	overflow: hidden;
}

.tran-thumb img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.ver-thumb {
	position: relative;
	overflow: hidden;
}

.ver-thumb img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.load-more {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.load-more .load-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(./img/loading-cube.gif) 50% 50% no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.load-more .name {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #888;
	vertical-align: middle;
}

.navbar {
	height: 100px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(50,50,50,.05);
}

.navbar .nav-container {
	width: 1080px;
	margin: 0 auto;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1080px) {
	.navbar .nav-container {
		width: 100%;
		padding: 0 20px;
	}
}

.navbar .logo-image {
	width: 200px;
	height: 70px;
	margin: 15px 0;
	font-size: 0;
	overflow: hidden;
}

.navbar .logo-image img {
	display: block;
	height: 100%;
}

.navbar .site-name {
	line-height: 100px;
	font-size: 32px;
	font-weight: normal;
	color: #000;
}

.navbar .site-name a {
	color: #000;
}

.navbar .nav-menu>li {
	position: relative;
	float: left;
	margin-left: 32px;
	line-height: 100px;
	font-size: 16px;
	font-weight: normal;
}

.navbar .nav-menu>li.active>a {
	display: block;
	color: #f63;
}

.navbar .nav-menu>li.active>a:hover {
	color: #369;
}

.navbar .nav-menu>li>a {
	display: block;
	color: #000;
}

.navbar .nav-menu>li>a:hover {
	color: #369;
}

.navbar .nav-menu>li:hover>ul {
	display: block;
}

.navbar .nav-menu>li>ul {
	position: absolute;
	top: 80px;
	left: 50%;
	padding: 5px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	transition: all 150ms linear;
	transform: translate(-50%, -10px);
	display: none;
}

.navbar .nav-menu>li>ul li {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.navbar .nav-menu>li>ul li>a {
	display: block;
	padding: 0 15px;
	color: #333;
	white-space: nowrap;
}

.navbar .nav-menu>li>ul li>a:hover {
	color: #369;
}

.navbar.mini {
	height: 70px;
}

.navbar.mini .logo-image {
	margin: 0;
}

.navbar.mini .site-name {
	line-height: 70px;
}

.navbar.mini .nav-menu>li {
	position: relative;
	float: left;
	margin-left: 32px;
	line-height: 70px;
	font-size: 16px;
	font-weight: normal;
}

.navbar.mini .nav-menu>li.active>a {
	display: block;
	color: #387ffc;
}

.navbar.mini .nav-menu>li.active>a:hover {
	color: #369;
}

.navbar.mini .nav-menu>li>a {
	display: block;
	color: #000;
}

.navbar.mini .nav-menu>li>a:hover {
	color: #387ffc;
}

.navbar.mini .nav-menu>li:hover>ul {
	display: block;
}

.navbar.mini .nav-menu>li>ul {
	position: absolute;
	top: 56px;
	left: 50%;
	padding: 5px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	transition: all 150ms linear;
	transform: translate(-50%, -10px);
	display: none;
}

.navbar.mini .nav-menu>li>ul li {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.navbar.mini .nav-menu>li>ul li>a {
	display: block;
	padding: 0 15px;
	color: #333;
	white-space: nowrap;
}

.navbar.mini .nav-menu>li>ul li>a:hover {
	color: #369;
}

.list-container {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.list-container .list-main {
	width: 745px;
}

@media screen and (max-width: 1080px) {
	.list-container {
		width: 100%;
		padding: 0 20px;
	}

	.list-container .list-main {
		width: 640px;
	}
}

.list-article-item {
	border-radius: 8px;
	position: relative;
	margin-top: 15px;
	padding: 25px;
	background: #fff;
	overflow: hidden;
}

.list-article-item .item-cover {
	display: block;
	position: relative;
	width: 730px;
	height: 292px;
	margin: -30px -30px 30px;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.list-article-item .item-cover {
		width: 640px;
		height: 256px;
	}
}

.list-article-item .item-cover img {
	display: block;
	width: 100%;
	transition: all 10ms ease-in-out;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.list-article-item:hover .item-cover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.list-article-item .item-thumb {
	display: block;
	max-width: 320px;
	max-height: 320px;
	overflow: hidden;
	border-radius: 4px;
}

.list-article-item .item-thumb img {
	display: block;
	width: 100%;
}

.list-article-item .article-title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: normal;
	color: #222;
	letter-spacing: 2px;
}

.list-article-item .article-title a {
	color: #222;
}

.list-article-item .article-title a:hover {
	color: #387ffc;
}

.list-article-item .article-info {
	margin-top: 10px;
	line-height: 32px;
	font-size: 16px;
	color: #888;
}

.list-article-item .article-info .cmt-nums {
	margin-left: 10px;
}

.list-article-item .article-intro {
	max-height: 90px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	color: #555;
	overflow: hidden;
}

.list-article-item .article-tags {
	font-size: 0;
}

.list-article-item .article-tags .name {
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
}

.list-article-item .article-tags .tag-item {
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
	font-size: 14px;
	color: #222;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.footer {
	margin-top: 30px;
	padding: 15px 0 15px;
	background: #fff;
}

.footer .footer-container {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
	color: #555;
}

@media screen and (max-width: 1080px) {
	.footer .footer-container {
		width: 100%;
	}
}

.footer .support {
	font-size: 13px;
	color: #888;
}

.no-scroll {
	position: relative;
}

.no-scroll .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.global-tools {
	position: fixed;
	left: 50%;
	bottom: 30px;
	margin-left: 570px;
	width: 48px;
	z-index: 99;
}

@media screen and (max-width: 1200px) {
	.global-tools {
		right: 10px;
		bottom: 10px;
		left: auto;
		margin-left: initial;
	}
}

.global-tools .tool-item {
	display: block;
	width: 48px;
	height: 48px;
	margin-top: 10px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #888;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	transition: all 10ms linear;
	-webkit-box-shadow: 0 1.8px 6px 0 rgba(31, 31, 31, .06);
    box-shadow: 0 1.8px 6px 0 rgba(31, 31, 31, .06);
    border: .5px solid hsl(0deg 0% 60% / 10%);
}

.global-tools:hover .tool-item:hover {
	color: #000;
}

.global-tools .go-top {
	opacity: 0;
}

.global-tools .go-top.active {
	opacity: 1;
}

.global-tools .show-qrcode {
	position: relative;
}

.global-tools .show-qrcode .qrcode-box {
	display: none;
	position: absolute;
	bottom: -60px;
	left: -210px;
	width: 200px;
	height: 200px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 3px 9px rgba(170,170,170,.2);
	background: #fff;
}

.global-tools .show-qrcode .qrcode-box img {
	display: block;
	width: 100%;
}

.global-tools .show-qrcode:hover .qrcode-box {
	display: block;
}

.nav2024 {
	float: right;
}

.s-nav-main {
	width: 100%;
}

.s-nav-item {
	border-radius: 8px;
	position: relative;
	margin-top: 15px;
	padding: 10px 25px 10px 25px;
	background: #fff;
}

.s-nav-main em {
	padding-left: 5px;
	padding-right: 5px;
}

.s-nav-main a {
	font-size: 14px;
	text-align: justify;
	color: #555;
}

.s-nav-main a:hover {
	color: #387ffc;
}

.link-mode {
	width: 100%;
	padding: 20px 25px;
	margin-top: 15px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.link-mode .title {
	position: relative;
	height: 36px;
}

.link-mode .title h3 {
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #123;
}

.link-mode .title .apply {
	line-height: 36px;
	font-size: 14px;
	color: #555;
}

.link-mode .title .apply a {
	color: #555;
}

.link-mode .title .apply a:hover {
	color: #387ffc;
}

.link-mode .link-list li {
	float: left;
	line-height: 30px;
	margin-right: 1em;
}

.link-mode .link-list li a {
	color: #555;
}

.link-mode .link-list li a:hover {
	color: #387ffc;
}

.article-container {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 1080px) {
	.article-container {
		width: 100%;
		padding: 0 20px;
	}
}

.article-container .article-main {
	width: 745px;
}

@media screen and (max-width: 1080px) {
	.article-container .article-main {
		width: 640px;
	}
}

.article-container .article-main .prev-article,.article-container .article-main .next-article {
	position: fixed;
	top: 50%;
	width: 120px;
	height: 180px;
	margin-top: -90px;
	line-height: 180px;
	font-size: 90px;
	text-align: center;
	color: #ddd;
}

.article-container .article-main .prev-article:hover,.article-container .article-main .next-article:hover {
	color: #222;
}

.article-container .article-main .prev-article {
	left: 50%;
	margin-left: -670px;
}

.article-container .article-main .next-article {
	right: 50%;
	margin-right: -670px;
}

.article-body {
	position: relative;
	margin-top: 15px;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.article-body .article-cover {
	display: block;
	position: relative;
	width: 730px;
	height: 292px;
	margin: -30px -30px 30px;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.article-body .article-cover {
		width: 640px;
		height: 256px;
	}
}

.article-body .article-cover img {
	display: block;
	width: 100%;
}

.article-body .article-title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: normal;
	color: #222;
	letter-spacing: 2px;
}

.article-body .article-info {
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 14px;
	color: #888;
}

.article-body .article-info .cate-name {
	margin-left: 10px;
}

.article-body .article-info .cate-name a {
	color: #888;
}

.article-body .article-info .cate-name a:hover {
	color: #387ffc;
}
.article-body .article-info .cmt-nums {
	margin-left: 10px;
}

.article-body .article-content {
	line-height: 2;
	font-size: 17px;
	color: #222;
}

.article-body .article-content p,.article-body .article-content blockquote {
	word-wrap: break-word;
	word-break: break-all;
}

.article-body .article-content pre {
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
	box-sizing: content-box;
	border-radius: 0 0 8px 8px;
}

.article-body .article-content pre * {
	box-sizing: content-box;
}

.article-body .article-content pre::-webkit-scrollbar {
	height: 10px;
	cursor: pointer;
}

.article-body .article-content pre::-webkit-scrollbar-thumb {
	border-radius: .3em;
	background: #888;
}

.article-body .article-content pre::-webkit-scrollbar-track {
	background: transparent;
}

.article-body .article-content p {
	margin-bottom: .5em;
}

.article-body .article-content pre[class*=language-] {
	margin: 0 0 .5em;
	background: rgba(245,246,249,.4);
	border-bottom: .01rem solid #e0e0e0;
	border-left: .01rem solid #e0e0e0;
	border-right: .01rem solid #e0e0e0;
}

.article-body .article-content img {
	max-width: 100%;
	font-size: 12px;
	color: #888;
}

.article-body .article-content blockquote {
	margin: 5px 0;
	padding: 10px 15px;
	border-radius: 8px;
	background: #f9f9f9;
	box-shadow: 0 .5px 1px #eee;
}

.article-body .article-content blockquote p {
	margin-bottom: 0;
}

.article-body .article-content.justify {
	text-align: justify;
}

.article-body .article-update-tips {
	margin-bottom: 20px;
	padding: 15px;
	line-height: 1.5;
	font-size: 15px;
	border: 2px dashed #ddd;
	border-radius: 4px;
	color: #000;
	background: #ffffe5;
}

.article-body .article-notice {
	margin-bottom: 20px;
	padding: 8px 15px;
	line-height: 24px;
	border-radius: 4px;
	background: #f5f5f5;
}

.article-body .article-notice .article-author {
	color: #f63;
}

.article-body .article-notice .site-name {
	color: #000;
}

.article-body .article-tags {
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 0;
}

.article-body .article-tags .name {
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
}

.article-body .article-tags .tag-item {
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
	font-size: 14px;
	color: #222;
}

.article-body .reward-btn-group {
	font-size: 0;
	text-align: center;
}

.article-body .reward-btn-group .reward-item {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background: #387ffc;
	cursor: pointer;
}

.article-related {
	margin-top: 25px;
	padding: 25px 25px;
	background: #fff;
	border-radius: 8px;
}

.article-related .title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

.article-related .related-list h2 {
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.article-related .related-list h2 a {
	color: #222;
}

.article-related .related-list h2 a:hover {
	color: #387ffc;
}

.share-popup {
	position: absolute;
	padding: 12px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.12);
	z-index: 999;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.share-popup::before {
	content: "";
	position: absolute;
	top: -22px;
	right: 10px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid transparent;
	border-bottom: 11px solid #ecebeb;
}

.share-popup::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 11px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.share-popup .title {
	font-size: 12px;
	color: #000;
}

.share-popup .sns-list {
	margin-top: 10px;
}

.share-popup .sns-item {
	float: left;
	position: relative;
	display: block;
	width: 64px;
	text-align: center;
	cursor: pointer;
}

.share-popup .sns-item:hover {
	opacity: .9;
}

.share-popup .sns-item .sns-icon {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.share-popup .sns-item .name {
	line-height: 20px;
	font-size: 12px;
	color: #1a1a1a;
}

.share-popup .sns-item.weibo .sns-icon {
	background-image: url(../images/sns/weibo.png);
}

.share-popup .sns-item.qq .sns-icon {
	background-image: url(../images/sns/qq.png);
}

.share-popup .sns-item.douban .sns-icon {
	background-image: url(../images/sns/douban.png);
}

.share-popup .sns-item.qzone .sns-icon {
	background-image: url(../images/sns/qzone.png);
}

.share-popup .sns-item.facebook .sns-icon {
	background-image: url(../images/sns/facebook.png);
}

.share-popup .sns-item.twitter .sns-icon {
	background-image: url(../images/sns/twitter.png);
}

.share-popup .sns-item.wechat:hover {
	opacity: 1;
}

.share-popup .sns-item.wechat .sns-icon {
	background-image: url(../images/sns/weixin.png);
}

.share-popup #wechat-qrcode {
	position: absolute;
	top: -165px;
	left: -45px;
	width: 150px;
	height: 150px;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.12);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: all 10ms;
	transform: translate3d(0, 20px, 0);
}

.share-popup #wechat-qrcode img {
	display: block;
	width: 100%;
}

.share-popup #wechat-qrcode::before {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -11px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-top: 11px solid #ecebeb;
}

.share-popup #wechat-qrcode::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid #fff;
}

.share-popup #wechat-qrcode.show {
	display: block;
}

.share-popup #wechat-qrcode.active {
	opacity: 1;
	transform: none;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.qrcode-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 328px;
	margin: -164px 0 0 -140px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	overflow: hidden;
	z-index: 100;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.qrcode-popup .title {
	position: relative;
	height: 48px;
	padding: 0 20px;
	line-height: 48px;
	font-size: 16px;
	color: #123;
	background: #f6f7f8;
}

.qrcode-popup .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	color: #666;
	cursor: pointer;
}

.qrcode-popup .close-btn:hover {
	color: #333;
}

.qrcode-popup .qrcode-main {
	position: relative;
	width: 240px;
	padding: 20px 0;
	margin: 0 auto;
}

.qrcode-popup .qrcode-main img {
	display: block;
	width: 100%;
}

.qrcode-popup .qrcode-main::after {
	content: "";
	font-family: iconfont;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	line-height: 40px;
	font-size: 32px;
	text-align: center;
	color: #123;
	background: #fff;
}

.code-copy-btn {
	display: inline-block;
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	width: auto;
	height: auto;
	padding: 0 .5em;
	font-size: .9em;
	color: #000;
	border-radius: 0 0 5px 5px;
	text-shadow: none;
	background-color: #cfcfcf;
	z-index: 1;
	cursor: pointer;
}

.page-container {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

@media screen and (max-width: 1080px) {
	.page-container {
		width: 100%;
		padding: 0 20px;
	}
}

.page-container .page-main {
	width: 850px;
}

@media screen and (max-width: 1080px) {
	.page-container .page-main {
		width: 750px;
	}
}

.page-container .page-full-main {
	width: 100%;
}

.page-container .page-nav {
	width: 200px;
}

.page-container .page-nav-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin-top: 25px;
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
}

.page-container .page-nav-menu li {
	position: relative;
	padding-right: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
}

.page-container .page-nav-menu li a {
	display: block;
	color: #222;
}

.page-container .page-nav-menu li a:hover {
	color: #387ffc;
}

.page-container .page-nav-menu li::after {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	line-height: 30px;
	font-size: 18px;
	font-family: iconfont;
	text-align: right;
	color: #387ffc;
}

.page-container .page-nav-menu li.active a {
	color: #387ffc;
}

.page-container .page-nav-menu li.active::after {
	display: block;
}

.page-body {
	position: relative;
	margin-top: 25px;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.page-body .page-title {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 28px;
	font-weight: normal;
	color: #000;
}

.page-body .page-content {
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.page-body .page-content p,.page-body .page-content blockquote {
	word-wrap: break-word;
	word-break: break-all;
}

.page-body .page-content pre {
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
	box-sizing: content-box;
}

.page-body .page-content pre * {
	box-sizing: content-box;
}

.page-body .page-content pre::-webkit-scrollbar {
	height: 10px;
	cursor: pointer;
}

.page-body .page-content pre::-webkit-scrollbar-thumb {
	border-radius: .3em;
	background: #888;
}

.page-body .page-content pre::-webkit-scrollbar-track {
	background: transparent;
}

.page-body .page-content p {
	margin-bottom: .5em;
}

.page-body .page-content pre[class*=language-] {
	margin: 0 0 .5em;
}

.page-body .page-content img {
	max-width: 100%;
	font-size: 12px;
	color: #888;
}

.page-body .page-content blockquote {
	margin: 5px 0;
	padding: 10px 15px;
	border-radius: 4px;
	background: #f9f9f9;
	box-shadow: 0 .5px 1px #eee;
}

.page-body .page-content blockquote p {
	margin-bottom: 0;
}

.link-list-mode {
	margin-top: 30px;
}

.link-list-mode>ul>li {
	float: left;
}

.link-list-mode h3 {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #f63;
	border-bottom: 1px dashed #ddd;
}

.link-list-mode.module-to-link>ul>li,.link-list-mode.module-to-favorite>ul>li {
	width: 25%;
	line-height: 28px;
	font-size: 14px;
}

.link-list-mode.module-to-link>ul>li a,.link-list-mode.module-to-favorite>ul>li a {
	color: #123;
}

.link-list-mode.module-to-link>ul>li a:hover,.link-list-mode.module-to-favorite>ul>li a:hover {
	color: #3a6ea5;
}

.link-list-mode.module-to-misc {
	margin-bottom: 20px;
}

.link-list-mode.module-to-misc>ul>li {
	width: 88px;
	height: 31px;
	margin: 10px 10px 0 0;
	overflow: hidden;
}

.link-list-mode.module-to-misc>ul>li img {
	display: block;
	width: 100%;
}

.page-archive-container h3 {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
	color: #387ffc;
	border-bottom: 1px solid #ddd;
}

.page-archive-container .page-archive-item {
	margin-top: 30px;
	margin-bottom: 10px;
}

.page-archive-container .page-archive-list li {
	position: relative;
	padding-left: 60px;
	line-height: 28px;
}

.page-archive-container .page-archive-list .post-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	color: #888;
}

.page-archive-container .page-archive-list h2 {
	line-height: 28px;
	font-size: 14px;
	color: #333;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.page-archive-container .page-archive-list h2 a {
	color: #333;
}

.page-archive-container .page-archive-list h2:hover a {
	color: #123;
	text-decoration: underline;
}

.sidebar {
	width: 320px;
}

.sidebar .follow-sidebar {
	position: -webkit-sticky;
	position: sticky;
}

.side-item {
	margin-top: 15px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 8px;
}

.side-item .side-title {
	height: 42px;
	font-size: 18px;
	color: #222;
	border-bottom: 2px solid #eee;
}

.side-item .side-title h3 {
	position: relative;
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #387ffc;
}

.side-item .side-title h3::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #387ffc;
}

.side-item .side-content {
	padding: 10px 0;
}

.side-new-comment-item .side-comment-item {
	position: relative;
	padding: 10px 0 10px 48px;
	border-bottom: 1px dashed #eee;
}

.side-new-comment-item .side-comment-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.side-new-comment-item .side-comment-item .avatar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 36px;
	height: 36px;
}

.side-new-comment-item .side-comment-item .avatar img {
	border-radius: 0;
}

.side-new-comment-item .side-comment-item .avatar .cmt-user-text-avatar {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #3a6ea5;
}

.side-new-comment-item .side-comment-item .post-time {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #222;
}

.side-new-comment-item .side-comment-item .nickname-info {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #888;
}

.side-new-comment-item .side-comment-item .nickname-info .nickname {
	margin-right: 2px;
	color: #222;
}

.side-new-comment-item .side-comment-item .nickname-info .reply-nickname {
	margin-left: 2px;
	color: #222;
}

.side-new-comment-item .side-comment-item .content {
	padding: 3px 0;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	color: #555;
}

.side-new-comment-item .side-comment-item .title {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.side-new-article-item .side-content {
	padding-top: 5px;
}

.side-new-article-item .article-info {
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 0 5px 0;
}

.side-new-article-item .article-info .post-date {
	margin-right: 10px;
	color: #888;
}

.side-new-article-item li {
	padding: 10px 0;
	border-bottom: 1px solid #f6f7f8;
}

.side-new-article-item li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.side-new-article-item li h2 {
	line-height: 24px;
	font-size: 16px;
}

.side-new-article-item li h2 a {
	color: #222;
}

.side-new-article-item li h2 a:hover {
	color: #387ffc;
}

.side-hot-view-item .side-content,.side-hot-cmt-item .side-content {
	padding-top: 5px;
}

.side-hot-view-item .article-info,.side-hot-cmt-item .article-info {
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 0 5px 0;
}

.side-hot-view-item li,.side-hot-cmt-item li {
	padding: 10px 0;
	border-bottom: 1px solid #f6f7f8;
}

.side-hot-view-item li:last-child,.side-hot-cmt-item li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.side-hot-view-item li h2,.side-hot-cmt-item li h2 {
	line-height: 24px;
	font-size: 16px;
}

.side-hot-view-item li h2 a,.side-hot-cmt-item li h2 a {
	color: #222;
}

.side-hot-view-item li h2 a:hover,.side-hot-cmt-item li h2 a:hover {
	color: #387ffc;
}

.side-hot-view-item .article-info .view-nums {
	margin-right: 10px;
}

.side-hot-view-item .article-info .view-nums .fi {
	color: #f63;
}

.side-hot-cmt-item .article-info .cmt-nums {
	margin-right: 10px;
}

.side-hot-cmt-item .article-info .cmt-nums .fi {
	color: #000;
}

.side-tui-article-item .side-pics-article-item {
	position: relative;
	height: 60px;
	margin-top: 10px;
	padding-left: 90px;
}

.side-tui-article-item .side-pics-article-item .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 60px;
	background: #f5f5f5;
}

.side-tui-article-item .side-pics-article-item h2 {
	display: table;
	height: 60px;
	font-size: 14px;
}

.side-tui-article-item .side-pics-article-item a {
	display: table-cell;
	line-height: 1.3;
	color: #123;
	vertical-align: middle;
}

.side-tui-article-item .side-pics-article-item a:hover {
	color: #f63;
}

.divSearchPanel .side-content {
	padding: 10px 0;
}

.divSearchPanel .side-content .search-form,.divSearchPanel .side-content [name=search] {
	position: relative;
}

.divSearchPanel .side-content [name=q],.divSearchPanel .side-content .form-control {
	width: 100%;
	height: 48px;
	padding: 10px;
	padding-right: 100px;
	line-height: 26px;
	font-size: 16px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.divSearchPanel .side-content [type=submit],.divSearchPanel .side-content .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #387ffc;
	outline: 0;
	outline-color: transparent;
	-webkit-appearance: none;
	cursor: pointer;
}

.divLinkage .side-content ul,.divFavorites .side-content ul {
	margin: 5px -5px;
}

.divLinkage .side-content li,.divFavorites .side-content li {
	float: left;
	width: 33.33%;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
	overflow: hidden;
}

.divLinkage .side-content a,.divFavorites .side-content a {
	color: #123;
}

.divLinkage .side-content a:hover,.divFavorites .side-content a:hover {
	color: #369;
}

.divLinkage .side-content .link-6,.divFavorites .side-content .link-6 {
	width: 66.66%;
}

.divLinkage .side-content .link-12,.divFavorites .side-content .link-12 {
	width: 100%;
}

.divCalendar .side-content table {
	width: 100%;
	border-collapse: collapse;
}

.divCalendar .side-content table,.divCalendar .side-content tr,.divCalendar .side-content th,.divCalendar .side-content td {
	border: 1px solid #eee;
}

.divCalendar .side-content caption {
	line-height: 36px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.divCalendar .side-content caption a {
	font-size: 15px;
	color: #123;
}

.divCalendar .side-content thead {
	background: #f6f7f8;
}

.divCalendar .side-content th {
	height: 36px;
}

.divCalendar .side-content td {
	height: 36px;
	text-align: center;
}

.divCalendar .side-content td a {
	font-weight: 700;
	color: #123;
}

.divCalendar .side-content td a:hover {
	color: #f63;
}

.divNavBar {
	display: none;
}

.divCatalog ul {
	margin: 0 -5px;
}

.divCatalog li {
	float: left;
	width: 50%;
	line-height: 30px;
	padding: 0 5px;
}

.divCatalog li a {
	color: #123;
}

.divCatalog li a:hover {
	color: #f63;
}

.divCatalog li a::before {
	content: "";
	font-family: iconfont;
	margin-right: 2px;
}

.divArchives ul {
	margin: 0 -5px;
}

.divArchives li {
	float: left;
	width: 50%;
	line-height: 30px;
	padding: 0 5px;
}

.divArchives li a {
	color: #123;
}

.divArchives li a:hover {
	color: #f63;
}

.divArchives li a::before {
	content: "";
	font-family: iconfont;
	margin-right: 2px;
}

.divComments ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.divComments ul li a {
	color: #123;
}

.divComments ul li a:hover {
	color: #f63;
}

.divComments ul li a::before {
	content: "";
	font-family: iconfont;
	margin-right: 2px;
}

.divPrevious ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.divPrevious ul li a {
	color: #123;
}

.divPrevious ul li a:hover {
	color: #f63;
}

.divPrevious ul li a::before {
	content: "";
	font-family: iconfont;
	margin-right: 2px;
}

.divMisc .side-content {
	padding-top: 20px;
}

.divMisc .side-content ul {
	margin: 0 -5px;
}

.divMisc .side-content li {
	float: left;
	width: 33.33%;
	padding: 0 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.divMisc .side-content li img {
	display: block;
	max-width: 100%;
}

.divAuthors .side-content ul {
	margin: 0 -5px;
}

.divAuthors .side-content li {
	float: left;
	width: 50%;
	line-height: 30px;
	padding: 0 5px;
}

.divAuthors .side-content li a {
	color: #123;
}

.divAuthors .side-content li a:hover {
	color: #f63;
}

.divAuthors .side-content li a::before {
	content: "";
	font-family: iconfont;
	margin-right: 2px;
}

.divStatistics .side-content ul {
	margin: 0 -5px;
}

.divStatistics .side-content li {
	float: left;
	width: 50%;
	line-height: 26px;
	padding: 0 5px;
}

.divTags .side-content li {
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-right: 5px;
}

.divTags .side-content li a {
	color: #333;
}

.divTags .side-content li a:hover {
	text-decoration: underline;
}

.divTags .side-content li:nth-child(5n) a {
	color: #28dc64;
}

.divTags .side-content li:nth-child(5n+1) a {
	color: #a0dc28;
}

.divTags .side-content li:nth-child(5n+2) a {
	color: #5db7e5;
}

.divTags .side-content li:nth-child(5n+3) a {
	color: #edb091;
}

.divTags .side-content li:nth-child(5n+4) a {
	color: #28a0dc;
}

.comment-group {
	margin-top: 15px;
	padding: 25px 25px 0;
	background: #fff;
	border-radius: 8px;
}

.comment-group .title {
	height: 40px;
	line-height: 40px;
}

.comment-group .title h3 {
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

.comment-group .title .comm-nums {
	font-size: 14px;
	color: #555;
}

.comment-group .pagebar {
	height: 52px;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 0;
}

.comment-group .page-item {
	display: inline-block;
	line-height: 32px;
	font-size: 16px;
}

.comment-group .page-item a {
	display: block;
	padding: 0 8px;
	color: #222;
}

.comment-group .page-item:hover a {
	color: #f63;
}

.comment-group .page-now {
	padding: 0 8px;
	color: #3a6ea5;
}

.comment-post {
	padding-bottom: 30px;
}

.comment-post .welcome-user {
	display: block;
	height: 32px;
	font-size: 0;
	color: #000;
}

.comment-post .welcome-user>span {
	display: inline-block;
	line-height: 32px;
	font-size: 16px;
	vertical-align: baseline;
}

.comment-post .welcome-user .nickname {
	color: #387ffc;
}
 .nickname a {
	color: #387ffc;
}
.comment-post .welcome-user .update-info {
	opacity: 0;
	margin-left: 10px;
	font-size: 12px;
	color: #888;
	transition: all 10ms;
	cursor: pointer;
}

.comment-post .welcome-user:hover .update-info {
	opacity: 1;
}

.comment-post .comment-editor {
	width: 100%;
}
 .comment-editor a{
	color: #387ffc;
}
.comment-post .comment-editor .input-textarea {
    color: #888;
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	min-width: 100%;
	min-height: 120px;
	line-height: 25px;
	font-size: 15px;
	padding: 9px 12px;
	border: 1px solid #eee;
	resize: none;
	transition: all 10ms;
	background: #f6f7f8;
	border-radius: 4px;
}
.comment-post .comment-editor .input-textarea:hover {
	border-color: #387ffc;
}
.comment-post .comment-editor .input-textarea:focus {
	border-color: #387ffc;
}

.comment-post .comment-user-input {
	position: relative;
}

.comment-post .comment-user-input.has-avatar {
	padding-left: 100px;
	min-height: 100px;
}

.comment-post .comment-user-input.has-avatar.info-len-1,.comment-post .comment-user-input.has-avatar.info-len-2 {
	padding-left: 50px;
	min-height: 50px;
}

.comment-post .comment-user-input.has-avatar.info-len-1 .user-avatar-box,.comment-post .comment-user-input.has-avatar.info-len-2 .user-avatar-box {
	width: 40px;
	height: 40px;
	margin-top: -25px;
	border-radius: 100px;
}

.comment-post .comment-user-input.has-avatar.info-len-1 .user-avatar-box .null-avatar,.comment-post .comment-user-input.has-avatar.info-len-2 .user-avatar-box .null-avatar {
	line-height: 40px;
	font-size: 24px;
}

.comment-post .comment-user-input.has-avatar.info-len-1 .user-avatar-box .text-avatar,.comment-post .comment-user-input.has-avatar.info-len-2 .user-avatar-box .text-avatar {
	line-height: 40px;
	font-size: 24px;
	border-radius: 100px;
}

.comment-post .comment-user-input.userinfo-input {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.comment-post .comment-user-input .user-avatar-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 90px;
	height: 90px;
	margin-top: -50px;
	background: #eee;
}

.comment-post .comment-user-input .user-avatar-box.avatar-type-1 {
	cursor: pointer;
}

.comment-post .comment-user-input .user-avatar-box .null-avatar {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 90px;
	text-align: center;
	font-size: 45px;
	color: #fff;
	z-index: 1;
}

.comment-post .comment-user-input .user-avatar-box .text-avatar {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 90px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	background: #3a6ea5;
	z-index: 10;
}

.comment-post .comment-user-input .user-avatar-box .img-avatar {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.comment-post .comment-user-input .user-input-item {
	position: relative;
	width: calc(50% - 5px);
	height: 40px;
	margin-bottom: 10px;
	padding-left: 50px;
	font-size: 14px;
	transition: all 10ms;
}

.comment-post .comment-user-input .user-input-item label {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #555;
	background: #eee;
	border-radius: 4px 0px 0px 4px;
}

.comment-post .comment-user-input .user-input-item.focus {
	border-color: #ccc;
}

.comment-post .comment-user-input .input-text {
	width: 100%;
	height: 40px;
	padding: 5px 12px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 0px 4px 4px 0px;
	background: #f6f7f8;
}

.comment-post .comment-post-footer {
	height: 40px;
}

.comment-post .comment-post-footer .verify-group {
	width: 240px;
}

.comment-post .comment-post-footer .verify-input {
	width: 140px;
	height: 40px;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #eee;
}

.comment-post .comment-post-footer .verify-image {
	display: block;
	width: 90px;
	height: 30px;
	margin: 5px 0;
	cursor: pointer;
}

.comment-post .comment-post-footer .submit-form {
	width: 96px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	color: #fff;
	background: #387ffc;
	cursor: pointer;
	border-radius: 4px;
}

.comment-post .comment-post-footer .cancel-reply-btn {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	color: #666;
	cursor: pointer;
}

.comment-post .comment-post-footer .cancel-reply-btn:hover {
	color: #123;
}

.comment-item {
	position: relative;
	padding: 20px 0 26px 60px;
	margin-bottom: -1px;
	min-height: 48px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid transparent;
	transition: all 10ms;
}

.comment-item:hover {
	margin: 0 -30px -1px;
	padding: 20px 30px 26px 90px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: #f0f0f0;
}

.comment-item:hover>.avatar,.comment-item:hover>.cmt-user-text-avatar {
	left: 30px;
}

.comment-item:hover .comment-parent-content {
	background: #e0e0e0;
}

.comment-item>.avatar {
	position: absolute;
	top: 20px;
	left: 0;
	width: 48px;
	height: 48px;
	transition: all 10ms;
}

.comment-item>.avatar>.cmt-user-text-avatar {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #387ffc;
	border-radius: 100px;
}

.comment-item .comment-user-info {
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 14px;
}

.comment-item .comment-user-info .nickname {
	margin-right: 10px;
	color: #387ffc;
}

.comment-item .comment-user-info .post-time {
	margin-right: 10px;
	color: #666;
}

.comment-item .comment-user-info .comment-floor {
	float: right;
	color: #888;
}

.comment-item .comment-user-device-info {
	position: absolute;
	bottom: 60px;
	left: 0;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	z-index: 100;
	display: none;
	opacity: 0;
	transition: all 10ms;
}

.comment-item .comment-user-device-info::before,.comment-item .comment-user-device-info::after {
	content: "";
	position: absolute;
}

.comment-item .comment-user-device-info::before {
	bottom: -20px;
	left: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid #ddd;
}

.comment-item .comment-user-device-info::after {
	bottom: -17px;
	left: 15px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-top: 9px solid #fff;
}

.comment-item .comment-user-device-info>span {
	display: block;
	line-height: 24px;
	white-space: nowrap;
}

.comment-item .comment-user-device-info.active {
	opacity: 1;
}

.comment-item .comment-user-device-info.show {
	display: block;
}

.comment-item .comment-user-device-info .query-ip {
	font-size: 12px;
	color: #123;
	cursor: pointer;
}

.comment-item .comment-parent-content {
	padding: 8px;
	margin-bottom: 5px;
	color: #888;
	font-size: 13px;
	border-radius: 4px;
	background: #f9f9f9;
	transition: all 100ms;
}

.comment-item .comment-parent-content>.parent-nickname {
	color: #3a6ea5;
}

.comment-item .comment-content p {
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
	word-wrap: break-word;
	word-break: break-word;
	overflow: hidden;
}

.comment-item .comment-content {
	cursor: pointer;
}

.comment-item .comment-post {
	margin-top: 20px;
}

.avatar-select-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 10000;
	display: none;
}

.avatar-select-bg.active {
	display: block;
}

.avatar-select-group {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 660px;
	height: 480px;
	margin: -240px 0 0 -330px;
	background: #fff;
}

.avatar-select-group .head {
	height: 40px;
	background: #f5f5f5;
}

.avatar-select-group .title {
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
}

.avatar-select-group .close-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.avatar-select-group .avatar-select-box {
	width: 100%;
	height: 440px;
	padding: 20px 20px 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

.avatar-select-group .avatar-select-box::-webkit-scrollbar {
	width: 10px;
	cursor: pointer;
}

.avatar-select-group .avatar-select-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #555;
}

.avatar-select-group .avatar-select-box::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #aaa;
}

.avatar-select-group .avatar-item {
	width: 90px;
	height: 90px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.avatar-select-group .avatar-item img {
	display: block;
	width: 90px;
	height: 90px;
}

.search-container {
	width: 1080px;
	margin: 15px auto;
	padding: 30px 150px;
	background: #fff;
	border-radius: 8px;
}

.search-container h1 {
	line-height: 1.5;
	font-size: 24px;
	color: #000;
}

.search-container .search-form-group {
	position: relative;
	height: 48px;
	margin-bottom: 20px;
}

.search-container .search-form-group .form-input {
	width: 100%;
	height: 48px;
	padding: 10px 12px;
	line-height: 26px;
	font-size: 16px;
	border: 1px solid #eee;
	transition: all 10ms ease-in-out;
	border-radius: 8px;
}

.search-container .search-form-group .form-input:focus {
	border-color: #387ffc;
}

.form-input {
width: 100%; height: 35px; padding: 8px 40px 8px 20px; font-size: 14px; border-radius: 100px; background: #f6f7f8; border: 1px solid #ffffff}

.form-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #111;
    border: none;
    background: transparent;
    cursor: pointer;
}
.search-container .search-form-group .form-btn {
	border-radius: 0px 8px 8px 0px;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #387ffc;
	cursor: pointer;
	margin-top: 0px;
}

.search-container .pagebar {
	height: 52px;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 0;
}

.search-container .page-item {
	display: inline-block;
	line-height: 32px;
	font-size: 16px;
}

.search-container .page-item a {
	display: block;
	padding: 0 8px;
	color: #222;
}

.search-container .page-item:hover a {
	color: #387ffc;
}

.search-container .page-now {
	padding: 0 8px;
	color: #3a6ea5;
}

.search-article-item {
	display: block;
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
}

.search-article-item .article-title {
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 18px;
	color: #222;
}

.search-article-item .article-intro {
	line-height: 1.5;
	font-size: 14px;
	color: #888;
}

.search-article-item .high-word {
	font-weight: bold;
	color: #387ffc;
}

.error-page {
	background: #fff;
}

.error-container {
	padding: 20px 0;
}

.error-container .minions-bg {
	width: 600px;
	height: 500px;
	margin: 0 auto;
	background: url(../images/minions_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.error-container .error-info {
	margin: 20px 0;
	text-align: center;
	font-weight: 300;
}

.error-container .error-info h2 {
	line-height: 120px;
	font-size: 60px;
	font-weight: 300;
	color: #222;
}

.error-container .error-info .tips {
	line-height: 36px;
	font-size: 18px;
	color: #4c7481;
}

.error-container .error-info .tips-info {
	line-height: 20px;
	font-size: 13px;
	color: #999;
}

@media screen and (max-width: 600px) {
	.error-container .error-info h2 {
		line-height: 72px;
		font-size: 36px;
	}

	.error-container .error-info .tips {
		line-height: 32px;
		font-size: 16px;
	}
}

.list-container .pagebar {
    margin-top: 15px;
    font-size: 0;
    display: flex;
    align-items: center;
}

.list-container .pagebar .page-item {
	border-radius: 4px;
	display: inline-block;
	line-height: 36px;
	margin: 0 2px;
	font-size: 14px;
	background: #fff;
}

.list-container .pagebar .page-item a {
	display: block;
	padding: 0 14px;
	color: #222;
}

.list-container .pagebar .page-item:hover a {
	color: #387ffc;
}

.list-container .pagebar .page-now {
	padding: 0 15px;
	color: #3a6ea5;
}

.list-container .pagebar-more-group {
	margin-top: 25px;
}

.list-container .pagebar-more-group a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	color: #333;
	background: #fff;
	overflow: hidden;
}

body {
	min-width: 1024px;
}

img {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 10ms;
	animation-duration: 10ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.avatar {
	display: block;
}

.avatar img {
	display: block;
	width: 100%;
	border-radius: 100px;
}

/*输入框光标*/
input, textarea {
    caret-color: #000;
}

/*==========内容页==========*/
/*内容页*/
.weui-panel {
    background-color: #fff;
    background-color: var(--weui-BG-2);
    margin-top: 15px!important;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/*内容页滚动才出现的标题*/
.scrollshow {
    display: none;
    width: 100%;
    padding: 0 !important;
    min-height: 60px;
    position: fixed !important;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px 0 #ededed;
    -webkit-box-shadow: 0 0 5px 0 #ededed;
    background-color: #fff;
    z-index: 999;
}
.sblog-article-title {
    width: 1080px;
    height: 60px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sblog-article-tit {
    width: 800px;
    margin: auto;
}
.sblog-article-tit p {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*内容页上一篇和下一篇*/
.weui-flex__item {
	min-width: 0;
}

a,button {
	cursor: pointer;
}

body,.wx-root {
	--weui-FG-1: rgba(0, 0, 0, .5);
	--weui-REDORANGE: #ff6146;
	--weui-BG-0: #ededed;
	--weui-BG-1: #f7f7f7;
	--weui-BG-2: #fff;
	--weui-BG-3: #f7f7f7;
	--weui-BG-4: #4c4c4c;
	--weui-BG-5: #fff;
	--weui-FG-0: rgba(0, 0, 0, .9);
	--weui-FG-HALF: rgba(0, 0, 0, .9);
	--weui-FG-1: rgba(0, 0, 0, .55);
	--weui-FG-2: rgba(0, 0, 0, .3);
	--weui-FG-3: rgba(0, 0, 0, .1);
	--weui-FG-4: rgba(0, 0, 0, .15);
	--weui-FG-5: rgba(0, 0, 0, .05);
	--weui-RED: #fa5151;
	--weui-ORANGERED: #ff6146;
	--weui-ORANGE: #fa9d3b;
	--weui-YELLOW: #ffc300;
	--weui-GREEN: #91d300;
	--weui-LIGHTGREEN: #95ec69;
	--weui-BRAND: #07c160;
	--weui-BLUE: #10aeff;
	--weui-INDIGO: #1485ee;
	--weui-PURPLE: #6467f0;
	--weui-WHITE: #fff;
	--weui-LINK: #576b95;
	--weui-TEXTGREEN: #06ae56;
	--weui-FG: #000;
	--weui-BG: #fff;
	--weui-TAG-TEXT-RED: rgba(250, 81, 81, .6);
	--weui-TAG-BACKGROUND-RED: rgba(250, 81, 81, .1);
	--weui-TAG-TEXT-ORANGE: #fa9d3b;
	--weui-TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, .1);
	--weui-TAG-TEXT-GREEN: #06ae56;
	--weui-TAG-BACKGROUND-GREEN: rgba(6, 174, 86, .1);
	--weui-TAG-TEXT-BLUE: #10aeff;
	--weui-TAG-BACKGROUND-BLUE: rgba(16, 174, 255, .1);
	--weui-TAG-TEXT-BLACK: rgba(0, 0, 0, .5);
	--weui-TAG-BACKGROUND-BLACK: rgba(0, 0, 0, .05);
}

body,.wx-root {
	--weui-BG-6: rgba(0, 0, 0, .05);
	--weui-ACTIVE-MASK: rgba(0, 0, 0, .05);
}

.weui-media-box_small-appmsg {
	padding: 0;
}

.weui-media-box_small-appmsg .weui-cells {
	margin-top: 0;
}

.weui-media-box_small-appmsg .weui-cells:before {
	display: none;
}

.weui-flex {
	display: -ms-flexbox;
	display: flex;
}

.weui-flex__item {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.weui-media-box:before {
	color: #e5e5e5;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #E5E5E5;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	-ms-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 16px;
}

.weui-media-box:first-child:before {
	display: none;
}

[class^=weui-icon-][class^=weui-icon-],[class^=weui-icon-][class*=" weui-icon-"],[class*=" weui-icon-"][class^=weui-icon-],[class*=" weui-icon-"][class*=" weui-icon-"] {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	width: 2.4em;
	height: 2.4em;
	-webkit-mask-position: 50% 50%;
	mask-position: 50% 50%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	background-color: currentColor;
}

.wx-root,body {
	--weui-BG-COLOR-ACTIVE: #ececec;
}

body .weui-wa-hotarea_before:before,body .weui-wa-hotarea:after {
	pointer-events: auto;
}

.weui-wa-hotarea_before:before,.weui-wa-hotarea:after {
	content: "";
	pointer-events: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 44px;
	min-height: 44px;
	width: 100%;
	height: 100%;
}

.weui-wa-hotarea-el__wrp,.weui-wa-hotarea,.weui-wa-hotarea_before {
	position: relative;
}

:root {
	--sab: env(safe-area-inset-bottom);
}

.article-tag__item-num {
	display: inline-block;
	color: rgba(0,0,0,.3);
	border-radius: 8px;
	font-size: 14px;
	line-height: 14px;
}

.article-tag__item-wrp:last-child {
	margin-right: 0;
}

.article-tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article-tag__item-wrp {
	gap: 4px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 0.3rem .3rem .3rem .3rem;
	background-color: #1989fa1a;
	border: 1px solid #1989fa1a;
	border-radius: 100px;
	margin: .5rem .5rem 0 0;
}

.article-tag__list .article-tag__item {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #576b95;
}

.article-tag__list {
	font-size: 0;
	margin: 0;
	padding: 0 0 0;
	border-radius: 0;
	background-color: #191919;
	background-color: var(--weui-BG-2);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body .weui-icon-album.weui-icon-album {
	width: 14px;
	height: 14px;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.66499 1.16666L5.18159 3.96663H2.16961L1.98446 5.01663H5.00031L4.53703 7.69999H1.51132L1.32617 8.74999H4.35575L3.65077 12.8334H4.71628L5.42126 8.74999H8.09381L7.38883 12.8334H8.45433L9.15931 8.74999H12.0175L12.2027 7.69999H9.34059L9.80387 5.01663H12.6758L12.861 3.96663H9.98515L10.4686 1.16666H9.40305L8.91964 3.96663H6.24709L6.7305 1.16666H5.66499ZM8.27509 7.69999L8.73836 5.01663H6.06581L5.60254 7.69999H8.27509Z' fill='%23576B95'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.66499 1.16666L5.18159 3.96663H2.16961L1.98446 5.01663H5.00031L4.53703 7.69999H1.51132L1.32617 8.74999H4.35575L3.65077 12.8334H4.71628L5.42126 8.74999H8.09381L7.38883 12.8334H8.45433L9.15931 8.74999H12.0175L12.2027 7.69999H9.34059L9.80387 5.01663H12.6758L12.861 3.96663H9.98515L10.4686 1.16666H9.40305L8.91964 3.96663H6.24709L6.7305 1.16666H5.66499ZM8.27509 7.69999L8.73836 5.01663H6.06581L5.60254 7.69999H8.27509Z' fill='%23576B95'/%3E%3C/svg%3E");
	margin: 0 2px 2px 0;
}

.appmsg_card_context {
	position: relative;
	background-color: #1e1e1e;
	background-color: var(--APPMSGCARD-BG);
	border-radius: 8px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wx-root,body {
	--APPMSGCARD-LINE-BG: rgba(0, 0, 0, .07);
}

.wx-root,body {
	--APPMSGCARD-BG: #FAFAFA;
}

a {
	color: #555;
}

.album_read_nav_btn {
	display: block;
	color: rgba(0,0,0,.9);
	font-weight: 500;
}

.album_read_nav_btn:before,.album_read_nav_btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	margin-top: -.2em;
	width: 1em;
	height: 2em;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: currentColor;
	-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
	mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
}

.album_read_nav_prev .album_read_nav_btn:before {
	transform: scale(-1);
	-ms-transform: matrix(-1,0,0,-1,0,0);
	-webkit-transform: matrix(-1,0,0,-1,0,0);
	margin-right: 2px;
}

.album_read_nav_prev .album_read_nav_btn:after {
	display: none;
}

.album_read_nav_next .album_read_nav_btn:before {
	display: none;
}

.album_read_nav_next .album_read_nav_btn:after {
	margin-left: 2px;
}

.album_read_nav_title {
	display: block;
	margin-top: 6px;
	line-height: 1.4;
	font-weight: 500;
}

.album_read_nav_title_inner {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.album_read_nav_item {
	position: relative;
	text-align: center;
	padding: 0 20px 20px;
}

.album_read_nav_item:before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 20px;
	left: 0;
	width: 1px;
	background: -webkit-linear-gradient(top,rgba(0,0,0,.03),rgba(0,0,0,.05) 50%,rgba(0,0,0,.03) 100%);
}

.album_read_nav_item.album_read_nav_prev {
	text-align: left;
	color: rgba(0,0,0,.9);
}

.album_read_nav_item.album_read_nav_next {
	text-align: right;
	color: rgba(0,0,0,.9);
}

.album_read_nav_item:first-child:before {
	display: none;
}

.album_read_hd {
	padding: 10px;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.album_read_card {
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
	color: rgba(0,0,0,.9);
	line-height: 1.4;
}

.album_read_card .weui-flex__item {
	min-width: 0;
}

/*工具栏*/
    #share-button {
    transform: translateY(-13%);
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 216px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: calc((98vw - 1000px) / 2 - 96px);
}

#share-button.hidden {
  opacity: 1;
  pointer-events: auto;
}

#share-button.visible {
  opacity: 0;
  pointer-events: auto;
}

/*点赞*/
.detail-like .digg-icon .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}
.detail-like .digg-icon i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/like.svg) no-repeat 50%;
    background-size: contain;
}
.detail-like {
    text-align: center;
    cursor: pointer;
    color: #222;
    outline: none;
    padding: 0 0 15px 0;
}
.detail-like .digg-icon {
    position: relative;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    background: #ffffff;
}
.detail-like>span {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.detail-like:focus-visible {
    outline: auto
}
.detail-like:hover span {
    opacity: .8
}
.detail-like:hover .digg-icon i {
    background-image: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/like_hover.svg)
}
/*评论*/
.detail-comment .digg-icon .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}
.detail-comment .digg-icon i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/comment.svg) no-repeat 50%;
    background-size: contain;
}
.detail-comment {
    text-align: center;
    cursor: pointer;
    color: #222;
    outline: none;
    padding: 0 0 15px 0;
}
.detail-comment .digg-icon {
    position: relative;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    background: #ffffff;
}
.detail-comment>span {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.detail-comment:focus-visible {
    outline: auto
}
.detail-comment:hover span {
    opacity: .8
}
.detail-comment:hover .digg-icon i {
    background-image: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/comment_hover.svg)
}
/*分享*/
.detail-share .digg-icon .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}
.detail-share .digg-icon i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/share.svg) no-repeat 50%;
    background-size: contain;
}
.detail-share {
    text-align: center;
    cursor: pointer;
    color: #222;
    outline: none;
    padding: 0 0 0 0;
}
.detail-share .digg-icon {
    position: relative;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    background: #ffffff;
}
.detail-share>span {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.detail-share:focus-visible {
    outline: auto
}
.detail-share:hover span {
    opacity: .8
}
.detail-share:hover .digg-icon i {
    background-image: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/share_hover.svg)
}
/*手机看*/
.detail-phone .digg-icon .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}
.detail-phone .digg-icon i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/phone.svg) no-repeat 50%;
    background-size: contain;
}
.detail-phone {
    text-align: center;
    cursor: pointer;
    color: #222;
    outline: none;
    padding: 0 0 15px 0;
}
.detail-phone .digg-icon {
    position: relative;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    background: #ffffff;
}
.detail-phone>span {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.detail-phone:focus-visible {
    outline: auto
}
.detail-phone:hover span {
    opacity: .8
}
.detail-phone:hover .digg-icon i {
    background-image: url(//www.slinbo.com/zb_users/theme/slinbo/static/images/phone_hover.svg)
}
/*分割线*/
.divide {
    margin: 16px auto;
    width: 24px;
    height: 1px;
    background: #e8e8e8;
}


        /* 分享下拉菜单样式 */
        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 4px;
            overflow: hidden;
            border-radius: 12px;
            padding: 8px;
            letter-spacing: 0;
            left: 50px;
            top: 0;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }
        /*点赞文字*/
        a.zbpzan {
            color: #000000;
            font-size: 12px;
        }
