@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
	margin: 0;
	padding: 0
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	margin: 0 auto;
}

caption,th {
	text-align: left;
	font-weight: normal
}

html,body,fieldset,img,iframe,abbr {
	border: 0
}

i,cite,em,var,address,dfn {
	font-style: normal
}[hidefocus],summary {
	outline: 0
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%
}

sup,sub {
	font-size: 83%
}

pre,code,kbd,samp {
	font-family: inherit
}

q:before,q:after {
	content: none
}

textarea {
	overflow: auto;
	resize: none
}

label,summary {
	cursor: default
}

a,button {
	cursor: pointer
}

h1,h2,h3,h4,h5,h6,em,strong,b {
	font-weight: bold
}

del,ins,u,s,a,a:hover {
	text-decoration: none
}

body,textarea,input,button,select,keygen,legend {
	font: 12px/1.14 arial,\5b8b\4f53;
	color: #333;
	outline: 0
}

body {
	background: #fff
}

.light-btn {
    z-index: 1;
    float: left;
    width: 2em;
	margin: .6em;
	color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    transition: color 0.3s, background 0.3s;
}

a,a:hover {
	color: #333
}

li {
	line-height: 25px
}

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	cursor: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301343251.png),auto
}

a:visited,a:link {
	color: rgb(11, 195, 241);
	text-decoration: none
}

a:hover {
	color: #f60;
	text-transform: none
}

#main,#footer,#navigator {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#navigator {
	position: absolute;
	padding: 10px 0px;
	top: 0;
	width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#navigator.fixed {
    position: fixed;
    top: -60px;
    z-index: 101;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 5px 6px -5px rgba(133,133,133,0.6);
    box-shadow: 0 5px 6px -5px rgba(133,133,133,0.6);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#navigator.fixed a, 
.fixed .light-btn {
    color: #3b3a3a;
    text-shadow: none;
}

#navigator.visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

#navigator .name-left {
	position: absolute;
	padding: 5px;
	padding-left: 40px;
	margin: 5px;
	top: 4px;
	font-weight: 500;
}

#navigator #site-name {
	position: absolute;
	margin-top: 5px;
	padding-left: 16px;
    text-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.15);
	font-weight: 900;
	font-size: 1.2rem;
    cursor: pointer;
}

#navigator a {
	color: #fff;
}

#navigator #site-img {
	height: 32px;
	width: 32px;
}

#navigator #site-img:hover {
	transform: rotateZ(360deg);
}

/* 设置滚动文字 */
#shContent {
	width: 100%;
	margin-top: 30px;
    /* margin: 5px auto; */
	text-align: center;
	font-weight: bold;
    text-shadow: 0 3px 6px rgba(0,0,0,.5);
    font-size: 1.3rem;
    color: #fff;
}

.typed-cursor {
    opacity: 1;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 20vh;
	margin-bottom: 4vh
}

#cnblogs_post_body p {
	font-size: 15px;
	margin-top: 5px;
}

#cnblogs_post_body img, 
#cnblogs_post_body h2, 
#cnblogs_post_body h3,
#cnblogs_post_body table,
#cnblogs_post_body p {
	margin: 15px auto;
}

table .header th {
	font-weight: bold;
}

#blogTitle {
	/* background: url(https://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302) center center / cover no-repeat #222; */
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_200216153413top_img.jpg) center center / cover no-repeat #222;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	box-shadow: 0 1px 2px rgba(150,150,150,.7);
	text-align: center;
	display: table;
	margin-bottom: 1rem
}

.vertical {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	z-index: 2
}

#Header1_HeaderTitle {
	font-family: 'Playball',cursive;
	color: #fff;
	font-size: 3rem;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	margin: 10px 0 10px 0;
	letter-spacing: -1px;
	font-weight: 700;
	animation: fade-in-down 1s both;
	animation-delay: .5s
}

