/*  
Theme Name: qzdy
Theme URI: https://github.com/muchenkezhan/wordpress-qzdy-themes
Description: 开源的一款清新博客主题
Version:5.2
Author: 秋之德雨
Author URI: http://aj0.cn/
Tags: 清新、简约、极致、唯美、https://aj0.cn
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: qzdy
*/ 
html .layui-layer-demo {
	background-color: #eee;
}

.layui-layer-demo .layui-layer-title {
	border: none;
	background-color: #333;
	color: #fff;
}

.pagination {
	margin: 25px auto 0;
	text-align: center;
}

.layui-btn-sm {
	height: 38px;
}

.pagination {
	text-align: center;
}

.pagination a,.pagination span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 3px;
	background-color: #fff;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
}

.pagination span,.pagination a:hover {
	background-color: #616262;
	color: #fff;
}

.wp {
	max-width: 1300px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.layui-nav {
	position: static!important;
	padding: 0!important;
}

#topbar .layui-main {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:991px) {
	#topbar .layui-main {
		display: block;
	}
}

#topbar .layui-main {
	padding: 0 10px;
}

.next-page {
	margin-top: 10px;
}

.next-page a {
	color: #333333;
	border: 1px solid #f0f0f0;
	background-color: #fff;
	padding: 6px 20px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	width: 60px;
	margin: auto;
	display: block;
	white-space: nowrap;
}

.layui-card {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
	border: 1px solid #ebeef4;
}

.qzdy-relevant {
	margin-bottom: 15px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.fenye .current {
	background-color: #616262;
	color: #fff;
}

.fenye span {
	background-color: #fff;
	color: #616262;
}

.nav .current-menu-item,.nav .current-menu-parent {
	background-color: orange;
}

ul.post_tags li {
	display: block;
	list-style: none;
	background: none;
	float: left;
}

.qzdy_col_body {
}

.youqing_link a {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 3px;
	line-height: 18px;
}

.youqing_link a img {
	width: 14px !important;
	height: 14px !important;
	vertical-align: middle;
	margin: -1px 5px 1px 1px;
	border-radius: 50%;
}

.youqing_link {
	width: 80%;
	height: auto;
	margin: auto;
}

.copyright_link {
	padding: 15px 20px;
	background-color: #fff;
	color: #000;
}

.widget li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}

.widget ul.My_Widget_zuixinpinglun a {
	margin-left: 5px;
}

.widget ul.My_Widget_zuixinpinglun span.bg-red-1 {
	background: linear-gradient(135deg,#f59f54 10%,#ff6922 100%) !important;
}

.widget ul.My_Widget_zuixinpinglun span.bg-red-2 {
	background: linear-gradient(135deg,#feb692 10%,#ea5455 100%) !important;
}

.widget ul.My_Widget_zuixinpinglun span.bg-red-3 {
	background: linear-gradient(135deg,#abdcff 10%,#0396ff 100%) !important;
}

.widget ul.My_Widget_zuixinpinglun span.bg-red-4 {
	background-color: #bcbdbf;
}

.widget .my-info .text-center {
	text-align: center;
}

.widget .my-info .text-center a {
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.widget .my-info .text-center p:nth-child(2) {
	margin-top: 10px;
}

.archive-title {
	border-bottom: 1px #eee solid;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 10px
}

.archives li a {
	padding: 8px 0;
	display: block
}

.archives li a:hover .atitle:after {
	background: #428bca
}

.archives li a span {
	display: inline-block;
	font-size: 12px;
	text-indent: 20px
}

.archives li a .atitle {
	display: inline-block;
	padding: 0 15px;
	position: relative
}

.archives li a .atitles:before {
	position: absolute;
	background: #ccc;
	height: 8px;
	width: 8px;
	border-radius: 6px;
	margin-top: 8px;
	content: "";
	margin-left: -20px;
}

.archives {
	position: relative;
	padding: 10px 0
}

.archives:before {
	height: 95%;
	width: 4px;
	background: #e6e6e6;
	position: absolute;
	left: 100px;
	content: "";
	top: 30px
}

.m-title {
	position: relative;
	margin: 10px 0;
	cursor: pointer
}

.m-title:hover:after {
	background: #ff5c43
}

.m-title:before {
	position: absolute;
	left: 94px;
	background: #fff;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	top: 3px;
	content: ""
}

.m-title:after {
	position: absolute;
	left: 96px;
	background: #ccc;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	top: 3px;
	content: ""
}

.archives h4.m-title {
	float: left;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #4CAF50;
	line-height: 20px;
	margin-top: 0;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.2;
	border-left: 4px solid #0f81fb;
}

.archives  ul {
	padding-left: 20px;
	margin: 0 0 0 140px;
}

@media (max-width:768px) {
	.archives h4.m-title {
		float: none;
	}

	.archives ul {
		padding-left: 20px;
		margin: 0 0 0 60px;
	}

	.archives::before {
		left: 50px;
	}
}

.comment-btn-reply {
	float: right;
	padding-right: 2px;
}

.comment .comment-metadata span.comment-btn-reply a {
	color: #d5d3d3
}

.bgtdiv {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-shadow: 5px 2px 5px #000;
}

.big-image {
	position: relative;
	text-align: center;
	background-size: cover;
	margin-bottom: 2rem;
	-o-object-fit: cover;
	object-fit: cover;
	background-position-x: center;
	background-position-y: center;
}

.content-box {
	position: relative;
	height: 600px;
}

.waves {
	width: 100%;
	height: 90px;
	margin-bottom: -.6875rem;
	min-height: 3.125rem;
	bottom: 120px;
	max-height: 5.5rem;
	position: relative;
}

.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
	fill: rgba(253,253,253,0.7);
}

.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
	fill: rgba(253,253,253,0.5);
}

.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
	fill: rgba(253,253,253,0.3);
}

.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
	fill: #f8f9fa;
}

