/*
Theme Name: TSZNAV主题
Theme URI: https://www.nettsz.com
Author: 小白
Author URI: https://www.nettsz.com
Description: 简约大气昼夜wordpress免费导航主题
Version: 1.1
Tags: wordpress导航主题
*/

@charset "utf-8";
/*
 * ----------------------------------------------------------------------------
 * 公共样式
 * ----------------------------------------------------------------------------
 */

:root {
	--primary-color: #409EFF;
    --border-color: #EBEEF5;
}

body,html {
	background: #F7F8FC
}

.b-a {
	border: 1px solid var(--border-color)!important;
}
.b-b {
	border-bottom: 1px solid var(--border-color)!important;
}
.b-t {
	border-top: 1px solid var(--border-color)!important;
}

.b-r-4 {
	border-radius: 4px!important;
}
/*.wzfmt .uk-cover{*/
/*	max-width: 100%!important;*/
/*    position: relative!important;*/
/*    left: 0%!important; */
/*    top: 0%!important;*/
/*    transform: unset;*/
/*}*/
.b-r-10 {
	border-radius: 10px!important;
}
/* 折叠菜单的基本样式 */
.uk-offcanvas-bar li {
    display: block;
    border: 0;
    margin-bottom: 12px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #009688;
}

.uk-offcanvas-bar li a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 17px;
    height: auto;
}
/* 确保Off-canvas菜单可以滚动 */
.uk-offcanvas-bar {
    overflow-y: auto; /* 允许垂直滚动 */
    max-height: 100vh; /* 设置最大高度为视口高度 */
    padding-bottom: 100px; 
}

/* 可选：为滚动条添加样式 */
.uk-offcanvas-bar::-webkit-scrollbar {
    width: 5px; /* 滚动条宽度 */
}

.uk-offcanvas-bar::-webkit-scrollbar-thumb {
    background: #666; /* 滚动条颜色 */
    border-radius: 5px; /* 滚动条圆角 */
}

.uk-offcanvas-bar::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道颜色 */
}
.uk-navbar-toggle {
	min-height:auto;
	padding: 0 10px 0 0;
}


.wbj {
	padding: 8px;
}

.h1bt {
  position: relative; /* 为定位伪元素做准备 */
  line-height: 1.2em; /* 示例值，实际应根据设计调整 */
  max-height: 2.4em; /* 限制高度为两倍的line-height */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 末尾添加省略号 */
  height: 42px;

}
.images .item .thumb {
    display: none!important;
}
.h1bt a:hover {
	color: #6862f0;
}
.wbjt {
	margin: 5px!important;
	height: 33px;
}
.kpzb {
	margin-left: -20px!important;
}
.kpzb2 {
	padding-left: 20px!important;
}
.kptop {
	margin-top: 0px!important;
	margin-bottom: 15px!important;
}
.uk-text-muted {
	overflow: hidden;
}
.cebian {
	padding-left: 15px!important;
}
.shadow {
 }
/*
 * ----------------------------------------------------------------------------
 * 顶部横条
 * ----------------------------------------------------------------------------
 */
.navBar {}
.navBar .logo {
	line-height: normal;
	height: 38px;
}

