/*  
Name: 老周博客自定义CSS
Description: 老周博客自定义CSS
Version: V1.3 Build20171207
Author: 老周博客
*/
/* 中英文自动增加空白 on Chrome/Edge 140+, Firefox 146+, Safari 18.4+ */
:root {
	text-autospace: normal;
}

/* 链接不带下划线 */
a {
	text-decoration: none;
}

/* 休息提示 */
.nigtip {
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", STXihei, SimHei, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 9px 0px 8px 12px;
}

/* 扁平化维护公告条样式 */
.sysupg {
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", STXihei, SimHei, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	background: #ff0000;
	color: #ffffff;
	text-align: center;
	padding: 9px 0px 8px 12px;
	font-size: 14px;
}

.sysupg a {
	color: #ffff00;
	text-decoration: none;
}

/* 图标大小 */
.wp-smiley {
	width: 24px !important;
	height: 24px !important;
	vertical-align: middle;
	min-width: 24px !important;
	max-width: 24px !important;
	min-height: 24px !important;
	max-height: 24px !important;
}

.add-smily {
	border: 2px;
	cursor: pointer;
}

.add-smily .wp-smiley {
	width: 24px !important;
	height: 24px !important;
	margin-right: 5px;
	min-width: 24px !important;
	max-width: 24px !important;
	min-height: 24px !important;
	max-height: 24px !important;
}

/* B站播放器大小自适应 */
.bilibiliplayer {
	width: 100%;
	height: 500px;
}

@media screen and (max-width:959px) {
	.bilibiliplayer {
		height: 450px;
	}
}

@media screen and (max-width:767px) {
	.bilibiliplayer {
		height: 400px;
	}
}

@media screen and (max-width:639px) {
	.bilibiliplayer {
		height: 350px;
	}
}

@media screen and (max-width:479px) {
	.bilibiliplayer {
		height: 250px;
	}
}

/* 全新样式的滚动条 */
::-webkit-scrollbar {
	width: 14px;
	opacity: 0.1;
	height: 100%;
}

::-webkit-scrollbar-thumb {
	background: #395772;
	border-radius: 6px;
	z-index: 9999;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	width: 14px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.75);
}

::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,1);
}