.vertical h2 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: .01rem;
	color: rgba(255,255,255,0.8);
	-webkit-animation: fade-in-down .9s;
	animation: fade-in-down .9s both;
	-webkit-animation-delay: .1s;
	animation-delay: .3s;
	text-shadow: 0 3px 6px rgba(0,0,0,0.5);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	font-family: 'Playball',cursive
}

a.github {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0
}

#navList {
	right: 5px;
	padding-right: 50px;
	text-align: right;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
}

#navList li {
	position: relative;
	font-family: 'Josefin Sans Light',-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","'Hiragino Sans GB",STHeiti,"Microsoft Yahei","Source Han Sans SC","Noto Sans CJK SC","WenQuanYi Micro Hei",Arial,Verdana,sans-serif;
	color: #95a5a6;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	margin: 0 15px;
	padding: 0.4rem 0;
}

#navList li a {
	text-shadow: 0 3px 6px rgba(0,0,0,0.3)
}

#navList li a:hover {
	color: #e94e11;
	font-weight: 500;
}

/* #navList li a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 3px;
	background-color: #eea564;
	content: "";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} */

#navList li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 0px;
	height: 3px;
	background-color: #eea564;
	content: "";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* #navList li a::before, */
#navList li a:hover::after {
	width: 100%;
}

/* 隐藏不需要显示的导航 */
/* 1- 博客园， 3-新随笔， 4-联系 5-订阅，6-管理 */
#navList li:nth-child(1),#navList li:nth-child(3),#navList li:nth-child(4),#navList li:nth-child(5),#navList li:nth-child(6) {
	display: none
}

/* 设置标题统计部分 */
.blogStats {
	text-align: right;
	margin-top: 10px;
	display: none
}

#topics .postTitle {
	text-align: center;
	padding: 10px
}

#topics .postTitle2,
.entrylistItemTitle {
	font-size: 2rem;
	font-weight: 400;
	color: #606975;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3)
}

#cnblogs_post_body {
	padding: 10px 0
}

.day,
.entrylist {
	min-height: 10px;
	_height: 10px;
	position: relative;
	max-width: 830px;
	margin: 3.5rem auto;
	padding-bottom: 3.5rem;
	border-bottom: #14a1f8 1.5px solid;
	word-wrap: break-word;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0
}

.day .dayTitle {
	display: none;
	border: 1px solid #21759b;
	background: azure;
	border-radius: 50%;
	font-size: 12px;
	height: 65px;
	line-height: 1.5;
	margin: 15px;
	text-align: center;
	width: 63px;
	margin-left: -100px;
	clear: both;
	position: absolute;
	top: -15px
}

.day .dayTitle a {
	display: inline-block;
	color: #21759b;
	margin-top: 15px;
	width: 60px
}

.day .postTitle,
.entrylistItem .entrylistPosttitle,
.PostList .postTitl2 {
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301345493.png) no-repeat 0 8px;
	background-size: 35px 35px;
	margin-top: 3.5rem
}

.PostList .postTitl2 {
	margin-top: 5px !important;
}

.entrylistItem {
    margin: 8px 0;
    padding: 18px 0;
}