.join a {
    display: inline-block;
    padding: 7px 20px;
    margin: 0 2px;
    background-color: var(--primary-color);
    background-image: linear-gradient(200deg, var(--primary-color), #007bff);
   
}

.join a:hover {
    background-image: linear-gradient(200deg, var(--primary-color), #1461b4);
}
/*
 * ----------------------------------------------------------------------------
 * 网站搜索
 * ----------------------------------------------------------------------------
 */

.search {
    max-width: 680px;
}
.dibj {
    margin-bottom: 25px;
}
.search form {}
.search input {
	border: 0;
	border-radius: 4px 0 0 4px;
	height: 46px;
	text-indent: 25px;
}
.search button {
	border: 0;
	width: 98px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3385ff;
}
#searc-submit {
  /* 基础样式设置 */
  background-color: #007bff; /* 初始背景色 */
  border: none;
  padding: 10px 20px;
  border-radius: 0px;
  cursor: pointer;

  /* 定义过渡动画属性 */
  transition: background-color 0.3s ease;
}

#searc-submit:hover {
  background-color: #086dda; /* 鼠标滑过时的目标背景色 */
}
.search-tmenu {
    padding: 0;
    margin-bottom: 20px;
}
.search-tmenu li {
    padding: 0 12px;
}
.search-tmenu li a {
    padding: 8px 0;
    color: #909399;
}
.search-tmenu .uk-active a {
    display: inline-block;
    position: relative;
    color: #303133;
}
.search-tmenu .uk-active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:4px;
    background: var(--primary-color);
    border-radius: 3px;
    background-color: #3385ff;
}
.search-bmenu {}
.search-bmenu .on {
    color: #303133;
}
.search-item {
    cursor: pointer;
    margin: 0 10px;
    color: #909399;
}

/*
 * ----------------------------------------------------------------------------
 * 首页四格
 * ----------------------------------------------------------------------------
 */

.card {
	height: 235px;
}
.card .title {
	padding: 12px;
}
.card .title i {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 0;
}
.card .title span {
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
}
/*
 * ----------------------------------------------------------------------------
 * 首页四格-公告
 * ----------------------------------------------------------------------------
 */
.notice {
	list-style: none;
	padding: 0px 12px;
}
.notice li {
}
.more-link {
  cursor: pointer;
  position: absolute;
  right: 12px; 
  font-size: 14px;
  display: inline-block;
   vertical-align: middle; 
  transition: color 0.2s ease; 
  font-size: .86rem!important;
}
.icon-arrow-right {
  font-size: 12px!important;
  margin-right: 0px!important;
}
.more-link:hover {
  color: #0056b3; /* 鼠标悬浮时的颜色 */
}
.notice li:nth-child(odd) {
	background: #f7f8fc;
}
.notice li:nth-child(even) {
	background: #edf2f5;
}
.notice li a {
	font-size: 13px;
	letter-spacing: .5px;
	padding: 8px;
}
.notice li em {
	font-style: normal;
	color: #fff;
	font-size: 12px;
	padding: 1px 3px;
	margin-right: 5px;
}
.notice li .activity {
	background: #E6A23C;
}
.notice li i {
    border-radius: 50%;
    overflow: hidden;
    height: 18px;
    width: 18px;
    line-height: 0;
}
/*
 * ----------------------------------------------------------------------------
 * 首页四格-轮播
 * ----------------------------------------------------------------------------
 */
.slide {
	height: 100%;
}
.slide .uk-slideshow-items {
	min-height: 100%!important;
}
.slide .uk-slideshow-nav {
	padding: 0;
	margin: 0;
	bottom: 10px;
}
.slide .uk-slideshow-nav li {
	display: inline-block;
	padding-left: 3px;
}
.slide .uk-slideshow-nav li a {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transition: all .3s;
}
.slide .uk-slideshow-nav .uk-active a {
	width: 20px;
	border-radius: 6px;
	background: #fff
}
.slide .slide-arrow {
	transition: all .3s;
	background: rgba(0, 0, 0, 0.5);
	margin: 15px 0;
	padding: 11px 5px;
}

.slide-arrow-left {
	left: -40px;
}
.slide-arrow-right {
	right: -40px;
}
.slide:hover .slide-arrow-left {
	left: 0;
}
.slide:hover .slide-arrow-right {
	right: 0;
}

/*
 * ----------------------------------------------------------------------------
 * 首页四格-天气
 * ----------------------------------------------------------------------------
 */
.weather {
	color: #fff;
}
.weather .title span {
	color: #fff;
}
.weather .wea_city {
	cursor: pointer;
	text-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}