.big-image {
	height: 600px;
}

@media screen and (max-width:700px) {
	.big-image {
		height: 300px;
	}
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px,0,0);
	}

	100% {
		transform: translate3d(85px,0,0);
	}
}

.darcyq-random-item {
	margin-bottom: 15px;
	list-style: none;
}

.darcyq-random-link {
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
}

.darcyq-link-item img,a {
	padding: 0px;
}

.darcyq-random-sort {
	position: absolute;
	top: 3px;
	right: -20px;
	background: #7f7f8c;
	color: #fff;
	width: 65px;
	text-align: center;
	font-size: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 500;
	z-index: 1;
	font-style: normal;
}

darcyq-random-img {
	width: 100%;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s,-webkit-transform 0.35s;
	border: 0;
	vertical-align: middle;
}

.darcyq-random-title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.75));
	font-size: 12px;
	color: white !important;
}

.darcyq-random-title h3 {
	padding: 5px 0;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.darcyq-float-right {
	float: right;
}

.darcyq-random-link img:hover {
	transform: scale(1.1);
}

.darcyq-random-img {
	width: 100%;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s,-webkit-transform 0.35s;
	border: 0;
	vertical-align: middle;
}

.darcyq-random-title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.75));
	font-size: 12px;
	color: white !important;
}

.li-sort {
	padding: 5px;
	font-style: italic;
	margin-right: 10px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	top: 0;
	left: 0;
	font-size: 14px;
	min-width: 14px;
	width: 14px;
	text-align: center;
	border-radius: 4px;
	padding: 3px 6px 3px 5px;
	font-weight: bolder;
}

.li-sort-1 {
	background-color: #FF3366;
}

.li-sort-2 {
	background-color: #FF9933;
}

.li-sort-3 {
	background-color: #33CCFF;
}

.li-sort-4 {
	background-color: #4AD84D;
}

.li-sort-5 {
	background-color: #81A7FF;
}

.li-sort-6 {
	background-color: #ffed81;
}

.li-sort-7 {
	background-color: #b3b1b5;
}

.qzdy_suiji_i1 {
	background: #ff183e;
}

.qzdy_suiji_i2 {
	background: #fbc800;
}

.qzdy_suiji_i3 {
	background: #7c69e6;
}

.qzdy_suiji_i4 {
	background: #e27fe6;
}

.qzdy_suiji_i5 {
	background: #01cbcc;
}

.qzdy-lunbo-content-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-shadow: 5px 2px 5px #000;
}

.qzdy-top-carousel-title {
	color: white;
	font-size: 30px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.layui-carousel .read-more a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #20a0ff !important;
	text-shadow: none;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	-webkit-transition: .25s;
	transition: .25s;
}