.entrylistPosttitle {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321529.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1px dashed #9eabb3;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day .postTitle a:link,
.entrylistItem .entrylistPosttitle a:link,
.PostList .postTitl2 a:link {
	background-color: rgba(0,0,0,0);
	color: #7396a7;
	font-family: "Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: bold;
	letter-spacing: -1px;
	transition: all .5s ease;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.day .postTitle a:visited,.day .postTitle a:active,
.entrylistItem .entrylistPosttitle a:visited, 
.entrylistItem .entrylistPosttitle a:active,
.PostList .postTitl2 a:visited,
.PostList .postTitl2 a:active {
	color: #7396a7;
	transition: color .3s ease
}

.day .postTitle .postTitle2,
.entrylistItem .entrylistPosttitle .entrylistItemTitle,
.PostList .postTitl2 a {
	display: inline-block;
	transition: all .5s;
	padding-left: 36px
}

.day .postCon,
.entrylistPostSummary {
	width: 100%;
	clear: both;
	padding: 10px 0;
	color: #3a4145;
	font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
	font-feature-settings: 'liga' 1,'onum' 1,'kern' 1;
	margin: 0;
	font-size: 16px;
	line-height: 1.7em;
	word-wrap: break-word;
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}

.day .c_b_p_desc,
.entrylistItem .c_b_p_desc {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	line-height: 1.5;
	color: #606975
}

.day .c_b_p_desc .c_b_p_desc_readmore,
.entrylistItem .c_b_p_desc .c_b_p_desc_readmore {
	color: #98a0a4
}

.day .postDesc,
.entrylistItem .entrylistItemPostDesc {
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	padding-right: 5px;
	margin: 0;
	font-family: "Open Sans",sans-serif;
	font-size: .8rem;
	line-height: 1rem;
	color: #9eabb3;
	padding-bottom: 5px
}

.postDesc,
.entrylistItemPostDesc {
	margin-bottom: 3.5rem;
	font-size: 0.7rem;
}

.postDesc a {
	display: none;
	font-weight: bold;
}

.entrylistItemPostDesc a {
	pointer-events: none;
	color: #9eabb3;
}

body.neon .entrylistItemPostDesc a {
	pointer-events: none;
	color: #9eabb3;
}

.entrylistTitle {
	font-size: 30px;
	text-align: center;
	margin: 15px;
}

.entrylistDescription {
	font-size: 18px;
	text-align: center;
	margin: 15px;
}

.topicListFooter {
	margin-top: 20px
}

#homepage_bottom_pager .pager {
	text-align: right
}

#homepage_bottom_pager .pager a {
	border: 0
}

.input_my_zzk {
	background-color: rgba(254,252,250,0.6);
	border-color: #ddd;
	height: 35px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 35px;
	border-radius: 6px;
	font-family: Lato,Helvetica,Arial,sans-serif;
	color: #34495e;
	border: 2px solid #bdc3c7;
	box-shadow: none;
	transition: border .25s linear,color .25s linear,background-color .25s linear;
	width: 100%
}

.container {
	width: 100%;
	position: fixed;
	z-index: -1;
	bottom: 0;
	left: 0
}

html::-webkit-scrollbar-thumb {
	height: 40px;
	background-color: #ccc;
	border-radius: 16px
}

html::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	border-radius: 2px
}

.cd-top {
	position: fixed;
	right: 25px;
	top: -850px;
	z-index: 99;
	width: 70px;
	height: 850px;
	background: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/images/scroll.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: url(https://files.cnblogs.com/files/busyboxs/mikuicon.ico),auto;
	opacity: 1;
	display: none
}

.cd-top.cd-is-visible {
	opacity: 1;
	top: -326px
}

.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float {
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float {
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

#BlogPostCategory {
	margin-bottom: 10px;
	text-align: right
}

#BlogPostCategory a {
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 3px 14px;
	border-radius: 10px;
	margin: 2px 5px 0;
	background: #e7e7e7;
	text-decoration: none
}

#green_channel a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #fff;
	margin: auto;
	width: 80px;
	line-height: 30px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	border-radius: 3px;
	text-transform: uppercase;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	background-image: none;
	margin-top: 10px;
	box-shadow: 0 15px 18px -6px rgba(95,193,206,0.65);
	margin-right: 10px;
	margin-bottom: 10px
}

#blog_post_info {
	border: #c0c0c0 1px dashed;
	border-right: 0;
	border-left: 0;
	margin: 20px 0 20px 0
}

#green_channel {
	padding: 10px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0;
	font-size: 12px;
	width: auto;
	text-align: center;
	margin: auto;
}

a#green_channel_wechat,
a#green_channel_weibo {
	display: none
}