.weather .wea_city i {
	margin-left: 2px;
	font-size: 13px;
	transform: translateY(1px);
}
.weather .wea_tem {
    margin: 6px auto 0;
    display: table;
    height: 84px;
    font-size: 80px;
    color: #fff;
    line-height: 84px;
    position: relative;
}
.weather .wea_tem::after {
    content: '°';
    position: absolute;
    right: -15px;
    top: 12px;
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}

.wea_other {
	padding: 0;
}
.wea_other li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	position: relative;
	padding-right: 8px;
	margin-right: 8px;
	color: rgba(255,255,255,0.9);
}
.wea_other li::after {
    content: '';
    width: 1px;
    height: 9px;
    background: rgba(255,255,255,0.3);
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: 5px;
}
.wea_other li:last-child {
	margin: 0;
	padding: 0;
}
.wea_other li:last-child::after {
	display: none;
}
.wea_img img {
    width: 100%;
}


/*
 * ----------------------------------------------------------------------------
 * 首页四格-标签
 * ----------------------------------------------------------------------------
 */
.tags {}
.card .tags {
	padding: 0 12px;
}

.tags a {
	display: inline-block;
	background: aquamarine;
	padding: 4px 6px;
	font-size: 13px;
	color: #606266;
	margin-right: 1px;
	margin-bottom: 5px;
	border-radius: 3px;
	transition: all .3s;
	width: 49%;
text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.tags a:hover {
	color: #fff;
	background: #007bff;
}

/*
 * ----------------------------------------------------------------------------
 * 首页四格-用户
 * ----------------------------------------------------------------------------
 */
.card-author {
	padding: 0 12px;
}
.card-author .avatar {
	height: 48px;
	height: 48px;
}
.card-author .author-name {
	font-size: 15px;
	color: #303133;
}
.card-author .author-name a {
	font-size: 15px;
}
.roles-admin {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 0px 4px 1px 4px;
    border-radius: 3px;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
}
.author-des {
	font-size: 14px;
}
.author-count {
	color: #333;
	padding: 10px 0;
	font-family: arial;
}
.author-count span {
	font-size: 12px;
	color: #aaaeb3;
}
.author-count-item {
	border-right: 1px solid var(--border-color);
}
.author-count-item:last-child {
	border: 0;
}
			
/*
 * ----------------------------------------------------------------------------
 * 导航条
 * ----------------------------------------------------------------------------
 */			
.nav {
	padding: 0 15px;
	box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.14), 0 0.3px 0.9px 0 rgba(0,0,0,.1)!important;
}

.nav ul {
	padding: 0;
	margin: 0;
	white-space: nowrap;
    overflow-x: scroll;
}
.nav ul::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
}

.nav ul li {
	display: inline-block;
	margin-right: 30px;
}
.nav ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	padding: 15px 0;
	letter-spacing: .5px;
	color: #909399;
	transition: all .3s;
}
.nav ul li a:hover {
	color: #303133;
}
.nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: transparent;
	transition: all .3s;
}
.nav ul .current-menu-item a {
	color: #303133;
}
.nav ul .current-menu-item a::after {
    background: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px var(--primary-color);
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}
 
 
/*
 * ----------------------------------------------------------------------------
 * 图片瀑布流
 * ----------------------------------------------------------------------------
 */
 
 .biaot {
     text-align: center;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.14), 0 0.3px 0.9px 0 rgba(0,0,0,.1);
 }
 
.images {}
.images .item {
	transition: all .3s;
}
.images .item:hover {
	transform: translateY(-3px);
	box-shadow: 0px 10px 10px -8px #d0cbcf;
}
.images .item .title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .5px;
    min-height: 22px;
}
.images .item .thumb {
    height: 160px;
}
.images .item .info {}
.images .item .info a {
    color: #999;
}
.images .item .info span {
	margin-left: 5px;
}
.images .more a {
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 13px;
	display: inline-block;
	background: #EBEEF5;
}

/*
 * ----------------------------------------------------------------------------
 * 侧边栏
 * ----------------------------------------------------------------------------
 */
.sidebar {
	width: 288px;
}


