/*  
Name: 老周博客自定义CSS
Description: 老周博客自定义CSS
Version: V1.3 Build20171207
Author: 老周博客
*/
/* 链接不带下划线 */
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{background:#fff;border:0;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;}
}

/*------------------------------------------------*/
/*------------[SI Captcha Anti-Spam]--------------*/
/*------------------------------------------------*/
div#captchaImgDiv { display:block; }
.captchaSizeDivSmall { width:175px; height:45px; padding-top:10px; }
.captchaSizeDivLarge { width:250px; height:60px; padding-top:10px; }
img#si_image_com,#si_image_reg,#si_image_log,#si_image_side_login { border-style:none; margin:0; padding-right:5px; float:left; }
.captchaImgRefresh { border-style:none; margin:0; vertical-align:bottom; }
div#captchaInputDiv { display:block; padding-top:15px; padding-bottom:5px; }
label#captcha_code_label { margin:0; }
input#captcha_code { width:65px; }

/* 全新样式的滚动条 */
::-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);
}