a#pink_channel_admire {
	background: #ff6777
}

#author_profile_info img.author_avatar {
	border-radius: 100%;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.4);
	border: 3px solid #f7f7f7;
	padding: 0;
	margin-left: 3px;
	margin-right: 7px;
}

.author_avatar:hover {
	transform: rotateZ(360deg);
}

#author_profile {
	margin-top: 20px
}

.author_profile_info {
	margin-bottom: 5px
}

#div_digg {
	margin-top: 15px
}

#author_profile_detail a {
	color: #2daebf
}

#post_next_prev a {
	color: #2daebf
}

#post_next_prev {
	margin-bottom: 10px
}

#commentform_title,.feedback_area_title {
	font: normal normal 16px/35px"Microsoft YaHei";
	margin: 10px 0 30px;
	border-bottom: 2px solid #ccc;
	background-image: none;
	padding: 0;
	border-bottom: 0
}

#commentform_title:after,.feedback_area_title:after {
	content: '';
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 16px;
	left: 110px;
	border-bottom: 1px dashed #e9e9e9
}

#tbCommentAuthor {
	padding-left: 10px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 320px;
	height: 20px;
	background: rgba(255,255,255,0.1)
}

.commentbox_title {
	width: 100%;
}

div.commentform p {
	margin-bottom: 20px
}

textarea#tbCommentBody {
	width: calc(100% - 20px);
	border-radius: 10px;
	outline: 0;
	padding: 10px;
	height: 200px;
	position: relative;
	background: rgba(255,255,255,0.1) url(https://view.moezx.cc/images/2018/03/24/comment-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	resize: vertical
}

.feedbackItem {
	margin-top: 30px
}

.feedbackListSubtitle {
	clear: both;
	color: #a8a8a8;
	padding: 8px 5px
}

.feedbackManage {
	width: 200px;
	text-align: right;
	float: right
}

.feedbackListSubtitle a:link,.feedbackListSubtitle a:visited,.feedbackListSubtitle a:active {
	color: #777;
	font-weight: 450
}

.louzhu {
	background: transparent url(/images/icoLouZhu.gif) no-repeat scroll right top;
	padding-right: 16px
}

.feedbackCon {
	border-bottom: 1px solid #EEE;
	padding: 10px 20px 10px 5px;
	min-height: 35px;
	_height: 35px;
	margin-bottom: 1em;
	line-height: 1.5
}

.comment-avatar {
	width: 48px;
	height: 48px;
	border: 1px solid #dcd6b3;
	padding: 3px;
	border-radius: 50%;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.blog_comment_body {
	display: inline-block;
	width: 70%;
	margin-left: 15px;
	vertical-align: initial!important;
	font-family: Lato,Helvetica,Arial,sans-serif
}

.comment_vote {
	padding-right: 10px
}

.comment_vote a {
	color: #999
}

.blog_comment_body a {
	color: #2daebf
}

.comment-avatar:hover {
	transform: rotateZ(360deg);
}

#comment_nav {
	padding-top: 10px
}

.blog_comment_body img {
	max-width: 100px
}

.comment_btn {
	width: 180px;
	height: 38px;
	padding: 8px 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 0;
	background: #7396a7!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	text-decoration: none
}

.comment_btn:hover {
	background: #8cb7cc!important
}

p#commentbox_opt {
	text-align: center
}

#Gallery table td a {
	margin-bottom: 10px;
	display: inline-block
}

#Gallery table td {
	padding: 5px;
	text-align: center
}

.gallery table td {
	padding: 5px;
	text-align: center
}

.gallery table td a {
	margin-bottom: 10px;
	display: inline-block
}

.gallery img {
	max-width: 100%
}

.OwO {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 0 5px 0
}

.OwO .OwO-logo {
	position: relative;
	display: inline-block;
	color: #888;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	padding: 2px 5px;
	cursor: pointer;
	height: 22px;
	box-sizing: border-box;
	z-index: 2;
	line-height: 16px
}

