/*调整全局字体大小*/
body,
html {
	font-size: 16px;
}

/*左导航悬浮 sidebar-menu-inner 调整为 100px -- start*/
.sidebar-popup.sidebar-menu-inner>div>ul>li.sidebar-item>ul {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 90px;
	z-index: 99
}

.sidebar-popup.sidebar-menu-inner ul {
	width: 90px
}

.sidebar-popup.sidebar-menu-inner ul li {
	width: 90px
}

/*左导航悬浮 sidebar-menu-inner 调整为 100px -- end*/
/*搜索框搜索图标颜色 -- start*/
#search button i {
	color: #ffffff;
	font-size: 18px
}

/*搜索框搜索图标颜色 -- end*/
/*主页导航栏字体颜色 -- start*/
.big-header-banner .page-header {
	color: #ffffff;
	background: rgba(255, 255, 255, 0);
	box-shadow: none;
	transition: color .3s, background-color .3s
}

.big-header-banner:not(.header-bg) .page-header .navbar-nav>li>a,
.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item) {
	color: #ffffff;
}

.big-header-banner:not(.header-bg) .header-mini-btn path {
	stroke: #ffffff;
}


.big-header-banner:not(.header-bg) .page-header .navbar-nav>li>a:hover,
.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item):hover {
	color: #FF7900;
}

/*主页导航栏字体颜色 -- end*/
/*搜索activate图标颜色 -- start*/
.header-big .search-type input:checked+label:before {
	content: '';
	border-width: 8px 8px 0px 8px;
	border-style: solid;
	border-color: #ffffff transparent transparent;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -8px
}

/*搜索activate图标颜色 -- end*/
/*主页搜索搜索框头部字体颜色 -- start*/
.header-big:not(.no-bg) .s-type-list {
	color: #ffffff
}

/*主页搜索搜索框头部字体颜色 -- end*/
/* 主页搜索搜索框底部字体颜色 -- start*/
.header-big:not(.no-bg) .text-muted,
.header-big:not(.no-bg) .search-type .menu-item a,
.header-big:not(.no-bg) .big-title .h1 {
	color: #ffffff !important
}

/*主页搜索搜索框底部字体颜色 -- end*/
/*主页header-banner底部宽度 -- start*/
.post-top {
	padding-bottom: 50px
}

/*主页header-banner底部宽度 -- end*/
/*左导航二级导航标题左侧距离*/
.sidebar-menu-inner ul li ul li a {
	margin-left: 37px;
}

/*头部导航二级导航iconfont图标*/
.navbar-collapse ul li.menu-item-has-children:after {
	content: '\e612';
}

/*搜索部分背景样式*/
.header-big.css-color {
	background-size: unset;
	background-position: unset;
	animation: unset;
}

/*其他调整*/
.search-hot-text {
	position: absolute;
	z-index: 100;
	width: 100%;
	border-radius: 0 0 10px 10px;
	background: #FFF;
	box-shadow: 0px 4px 5px 0px #cccccc94;
	overflow: hidden;
}

.search-hot-text ul {
	margin: 0;
	padding: 5px 0;
}

.search-hot-text ul li {
	border-top: 1px solid #f2f2f2;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 25px;
	color: #777;
	cursor: pointer;
}

.search-hot-text ul li.current {
	background: #f1f1f1;
	color: #2196f3;
}

.search-hot-text ul li:hover {
	background: #f1f1f1;
	color: #2196f3;
	cursor: pointer;
}

.search-hot-text ul li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #e5e5e5;
	margin-right: 10px;
	border-radius: 10px;
	color: #999;
}

footer.main-footer .footer-text {
	text-align: center;
}

footer.main-footer .footer-text a {
	color: #007bff;
}

footer.main-footer .footer-text a:hover {
	color: red;
}

/* About 页面 */
.panel .panel-body a {
	color: #007bff;
}

.panel .panel-body a:hover {
	color: #979898;
}

/* 网格背景-日间模式 */
.io-grey-mode .page-container .grid-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 0), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 0);
	background-size: 15px 15px;
	background-color: #E9E9E9;
}

/* 网格背景-夜间模式 */
.io-black-mode .page-container .grid-bg {
	background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 0), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 0);
	background-size: 15px 15px;
	background-color: #1C1D20;
}

/* 设置搜索框中的公告栏 */
.header-big:not(.no-bg) #bulletin_box .card-body {
	color: #fff !important;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
}

/* 设置搜索框 */
.header-big #search-text {
	border-radius: 10px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .05);
	padding: 9px 20px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.6) !important;
}

/* 设置导航卡片图标样式 */
.url-card .url-img>img {
	max-height: 100%;
	border-radius: 30%;
	vertical-align: unset;
}