.layui-carousel .read-more a {
	display: inline-block;
	padding: 6px 15px;
	text-decoration: none !important;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 7px;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
	-webkit-transition: .25s;
	transition: .25s;
}

.qzdy_ico_hdp_size {
	font-size: 10px;
}

@media screen and (max-width:800px) {
	.qzdy-hdp-banner-size {
		font-size: 20px;
	}

	.bgtdiv p {
		font-size: 20px;
	}

	.bgtdiv h1 {
		font-size: 15px;
	}
}

.seperator {
	margin: 6px;
}

.layui-btn-container .qzdydl {
	border-radius: 4px;
	background-color: red;
	background-image: linear-gradient(135deg,#59c3fb 10%,#268df7 100%);
}

.layui-btn-container >a {
	border: 0px solid !important;
}

.layui-btn-container .qzdyzc {
	border-radius: 4px;
	background-color: red;
	background-image: linear-gradient(135deg,#f59f54 10%,#ff6922 100%);
}

.widget_my_login .my-info .user-info .avatar img {
	margin: auto;
}

#respond > p {
	text-align: center;
}

.must_login_btn {
	right: 15px;
	top: 26px;
	background: #5D74F0;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	padding: 5px 15px;
}

.must_login_btn:hover {
	color: #fff;
	background: #4458c9;
}

.tags-text a {
	font-size: 11px;
	border-radius: 4px;
	display: inline-block;
	border-radius: 4px;
	transition: .15s;
	border: 1px solid var(--this-border);
	vertical-align: middle;
	padding: .3em .6em;
	text-align: center;
	font-weight: 400;
	box-shadow: var(--this-shadow);
	background: var(--this-bg);
	color: var(--this-color);
	--main-color: var(--this-color);
	--this-bg: rgba(136,136,136,.1);
	--this-border: transparent;
	--this-shadow: none;
	--this-color: #888;
	text-shadow: 0 0 0;
	line-height: 1.44;
	border-radius: 50px;
	padding: .3em 1em;
	margin-top: 2px;
	margin-right: 3px;
}

.tags-text a:hover {
	--this-bg: rgba(34,28,28,0.1);
}

.author-row {
	height: 80px;
	box-sizing: border-box;
	border-top: 1px solid #edeeee;
	border-bottom: 1px solid #edeeee;
}

.align-center {
	align-items: center;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.author-box {
	height: 80px;
}

.author-row .author-box .author-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0  !important;
}

.author-row .author-box .author-name {
	font-size: 14px;
	color: #757779;
	margin-left: 5px;
	line-height: 18px;
}

.author-tools button {
	width: 40px;
	height: 40px;
	background: none;
	border: 1px solid #202020;
	color: #202020;
	border-radius: 50%;
}

.author-tools button:hover {
	background-color: #202020;
	cursor: pointer;
}

.author-tools button:hover svg {
	fill: currentColor;
	color: #fff;
}

.post-likes a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #202020;
	position: relative;
}

.post-likes a i {
	line-height: 52px;
	padding-left: 3px;
	color: #202020;
}

.post-likes a:hover {
	background-color: #202020;
}

.post-likes a:hover i {
	color: #fff;
}

.post-likes {
	margin: 0 0 40px 0;
	text-align: center;
	padding: 0px
}

.post-likes .post-likebox {
	display: block;
	width: 60px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.post-likebox .count {
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	bottom: 0;
	margin: auto;
}

.post-likebox .done {
	cursor: not-allowed;
}

.my_widget_recent_comments #myrecentcomments li .comment-content {
	position: relative;
	padding: 10px;
	margin-top: 10px;
	background: #f7f7f7;
	border-radius: 3px;
	color: #666;
}

.my_widget_recent_comments #myrecentcomments li {
	white-space: normal
}

.my_widget_recent_comments #myrecentcomments li .comment-content::before {
	position: absolute;
	left: 10px;
	top: -10px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid transparent;
	border-bottom-color: transparent;
	border-bottom-color: #f7f7f7;
}