/*
 * ----------------------------------------------------------------------------
 * 文章内页
 * ----------------------------------------------------------------------------
 */
.single {}
.single h1 {
	font-size: 30px;

}
.btbj {
    	padding: 20px;
}
.singleWarp {}
.singleWarp img {
    max-width: 420px;
	display: block;
	margin:  0 auto;
}
.singleWarp > h2{
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #F3F4F7;
}
.singleWarp h2::before{
        content: '#';
    margin-right: 10px;
    color: #007bff;
}
.singleWarp > ul{
}
.singleWarp > p a{
    color: #2f95ff; 
    position: relative; /* 使伪元素相对定位 */
  text-decoration: none; /* 取消默认下划线 */
}
.singleWarp > p a::after {
  content: ""; /* 必须有内容才能显示伪元素 */
  display: block; /* 将伪元素作为块级元素显示 */
  position: absolute; /* 绝对定位 */
  left: 0; /* 与父元素左侧对齐 */
  width: 100%; /* 宽度与父元素一致 */
  height: 1px; /* 下划线高度，可调整 */
  background-color: currentColor; /* 使用当前字体颜色作为下划线颜色 */
}
.singleWarp > ul li{
    padding: 10px 10px 10px 0px;
    border-bottom: 1px #eee dashed;
}
/*
* ----------------------------------------------------------------------------
* 分页样式
* ----------------------------------------------------------------------------
*/
.fenye {}
.prev, .next {
}

.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin: 0 3px;
	color: #666;
	transition: all .3s;
	border: 1px solid var(--border-color)
	
}

.fenye .current {
	background-color: #3385ff;
    box-shadow: 0px 3px 5px 0px var(--primary-color);
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
	border:none;
	transition: all .3s
}
.fenye .current:hover {
	border: none!important;
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
}
.fenye .page-numbers:hover {
	border: 1px solid var(--border-color);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

/*
* ----------------------------------------------------------------------------
* 网址导航
* ----------------------------------------------------------------------------
*/
.site {
    transition: all .3s;
}
.site:hover {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 6px 6px 0px rgba(0,0,0,.05);
}
.site-title {}
.site-title h2 {
  	font-size: 16px;
    color: #303133;
    font-weight: normal;  
}
.site-title span {
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 15px;
    color: #909399;
}
.site-title .uk-active span {
    color: #303133;
    font-weight: bold;
    border-bottom: 2px solid #303133;
}
.site .icon {
    width: 230px; /* 设置宽度为100%，使其填满容器的宽度 */
    height: 100px; /* 设置高度为auto，保持图片的比例 */
    background-size: cover; /* 背景图覆盖整个容器 */
    border-radius: 0; /* 如果不需要圆角，可以设置为0 */
    margin-bottom: 12px; /* 在图标和文本内容之间添加空间 */
}
.site .item {
    padding-bottom: 12px;
}
.site .item i {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
}
.site .item h3 {
    font-size: 14px;
    color: #303133;
    margin-bottom: 6px;
}
.site .item .desc {
    color: #909399;
}

.site .gongju {
    
}
.bj0 {
    padding: 15px!important
}
.dingbu {
   margin-top: 20px !important;
}
.site .gongju i {
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
}
.site .gongju h3 {
    font-size: 14px;
    color: #303133;
    margin-bottom: 6px;
}
.night .site .gongju h3 {
    color: #bbb;
}
.night .site .gongju h3:hover {
    color: #303133;
}
.site .gongju .desc {
    color: #909399;
}

.site .info {
    color: #909399;
    margin-top: 5px;
}
.db10 {
    margin-top: 10px;
}
.site .info span {
    display: inline-block;
}
.site .info i {
    margin-right: 3px;
    display: inline-block;
    transform: translateY(1px);
    line-height: normal;
}

/*
* ----------------------------------------------------------------------------
* 投稿
* ----------------------------------------------------------------------------
*/
.tougao {
    max-width: 800px;
}
.tougao h1 {
    padding-bottom: 20px;
}
.panel-tougao {
    padding: 25px;
}
.panel-tougao .input-group {}
.panel-tougao .input-group i {
    left: 5px;
}
.panel-tougao .input-group input {
    padding: 0 10px;
}
.panel-tougao .input-group select {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 10px;
    outline:none;
    color: #999;
}
.panel-tougao .btn {
    color: #fff;
    box-shadow: 0px 3px 5px 0px var(--primary-color);
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
 }
 .upload_img {
     width: 65px;
    position: relative;
    display: table;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
    border-radius: 5px;
    transition: .3s;
}
 .upload_img input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
 }

