﻿/*

@Name：不落阁整站模板源码 
@Author：Absolutely 
@Site：http://www.lyblogs.cn

*/

/*全局样式*/
body {
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	color: #2c3e50;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.shadow {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.clear {
	clear: both;
}

.blog-body {}

.blog-container {
	margin: 0 15px;
	position: relative;
}

.login-wrapper-box {
	position: fixed;
	top: 20%;
	width: 70%;
	background: white;
	padding: 30px;
	border-radius: 16px;
	left: 50%;
	max-width: 450px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	/* translate: -50%; */
	transform: translateX(-50%) !important;
}

.login-button-box {
	display: flex;

}

.blog-main {
	margin-top: 15px;
	width: 100%;
	position: relative;
	min-height: 100vh;
}

.blog-main>.home-tips {
	padding: 20px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.blog-main>.home-tips>i {
	color: #fff;
	font-size: 16px;
}

.blog-main>.home-tips>.home-tips-container {
	margin-left: 20px;
	height: 17px;
	overflow: hidden;
}

.blog-main>.home-tips>.home-tips-container>span {
	display: block;
}

.blog-main>.blog-main-left {
	width: 100%;
	float: left;
}

.blog-main>.blog-main-right {
	width: 100%;
	float: right;
}

.person-box {
	display: flex;
}

.person-box-item {
	flex: 1;
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	.blog-container {
		width: 738px;
		margin: 0 auto;
	}

	.blog-main>.blog-main-right>.blog-module {
		width: 45%;
		margin-bottom: 15px;
	}

	.blog-main>.blog-main-right>.blog-module:nth-child(odd) {
		float: left;
		clear: left;
	}

	.blog-main>.blog-main-right>.blog-module:nth-child(odd).blog-module:last-child {
		width: auto;
		float: none;
		clear: both;
	}

	.blog-main>.blog-main-right>.blog-module:nth-child(even) {
		float: right;
		clear: right;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	.blog-container {
		width: 962px;
	}

	.blog-main>.blog-main-left {
		width: 66%;
	}

	.blog-main>.blog-main-right {
		width: 32%;
	}

	.blog-main>.blog-main-right>.blog-module {
		width: auto;
		float: none !important;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.blog-container {
		width: 1170px;
	}
}

/*全局样式END*/

/*面包屑导航*/
.sitemap {
	background: #fff;
	margin-top: 79px;
	padding: 12px 20px;
	line-height: normal;
	border-radius: 12px !important;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.sitemap a {
	font-size: 13px;
	color: #667eea;
	transition: color 0.3s ease;
}

.sitemap a:hover {
	color: #764ba2;
}

@media (min-width: 768px) {
	.sitemap {
		padding: 6px 15px;
	}

	.sitemap a {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.sitemap {
		padding: 8px 15px;
	}

	.sitemap a {
		font-size: 14px;
	}
}

/*面包屑导航END*/

/*顶部导航*/
.blog-nav {
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-bottom: none;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.blog-nav .layui-nav {
	position: absolute;
	top: 0;
	left: 15%;
	width: 85%;
	background: none;
	display: none;
	text-align: center;
}

.blog-nav .layui-nav .layui-nav-item {
	line-height: 64px;
	margin: 0 5px;
}

.blog-nav .layui-nav .layui-nav-item a {
	padding: 0 15px;
}

.blog-nav .blog-user {
	line-height: 64px;
	position: absolute;
	z-index: 10;
}

.blog-nav .blog-user img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.blog-nav .blog-user img:hover {
	opacity: .5;
}

.blog-nav .blog-user .fa-qq {
	line-height: 64px;
	font-size: 24px;
	color: #c2c2c2;
}

.blog-nav .blog-user .fa-qq:hover {
	color: #fff;
}


.blog-nav .blog-logo {
	position: absolute;
	top: 0px;
	left: 25%;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	line-height: 64px;
	font-size: 30px;
	color: white;
	font-weight: bold;
	font-family: KaiTi;
	display: inline-block;
	z-index: 10;
}

.blog-nav .blog-navicon {
	position: absolute;
	right: 0;
	padding: 10px 12px;
	color: white;
	border: 1px solid #009688;
	margin-top: 13px;
}

.blog-nav .blog-navicon:hover {
	border: 1px solid #5FB878;
}

@media (min-width: 992px) {
	.blog-nav .layui-nav {
		display: block;
	}

	.blog-nav .blog-user {
		right: 0;
	}

	.blog-nav .blog-logo {
		position: absolute;
		left: 10%;
		width: auto;
	}

	.blog-nav .blog-navicon {
		display: none;
	}

	.blog-nav-left {
		display: none !important;
	}
}

/* 顶部导航End */

/*网站底部*/
.blog-footer {
	text-align: center;
	border-top: none;
	margin-top: 15px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 20px 0;
	color: #f0f0f0;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
}

.blog-footer a {
	color: #fff;
	transition: color 0.3s ease;
}

.blog-footer a:hover {
	color: #ffd700;
	text-decoration: underline;
}

.blog-footer>p {
	margin: 2px 0;
}

.blog-footer>p a,
.blog-footer>p span {
	padding-left: 7px;
}

/*网站底部END*/

/*子栏目导航*/
.child-nav {
	margin: 15px 0;
	text-align: center;
	height: 39px;
	background: #fff;
	border-bottom: 1px solid #5FB878;
}

.child-nav-btn {
	padding: 0 20px;
	width: auto;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	cursor: pointer;
}

.child-nav-btn-this {
	background: #5FB878;
	color: #fff;
}

/*子栏目导航END*/

/*侧边导航*/
.blog-nav-left {
	top: 65px;
	border-radius: 0;
	border-top: 1px solid #5FB878;
	box-shadow: 0 0 8px #fff;
}

.leftIn {
	-moz-animation: leftIn 0.5s;
	-o-animation: leftIn 0.5s;
	-webkit-animation: leftIn 0.5s;
	animation: leftIn 0.5s;
}

.leftOut {
	-moz-animation: leftOut 0.5s;
	-o-animation: leftOut 0.5s;
	-webkit-animation: leftOut 0.5s;
	animation: leftOut 0.5s;
}

@media (min-width: 992px) {
	.blog-nav-left {
		display: none !important;
	}
}

/*侧边导航END*/

/*侧边导航遮罩*/
.blog-mask {
	position: fixed;
	left: 0;
	right: 0;
	top: 65px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
}

.maskIn {
	-moz-animation: maskFadeIn 0.5s;
	-o-animation: maskFadeIn 0.5s;
	-webkit-animation: maskFadeIn 0.5s;
	animation: maskFadeIn 0.5s;
}

.maskOut {
	-moz-animation: maskFadeOut 0.5s;
	-o-animation: maskFadeOut 0.5s;
	-webkit-animation: maskFadeOut 0.5s;
	animation: maskFadeOut 0.5s;
}

@media (min-width: 992px) {
	.blog-mask {
		display: none;
	}
}

/*侧边导航遮罩END*/

/*百度分享*/
.blog-share {
	box-shadow: 0 0 8px #fff;
	position: fixed;
	right: 80px;
	bottom: 15px;
	background: #393D49;
	z-index: 999;
	margin-bottom: 1px;
	height: 50px;
}

.blog-share .blog-share-body {
	width: 100%;
	height: 100%;
}

.bdsharebuttonbox {
	height: 100%;
}

.bdsharebuttonbox a {
	float: left;
	margin: 9px !important;
	background-position: 0 !important;
}

.bdsharebuttonbox .bds_qzone {
	background: url(../images/qzone_32.png) no-repeat;
}

.bdsharebuttonbox .bds_tsina {
	background: url(../images/weibo_32.png) no-repeat;
}

.bdsharebuttonbox .bds_weixin {
	background: url(../images/wechat_32.png) no-repeat;
}

.bdsharebuttonbox .bds_sqq {
	background: url(../images/qq_32.png) no-repeat;
}

.shareIn {
	-moz-animation: shareIn 0.5s;
	-o-animation: shareIn 0.5s;
	-webkit-animation: shareIn 0.5s;
	animation: shareIn 0.5s;
}

.shareOut {
	-moz-animation: shareOut 0.5s;
	-o-animation: shareOut 0.5s;
	-webkit-animation: shareOut 0.5s;
	animation: shareOut 0.5s;
}

/*百度分享END*/

/*文章列表（网站首页和文章专栏共用）*/
.article {
	padding: 25px;
	margin-bottom: 20px;
	background: #fff;
	border-left: none;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	position: relative;
}

.article::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	transform: scaleY(0);
	transition: transform 0.3s ease;
}

.article:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(102, 126, 234, 0.2);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article:hover::before {
	transform: scaleY(1);
}

.article>.article-left {
	width: 25%;
	float: left;
}

.article>.article-left>img {
	width: 100%;
	height: auto;
}

.article>.article-right {
	width: 73%;
	float: right;
	padding-left: 2%;
}

.article>.article-right>.article-title a {
	font-size: 14px;
	font-weight: 600;
	color: #2c3e50;
	transition: color 0.3s ease;
}

.article>.article-right>.article-title a:hover {
	color: #667eea;
}

.article>.article-right>.article-abstract {
	display: none;
}

.article>.article-footer {
	margin-top: 15px;
	font-size: 12px;
	padding: 12px 0 0 0;
	color: #95a5a6;
	border-top: 1px solid #ecf0f1;
}

.article>.article-footer>span {
	padding-right: 3%;
}

.article>.article-footer a {
	color: #667eea;
	transition: color 0.3s ease;
}

.article>.article-footer a:hover {
	color: #764ba2;
}

.article>.article-footer .article-viewinfo,
.article>.article-footer .article-author {
	display: none;
}

.icon-stick {
	border: 1px solid #FF5722;
	color: #FF5722;
	padding: 0 2px 0 0;
	font-family: SimHei;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -1px;
	font-size: 13px;
}

@media (min-width: 768px) {
	.article>.article-right>.article-title a {
		font-size: 17px;
	}

	.article>.article-right>.article-abstract {
		font-size: 14px;
		display: block;
		margin-top: 10px;
		text-indent: 2em;
	}

	.article>.article-footer {
		margin-top: 10px;
		font-size: 13px;
	}

	.article>.article-footer .article-viewinfo {
		display: inline;
		float: right;
	}
	.article>.article-footer .article-viewinfo i{
		font-size: 14px !important;
	}

	.article>.article-footer .article-author {
		display: inline;
	}

	.icon-stick {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.article>.article-right>.article-title a {
		font-size: 18px;
	}

	.icon-stick {
		font-size: 15px;
	}
}

/*文章列表END*/

/*右侧模块（网站首页和文章列表以及文章详细共用）*/
.blog-module {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	height: 100%;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.blog-module:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.blog-module>.blog-module-title {
	border-bottom: 2px solid #667eea;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	color: #2c3e50;
	position: relative;
}

.blog-module>.blog-module-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blog-module-ul li,
.blog-module-ul .fa {
	margin: 8px 0;
	line-height: 1.6;
}

.blog-module-ul li {
	transition: transform 0.2s ease;
	padding: 5px 0;
}

.blog-module-ul li:hover {
	transform: translateX(5px);
}

.blog-module-ul li a {
	color: #34495e;
	transition: color 0.3s ease;
}

.blog-module-ul li a:hover {
	color: #667eea;
}

.blog-module-ul li .fa {
	color: #667eea;
}

/*右侧模块END*/

/*文章分类导航*/
.article-category {
	position: fixed;
	top: 64px;
	right: 0;
	bottom: 0;
	background: #393D49;
	color: #eee;
	width: 130px;
	font-size: 11px;
	padding: 10px;
	display: none;
	margin: 0;
	z-index: 999;
}

.article-category>.article-category-title {
	text-align: center;
	border-bottom: 1px solid #009688;
	font-size: 15px;
	font-weight: 500;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
}

.article-category>a {
	display: block;
	color: #eee;
	padding: 5px 1%;
	margin: 4px 0;
	background: #009688;
	width: 98%;
	text-align: center;
	line-height: 19px;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	overflow: hidden;
	/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	float: left;
}

.article-category>a:hover {
	color: #fff;
	background: #5FB878;
}

.category-toggle {
	position: fixed;
	right: 0;
	top: 40%;
	width: 15px;
	background: #009688;
	color: #fff;
	font-size: 16px;
	padding: 30px 0;
	z-index: 9999;
}

.category-toggle>i {
	display: block;
	height: 16px;
}

.categoryIn {
	-moz-animation: categoryIn 0.5s;
	-o-animation: categoryIn 0.5s;
	-webkit-animation: categoryIn 0.5s;
	animation: categoryIn 0.5s;
}

.categoryOut {
	-moz-animation: categoryOut 0.5s;
	-o-animation: categoryOut 0.5s;
	-webkit-animation: categoryOut 0.5s;
	animation: categoryOut 0.5s;
}

/*分类导航In动画*/
@keyframes categoryIn {
	from {
		right: -140px;
	}

	to {
		right: 0;
	}
}

@-moz-keyframes categoryIn {
	from {
		right: -140px;
	}

	to {
		right: 0;
	}
}

@-webkit-keyframes categoryIn {
	from {
		right: -140px;
	}

	to {
		right: 0;
	}
}

/*分类导航Out动画*/
@keyframes categoryOut {
	from {
		right: 0;
	}

	to {
		right: -140px;
	}
}

@-moz-keyframes categoryOut {
	from {
		right: 0;
	}

	to {
		right: -140px;
	}
}

@-webkit-keyframes categoryOut {
	from {
		right: 0;
	}

	to {
		right: -140px;
	}
}

@media (min-width: 768px) {
	.article-category {
		font-size: 13px;
		width: 260px !important;
	}

	.article-category>.blog-module-title {
		text-align: start;
	}

	.article-category>a {
		padding: 7px 1%;
		margin: 5px 0;
		width: 46%;
	}

	.article-category>a:nth-child(odd) {
		float: right;
	}

	.article-category>a:nth-child(even) {
		float: left;
	}

	@keyframes categoryIn {
		from {
			right: -280px;
		}

		to {
			right: 0;
		}
	}

	@-moz-keyframes categoryIn {
		from {
			right: -280px;
		}

		to {
			right: 0;
		}
	}

	@-webkit-keyframes categoryIn {
		from {
			right: -280px;
		}

		to {
			right: 0;
		}
	}

	@keyframes categoryOut {
		from {
			right: 0;
		}

		to {
			right: -280px;
		}
	}

	@-moz-keyframes categoryOut {
		from {
			right: 0;
		}

		to {
			right: -280px;
		}
	}

	@-webkit-keyframes categoryOut {
		from {
			right: 0;
		}

		to {
			right: -280px;
		}
	}
}

@media (min-width: 992px) {
	.article-category {
		display: block;
		position: initial;
		background: #fff;
		color: #333;
		width: auto !important;
		font-size: 14px;
		margin: 0 0 15px 0;
	}

	.article-category a {
		background: inherit;
		border: 1px solid #d2d2d2;
		color: #444;
	}

	.article-category a:hover {
		border: 1px solid #5FB878;
		background: inherit;
		color: #5FB878;
	}

	.category-toggle {
		display: none;
	}
}

/*文章分类导航END*/

/*评论与留言*/
.blog-comment {
	position: relative;
	margin-bottom: 10px;
}

.blog-comment li {
	border-bottom: 1px dotted #01AAED;
	padding: 15px 0 10px 0;
}

.blog-comment .content,
.blog-comment .info,
.blog-comment .replycontainer {
	margin-left: 53px;
}

.blog-comment .info-footer {
	font-size: 13px;
}

.blog-comment .info,
.blog-comment .replycontainer {
	padding-top: 5px;
}

.blog-comment .replycontainer .layui-form-item {
	margin-bottom: 5px;
}

.blog-comment .info span {
	padding-right: 5px;
}

.blog-comment .info .username {
	color: #01AAED;
}

.blog-comment .info .btn-reply {
	color: #009688;
}

.blog-comment .content {
	padding: 2px 0 5px 0;
	min-height: 30px;
	font-size: 13px;
}

.blog-comment hr {
	margin-left: 53px;
}

.comment-parent>img {
	width: 45px;
	height: 45px;
	margin: 5px 5px 5px 0;
	position: absolute;
	border-radius: 50px;
}

.comment-child img {
	width: 40px;
	height: 40px;
	margin: 5px 5px 5px 0;
	position: absolute;
	border-radius: 50px;
}

.comment-child {
	margin-left: 53px;
	min-height: 50px;
}

.comment-child .info {
	margin-left: 48px;
	font-size: 12px;
	line-height: 20px;
}

/*评论与留言END*/











/***********************************************动画定义*************************************************/
/*侧边导航In动画*/
@keyframes leftIn {
	from {
		left: -200px;
	}

	to {
		left: 0;
	}
}

@-moz-keyframes leftIn {
	from {
		left: -200px;
	}

	to {
		left: 0;
	}
}

@-webkit-keyframes leftIn {
	from {
		left: -200px;
	}

	to {
		left: 0;
	}
}

/*侧边导航Out动画*/
@keyframes leftOut {
	from {
		left: 0;
	}

	to {
		left: -200px;
	}
}

@-moz-keyframes leftOut {
	from {
		left: 0;
	}

	to {
		left: -200px;
	}
}

@-webkit-keyframes leftOut {
	from {
		left: 0;
	}

	to {
		left: -200px;
	}
}

/*分享In动画*/
@keyframes shareIn {
	from {
		right: -200px;
	}

	to {
		right: 80px;
	}
}

@-moz-keyframes shareIn {
	from {
		right: -200px;
	}

	to {
		right: 80px;
	}
}

@-webkit-keyframes shareIn {
	from {
		right: -200px;
	}

	to {
		right: 80px;
	}
}

/*分享Out动画*/
@keyframes shareOut {
	from {
		right: 80px;
	}

	to {
		right: -200px;
	}
}

@-moz-keyframes shareOut {
	from {
		right: 80px;
	}

	to {
		right: -200px;
	}
}

@-webkit-keyframes shareOut {
	from {
		right: 80px;
	}

	to {
		right: -200px;
	}
}

/*淡入动画*/
@keyframes maskFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes maskFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes maskFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*淡出动画*/
@keyframes maskFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-moz-keyframes maskFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes maskFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.canvas-banner-container {
	position: relative;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	overflow: hidden;
}

.canvas-filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #4facfe);
	background-size: 400% 400%;
	animation: gradientShift 15s ease infinite;
	mix-blend-mode: soft-light;
	opacity: 0.3;
}

@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#canvas-banner {
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 68%;
}
/* .go-to-home{
	position: fixed;
	right: 0px;
	top:60%;
	width:45px;
	height:45px;
	display: flex;
	text-align: center;
	align-items: center;
	cursor: pointer;
	justify-content: space-around;
} */

.list-operation-group{
	display: flex;
	justify-content: center;
}
.go-to-home{
	margin-left: 5px;
	display: flex;
	align-items: flex-end;
}
.go-to-home a{
	line-height: 32px;
}

#avatarContainer{
	width:100px;
	height:100px;
}
.post-counter{
	font-size: 18px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #667eea !important;
}
.layui-laypage a:hover{
	color: #667eea !important;
}
.layui-breadcrumb a:hover{
	color:#667eea !important;
}
.blog-container blockquote{
	border-left: 5px solid #667eea !important;
}
.layui-form-select dl dd.layui-this{
	background-color: #667eea !important;
}
.layui-btn-primary:hover{
	border-color: #667eea !important;
}

.layui-form-checked[lay-skin="primary"] i {
	border-color: #667eea !important;
	background-color: #667eea;
	color: #fff;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
	border-color: #667eea;
	color: #fff;
}
.login-operation-group .layui-form-checkbox{
	margin-top: 0px !important;
}

.search-input{
	width:100%;
	max-width: 500px;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.search-input input {
	border-radius: 8px 0 0 8px !important;
}

.search-input .layui-input-split.layui-input-suffix{
	display: flex;
	align-items: center;
	padding:10px 15px;
	border: none;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0 8px 8px 0;
}

.search-input .layui-input-split.layui-input-suffix:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	transform: scale(1.05);
}
.search-blog-body{
	padding-top:68px;
}

/* Additional Modern Styles */
.layui-btn {
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.layui-btn-normal {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.layui-btn-normal:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.layui-btn-primary {
	border: 2px solid #667eea;
	color: #667eea;
	background: transparent;
	transition: all 0.3s ease;
}

.layui-btn-primary:hover {
	background: transparent;
	color: white;
	border-color: #667eea;
}

.layui-input, .layui-textarea {
	border-radius: 8px;
	border: 2px solid #e0e6ed;
	transition: all 0.3s ease;
}

.layui-input:focus, .layui-textarea:focus {
	border-color: #667eea;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.layui-form-item {
	margin-bottom: 20px;
}

.person-box-item .layui-btn {
	margin: 5px;
}

#avatarContainer {
	transition: all 0.3s ease;
}

#avatarContainer:hover {
	transform: scale(1.05);
}

/* Improved canvas banner */
.canvas-banner-container {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Better scrollbar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 10px;
	transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Smooth animations for all elements */
@media (prefers-reduced-motion: no-preference) {
	* {
		scroll-behavior: smooth;
	}
}

/* Improved link styles */
a {
	transition: all 0.3s ease;
}

/* Better hr styling */
hr {
	border: none;
	height: 2px;
	background: linear-gradient(to right, transparent, #667eea, transparent);
	margin: 20px 0;
}

/* Article card improvements */
.article-header {
	margin-bottom: 15px;
}

.article-title-link {
	text-decoration: none;
}

.article-title {
	font-size: 22px;
	font-weight: 700;
	color: #2c3e50;
	margin: 0;
	line-height: 1.4;
	transition: all 0.3s ease;
}

.article-title:hover {
	color: #667eea;
}

.article-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.article-meta-left,
.article-meta-right {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}

.article-footer > span,
.article-meta-left > span,
.article-meta-right > span {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	background: #f8f9fa;
	border-radius: 20px;
	font-size: 12px;
	transition: all 0.3s ease;
}

.article-footer > span:hover,
.article-meta-left > span:hover,
.article-meta-right > span:hover {
	background: #e9ecef;
	transform: translateY(-2px);
}

.article-footer i {
	color: #667eea;
	margin-right: 4px;
}

@media (max-width: 768px) {
	.article-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.article-meta-left,
	.article-meta-right {
		width: 100%;
	}
}

/* Delete button styles */
.deleteButton {
	cursor: pointer;
	color: #e74c3c !important;
	transition: all 0.3s ease;
}

.deleteButton:hover {
	background: #e74c3c !important;
	color: white !important;
	transform: translateY(-2px);
}