@media(min-width:1200px) {
	#main,#footer {
		width: 980px
	}

	.cd-top {
		display: block
	}
}

@media(min-width:992px) and (max-width:1200px) {
	#main,#footer {
		width: 880px
	}

	a.github,#live2d-widget,#player {
		display: none
	}

	.cd-top {
		display: block
	}
}

@media(min-width:768px) and (max-width:992px) {
	#main,#footer {
		width: 750px
	}

	a.github,#live2d-widget,#player {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	html,body {
		width: 100%;
		overflow-x: hidden
	}

	#blogTitle {
		height: 40vh;
		max-height: 40vh
	}

	#navList {
		text-align: center;
	}

	a.github,#live2d-widget,#player,.name-left {
		display: none
	}
}

/* 设置背景 */
div#main::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	opacity: .09;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

div#main::after {
	background-image: url(https://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302)
}

#blogCalendar,.catListTitle,.btn_my_zzk,#widget_my_google,.catListTitle,#under_post_kb,#cnblogs_c1,#ad_t2,#under_post_news,#homepage_top_pager,#cnblogs_c2 {
	display: none
}

.day:nth-child(1) .postTitle,
.entrylistItem:nth-child(1) .entrylistPosttitle,
.PostList:nth-child(1) .postTitl2{
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301320541.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(2) .postTitle,
.entrylistItem:nth-child(2) .entrylistPosttitle,
.PostList:nth-child(2) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321022.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(3) .postTitle,
.entrylistItem:nth-child(3) .entrylistPosttitle,
.PostList:nth-child(3) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321093.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(4) .postTitle,
.entrylistItem:nth-child(4) .entrylistPosttitle,
.PostList:nth-child(4) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321184.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(5) .postTitle,
.entrylistItem:nth-child(5) .entrylistPosttitle,
.PostList:nth-child(5) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321265.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(6) .postTitle,
.entrylistItem:nth-child(6) .entrylistPosttitle,
.PostList:nth-child(6) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321336.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(7) .postTitle,
.entrylistItem:nth-child(7) .entrylistPosttitle,
.PostList:nth-child(7) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321407.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(8) .postTitle,
.entrylistItem:nth-child(8) .entrylistPosttitle,
.PostList:nth-child(8) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321468.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(9) .postTitle,
.entrylistItem:nth-child(9) .entrylistPosttitle,
.PostList:nth-child(9) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_2001301321529.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

.day:nth-child(10) .postTitle,
.entrylistItem:nth-child(10) .entrylistPosttitle,
.PostList:nth-child(10) .postTitl2 {
	background: url(https://images.cnblogs.com/cnblogs_com/busyboxs/1639496/o_20013013215810.png) no-repeat 0 8px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
	border-bottom: 1.5px dashed #14a1f8;
	box-sizing: border-box;
	background-size: 35px 35px
}

#sideBar {
	display: none;
}

.unionbox {
	margin-bottom: 4rem;
	width: 48%;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	transition: all .5s;
	font-size: 16px;
	color: #2c3e50
}

.unionbox:hover {
	transform: scale(1.05)
}

.unionbox .headimg {
	display: inline-block;
	width: 100px
}

.unionbox .content {
	width: calc(100% - 120px);
	display: inline-block
}

.headimg img {
	width: 75px;
	height: 75px;
	border-radius: 75px
}

.unionbox .avatar {
	width: 100%
}

.unionbox .info {
	margin: 2.5rem 0 1.5rem;
	padding: 0 0 .5rem 1.5rem;
	display: flex;
	margin-bottom: 0
}

.unionbox h3 {
	margin: 0;
	max-width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px
}

.unionbox .desc {
	margin: .6rem 0 1.5rem
}

.unionbox .btn {
	display: inline-block;
	background-color: #3eaf7c;
	color: #fff;
	border-radius: 2px;
	padding: 4px 8px;
	font-size: .7rem;
	text-decoration: none;
	cursor: pointer;
	margin: 0 1.5rem 1.5rem 0rem
}

@media(max-width:719px) {
	.unionbox {
		width: 100%
	}
}

#app .table {
	width: 100%;
	display: table;
	text-align: center;
	border: 0
}