/*
* ----------------------------------------------------------------------------
* 网址详情页
* ----------------------------------------------------------------------------
*/
.siteSingle {}
.siteSingle .icon {
    background: #333;
    width: 330px;
    height: 220px;
    background-size: 100%;
    margin: 0 autoWebStack;
}
.siteSingle .icon .bg {
    opacity: .3;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    width: 200%!important;
    height: 200%!important;
}
.siteSingle .icon i {
    width: 310px;
    height: 200px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    transition: all .3s;
}
.siteSingle .icon:hover i {
    border: 4px solid rgba(255, 255, 255, 0.8);
}
.siteSingle .desc {
    color: #606266;
    font-size: 14px;
    background: #F7F8FC;
    padding: 20px;
}
.siteSingle .desc p {
    color: #909399;
}
.siteSingle .desc p:last-child {
    margin-bottom: 0;
}
.siteSingle .tags a {
    margin-bottom: 0;
    margin-right: 5px;
}
.siteSingle .cat {
    font-size: 13px;
}
.siteSingle .cat a {
	display: inline-block;
    cursor: pointer;
    color: #fff;
    background: var(--primary-color);
    padding: 3px 5px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
}
.ajaxBtn a {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    box-shadow: 0px 3px 5px 0px var(--primary-color);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 30px;
}

/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/

.page-about {}

.page-menu {}

.page-menu ul {}

.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--border-color);
	text-indent: 20px
}

.page-menu ul li:last-child {
	border: none
}

.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}

.page-menu .current-menu-item {
	background: #fafafa;
}

.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #2c63ff!important
}

.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #2c63ff;
	left: 0;
	box-shadow: 3px 0px 10px -1px #2c63ff;
	border-radius: 2px;
}

.page-main {}
/*
* ------------------------------------------------------------------------------
* 标签大全样式
* ------------------------------------------------------------------------------
*/
.page-tags-item {
	padding: 20px 0;
	transition: all .3s
}
.page-tags-item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.page-tags-item .name {
	padding: 0 20px;
	color: #333;
	font-size: 15px;
}

.page-tags-item .name:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 5px;
	background: var(--primary-color);
	box-shadow: 3px 0px 10px -1px var(--primary-color);
	border-radius: 2px;
}

.page-tags-item li {
	margin: 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-tags-item li a {
	color: #888;
	font-size: 15px
}

.page-tags-item li a:hover {
	color: #000
}

.page-tags-li {
	padding: 20px;
}

.page-tags-li a {
	display: inline-block;
	background: #f2f6fc;
	color: #666;
	padding: 5px 10px;
	margin: 3px 5px;
}


/*
* ------------------------------------------------------------------------------
* 返回顶部样式
* ------------------------------------------------------------------------------
*/
.gotop {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 30px;
	display: none;
	overflow: hidden;
	z-index: 999;
}

.gotop a {
	padding: 10px 13px;
	background-color: #fff;
	transition: all .3s ease;
	color: #888;
}

.gotop a:hover {
	color: #fff;
	background: var(--primary-color);
	box-shadow: -3px 2px 10px -2px #2c63ff;
	transform: translateY(-3px);
	border: 0
}

.gotop a:last-child {
	border: 0
}

.gotop i {
	font-size: 18px
}

/*
 * ----------------------------------------------------------------------------
 * 友情链接
 * ----------------------------------------------------------------------------
 */	
 .link {
     
 }
.link li {
 	display: inline-block;
 	margin-right: 10px;
 }
.link li a {
    color: #999;
}
.linkbj {
    padding: 0;
}
.linkyy {
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.14), 0 0.3px 0.9px 0 rgba(0,0,0,.1)!important;
}