.layui-side-scroll .login-cbl {
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.layui-side-scroll .login-cbl a {
	padding: 3px;
	border: 1px solid #fff;
	border-radius: 0;
	width: 90px;
	height: 35px;
	font-size: 15px;
	line-height: 1.65;
}

.e-secret {
	margin: 20px 0;
	padding: 20px;
	background: #f8f8f8;
	overflow: auto;
}

.e-secret input.euc-y-i[type="password"] {
	float: left;
	background: #fff;
	width: 100%;
	line-height: 36px;
	margin-top: 5px;
	border-radius: 3px;
}

.e-secret input.euc-y-s[type="submit"] {
	float: right;
	margin-top: -47px;
	width: 30%;
	margin-right: 1px;
	border-radius: 0 3px 3px 0;
}

input.euc-y-s[type="submit"] {
	background-color: #626262;
	color: #fff;
	font-size: 21px;
	box-shadow: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-backface-visibility: hidden;
	position: relative;
	cursor: pointer;
	padding: 13px 20px;
	text-align: center;
	border-radius: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	height: auto;
	outline: medium;
	line-height: 20px;
	margin: 0;
}

input.euc-y-s[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

input.euc-y-i[type="text"],input.euc-y-i[type="password"] {
	border: 1px solid #F2EFEF;
	color: #777;
	display: block;
	background: #FCFCFC;
	font-size: 18px;
	transition: all .5s ease 0;
	outline: 0;
	box-sizing: border-box;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 16px;
	margin: 0;
	height: auto;
	line-height: 30px;
}

input.euc-y-i[type="text"]:hover,input.euc-y-i[type="password"]:hover {
	border: 1px solid #56b4ef;
	box-shadow: 0 0 4px #56b4ef
}

.heimu,.heimu a,a .heimu {
	background-color: #252525;
	color: #252525;
	text-shadow: none;
	border-radius: 3px;
	padding: .4px 4px;
}

.heimu:hover,.heimu a,a .heimu {
	background-color: #252525;
	color: #fff;
	text-shadow: none;
}

.title-h2 {
	position: relative;
	padding-bottom: 8px;
}

.title-h2::before {
	width: 40px;
	height: 3px;
	top: auto;
	left: 0;
	bottom: 3px;
	transition: .4s;
	position: absolute;
	content: '';
	background: #16b597;
	border-radius: 5px;
	box-shadow: 1px 1px 3px -1px #16b597;
}

.title-h2:hover:before {
	width: 100px;
}

kbd {
	font-size: 90%;
	color: #fff;
	border-radius: 3px;
	padding: 1px 6px;
	background-color: #6c6c6c;
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

mark {
	padding: .4px 4px;
	background-color: #e3e3e3;
	color: #000;
	border-radius: 3px;
}

.hide_notice {
	padding: 8px;
	border: 1px dashed #ff9a9a;
	margin-bottom: 15px;
}

.hide_notice .info {
	font-size: 12px;
	color: red;
}

.alert-success {
	border-color: rgba(59,178,115,.85);
	background-color: rgba(59,178,115,.85);
	color: #fff;
}

.alert-info {
	border-color: rgba(77,157,224,.85);
	background-color: rgba(77,157,224,.85);
	color: #fff;
}

.alert-warning {
	border-color: rgba(255,195,32,.85);
	background-color: rgba(255,195,32,.85);
	color: #fff;
}

.alert-danger {
	border-color: rgba(225,85,84,.85);
	background-color: rgba(225,85,84,.85);
	color: #fff;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.qzdy-down-urljz {
	text-align: center;
}

.qzdy-down-ah {
	background-color: #242323;
	margin-bottom: 5px;
}

.alert-success {
	border-color: rgba(59,178,115,.85);
	background-color: rgba(59,178,115,.85);
	color: #fff;
}

.alert-info {
	border-color: rgba(77,157,224,.85);
	background-color: rgba(77,157,224,.85);
	color: #fff;
}

.alert-warning {
	border-color: rgba(255,195,32,.85);
	background-color: rgba(255,195,32,.85);
	color: #fff;
}

.alert-danger {
	border-color: rgba(225,85,84,.85);
	background-color: rgba(225,85,84,.85);
	color: #fff;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.layui-colla-item h2 {
	margin: 0px;
}

.index-post-text-small h2 span.layui-badge {
	height: 21px;
	line-height: 21px;
}

.header-demo .site-notice {
	left: auto !important;
	left: 365px;
	position: absolute;
	right: 5px;
	width: 50px !important;
	min-width: 40px;
}

.header-demo .site-notice span {
	float: right;
}

.header-demo .site-notice span:hover {
	cursor: pointer;
}

.site-tree-mobile .layui-icon {
	cursor: pointer;
}

.copy-text .hidden-xs {
	word-wrap: break-word;
}

#search-main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(36,36,36,0.73);
	height: 100%;
	overflow-x: hidden;
	display: none;
	z-index: 99999
}

.search-main ul li {
	display: inline-block;
	line-height: 28px;
	margin-top: 5px;
	margin-right: 2px;
}

.search-main ul li a {
	display: block;
	background: #f0f1f2;
	padding: 3px 9px;
	border-radius: 3px;
	color: #606266;
}

.search-main ul li a:hover {
	background: #c9ced2;
}

#search-main {
	padding: 100px 0;
}

.off-search-a {
	height: 15%;
	cursor: pointer
}

.animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	margin: 0 auto;
}

