
/**=========================================
==============   全局   ===============
============================================**/
* {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;quotes: none;}
p,
b,
h1,
h2,
h3,
h4,
h5,
h6,
li,
.p,
.b,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 color:#d9d9d9;
}
button{
outline:none;
}
a{color:#2bf;}
a:focus,a:hover {color:#2bf;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: bold;}
h2,.h2{line-height:34px}
h4, .h4{line-height:24px}
body{background-color:#181818!important;}
header{box-shadow: 0px 60px 60px #181818;
    background: #181818;}
.bg-overlay{
    width: 100%;
    height: 100%;
    background-image:url(/usr/themes/ZERO/images/overlay.png);
  }
 blockquote{border-left: 5px solid red;}
 .clearfloat{clear:both}
@media (min-width: 1200px){
.container {
    width: 94%;
}}
.clear, .page-navigator, .clear::before, .clear::after {
    display: block;
    clear: both;
	    content: '';
}
html::-webkit-scrollbar-thumb {
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
	background-clip:padding-box;
	background-color:gray;
	min-height:40px;
	padding-top:100px;
	border-radius:4px
}
html::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:active {
	background-color:#b3b3b3
}
html::-webkit-scrollbar,html *::-webkit-scrollbar {
	height:8px;
	width:8px;
}
html::-webkit-scrollbar-thumb,html *::-webkit-scrollbar-thumb {
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
	background-clip:padding-box;
	background-color:#696969;
	min-height:40px;
	padding-top:100px;
	border-radius:4px
}
.height-10px{height:10px;}.height-20px{height:20px;}.height-30px{height:30px;}.height-40px{height:40px;}.height-50px{height:50px;}.height-60px{height:60px;}.height-70px{height:70px;}.height-80px{height:80px;}
/**=========================================
==============   归档   ===============
============================================**/
.tags-item {
    position: relative;
    display: inline-block;
   margin: 10px 3px 10px 3px;}
    .tags-item a {
      color: #2bf;
    background: #333;
    border-radius: 80px;
    
    padding: 6px 14px;
    font-size: 15px;
    transition: all .2s;
    margin: 5px 3px;}
    
/**=========================================
==============   404   ===============
============================================**/
.post-404 h1{font-size: 100px;line-height: 100px;}
.post-404 h1,.post-404 h3,.post-404 p,.post-404 a{text-align:center;}


/**=========================================
==============   友链   ===============
============================================**/
.link-box {
	color: rgba(255,255,255,.15);
}

.link-box:after {
	content: " ";
	clear: both;
	display: block;
}

.link-box-area {
	float: left;
	width: 250px;
	position: relative;
	transition: all .3s ease-out;
	border-radius: 5px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.link-container h3 {
	margin: 15px -25px;
	padding: 0 25px;
	border-left: 5px solid #51aded;
	background-color: #f7f7f7;
	font-size: 25px;
	line-height: 40px;
}

@media screen and (max-width:10000px) {
	.link-box-area {
		width: 33%;
	}
}

@media screen and (max-width:600px) {
	.link-box-area {
		width: 100%;
	}
}

.link-box-area:hover {
	background: #111;
}

.link-box-area a {
	padding: 0 10px 0 90px;
}

.link-box-area a img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	position: absolute;
	padding: 0;
	top: 15px;
	left: 15px;
	cursor: pointer;
	object-fit: cover;
}

.link-box-area a h4 {
	color: white;
	font-size: 18px;
	padding-top: 6px;
	margin: 0 0 10px 0;
	padding-left: 100px;
	border-bottom: none;
}


.link-box-area a h4,.link-box-area a p {
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	overflow: hidden;
	padding-right: 10px;
	color: white;
}

.link-box-area a p {
	font-size: 12px;
	color: #999;
	padding-left: 100px;
	margin: 0;
}

/**=========================================
==============   评论   ===============
============================================**/
.comment_meta > .comment-by-author::before {
    color: grey;
    font-size: 0.8em;
    margin-right: 5px;
    background: rgb(240, 240, 240);
    border-radius: 3px;
    padding: 2px 3px;
}
.comment_author{color:white;}
.respond{margin-top:10px;}


#comments blockquote{margin: 2rem .0rem 1rem 0rem;}
.comment-form-display > .cancel-comment-reply{display:none;}
.comment-form-display:visited .comment-form-display > .cancel-comment-reply{display:block;}
.comment-children {
    margin-left: 4rem;
}
.comment-children .comment-children {
    margin-left: 0!important;
}
.comments-body {
    position: relative;
    display: flex;
    width: 100%;
}
.comment_time {
    color: #a1a1a1;}
    
.comment-list img.avatar {
    border-radius: 50%;
    margin: .5rem 1rem 0 0;
    height: 5rem;
    width: 5rem;
}
    
    .comment_main {
    border-radius: 5px;
    padding: 10px;
    background: #222;
    transition: box-shadow .5s ease;
    flex: 1;}
    
    .comment_meta {
    margin-bottom: .3rem;
    position: relative;
}
.comment_reply {
    color: #2bf;
    letter-spacing: .1rem;
	float: right;
}
    
    .comment-list li{
    margin-top: 1rem;
}
    
.comment-form{    width: 100%;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 20px rgba(0,0,0,.08);
    overflow: hidden;}
.comment-form-meta{    text-align: center;}
.comment-form input{
	width: 32%;
    margin: 5px 0;
    color: #c9c9c9;
    padding: 5px 0 5px 15px;
    border: 1px dashed #c9c9c9;
    border-radius: 5px;
    transition: all .3s linear;
    background-color: rgba(255,255,255,0);}
.comment-form textarea{
	width: 100%;
    resize: none;
    border: none;
    padding: 15px;
	outline: none;
	border-radius: 10px;
    border: 1px dashed #c9c9c9;
    background: #333;
}
.form-textarea{padding:15px 10px 0 10px;}
.comment-form button{   
    font-family: icomoon;
    float: right;
    border: none;
    transition: all .3s;
    outline: none;
    font-size: 14px;
    padding: 11px 16px 11px 16px;
    color: black;
}
.submit{color:black;padding: 10px 16px;
    outline: none;background-color:#f0f0f0;}
#cancel-comment-reply-link{
    text-decoration: none;
    color: black;
    padding: 10px 16px 8px 16px;
    font-size: 14px;
    background-color: #f0f0f0;
    margin: 0 10px 0 10px;
    float: right;
}
.comment-form {  padding: 26px;}

  @media screen and (max-width: 992px) {
    
    .logo > a{margin-right:0px;}
    
     .form-textarea{padding: 10px 0 0 0;}
   
   .comment-form input{width:100%;}
  }
  
  @media screen and (max-width: 400px) {
    #cancel-comment-reply-link { display: block; clear: both; content: ''; margin:10px 0 0 0 ;}
  }

.page-navigator{text-align:center;margin-bottom: 20px;}
.page-navigator li {
    list-style-type: none;
    display: inline-block;
	    margin-top: 30px;
}
 .page-navigator  li a {
       background: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 18px;
    margin-right: 10px;
    font-size: 17px;
}
.page-navigator li span{margin-right:8px;}

/**=========================================
==============   分页   ===============
============================================**/

.pages{font-size:18px;font-weight:bold;margin: 0 auto;text-align:center;color:white;}
.pages a{padding:10px 14px;background:#3b3b3b;color:white;border-radius:5px;}
.pages a:hover{color:white;}
.pages a:focus{color:white;}

.pages-inner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 20px auto;
    padding: 8px 16px;
    background: rgba(59, 59, 59, 0.5);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.pages-btn {
    padding: 8px 16px;
    background: #3b3b3b;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.pages-btn:hover {
    background: #555;
    color: white;
    transform: translateY(-1px);
}

.pages-btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #2a2a2a;
}

.pages-btn-disabled:hover {
    background: #2a2a2a;
    transform: none;
}

.pages-jump {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.pages-input {
    width: 45px;
    height: 32px;
    text-align: center;
    background: #2a2a2a;
    border: 1px solid #555;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    transition: all 0.2s ease;
}

.pages-input:focus {
    border-color: #888;
    background: #333;
}

.pages-sep {
    color: #888;
    font-weight: normal;
}

.pages-total {
    color: #ccc;
    font-weight: bold;
}


/**=========================================
==============   搜索   ===============
============================================**/

.mobile-nav-search{ 
  position: fixed;
  bottom: 87px;
  right: 20px;
  border: none;
  padding: 14px 15px;
  border-radius:10px;
  z-index: 99999;
  background: white;
  color: black;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;}
.search-form-input{       margin-left: 40px;background: none;
    color: white;border:none;}
.nav-search {
    flex-shrink: 0;
    margin-left: 20px;
}
.nav-search i{font-size:22px;margin-bottom:10px;}
.ins-search.show::before,.ins-search-container{
	z-index: 1000;
}
.ins-search-input, .ins-section-container{
	background-color:#181818;
}
.ins-search{
       color: #acacac;
}

.ins-section .ins-search-item.active, .ins-section .ins-search-item:hover {
    background: #333;
}
.ins-close:hover {
    color: #333;
}
.ins-section .ins-section-header{
	border-bottom: 1px solid #333;
}
.ins-search-input{
		border-bottom: 1px solid #333;
}
.ins-close i{font-size:18px;}
  @media screen and (max-width: 992px) {
 .search-form-input{
  	background:  white;
    color: black; }
.nav-search i{font-size:15px;}}

 .search {
 	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-height: 100vh;
	background-color: rgba(23, 23, 23, 0.961);
	transition: all .2s;
	z-index: 1000;}
    
@media screen and (max-width: 1200px){
.search-form input {
    width: 550px;
}
}
@media screen and (max-width: 992px){
.search-form input {
    width: 400px;
}}
@media screen and (max-width: 768px){
.search-form input {
    width: 350px;
}
	.search-close {
    right: 20px;
    left: auto;
}
}
@media screen and (max-width: 410px){
.search-form input {
    width: 260px;
}}
.search-form input {
    border: 1px solid #bababa;
    padding: 10px 25px;
    border-radius: 80px; 
   
}

.search-form button  {
    color: #444;
    font-size: 20px;
    outline: 0;
}
.search-close {
    color: white;
    font-size: 20px;
    outline: 0;
}
.search-form input{
   color: #444;
    font-size: 20px;
    outline: 0;	
}

.search-form button {


    background: rgba(0,0,0,0);
    border: none;
    margin-left: -75px;
}


.search.ready {
    bottom: 120vh;
    top: -120vh;
    visibility: hidden;
}

 .search-close {
    position: fixed;
    top: 20px;
    right: 30px;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.search-close.ready {
	display: none
}
/**=========================================
==============   logo   ===============
============================================**/
.logo{font-size:0px;line-height: 50px;text-align: center;}
.logo > a {margin-right: 40px; color: black;font-size:24px;font-weight: bold;}
.logo > a > img {vertical-align:middle;width: 50px;}
.logo > a >span{color:white;}

 @media screen and (max-width: 992px) {
    
    .logo > a{margin-right:0px;}
    .logo{padding-bottom:16px;}
  }
  
@media screen and (max-width: 800px) {
  
     .logo > a{margin-right:0px;}
  }

/**=========================================
==============   导航栏   ===============
============================================**/
 .nav-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  
    display: flex;
    justify-content: center;
    z-index: 999;

  }
  .nav-header * {
    box-sizing: border-box;
    
  }
  .nav-header .center {
    width: 1000px;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .nav-header .center .logo {
    flex-shrink: 0;
    margin-right: 20px;
  }
  .nav-header .ul-list {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
    max-width: calc(100% - 200px);
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .nav-header .ul-list::-webkit-scrollbar {
    height: 4px;
  }
  .nav-header .ul-list::-webkit-scrollbar-track {
    background: #181818;
  }
  .nav-header .ul-list::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 2px;
  }
  .nav-header .ul-list::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .nav-header .ul-list > li {
    flex: 0 0 auto;
    position: relative;
       list-style: none;
    
  }
  .nav-header .ul-list > li:last-child {
    border-right: none;
  }
  .nav-header .ul-list > li > a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; /* 字体大小 */
    text-decoration: none;
    color: white;
    gap: 5px;
    transition: 0.2s;
  }
  .nav-header .ul-list > li:hover > a {
      border-radius: 30px;
      color: white;
      background: #3b3b3b;
  }

  .nav-header .ul-list > li > a:hover {
    text-decoration: underline;
  }

  .nav-header .ul-list > li > span {
    color: black;
    font-size: 14px; 
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
   
    
  }
   /**下拉菜单**/
  .nav-header .ul-list > li:hover .ol-list {
    visibility:visible; 
    opacity:1; 
        list-style: none;
    padding-left: 0px;
  }

  .nav-header .ol-list {
    transition: 0.5s;
    visibility:hidden;
    opacity:0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    min-width: 150px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
  .nav-header .ol-list > li { 
   background: rgba(59, 59, 59, 0.95);
       list-style: none;
    padding-left: 0px;
        position: relative;
        width: 100%;
  }
  
  .nav-header .ol-list > li > a {
    font-size: 14px;
    text-decoration: none;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-header .ol-list > li > a:hover {
    background: #222;
    text-decoration: underline;
  }
  .nav-header .ol-list .fa-center {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: #3b3b3b;
    font-size: 14px;
  }
  
  .header-height-30px{height: 30px;}
  .header-height-50px{height: 50px;}

@media screen and (min-width: 992px) {
    .column {display: none;}
}

@media screen and (max-width: 992px) {
    .center{display: none;}
     .header-height-30px{display: none;}
    .header-height-50px{display: none;}
    .logo > a{margin-right:0px;}
}

  
@media screen and (max-width: 800px) {
  .center{display: none;}
   .header-height-30px{display: none;}
    .header-height-50px{display: none;}
     .logo > a{margin-right:0px;}
}

/**=========================================
==============   移动端导航栏   ===============
============================================**/

.mobile-nav {
  position: relative;
  width: auto;
  display: inline-block;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav-button{
	right: 20px;
    bottom: 30px;
    background-color: white;
    position: fixed;
    border-radius: 10px;
    z-index: 99999;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
/* ===== 手机版全屏菜单 ===== */
html body div.mobile-menu {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	left: 0 !important;
	background: #1a1a2e !important;
	transition: all .3s ease !important;
	z-index: 99999 !important;
	overflow: hidden !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}
.mobile-menu-button i{
	padding: 15px 15px;
    font-size: 15px;
    color: black;
}
.mobile-menu.ready {
	transform: translateX(100%) !important;
	opacity: 0 !important;
}

/* 关闭按钮 */
.mobile-menu-close {
	position: fixed;
	right: 16px;
	top: 16px;
	border: none;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	color: rgba(255,255,255,0.8);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	z-index: 1001;
	transition: all 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:active {
	background: rgba(255,255,255,0.2);
}
.mobile-menu-close.ready { display: none }

/* 内部容器 */
html body div.mobile-menu div.mobile-menu-inner {
	height: 100% !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
	padding-bottom: 20px !important;
	background: transparent !important;
}

/* 快捷链接区域 */
html body div.mobile-menu div.mobile-menu-inner div.mobile-quick {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	padding: 60px 16px 16px !important;
	border-bottom: 1px solid rgba(255,255,255,0.08) !important;
	margin: 0 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-quick a {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	padding: 8px 14px !important;
	background: rgba(255,255,255,0.06) !important;
	border-radius: 20px !important;
	color: #ccc !important;
	font-size: 14px !important;
	text-decoration: none !important;
	transition: all 0.2s !important;
	margin: 0 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-quick a:hover, 
html body div.mobile-menu div.mobile-menu-inner div.mobile-quick a:active {
	background: rgba(79,195,247,0.15) !important;
	color: #4fc3f7 !important;
}

/* 分类列表 */
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list {
	padding: 12px 0 !important;
	margin: 0 !important;
}

/* 分类组 */
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group {
	border-bottom: 1px solid rgba(255,255,255,0.05) !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* 分类项（标题行） */
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item {
	display: flex !important;
	align-items: center !important;
	padding: 14px 16px !important;
	-webkit-tap-highlight-color: transparent !important;
	margin: 0 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item a.mobile-cat-name {
	flex: 1 !important;
	color: #e0e0e0 !important;
	font-size: 15px !important;
	text-decoration: none !important;
	transition: color 0.2s !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item a.mobile-cat-name:hover, 
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item a.mobile-cat-name:active {
	color: #fff !important;
}

/* 展开按钮 */
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item span.mobile-cat-expand {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	background: rgba(255,255,255,0.06) !important;
	border-radius: 50% !important;
	color: rgba(255,255,255,0.5) !important;
	font-size: 12px !important;
	cursor: pointer !important;
	transition: all 0.2s !important;
	flex-shrink: 0 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item span.mobile-cat-expand:hover, 
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-cat-item span.mobile-cat-expand:active {
	background: rgba(79,195,247,0.2) !important;
	color: #4fc3f7 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group.active div.mobile-cat-item span.mobile-cat-expand {
	transform: rotate(45deg) !important;
	background: rgba(79,195,247,0.2) !important;
	color: #4fc3f7 !important;
}

/* 子分类列表 */
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-sub-list {
	max-height: 0 !important;
	overflow: hidden !important;
	transition: max-height 0.35s ease !important;
	background: rgba(0,0,0,0.2) !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group.active div.mobile-sub-list {
	max-height: 1000px !important;
}

/* 子分类项 */
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-sub-list a.mobile-sub-item {
	display: block !important;
	padding: 10px 16px 10px 40px !important;
	color: rgba(255,255,255,0.65) !important;
	font-size: 14px !important;
	text-decoration: none !important;
	transition: all 0.2s !important;
	border-left: 3px solid transparent !important;
	margin: 0 !important;
}
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-sub-list a.mobile-sub-item:hover, 
html body div.mobile-menu div.mobile-menu-inner div.mobile-cat-list div.mobile-cat-group div.mobile-sub-list a.mobile-sub-item:active {
	color: #fff !important;
	background: rgba(79,195,247,0.1) !important;
	border-left-color: #4fc3f7 !important;
	padding-left: 38px !important;
}

/* 旧样式兼容 */
.mobile-menu-title, .mobile-menu-pagelist, .mobile-menu-item,
.container-fluid, .mm-header, .mm-logo, .mm-quick-links,
.mm-body, .mm-sidebar, .mm-cat, .mm-content, .mm-panel,
.mm-panel-title, .mm-panel-items { display: none; }

@media screen and (min-width: 992px) {
    .mobile-nav{display: none;}
    .mobile-logo{display:none;}
  }
  

/**=========================================
==============   首页文章   ===============
============================================**/
.posts{max-width:100%;margin:0 auto;}
.bw-posts{padding-bottom:20px;padding-left:10px;padding-right:10px;}
.bw-posts img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.bw-over{position: relative;}
.bw-over-text{
	bottom: 0;
    position: absolute;
    height: auto;
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    padding: 15px;
    border-radius: 10px;
    -webkit-text-shadow: #003 1px 0 4px, #000 0 0px 4px, #000 -1px 0 4px, #000 0 -1px 4px;
    -moz-text-shadow: #003 1px 0 4px, #000 0 0px 4px, #000 -1px 0 4px, #000 0 -1px 4px;
    -ms-text-shadow: #003 1px 0 4px, #000 0 0px 4px, #000 -1px 0 4px, #000 0 -1px 4px;
    -o-text-shadow: #003 1px 0 4px, #000 0 0px 4px, #000 -1px 0 4px, #000 0 -1px 4px;
    text-shadow: #003 1px 0 4px, #000 0 0px 4px, #000 -1px 0 4px, #000 0 -1px 4px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.7) 100%);
}
.bw-over-black{
	bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.1);
    opacity: 1;
    border-radius: 10px;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.bw-over-black:hover{opacity:0;}
/*标题*/
.posts-title{font-size: 20px;font-weight: bold;color: white;}
/*作者*/
.posts-author{color:white;}
/*内容*/
.posts-text{color: white;}
/**标签**/
.post-tags{margin: 20px 0 0 0;}
.post-tags a{padding: 8px 10px;
    color: #2bf;
    background: #333;
    border-radius: 5px;
    line-height: 40px;
    margin: 0 6px 0 0;}
.post-tags span{padding: 8px 10px;
    background: #333;
    border-radius: 5px;
    margin: 0 6px 0 0;}

/**=========================================
==============   文章内容   ===============
============================================**/
.headline {
    color: #666;
    font-size: 1.05em;
    line-height: 1.8;
    margin: 0 0 2em 0;
    padding: 16px 20px 16px 24px;
    text-align: left;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-left: 4px solid #e74c3c;
    border-radius: 0 8px 8px 0;
    position: relative;
    font-style: italic;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.headline span::after, .headline span::before {
    content: none;
}
.headline::before {
    content: "\201C";
    position: absolute;
    top: -8px;
    left: 12px;
    font-size: 3em;
    color: #e74c3c;
    opacity: 0.15;
    font-style: normal;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
}
.post-body {padding: 50px 100px;background-color:#181818;
box-shadow: 10px -10px 40px -15px #000 inset, -10px -10px 40px -15px #000 inset;}
.post-img{text-align:center;}
.post img{width:100%;max-width:100%;height:auto;display:block;    padding: 10px 0 10px 0; opacity: .8;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.post .gallery-link{display:block;width:100%;}
.post img:hover{opacity:1;}
.contents-wrap{max-width:1000px;margin:0 auto;}
.full p,.full li{line-height: 24px;letter-spacing: 1px; word-wrap: break-word;}
.full p{line-height: 30px;letter-spacing: 2px}
.caption{text-align: center;
    margin: 0 0 40px 0;
    font-size: 17px;}
@media screen and (max-width: 992px) {
  .post-body {padding:24px 14px 14px 14px;}
  .headline{padding: 12px 16px 12px 20px; margin: 0 0 1.5em 0; font-size: 0.98em;}
}
    
.reply2view {
    text-align: center;
    background-color: #333;
    border-radius: 5px;
    border: 1px dashed #888888;
    padding: 10px;
    position: relative;
}
/**=========================================
==============   打赏   ===============
============================================**/
#QR{padding-top:20px;}
#QR a{border:0}
#QR img{width:180px;max-width:100%;display:inline-block;margin:.8em 2em 0 2em}
#rewardButton{border:1px solid #ccc;line-height:36px;text-align:center;height:36px;display:block;border-radius:4px;-webkit-transition-duration:.4s;transition-duration:.4s;background-color:#fff;margin:0 auto;padding:0 25px}
#rewardButton:hover{color:#f77b83;border-color:#f77b83;outline-style:none}


/**=========================================
==============   版权   ===============
============================================**/
.copyright blockquote{border-left: 5px solid #2bf!important;}
.copyright{padding-top:20px;word-wrap:break-word;}

/**=========================================
==============   底部   ===============
============================================**/

.footer{font-size: 18px;font-weight: bold;color: black;    box-shadow: 0px -20px 60px #181818;
    background: #181818;}
.footer p{color:white;}
.footer a{ color:#2bf;}
.footer-float-left{float: left;}
.footer-float-right{float: right;}
.footer-height-50px{height: 50px;}
.footer-height-60px{height: 60px;}


@media screen and (max-width: 1200px) {
    footer{font-size: 14px;}
    .footer-height-50px{height: 40px;}
    .footer-height-60px{height: 50px;}
}

@media screen and (max-width: 992px) {
    footer{font-size: 12px;}
    .footer-height-50px{height: 30px;}
    .footer-height-60px{height: 30px;}
}

@media screen and (max-width: 530px) {
.footer-align-center{text-align:center;}
.footer-float-left{float: none;}
.footer-float-right{float: none;}
}

/**=========================================
==============   返回顶部    ===============
============================================**/

.dn{display: none;}
.go-top{position: fixed;bottom: 44px;right: 38px;z-index: 999;}
.go-top a{display: block;border-radius: 10px;background: white;}
.go-top a:last-child{margin-bottom: 0;}
.go-top i{padding: 18px 18px; font-size: 18px;color:black;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
.go-top .uc-2vm-pop{position: absolute;right: 60px;top: -100px;	width: 220px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);background: #fff;}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
@media screen and (max-width: 992px) {
 .go-top{bottom: 144px;right: 20px;}
 .go-top i{padding: 15px 15px;font-size:15px;}
  }

/**=========================================
==============   font-awesome   ===============
============================================**/

.fa-center{text-align: center;width: 100%;}



/**=========================================
==============   图片变黑白   ===============
============================================**/

.graypic { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/**=========================================
==============   bilibili视频   ===============
============================================**/

.iframe_video {
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .iframe_video {
        height: 15em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .iframe_video {
        height: 20em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .iframe_video {
        height: 30em;
    }
}

@media only screen and (min-width: 1200px) {
    .iframe_video {
        height: 40em;
    }
}

/**=========================================
==============   文章内视频   ===============
============================================**/

.post-body video,
.post-body p video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
}
.post-body p:has(video) {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.post-body video::-webkit-media-controls {
    display: none !important;
}

.post-body video::-webkit-media-controls-enclosure {
    display: none !important;
}

.iframe_cross {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%
}

.iframe_cross iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

/**=========================================
==============   md   ===============
============================================**/

.post{    color: #d9d9d9;    line-height: 30px; letter-spacing: 2px;}

h1.post-title{font-size: 28px;font-weight: bold;margin-bottom: 20px;color: #fff;}

code {
    color: #2bf;
    background-color: transparent;
    border-radius: 0;
    font-weight: bolder;
}
p code {
    border-bottom: 1px solid;
}
pre{    background: #2d2d2d;    color: #ccc;}

.post-body h2:before,.post-body h3:before,.post-body h4:before,.post-body h5:before,.post-body h6:before {
    content: '# ';
    color: #2bf;
    font-weight: bold;
}
.ul-list, .ul-list ul, .ul-list ol ,.two-nav{list-style:none;}
.post ul,.post ol{    padding-left: 30px;}

.post table {
    border: 1px solid #ddd;
    width: 100%;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    
}
.post table th {
    background: #333;
}
.post table th, .post table td {
    padding: 5px 10px;
    border: 1px solid #eee; text-align: center;}
    
    .comment-list ol,.comment-list li{list-style:none;}

/**=========================================
==============   现代交互效果   ===============
============================================**/

/* 滚动进入动画 */
.reveal-card {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.reveal-card.revealed {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* 3D 卡片悬浮 */
.bw-posts, .two-bw-posts {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    will-change: transform;
    border-radius: 10px;
}
.bw-posts:hover, .two-bw-posts:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(43, 255, 255, 0.08);
}

/* 卡片光晕层 */
.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    border-radius: 10px;
}

/* 鼠标跟随光晕 */
#cursor-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(43, 255, 255, 0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    will-change: transform;
    transition: opacity 0.3s;
}

/* 导航栏滚动效果 */
.new-nav {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, box-shadow 0.3s ease;
}
.new-nav.nav-scrolled {
    background: rgba(18, 18, 18, 0.98) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(43, 255, 255, 0.1);
}
.new-nav.nav-hidden {
    transform: translateY(-100%);
}

/* PJAX 页面切换动画 */
#pjax-container {
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 导航链接悬浮增强 */
.new-nav-list li a {
    position: relative;
    overflow: hidden;
}
.new-nav-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2bf, transparent);
    transition: width 0.3s ease, left 0.3s ease;
}
.new-nav-list li a:hover::after {
    width: 80%;
    left: 10%;
}

/* Banner 标题渐入动画 */
.two-banner-title {
    animation: bannerTitleIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes bannerTitleIn {
    from {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* 文章标题悬浮光效 */
.two-bw-posts .posts-title {
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.two-bw-posts:hover .posts-title {
    color: #2bf;
    text-shadow: 0 0 20px rgba(43, 255, 255, 0.3);
}

/* 图片缩放效果 */
.bw-over > a > img, .two-bw-posts img {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}
.bw-over:hover > a > img, .two-bw-posts:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* 返回顶部按钮增强 */
#go-top .go {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    border-radius: 50%;
}
#go-top .go:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(43, 255, 255, 0.3);
    background: #2bf;
    color: #181818;
}

/* 分类标签悬浮增强 */
.two-bwxyz-category a {
    transition: color 0.3s ease;
}
.two-bw-posts:hover .two-bwxyz-category {
    color: #aaa;
}

/* 遮罩层增强 */
.bw-over-black {
    transition: opacity 0.4s ease, background 0.4s ease;
}
.bw-over:hover .bw-over-black {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%) !important;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    #cursor-glow {
        display: none;
    }
    .reveal-card {
        transform: translateY(25px) scale(0.98);
    }
}

/* 摘要默认隐藏，悬浮展开 */
.posts-text,
.two-bwxyz-text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.bw-over:hover .posts-text,
.bw-over:hover .two-bwxyz-text {
    max-height: 200px;
    opacity: 1;
    margin: 5px 0 0 0;
}