.night .linkyy {
    background: var(--night-card);
}
.night .uk-container h1{
    color: #fafafa!important;
}
.night .uk-container h2{
    color: #fafafa!important;
}
.night .uk-container p {
    color: #f3ffff!important;
}
.night .uk-container ol {
    color: #f3ffff!important;
}
.night .uk-container ol li {
    color: #f3ffff!important;
}
.night .single h3 {
    color: #f3ffff!important;
}

/*
 * ----------------------------------------------------------------------------
 * 网站底部
 * ----------------------------------------------------------------------------
 */	
.footDB {}
.footDB li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}
.footDB li a {
	display: block;
	font-size: 14px;
	color: #909399;
}
.footDB li::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #ddd;
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: 5px;
}
.footDB li:last-child {
	padding: 0;
	margin: 0;
}
.footDB li:last-child::after {
	display: none;
}
.footCop {
	font-size: 13px;
}


/*
 * ----------------------------------------------------------------------------
 * 夜间模式 
 * ----------------------------------------------------------------------------
 */	
:root {
    --night-bg: #222b45;
    --night-card: #151a30;
    --night-text: #ecedef;
    --night-border: #313c5d;
}
.night a, .night a:hover {
    color: var(--night-text);
}
.night .b-t {
    border-top: 1px solid var(--night-border)!important;
}
.night .b-b {
    border-bottom: 1px solid var(--night-border)!important;
}
.night .b-a {
    border: 1px solid var(--night-border)!important;
}
.night {
    background: var(--night-bg);
}
.night .uk-background-default {
    background: var(--night-card);
}
.night .notice li:nth-child(odd) {
    background: #1a1f38;
}
.night .notice li:nth-child(even) {
    background: #222b45;
}
.night .notice li a {
    color: #bbb;
}
.night .card .title span {
    color: var(--night-text);
}
.night .nav ul .current-menu-item a {
    color: var(--night-text);
}
.night .nav ul li a:hover {
    color: #fff;
}
.night .author-count-item div {
    color: var(--night-text);
}
.night .card-author .author-name {
    color: var(--night-text);  
}
.night .link {
}
.night .footDB li::after {
    background: var(--night-border);
}
.night .fenye .page-numbers {
    background-color: var(--night-card);
    border: 1px solid var(--night-border);
    color: var(--night-text);
}
.night .images .item:hover {
    box-shadow: 0px 10px 10px -8px var(--night-card);
}
.night .search input {
    background: var(--night-card);
}
.night .author-count-item {
    border-right: 1px solid var(--night-border);
}
.night .single h1 {
    color: var(--night-text);
}
.night .tags a {
    background: var(--night-bg);
    color: #bbb;
}
.night .author h4 {
    color: var(--night-text);
}
.night .search-tmenu .uk-active a {
    color: var(--night-text);
}
.night .site .item h3 {
   color: var(--night-text); 
}
.night .site-title h2 {
   color: var(--night-text); 
}
.night .search-bmenu .on {
    color: var(--night-text);
}
.night .site-title .uk-active span {
    color: var(--night-text);
    border-bottom: 2px solid var(--night-text);
}
.night .siteSingle .desc {
    background: var(--night-bg);
}
.night .uk-h3 {
    color: var(--night-text);
}
.night .gotop a {
    background: var(--night-card);
    color: var(--night-text);
}
.night .gotop a:hover {
    box-shadow: -3px 2px 10px -2px var(--night-card);
}

@media (max-width: 767px){
    .sidebar {
        width: 100%;
    }
    .singleWarp img {
        max-width: 100%;
    }
}
@media (max-width: 639px) {
    .kuandu {
    box-sizing: border-box;
    width: 50%;
    max-width: 100%;
    }
}