.searchbar {
	margin: 10px 0;
	position: relative
}

.search-input {
	position: relative
}

.search-input input {
	float: left;
	width: 80%;
	height: 50px;
	line-height: 50px;
	font: 14px "Microsoft YaHei",Helvetica;
	padding: 2px 10px;
	background: #fff;
	border: 1px solid #5e353500;
	border-radius: 3px 0 0 3px;
	-webkit-appearance: none;
}

.searchbar button {
	overflow: visible;
	position: relative;
	border: 0;
	cursor: pointer;
	height: 50px;
	width: 20%;
	color: #fff;
	background: #808285;
	border: 1px solid #1110;
	border-left-color: rgba(17,17,17,0);
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: rgb(17,17,17);
	border-left-style: solid;
	border-left-width: 1px;
	border-left: none;
	border-radius: 0 3px 3px 0;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}

.searchbar button:hover {
	background: #6e7277;
}

.search-nav {
	position: relative;
	float: left
}

.search-main .search-nav {
	background-color: #fff;
	padding: 15px;
}

.hz {
	display: block;
	padding: 12px 16px 12px 17px;
	float: left;
	width: 100%;
}

.search ul li {
	color: #333;
	float: left;
	position: relative;
	display: block;
	outline: 0;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	z-index: 999;
	padding: 12px 16px 12px 17px
}

.off-down,.off-search {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff
}

.off-search:hover {
	background: rgba(0,0,0,0.87)
}

.off-search:hover i {
	color: #fff !important;
}

.icon-search {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid currentcolor;
	position: relative;
	margin: 7px auto
}

.icon-search:after {
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 2px;
	position: absolute;
	top: 9px;
	left: 6px;
	background-color: currentcolor
}

.dah:after {
}

.search-wrap {
	padding: 15px 15px;
}

#search-main .search-box {
	max-width: 800px;
	margin: auto;
}

@media screen and (min-width:991px) {
	.layui-main .layui-hide-xs {
		display: none !important;
	}
}

@media (max-width:1200px) {
	.component .layui-input {
		width: 140px;
	}
}

@media (max-width:992px) {
	.component .input {
		width: 82%;
	}

	.component .layui-input {
		width: 100%;
	}
}

.layui-main .logo span {
	line-height: 60px;
}

.comment ol.children {
	border-left: 0.25rem solid rgba(255,255,255,0.24);
	border-left-color: rgba(255,255,255,0.24);
	border-left-color: rgba(255,255,255,0.24);
	padding-left: 1rem;
	border-left-color: #f0f0f0;
}

.bb-comment {
	border: 1px solid #fb7299;
	min-width: 30px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #fb7299;
	border-radius: 3px;
	font-weight: 400;
}

.media-body .comment_at {
	color: #0d5661 !important;
}

.comment .media-body .adminhighlight a {
	--tw-text-opacity: 1;
	color: rgba(220,38,38,var(--tw-text-opacity));
}

.my-info .user-info .avatarer {
	width: 65px;
	height: 65px;
	margin: -35px auto 13px;
	position: absolute;
	left: 10%;
}

@media screen and (max-width:1200px) {
	.my-info .user-info .avatarer {
		width: 50px;
		height: 50px;
	}
}

.my-info .user-info .avatar:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.my-info .user-info .avatarer img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	transition: -webkit-transform 0.75s;
	transition: transform 0.75s;
	transition: transform 0.75s,-webkit-transform 0.75s;
}