#app .table td {
	border: 0
}

#app tr:nth-child(2n) {
	background: 0
}

#app .table th {
	border: 0;
	color: #2daebf;
}

#app tr {
	border-bottom: 1px solid #dfe2e5;
	border-top: 0
}

.friendstable th,.friendstable td {
	padding: .6em 1em;
	text-align: center;
	font-size: 16px
}

#app h2 {
	font-size: 1.65rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid #eaecef
}

#app h6 {
	margin-block-start: 2.33em;
	margin-block-end: 2.33em;
	margin-inline-start: 0;
	margin-inline-end: 0
}

#cnblogs_post_body th,.cnblogs-post-body th {
	background: 0
}


/* - 夜间风格 */
body.neon{
    color: #aaa;
    background: #333;
    --board-back: #444;
    --board-border: #555;
}

body.neon #topics .postTitle2,
body.neon .entrylistItemTitle {
	color: #ffb3cc;
}

#navList li a::after {
	background-color: #ffb3cc;
}

body.neon #navigator.fixed {
	background: rgba(68, 68, 68, 0.8);
}

body.neon #navigator.fixed a{
    color: #fff;
}

body.neon #navigator.fixed a:hover{
    color: #ffb3cc;
}



body.neon #blogTitle {
	opacity: 0.7;
}

body.neon .day .postTitle a,
body.neon .entrylistItem .entrylistPosttitle a,
body.neon .PostList .postTitl2 a{
    color: #ffb3cc;
}

body.neon .day .c_b_p_desc,
body.neon .entrylistItem .c_b_p_desc {
    color: #aaa;
}

body.neon div#main::after {
	opacity: 0.12;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	filter: gray;
}