.my-info .user-info .avatarer:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.widget .widget-icon {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.widget .widget-icon i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	transition: all .4s ease-out;
}

.widget .widget-icon  a:hover i {
	background: #151515!important;
	color: #fff!important;
}

.search-nav {
	width: 100%;
}

.user-info .autograph {
	padding: 0 9px;
}

.title-article i,.item-meta-left {
	margin-right: 6px;
}

@media screen and (min-width:991px) {
	.title-article .index-post-text-small {
		position: relative;
	}

	.index-post-text-small h2.m-t-none a::after {
		content: "";
		height: 1px;
		background: #1A202C;
		position: absolute;
		left: 15px;
		bottom: -4px;
		transition: width 0.35s cubic-bezier(0.5,0,0.5,1);
		width: 0px;
		top: 40px;
	}

	.index-post-text-small h2.m-t-none:hover a:after {
		width: 70%;
	}
}

html {
	scroll-behavior: smooth;
}

.page-comt:before,.page-comt:after {
	content: "";
	display: table;
}

.page-comt:after {
	clear: both;
}

.page-comt {
	zoom: 1;
}

.collapse:before,.collapse:after {
	content: "";
	display: table;
}

.collapse:after {
	clear: both;
}

.collapse {
	zoom: 1;
}

.layui-layout {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.text pre[lay-skin*="notepad"] h3:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 15px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fc625d;
	box-shadow: 20px 0 #fdbc40,40px 0 #35cd4b;
	z-index: 1;
}

.widget_my_zuixinpinglun h3.title-sidebar,.my_widget_recent_comments h3.title-sidebar,.widget_my_column1s h3.title-sidebar,.widget_my_shuibiankankan h3.title-sidebar,.widget_my_widget h3.title-sidebar,.widget_my_column1 h3.title-sidebar {
	position: relative;
}

.widget_my_zuixinpinglun h3.title-sidebar:before,.my_widget_recent_comments h3.title-sidebar:before,.widget_my_column1s h3.title-sidebar:before,.widget_my_shuibiankankan h3.title-sidebar:before,.widget_my_widget h3.title-sidebar:before,.widget_my_column1 h3.title-sidebar:before {
	content: '';
	position: absolute;
	right: 40px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fc625d;
	box-shadow: 20px 0 #fdbc40,40px 0 #35cd4b;
	z-index: 1;
}

pre.pure-highlightjs div.hr:before {
	content: '';
	position: absolute;
	left: 10px;
	width: 12px;
	top: 10px;
	height: 12px;
	border-radius: 50%;
	background: #fc625d;
	box-shadow: 20px 0 #fdbc40,40px 0 #35cd4b;
	z-index: 1;
}

.linkpage ul:after {
	content: " ";
	clear: both;
	display: block
}

.linkpage li {
	float: left;
	width: 33.33%;
	position: relative;
	transition: all .3s ease-out;
	border-radius: 5px;
	line-height: 1.3;
	height: 80px;
	list-style: none
}

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

.linkpage li:hover {
	background: rgba(230,244,250,.5);
}

.linkpage li a {
	display: block;
	padding: 0 10px 0 60px;
	height: 60px;
	color: #555
}

.linkpage li a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 15px;
	top: 0px;
}

.linkpage li a h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 5px 0;
	transition: .5s;
	padding-top: 20px
}

.linkpage li a h4:hover {
	color: #51aded
}

.linkpage li a p {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.linkpage li a h4,.linkpage li a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.4;
}

@media(max-width:700px) {
	.linkpage li {
		width: 49.9%;
	}
}

@media(max-width:350px) {
	.linkpage li {
		width: 99.9%;
	}
}

.content-link-application .layui-form-label {
	width: auto;
}

.content-link-application .layui-input-block {
	margin-left: 0;
}

.content-link-application .yqsq-cz-tj {
	margin-top: 20px;
}

@media screen and (max-width:991px) {
	.layui-content .layui-container .layui-row .layui-col-lg9 {
		float: none!important;
	}
}

#page {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: left;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: -moz-center;
	*text-align: center;
	text-align: center
}

#page a {
	text-decoration: none;
	color: #FFF;
	background: #282828;
	display: inline-block;
	padding: 9px 12px;
	margin: 0 5px 0 0;
	line-height: 16px;
	margin-right: 3px
}