body.neon a{ color: #c9861d }
body.neon a:hover{ color: #eb9c26 }

body.neon img{
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
}

body.neon blockquote{
    color: #aaa;
	background: rgba(255, 255, 188, .15);
	border-left: 5px #eb9c26 solid;
	border-right: 5px #eb9c26 solid;
	border-top: none;
	border-bottom: none;
}

body.neon div.commentform textarea,
body.neon #tbCommentAuthor {
	color: #ccc
}

body.neon .cnblogs-markdown code, .cnblogs-post-body code {
    background-color: rgba(255,255,255,0.1) !important;
    border: 1.5px solid rgb(219, 143, 2);
}

body.neon :not(pre) > code{
	color: #00b368;
	border: none !important;
}

/* -- 边框 */
body.neon header, body.neon .head-menu .sub-menu, body.neon main .article-list,
body.neon .post-item h2 a, body.neon .post-title, body.neon .page-title, body.neon .post-author,
body.neon tr, body.neon hr, body.neon pre code, body.neon input, body.neon textarea, body.neon .btn, body.neon .toggle-list,
body.neon footer, body.neon .to-top{ border-color: #555 }

body.neon .cd-top.cd-is-visible {
	opacity: 0.5;
	top: -326px
}

body.neon .aplayer,
body.neon .aplayer-body{
	background: rgba(255,255,255,0.01);
}

body.neon .aplayer.aplayer-fixed .aplayer-body,
body.neon .aplayer .aplayer-miniswitcher {
	background: rgba(255, 255, 255, 0.01);
}

body.neon .aplayer.aplayer-fixed .aplayer-body,
body.neon .aplayer.aplayer-fixed .aplayer-list,
body.neon .aplayer .aplayer-list ol li,
body.neon .aplayer.aplayer-fixed .aplayer-info {
    border: none;
}

body.neon .aplayer .aplayer-pic {
	border-radius: 50%;
	opacity: 0.5;
}

.aplayer .aplayer-pic {
	border-radius: 50%;
}

.aplayer.aplayer-fixed .aplayer-lrc {
    display: none !important;
}

body.neon .fixed .light-btn {
    color: #fff;
    text-shadow: none;
}

/* -- 透明 */
body.neon iframe, body.neon em{ opacity: .6 }

/* -- 颜色 */
body.neon .btn{ color: inherit }

/* -- 背景 */
body.neon input, body.neon textarea, body.neon .btn, body.neon .to-top, body.neon .toggle-list{ background: #444 }

/* -- 头部 */
body.neon header, body.neon .head-menu .sub-menu, body.neon .head-menu .sub-menu:before{
    color: #aaa;
    background: #444;
}

body.neon #green_channel a {
	overflow: hidden;
	color: #03e9f4 !important;
	background: rgba(255,255,255,0.08) !important;
}

body.neon #green_channel a:nth-child(1)
{
	filter: hue-rotate(290deg) !important;
}

body.neon #green_channel a:nth-child(3)
{
	filter: hue-rotate(110deg) !important;
}

body.neon #green_channel a:hover 
{
    background: #03e9f4 !important;
    color: #444 !important;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;
}

body.neon .green_channel_btng span
{
    position: absolute;
    display: block;
}

body.neon .green_channel_btng span:nth-child(1)
{
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 
{
    0%
    {
        left: -100%;
    }
    50%, 100%
    {
        left: 100%;
    }
}

body.neon .green_channel_btng span:nth-child(2)
{
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2
{
    0%
    {
        top: -100%;
    }
    50%, 100%
    {
        top: 100%;
    }
}

body.neon .green_channel_btng span:nth-child(3)
{
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes animate3
{
    0%
    {
        right: -100%;
    }
    50%, 100%
    {
        right: 100%;
    }
}

body.neon .green_channel_btng span:nth-child(4)
{
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4
{
    0%
    {
        bottom: -100%;
    }
    50%, 100%
    {
        bottom: 100%;
    }
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Roboto",sans-serif!important;
    font-size: 14px !important;
    line-height: 1.6!important;
	padding: 5px !important;
	color: #f49725;
}

.cnblogs-markdown code, .cnblogs-post-body code {
	background-color: rgba(255,255,255,0.2) !important;
	border: 1.5px solid rgb(219, 143, 2);
}

:not(pre) > code{
	border: none !important;
}

blockquote {
	margin: 0 0 0.6em;
    line-height: 1.6;
    background: rgba(255, 255, 255, .05);
    padding: 1em 1em 1em 2em;
	border-left: 5px rgb(11, 195, 241) solid;
	border-right: 5px rgb(11, 195, 241) solid;
	border-top: none;
	border-bottom: none;
}

.hljs-string {
	color: #00b368;
}

.hljs-built_in,
.hljs-keyword {
	color: #ff5792;
}

.hljs-title {
	color: #00bdd6;
}

.hljs-comment {
	color: #9995b7;
}

.hljs-literal {
	color: #5842ff;
}

#div_digg {
	display: none;
}

.PostListTitle {
	font-size: 30px;
	text-align: center;
	margin: 15px;
}

.PostList {
	margin: 8px 0;
	padding: 5px 0;
}

.PostList .postTitl2 a:link {
	font-size: 15px !important;
	line-height: 20px !important;
	padding-left: 22px !important;
}

.postTitl2 {
	background-size: 15px 15px !important;
	border-bottom: none !important;
}

.postDesc2 {
	display: none;
}

.ball {
	pointer-events: none;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: gray;
	animation: implode 1s ease-in-out;
	animation-fill-mode: both;
	opacity: 1;
  }
  
@keyframes implode {
100% {
	transform: scale(0);
}
}