#page a:hover,#page a.current {
	color: #FFF;
	background: #32a5e7
}

@media screen and (min-width:970px) {
	.flex {
		display: flex;
		width: 100%;
		margin: 0 auto;
	}
}

.tool-float {
	position: sticky;
	left: 0;
	top: 0px;
}

.qzdy-3-9 {
	justify-content: space-between;
	flex-flow: row-reverse!important;
}

.rollbar {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
	display: none;
	width: 50px
}

.rollbar .rollbar-item {
	position: relative;
	margin-top: 10px;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	background-color: #ffffff;
	color: #000;
	text-align: center;
	opacity: .8;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.rollbar .rollbar-item a {
	color: #000;
}

.rollbar .rollbar-item:hover {
	opacity: .9
}

.rollbar .rollbar-item .fa,.rollbar .rollbar-item .mdi {
	font-size: 15px;
	line-height: 35px;
}

@media (max-width:768px) {
	.cs-moble-false {
		display: none;
	}

	.flinks {
		display: none
	}
}

.md_content pre .hljs {
	padding-top: 30px;
}

.md_content pre .hr {
	width: 100%;
	height: 30px;
	background-color: #000;
	position: absolute;
	margin-top: 0;
	z-index: 6;
}

.md_content pre {
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
}

pre .btn-pre-copy {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	color: aliceblue;
	transition: color .1s;
	z-index: 11;
}

.head-box {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

pre {
	position: relative;
}

.hljsln {
	display: block;
	margin-left: 2.4em;
	padding-left: 0.7em !important;
}

.hljsln::-webkit-scrollbar {
	height: 15px;
}

.hljsln::-webkit-scrollbar-thumb {
	background: #666;
}

.hljsln::-webkit-scrollbar-thumb:hover {
	background: #797979;
}

.hljsln::-webkit-scrollbar-thumb:active {
	background: #949494;
}

.hljsln .ln-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 2.4em;
	height: 100%;
}

.hljsln .ln-num {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 2.4em;
	height: 1em;
	text-align: center;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hljsln .ln-num::before {
	color: #777;
	font-style: normal;
	font-weight: normal;
	content: attr(data-num);
}

.hljsln .ln-eof {
	display: inline-block;
}

.head-tool-box {
	display: flex;
}

.head-tool-box>.tool-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 8px 0 8px;
}

.head-tool-box>.tool-search>a {
	cursor: pointer;
}

.Text-Advertising {
	display: flex;
	flex-wrap: wrap;
}

.Text-Advertising ul>li {
	text-align: center;
}

.Text-Advertising ul {
	flex: 0 0 25%;
}

@media screen and (max-width:991px) {
	.Text-Advertising ul {
		flex: 0 0 33.3%;
	}
}

.qz_head_mbl {
	background-color: rgba(255,255,255,0.25);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: rgba(142,142,142,0.19) 0px 6px 15px 0px;
	-webkit-box-shadow: rgba(142,142,142,0.19) 0px 6px 15px 0px;
	color: rgba(255,255,255,0.75);
}

.qz_head_mbl .head-menu ul li ul.layui-nav-child {
	background-color: rgb(197 196 196 / 78%);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: rgba(142,142,142,0.19) 0px 6px 15px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.19) 0px 6px 15px 0px;
	color: rgb(0 0 0);
}

.qz_head_mbl .head-menu ul .layui-nav-child a {
	color: rgba(0,0,0,0.8);
}

.qz_head_mbl .head-menu ul .layui-nav-child a:hover {
	color: #fff;
}

.qz_head_mbl a {
	color: rgba(0,0,0,0.85);
}

.qz_head_mbl ul.layui-nav > li.layui-nav-item>a:hover {
	color: rgba(72,72,72,0.85)!important;
}

.qz_sidebar_mbl {
	background-color: rgba(255,255,255,0.25);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: rgba(142,142,142,0.19) 0px 6px 15px 0px;
	-webkit-box-shadow: rgba(142,142,142,0.19) 0px 6px 15px 0px;
	color: rgba(255,255,255,0.75);
}

@keyframes hideIndex {
	0% {
		opacity: 0;
		transform: translate(800px,0)
	}

	100% {
		opacity: 1;
		transform: translate(0,0)
	}
}

.layui-nav-itemed > .layui-nav-child {
	animation: hideIndex 0.3s;
	-moz-animation: hideIndex  0.3s;
	-webkit-animation: hideIndex  0.3s;
	-o-animation: hideIndex  0.3s;
}

.qz_sidebar_mbl .layui-nav {
	background-color: #5B414100!important;
}

.dy-text-small {
	font-size: .875rem;
	line-height: 1.5;
}

.dy-background-secondary {
	color:#ddd;
    background-color:#000;
    text-align:center;
}

.list-box-kp {
	display: grid;
	grid-template-columns: repeat(4,295px);
	justify-content: space-around;
}

.list-cards {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000000;
}

.list-cards .picture-content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}

.list-cards .item-inner {
	height: 97%;
}

.list-cards .item-inner .list-img {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: static;
	overflow: hidden;
	--scale-height: 70%;
	--pc-height: 100%;
	--m-height: 100%;
	padding-bottom: var(--scale-height);
	width: 100%;
	margin: 15px 0;
}

.list-cards .item-inner .list-imgphp {
	display: block;
	width: 100%;
}

.list-cards .item-inner {
	background: #ffffff;
	margin: 0 0 0.5em 0;
	margin: 0 2px;
	padding-bottom: 10px;
	border-radius: 6px;
}

.list-cards p {
	margin: 13px 10px!important;
}

.kp-picture {
	justify-content: space-around;
	flex-direction: column;
	display: flex;
}

.list-cards .issue-no,.picture-author {
	color: #808080;
	font-size: 10px;
	line-height: 14px;
}

.list-cards .item-picture-date {
	color: #000000;
	opacity: 0.6;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	padding-top: 16px;
	font-family: 'Courier New';
}

.list-cards .issue-no,.picture-author {
	color: #808080;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.list-cards .item-inner .picture-content,.list-cards  .item-inner  .content-list .picture-content {
	color: #000000;
	opacity: 0.6;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 18px;
}

@media screen and (max-width:991px) {
	.list-cards {
		width: 50%;
	}

	.layui-container {
		padding: 0;
	}

	.layui-col-space15>* {
		padding: 0;
	}
}

@media screen and (max-width:1200px) {
	.list-box-kp {
		grid-template-columns: repeat(3,300px);
	}
}

@media screen and (max-width:991px) {
	.list-box-kp {
		grid-template-columns: repeat(3,250px);
	}
}

@media screen and (max-width:750px) {
	.list-box-kp {
		grid-template-columns: repeat(2,50%);
	}
}

@media screen and (max-width:622px) {
	.list-box-kp {
		grid-template-columns: 1fr;
	}

	.list-cards .item-inner {
		margin: 0px;
	}
}

.body-back {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: block;
	position: fixed;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: currentcolor none 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.qzdy-title {
	color: #333!important;
	line-height: 1.2;
	font-size: 19px;
	font-weight: 500;
}

.text code {
	font-size: 12.6px;
	color: rgb(221,17,68);
	background: rgba(27,31,35,0.05);
	padding: 3px 5px;
	border-radius: 4px;
	word-break: break-all;
}

.text strong {
	color: #098288;
}

.text .title-center {
	white-space: normal;
	text-align: center;
	line-height: 1.75;
	font-size: 1.2em;
	font-weight: bold;
	display: table;
	margin: 4em auto 2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	background: #027b64;
	color: rgb(255,255,255);
	visibility: visible;
}

.layui-layer-shade {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(10,10,10,.4)!important;
	opacity: inherit!important;
}

.qzdy-bomb-body {
	max-width: 680px;
}

.qzdy-bomb-content {
	padding: 3rem !important;
}

.qzdy-bomb-title {
	padding-bottom: .5rem !important;
	margin-bottom: 1.5rem !important;
	text-align: center;
	font-size: 21px;
}

.qzdy-bomb-body {
	box-shadow: initial!important;
	background-color: #fff0!important;
}

.qzdy-bomb-body .layui-layer-content {
	margin: 1rem !important;
	overflow-y: auto;
	max-height: 580px;
}

.qzdy-bomb-body .qzdy-bomb-content {
	background-color: #fff;
	border-radius: 3px;
}

.qzdy-bomb-body .qzdy-bomb-content img {
	max-width: 100% !important;
	height: auto !important;
}