/* common.css */
@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes fadeInUp {
	0% {
		transform: translate3d(0, 40px, 0)
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes spin-animation {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes waveMove {
	0% {
		background-position: 0 100%
	}

	to {
		background-position: -20px 100%
	}
}

@keyframes fadeOut {

	0%,
	to {
		opacity: 1
	}

	10% {
		opacity: 0
	}
}

:root {
	--theme-color: #448EF6;
	--theme-hover: #256aeb;
	--base-color: #ffffff;
	--action-color: #f94e4c;
	--font-color: #222222;
	--border-color: #e8e9ea;
	--theme-light-color: #eff7ff;
	--theme-gray-color: #dbebfe;
	--theme-bg-color: #f1f5f9;
	--color-warnning: #ff980d;
	/* #d9f2fe */
	--color-dodger-blue-50: #eff7ff;
	--color-dodger-blue-100: #dbebfe;
	--color-dodger-blue-200: #bfddfe;
	--color-dodger-blue-300: #93c9fd;
	--color-dodger-blue-400: #60abfa;
	--color-dodger-blue-500: #448ef6;
	--color-dodger-blue-600: #256aeb;
	--color-dodger-blue-700: #1d55d8;
	--color-dodger-blue-800: #1e45af;
	--color-dodger-blue-900: #1e3e8a;
	--color-dodger-blue-950: #172754;
	--theme-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	font-size: 12px;
}

body {
	font-family: var(--theme-font-family);
	font-size: 14px;
	line-height: 1.42857;
	color: var(--font-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	background: #F8F9FA;
	word-wrap: break-word;
	background-image: linear-gradient(360deg, #fff, #f1f5f9);
}

@media (min-width: 992px) {
	body {
		background-color: var(--theme-bg-color);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-size: cover;
		background-position: center top;
	}
}

.song {
	font-family: "Songti", "Songti SC", "STSong", "宋体", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
}

.kaiti {
	font-family: Georgia, Baskerville, "Liberation Serif", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, DFKai-SB, "TW\-Kai", serif;
}

.jHVDkX {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 800px;
	z-index: -100;
	overflow: hidden;
	background-image: linear-gradient(rgb(209, 228, 255) 0%, rgba(223, 234, 255, 0.16) 84%, rgba(255, 255, 255, 0) 100%);
}

.lei-icon {
	display: inline-block;
}

.icon-svg,
.lei-icon svg {
	height: 1em;
	vertical-align: -0.15em;
	width: 1em;
	fill: currentColor;
	overflow: hidden;
}

.ml-1 {
	margin-left: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}
.mt-0{margin-top: 0!important;}
.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mb-0{margin-bottom: 0!important;}
.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

details,
main {
	display: block
}

h1 {
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

a {
	background-color: transparent;
	color: var(--theme-color);
	text-decoration: none
}

b,
strong {
	font-weight: bolder
}

img {
	border-style: none;
	vertical-align: middle
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

*,
:after,
:before,
input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.text-cut,
.text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: var(--theme-color)
}

a.text-primary:focus,
a.text-primary:hover {
	color: var(--theme-color)
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ul {
	list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dl {
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

button,
input {
	overflow: visible;
	outline: 0;
}

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

.clearfix:after {
	clear: both
}

.search-box {
	padding: 30px;
	border-bottom: 15px solid #EDE7D9;
	font-size: 16px;
}

.search-box .title {
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
}

.search-box .search_form form {
	margin-top: 36px;
	padding: 0 80px 0 0;
}

.search-box .search_form form .search_txt {
	width: 350px;
	border: 2px solid #95191b;
	outline: 0;
	background-color: transparent;
}

.search-box .search_form form .search_btn {
	color: #e3d3bf;
}

.search-box .search_form form .search_btn:hover {
	color: #FFFFFF;
	background-color: #A40009;
}

.catelist dt {
	margin: 20px 0;
}

.catelist dt,
.catelist dt a {
	font-size: 18px;
	font-size: 1.55rem;
	line-height: 1.6;
	font-weight: 600;
	color: #382b1f;
}

.clist a {
	display: inline-block;
	color: #382b1f;
	margin-right: 13px;
	font-size: 16px;
	margin-bottom: 14px;
}

.catelist a:hover {
	color: #95191b;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	color: #5a5a5a;
	background: #fff;
	border: 1px solid #dcdfe6;
	white-space: nowrap;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active,
.btn:active,
.btn:focus,
.btn:hover {
	position: relative;
	z-index: 0;
	color: var(--theme-color);
	outline: 0;
	border-color: transparent
}

.btn.active:before,
.btn:active:before,
.btn:focus:before,
.btn:hover:before {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	background: 0 0;
	border: 1px solid var(--theme-color);
	opacity: .3;
	border-radius: inherit
}

.btn.active:after,
.btn:active:after,
.btn:focus:after,
.btn:hover:after {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	background: var(--theme-color);
	opacity: .1;
	border-radius: inherit
}

.btn.active,
.btn:active {
	outline: 0;
	border-color: var(--theme-color)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.loading {
	position: relative
}

.btn.loading>.wi-loader {
	position: relative;
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
	color: inherit;
	vertical-align: top;
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite
}

.btn.loading:after {
	position: absolute;
	z-index: 0;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	content: "";
	border-radius: inherit;
	background-color: rgba(255, 255, 255, .35)
}

.btn.loading,
.btn.loading:after,
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
	color: #333
}

.btn.btn-default.active:before,
.btn.btn-default:active:before,
.btn.btn-default:focus:before,
.btn.btn-default:hover:before {
	border: 0
}

.btn.btn-default.active:after,
.btn.btn-default:active:after,
.btn.btn-default:focus:after,
.btn.btn-default:hover:after {
	background: rgba(255, 255, 255, .1);
	opacity: 1
}

.btn.btn-default.active,
.btn.btn-default:active {
	border-color: #fff
}

.btn.btn-default.active:after,
.btn.btn-default:active:after {
	background: rgba(255, 255, 255, .2)
}

.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default.focus,
fieldset[disabled] .btn.btn-default:focus,
fieldset[disabled] .btn.btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn.btn-primary {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	color: #fff
}

.btn.btn-primary.active:before,
.btn.btn-primary:active:before,
.btn.btn-primary:focus:before,
.btn.btn-primary:hover:before {
	border: 0
}

.btn.btn-primary.active:after,
.btn.btn-primary:active:after,
.btn.btn-primary:focus:after,
.btn.btn-primary:hover:after {
	background: rgba(255, 255, 255, .1);
	opacity: 1
}

.btn.btn-primary.active,
.btn.btn-primary:active {
	border-color: var(--theme-color)
}

.btn.btn-primary.active:after,
.btn.btn-primary:active:after {
	background: rgba(255, 255, 255, .2)
}

.btn.btn-primary.disabled.focus,
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled].focus,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary.focus,
fieldset[disabled] .btn.btn-primary:focus,
fieldset[disabled] .btn.btn-primary:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.btn.btn-primary .badge {
	color: var(--theme-color);
	background-color: #fff
}

.btn.btn-success {
	color: #fff;
	background-color: #29ad00;
	border-color: #29ad00;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
	color: #fff
}

.btn.btn-success.active:before,
.btn.btn-success:active:before,
.btn.btn-success:focus:before,
.btn.btn-success:hover:before {
	border: 0
}

.btn.btn-success.active:after,
.btn.btn-success:active:after,
.btn.btn-success:focus:after,
.btn.btn-success:hover:after {
	background: rgba(255, 255, 255, .1);
	opacity: 1
}

.btn.btn-success.active,
.btn.btn-success:active {
	border-color: #29ad00
}

.btn.btn-success.active:after,
.btn.btn-success:active:after {
	background: rgba(255, 255, 255, .2)
}

.btn.btn-success.disabled.focus,
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled].focus,
.btn.btn-success[disabled]:focus,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success.focus,
fieldset[disabled] .btn.btn-success:focus,
fieldset[disabled] .btn.btn-success:hover {
	background-color: #29ad00;
	border-color: #29ad00
}

.btn.btn-success .badge {
	color: #29ad00;
	background-color: #fff
}

.btn.btn-info {
	color: #fff;
	background-color: #00aae7;
	border-color: #00aae7;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.btn.btn-info.active,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
	color: #fff
}

.btn.btn-info.active:before,
.btn.btn-info:active:before,
.btn.btn-info:focus:before,
.btn.btn-info:hover:before {
	border: 0
}

.btn.btn-info.active:after,
.btn.btn-info:active:after,
.btn.btn-info:focus:after,
.btn.btn-info:hover:after {
	background: rgba(255, 255, 255, .1);
	opacity: 1
}

.btn.btn-info.active,
.btn.btn-info:active {
	border-color: #00aae7
}

.btn.btn-info.active:after,
.btn.btn-info:active:after {
	background: rgba(255, 255, 255, .2)
}

.btn.btn-info.disabled.focus,
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled].focus,
.btn.btn-info[disabled]:focus,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info.focus,
fieldset[disabled] .btn.btn-info:focus,
fieldset[disabled] .btn.btn-info:hover {
	background-color: #00aae7;
	border-color: #00aae7
}

.btn.btn-info .badge {
	color: #00aae7;
	background-color: #fff
}

.btn.btn-warning {
	color: #fff;
	background-color: #F3AF00;
	border-color: #F3AF00;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.btn.btn-warning.active,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
	color: #fff
}

.btn.btn-warning.active:before,
.btn.btn-warning:active:before,
.btn.btn-warning:focus:before,
.btn.btn-warning:hover:before {
	border: 0
}

.btn.btn-warning.active:after,
.btn.btn-warning:active:after,
.btn.btn-warning:focus:after,
.btn.btn-warning:hover:after {
	background: rgba(255, 255, 255, .1);
	opacity: 1
}

.btn.btn-warning.active,
.btn.btn-warning:active {
	border-color: #F3AF00
}

.btn.btn-warning.active:after,
.btn.btn-warning:active:after {
	background: rgba(255, 255, 255, .2)
}

.btn.btn-warning.disabled.focus,
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled].focus,
.btn.btn-warning[disabled]:focus,
.btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning.focus,
fieldset[disabled] .btn.btn-warning:focus,
fieldset[disabled] .btn.btn-warning:hover {
	background-color: #F3AF00;
	border-color: #F3AF00
}

.btn.btn-warning .badge {
	color: #F3AF00;
	background-color: #fff
}

.btn.btn-danger {
	color: #fff;
	background-color: #DD4F4F;
	border-color: #DD4F4F;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
	color: #fff
}

.btn.btn-danger.active:before,
.btn.btn-danger:active:before,
.btn.btn-danger:focus:before,
.btn.btn-danger:hover:before {
	border: 0
}

.btn.btn-danger.active:after,
.btn.btn-danger:active:after,
.btn.btn-danger:focus:after,
.btn.btn-danger:hover:after {
	background: rgba(255, 255, 255, .1);
	opacity: 1
}

.btn.btn-danger.active,
.btn.btn-danger:active {
	border-color: #fa5555
}

.btn.btn-danger.active:after,
.btn.btn-danger:active:after {
	background: rgba(255, 255, 255, .2)
}

.btn.btn-danger.disabled.focus,
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled].focus,
.btn.btn-danger[disabled]:focus,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger.focus,
fieldset[disabled] .btn.btn-danger:focus,
fieldset[disabled] .btn.btn-danger:hover {
	background-color: #fa5555;
	border-color: #fa5555
}

.btn.btn-danger .badge {
	color: #fa5555;
	background-color: #fff
}

.btn-lg {
	padding: 11px 20px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px
}

.btn-sm,
.btn-xs {
	padding: 8px 15px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 3px
}

.btn-sm.loading>.wi-loader,
.btn-xs.loading>.wi-loader {
	font-size: 14px
}

.btn-xs {
	padding: 6px 15px
}

.btn-round {
	border-radius: 30px
}

.btn-block {
	display: block;
	width: 100%
}

.alert>p+p,
.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

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

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

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

.container:after {
	clear: both
}

.container {
	max-width: 1160px;
	width: 100%;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.breadcrumb {
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	font-size: 0;
	color: #5a5a5a
}

.breadcrumb>li,
ul.page-numbers>li,
ul.pagination>li {
	display: inline-block;
	font-size: 12px;
	color: inherit;
	vertical-align: top;
	line-height: 1
}

.sec-panel-body .pagination {
	padding-top: 30px;
}

.breadcrumb>li a {
	color: inherit;
	line-height: inherit
}

.breadcrumb>li a:hover {
	color: var(--theme-hover)
}

.breadcrumb>li i {
	margin: 0 3px;
	opacity: .8;
	vertical-align: top;
	display: inline-block;
}

.breadcrumb>.active {
	opacity: .9
}

.breadcrumb>li+li:before {
	content: ">";
	padding: 0 5px;
	color: #ccc;
}

ul.page-numbers,
ul.pagination {
	display: block;
	text-align: center;
	padding-left: 0 !important;
	margin: 0 !important
}

ul.page-numbers>li,
ul.pagination>li {
	padding: 0;
	font-size: 13px;
	line-height: 28px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0 5px !important;
	color: var(--font-color);
	background-color: #e8e9ea;
	min-width: 30px;
	border-radius: 2px
}

ul.pagination>li>a,
ul.pagination>li>span {
	display: block;
	padding: 0 8px;
	color: inherit;
}

ul.pagination>li.disabled {
	color: #5a5a5a;
	background-color: #F6F8FA;
}

ul.pagination>li.disabled:hover {
	cursor: not-allowed;
}

.entry .entry-content ul.pagination a {
	text-decoration: none;
}

.entry .entry-content ul.pagination a:hover,
ul.pagination>li:hover,
ul.pagination>li.active {
	color: #fff;
	background: var(--theme-color)
}

#wrap {
	padding-top: 5px;
	min-height: calc(100vh - 210px);
}

.wrap {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px
}

.home .wrap {
	margin-bottom: 0
}

.main,
.main-archive {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.main,
.main-archive {
	width: 840px;
	float: left
}

.main-full {
	width: 100% !important;
	float: none
}

.el-boxed .wrap {
	margin-top: 10px
}

.el-boxed.home .wrap {
	margin-top: 20px;
}

.el-boxed .main,
.el-boxed .main-archive {
	width: 840px;
}

.sidebar {
	width: 280px;
	float: right
}

.sidebar.fixed {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: 240px
}

.sidebar.fixed.sidebar-on-left {
	right: 50%;
	left: auto;
	margin-right: 240px
}

.sidebar.abs {
	position: absolute;
	bottom: 0;
	right: 10px
}

.sidebar.abs.sidebar-on-left {
	left: 10px;
	right: auto
}


a.wave-link {
	padding-bottom: 0;
	text-align: center;
	color: var(--theme-hover);
	border-bottom: 1px solid var(--theme-hover)
}

a.wave-link:hover {
	color: var(--theme-hover);
	padding-bottom: 0;
	border-color: transparent;
	animation: waveMove .8s infinite linear;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23256aeb' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
	background-size: 20px auto
}
.entry .entry-catalog a.wave-link,
.entry .entry-content a.wave-link{
	min-width: unset;
}
.entry .entry-catalog a.wave-link:hover,
.entry .entry-content a.wave-link:hover{
	color: var(--theme-hover);
}
/* a.wave-link img[data-src$=".svg"] {
	filter: invert(20%) sepia(93%) saturate(4931%) hue-rotate(0deg) brightness(89%) contrast(130%) !important
} */
/* tabs */

.tabs {
	margin-bottom: 15px
}

.tabs .nav-tabs {
	padding: 0 !important;
	margin: 0 !important
}

.tabs .nav-tabs>li {
	margin-bottom: -1px !important
}

.tabs .nav-tabs a {
	border-radius: 0;
	color: #666;
	background-color: #f3f3f3;
	border: 1px solid #ddd
}

.tabs .nav-tabs a:hover {
	background-color: #f9f9f9;
	border: 1px solid #ddd
}

.tabs .nav-tabs .active a {
	color: var(--font-color)
}

.tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	background: #fff
}

.panel-body p,
.tab-content p {
	margin-bottom: 10px !important;
	text-indent: 0 !important
}

.alert p:last-child,
.panel-body p:last-child,
.tab-content p:last-child,
.tabs-horizontal .nav-tabs>li:last-child {
	margin-bottom: 0 !important
}

.tab-pane {
	padding: 15px;
	overflow: hidden
}

.list-unstyled li {
	list-style: none;
}

.list {
	margin: 0;
	list-style-type: none;
}

.el-boxed .list.tabs .tab.active a:after {
	margin-top: -1px
}

.el-boxed .list.tabs {
	border-bottom: 1px solid rgba(99, 99, 99, .1)
}

.el-boxed .list.tabs .tab a {
	line-height: 58px;
	padding-bottom: 0
}

.el-boxed .main-list .list.tabs {
	height: 60px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px
}


.list.tabs {
	font-size: 0;
	white-space: nowrap;
	overflow: hidden
}


.list.tabs .tab {
	position: relative;
	display: inline-block;
	margin-right: 31px;
	vertical-align: middle
}

.list.tabs .tab:last-child {
	margin-right: 0
}

.list.tabs .tab.active a {
	position: relative;
	color: var(--theme-color);
	font-weight: 500
}

.list.tabs .tab a {
	display: block;
	font-size: 16px;
	padding-bottom: 12px;
	color: #5a5a5a;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none
}

.list.tabs .tab a:hover {
	color: var(--theme-hover)
}

.list.tabs .tab-underscore {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--theme-color);
	border-radius: 2px;
	content: "";
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.main-list .list.tabs {
	height: 34px;
	margin-bottom: -1px
}

/* nav tabs */
.nav-tabs {
	padding: 8px;
}

.nav-tabs>li {
	display: inline-block;
}

.nav-tabs>li>a {
	margin-right: 15px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	padding: 5px 8px;
	color: var(--font-color);
}

.nav-tabs>li>a:hover {
	background-color: #F6F8FA;
	color: var(--theme-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: var(--theme-color);
	background-color: #F6F8FA;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs>li.active>a {
	font-weight: bold;
}

.nav-pills>li {
	float: left;
	margin-right: 12px;
	padding: 5px 12px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.nav-pills>li>a {
	border-radius: 2px;
	color: #333;
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active,
.nav-pills>li:hover {
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

.nav-pills>li:hover a {
	color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: var(--theme-color)
}

/* header */
.header-top {
	background-color: var(--theme-color);
}

.header-menu {
	float: right;
	margin-bottom: 0;
	padding: 3px 0;
}

.header-menu li {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.header-menu li a {
	font-size: 13px;
	line-height: 1.5;
	color: #d9f2fe;
}

.header-main {
	background: var(--theme-color);
	max-height: 65px;
	overflow: hidden;
}

.header-kw {
	padding: 3px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #FFFFFF;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

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

.nav>li,
.nav>li>a {
	position: relative;
	display: block;
}

.navbar-header {
	float: left;
}

.navbar-nav {
	float: left;
	margin: 0;
}

.navbar-nav>li {
	float: left;
}

body>header.header {
	position: relative;
	z-index: 999;
	width: 100%;
	border: 0;
	-webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 70%, .2);
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 70%, .2);
}

body>header.header .logo,
body>header.header .logo img {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

body>header.header .logo {
	height: 60px;
	float: none;
	display: table-cell;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
}

body>header.header .logo img {
	width: auto;
	max-height: 75px;
	vertical-align: top;
}

body>header.header .primary-menu {
	margin-left: 40px;
}

body>header.header .nav {
	font-size: 14px;
}

body>header.header .nav>li>a {
	padding: 0 10px;
	color: var(--color-dodger-blue-50);
	line-height: 64px;
	background: 0 0;
}

body>header.header .nav>li:first-child {
	margin-left: 0;
}

body>header.header .nav>li.active.nav-menu:after {
	left: calc(50% - 30px);
	width: 60px
}

body>header.header .nav>li.active>a {
	color: var(--base-color);
}

body>header.header .nav>li>a:hover {
	color: #ffffff;
	background: 0 0;
}

body>header.header .wpcom-adv-menu {
	position: relative;
	margin-left: 40px;
}

body>header.header .wpcom-adv-menu>.dropdown .dropdown-menu {
	display: block;
	padding: 0;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 0;
	border: 0
}

body>header.header .wpcom-adv-menu>.dropdown>.dropdown-menu {
	padding: 2px 0
}

body>header.header .wpcom-adv-menu>.dropdown:hover>.dropdown-menu,
body>header.header .wpcom-adv-menu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: opacity .1s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible
}

body>header.header .wpcom-adv-menu>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
	left: 100%;
	top: 0
}

.navbar-action {
	position: relative;
	z-index: 1002;
	height: 26px;
	font-size: 0;
	margin-top: 18px;
	margin-left: 20px;
}

.navbar-search {
	position: absolute;
	left: -54px;
	z-index: 1;
	width: 44px;
	height: 30px;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 3px;
	transition: all .3s ease-out 0s;
}

.navbar-search.warning ::-webkit-input-placeholder {
	color: #fa5555 !important
}

.navbar-search.warning :-moz-placeholder,
.navbar-search.warning ::-moz-placeholder {
	color: #fa5555 !important
}

.navbar-search.warning :-ms-input-placeholder {
	color: #fa5555 !important
}

.navbar-search.active {
	width: 184px;
	left: -194px;
	background: #f6f8fa;
	transition: all .3s ease-out 0s;
}

.navbar-search-input {
	width: 0;
	height: 30px;
	padding: 0;
	font-size: 13px;
	color: #666;
	line-height: 30px;
	border: 0;
	background: none;
	outline: 0;
	transition: all .3s ease-out 0s;
}

.navbar-search.active .navbar-search-input {
	width: 155px;
	padding: 0 10px;
	transition: all .3s ease-out 0s;
}

.navbar-search-icon {
	color: var(--theme-gray-color);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: top
}

.navbar-search-icon .li {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	width: 22px
}

.navbar-search-icon:focus,
.navbar-search-icon:hover {
	color: #fff;
	text-decoration: none
}

.navbar-search.active .navbar-search-icon {
	color: var(--theme-color);
}

/* footer*/
.footer {
	padding: 50px 0;
	color: #ccc;
	background: #32363c
}

.footer a {
	color: inherit
}

.footer a:hover {
	color: rgba(255, 255, 255, .9);
	text-decoration: none
}

.footer .copyright {
	font-size: 13px
}


.footer .copyright p {
	margin: 0 0 5px
}

.footer .copyright p:last-child {
	margin-bottom: 0
}

.footer .footer-nav,
.footer .menu ul,
.footer ul.menu {
	padding: 0;
	margin: 0 0 12px;
	font-size: 14px;
	list-style: none
}

.footer .footer-nav li,
.footer .menu ul li,
.footer ul.menu li {
	display: inline-block;
	margin-right: 10px;
	line-height: 18px
}

.footer .footer-nav li:after,
.footer .menu ul li:after,
.footer ul.menu li:after {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	opacity: .8;
	content: "|";
	vertical-align: top
}

.footer .footer-nav li:last-child:after,
.footer .menu ul li:last-child:after,
.footer ul.menu li:last-child:after {
	display: none
}

.footer .footer-nav a,
.footer .menu ul a,
.footer ul.menu a {
	display: inline-block;
	padding-right: 10px;
	vertical-align: top
}

.footer-col {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 32px
}

.footer-col-logo img {
	display: block;
	max-width: 160px;
	max-height: 60px;
	height: auto
}

.action {
	position: fixed;
	z-index: 999;
	bottom: 20%;
	right: 20px;
	width: 40px
}

.action.action-style-1 {
	width: 62px
}

.action.action-style-1 .action-item {
	width: 62px;
	height: 64px
}

.action.action-style-1 .action-item>span {
	display: block;
	font-size: 12px;
	line-height: 1
}

.action.action-style-1 .action-item-icon {
	font-size: 28px;
	line-height: 42px;
	vertical-align: top
}

.action.action-color-1 .action-item {
	position: relative;
	z-index: 0;
	color: #fff;
	background-color: var(--base-color)
}

.action.action-color-1 .action-item:hover:before {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	content: ""
}

.action.action-pos-1 {
	right: auto;
	left: 50%;
	margin-left: 510px
}

.action.hide-gotop .action-item:nth-last-child(2) {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.action .action-item {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: center;
	background: #eee;
	text-decoration: none;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.action .action-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.action .action-item:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.action .action-item:hover {
	color: #fff;
	background-color: var(--theme-color);
	cursor: pointer
}

.action .action-item:hover .action-item-inner {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.action .gotop,
.action .gotop.active {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.action .gotop.active {
	opacity: 1
}

.action .action-item-icon {
	font-size: 20px;
	line-height: 40px
}

.share-wx-wrap {
	padding: 0;
	margin: 0 0 0 -81px !important;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 50px;
	width: 160px;
	line-height: 1;
	text-align: center;
	border: 1px solid #d9f2fe;
	background: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none
}

.share-wx-wrap:after,
.share-wx-wrap:before {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	line-height: 0;
	border: 8px solid transparent;
	content: ""
}

.share-wx-wrap:before {
	bottom: -16px;
	border-top-color: #d9f2fe
}

.share-wx-wrap:after {
	z-index: 1;
	bottom: -15px;
	border-top-color: #fff
}

.share-wx-wrap canvas,
.share-wx-wrap img {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 10px 0;
	vertical-align: top
}

.share-wx-wrap span {
	display: block;
	padding: 0 0 10px;
	margin: 0 !important;
	color: #999;
	font-size: 12px !important;
	line-height: 1 !important;
	vertical-align: top
}

.home #wrap {
	padding-top: 0;
}

.search-panel {
	margin-top: 0px;
	width: 100%;
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-hover));
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.search-panel-body {
	width: 750px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 60px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}

.search-panel-content {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	margin: auto;
}

select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	box-shadow: none;
}

.search-panel .search-input {
	width: 100%;
	height: 48px;
	border-radius: 5px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 80px;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 1em;
}

.search-panel .search-submit {
	width: 80px;
	height: 48px;
	top: 0;
	position: absolute;
	right: 0;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	background-color: var(--theme-color);
	border-radius: 5px;
	font-size: 1em;
}

input[type='button'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

.search-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.search-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.search-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7)
}

.search-panel .tips {
	margin: 15px 0 0 0;
	padding-left: 0;
	text-align: left;
}

.search-panel .tips li {
	list-style: none;
	display: inline-block;
}

.search-panel .tips li span {
	background-image: url(https://www.youbianku.com/skins/Green/resources/images/hot.svg?936a4);
	background-position: 0;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.search-panel .tooltips {
	text-align: left;
	margin: 15px 0 0 0;
	background-image: url(https://www.youbianku.com/skins/Green/resources/images/hot.svg?936a4);
	background-position: 0;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.search-panel .tips a {
	color: #FFFFFF;
	margin-right: 8px;
}

.waves {
	position: absolute;
	width: 100%;
	bottom: 0;
	min-height: 80px;
	max-height: 100px;
	z-index: 0;
}

.onmove,
.onmove-a {
	padding-bottom: 3px;
	text-decoration: none;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 0 2px;
	transition: background-size 500ms ease-in-out
}

.onmove-a {
	color: #ffffff;
	background-image: linear-gradient(#fced05, #fced05)
}

.onmove:hover,
.onmove-a:hover {
	background-size: 100% 2px
}

.onmove-a:hover {
	color: #fced05
}

.nav-multiple>li {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}

.nav-multiple>li>a {
	width: 46px;
	overflow: hidden;
	float: left;
}

.nav-multiple-right {
	padding-left: 0;
	margin-left: 60px;
}

.nav-multiple-right li {
	float: left;
	overflow: hidden;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.nav-multiple-right li a {
	font-size: 16px;
	line-height: 24px;
	color: var(--font-color);
}

.nav-multiple-right li:hover {
	background-color: var(--theme-color);
}

.nav-multiple-right li:hover a {
	color: #FFFFFF;
}

.letter {
	display: inline-block;
	width: 46px;
	height: 26px;
	overflow: hidden;
	background: var(--theme-bg-color);
	border-radius: 3px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: var(--theme-color);
}

/* panel */
.sec-panel {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 15.8px rgba(135, 183, 253, 0.1);
	margin: 0 0 20px;
	padding: 20px 15px;
}

.sec-panel-heading {
	position: relative;
	margin-bottom: 0;
}

.sec-panel-heading h1,
.sec-panel-heading h2,
.sec-panel-heading h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #0e1017;
	border-bottom: 0;
	line-height: 26px;
	padding: 0 20px;
}

.sec-panel-heading h1 a,
.sec-panel-heading h2 a,
.sec-panel-heading h3 a {
	text-decoration: none;
	color: var(--font-color);
}

.sec-panel-heading .sec-panel-title {
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sec-panel-heading .sec-panel-title:before {
	position: absolute;
	left: 0;
	top: 6px;
	height: 16px;
	width: 4px;
	border-radius: 4px;
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
	content: ""
}

.sec-panel-listbox .sec-panel-heading .sec-panel-title:before {
	left: 0;
}

.sec-panel-heading small {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	color: #5a5a5a;
	font-weight: 400;
	line-height: inherit;
	vertical-align: top
}

.sec-panel-heading h1.box-title a.more,
.sec-panel-heading h2.box-title a.more,
.sec-panel-heading h3.box-title a.more,
.sec-panel-heading .more {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: var(--theme-color)
}

.sec-panel-heading .more,
.sec-panel-heading .more:hover {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.sec-panel-heading .more:hover {
	color: var(--theme-hover);
	text-decoration: none
}
.sec-panel-heading.hastime{
	display: flex;
	justify-content: space-between;
}
.sec-panel-heading.hastime .sec-panel-title {
	flex: 1;
}

.sec-panel-heading.hastime .date {
	color: #999;
}

.sec-panel-body p {
	margin-bottom: 20px;
	line-height: 2.2;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: justify;
}

/* custom box */
.post-loop-default .zhishi .item-title {
	height: 28px;
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.post-loop-list.related .item a {
	width: auto;
	display: inline-block;
	padding-right: 15px;
}

.post-loop-list.related .item:before {
	background-color: var(--theme-color);
}

.post-loop-list.related .item span {
	color: #666;
}

.sec-panel-default .sec-panel-heading {
	margin-bottom: 0;
	margin-top: 0;
}

.sec-panel-dict .sec-panel-heading {
	padding: 0 15px;
	margin-bottom: 0;
}

.sec-panel-dict .sec-panel-heading .box-title {
	display: block;
	line-height: 48px;
}

.sec-panel-dict .sec-panel-heading h1.box-title:before,
.sec-panel-dict .sec-panel-heading h2.box-title:before,
.sec-panel-dict .sec-panel-heading h3.box-title:before {
	top: 16px;
}

.sec-panel-dict .sec-panel-body {
	padding-top: 0;
}

.sec-panel-searchbox,
.sec-panel-listbox {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sec-panel-searchbox {
	padding-top: 20px;
}

.sec-panel-tags .sec-panel-heading h1,
.sec-panel-tags .sec-panel-heading h2 {
	padding-left: 0;
}

.sec-panel-tags .sec-panel-body {
	padding: 0;
}

.sec-panel-tags .sec-panel-body ul {
	padding-left: 0;
}

/* filter */
.list-filter {
	padding-left: 0
}

.list-filter li {
	list-style: none;
	padding: 5px 9px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.list-filter li:last-child {
	margin-right: 0;
}

.list-filter li.type {
	font-weight: 600;
}

.list-filter li.item {
	border: 1px solid var(--border-color);
}

.list-filter .item:hover,
.list-filter li.active {
	color: #fff;
	background-color: var(--theme-color);
}

.list-filter .item a {
	line-height: 20px;
	display: inline-block;
	width: 100%;
	color: var(--font-color);
}

.list-filter .item:hover a,
.list-filter li.active a {
	color: #fff;
}

.list-filter-nav {
	padding-left: 0
}

.list-filter-nav .item {
	list-style: none;
	margin-bottom: 5px;
}

.list-filter-nav .item a {
	transition: all .2s;
	padding: .1rem .6rem;
	text-decoration: none;
	color: var(--font-color);
	margin-right: 8px;
	border: 1px dashed var(--theme-line-color);
}

.entry-tabs {
	background: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 12px 24px;
	clear: both;
	border-bottom: 1px solid #f0f0f0;
}

.entry-tabs-list {
	box-sizing: content-box;
	width: max-content;
	display: flex;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid var(--color-dodger-blue-100);
	flex-wrap: wrap;
	-moz-column-gap: .5rem;
	column-gap: 0.5rem;
	padding: 0.25rem;
	margin: 0 auto;
}

.entry-tabs-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	transition: color 15ms ease-in;
	margin: 0;
	color: var(--font-color);
	padding: 0 10px;
	width: auto;
	border: none;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	background-color: unset
}

.entry-tabs-list a.active {
	background-color: var(--theme-color)
}

.entry-tabs-list a:hover {
	background-color: var(--theme-hover)
}

.entry-tabs-list a.active,
.entry-tabs-list a:hover {
	transition: color 15ms ease-in;
	color: #fff
}

.sec-panel.sec-panel-navbox {
	padding: 20px 20px 10px;
}

.sec-panel.sec-panel-navbox .sec-panel-title {
	margin-bottom: 10px;
	padding-left: 0;
}

.sec-panel.sec-panel-navbox .sec-panel-body {
	padding: 0 0 10px;
}

.sec-panel-navbox .nav-tabs {
	padding: 0;
	margin: 0;
}

.sec-panel-navbox .nav-tabs>li>a {
	border: 1px dashed #ccc;
	margin-bottom: 5px;
}

.sec-panel-navbox .nav-tabs>li>a:hover {
	background-color: var(--theme-color);
	color: #FFFFFF;
}

.sec-panel-filter {
	padding: 0;
}

.z-filter {
	font-size: 14px;
}

.z-filter a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--font-color);
}

.z-filter .z-filter-box {
	position: relative;
	padding: 10px;
}

.z-filter .z-filter-title {
	font-weight: 600;
	display: inline-block;
	width: 120px;
}

.z-filter .z-filter-li {
	margin: 0 6px 6px 0;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 8px;
	line-height: 1.5;
	white-space: nowrap;
	border-radius: 3px;
	display: inline-block;
	border: 1px dashed #ccc;
}

.z-filter-ul {
	padding-left: 0;
}

.z-filter .z-filter-li:hover,
.z-filter .z-filter-li.active {
	color: #fff;
	background-color: var(--theme-color);
}

.z-filter .z-filter-li:hover a,
.z-filter .z-filter-li.active a {
	color: #fff;
}

.z-nav {
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 6666;
}

.z-nav .z-nav-box {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1200px;
	width: 100%;
}

.z-nav .z-nav-title {
	margin: 0 0 20px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #0e1017;
	border-bottom: 0;
	line-height: 26px;
	position: relative;
}

.z-nav .z-nav-title:before {
	content: " ";
	width: 4px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: -20px;
	background-color: var(--theme-color);
}

.sec-panel.sec-panel-navbox .sec-panel-body.sticky {
	padding: 10px 0;
}

.z-nav.sticky .z-nav-title {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	padding-left: 20px;
}

.z-nav.sticky .z-nav-title:before {
	left: 0;
}

.z-nav.sticky .nav-tabs>li.active>a {
	background-color: var(--theme-color);
	color: #FFFFFF;
}

.z-nav .z-filter-item {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1020px;
	width: 100%;
}

.z-nav .z-filter-ul {
	display: block;
	position: relative;
	z-index: 3;
	margin: 8px 0;
	max-width: 800px;
}

/* loop */
.post-loop,
.post-loop-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.post-loop-default {
	padding: 0;
	margin: 0 0 20px
}

.post-loop-default .item,
.post-loop-default .item:hover {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.post-loop-default .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid var(--border-color);
	overflow: hidden
}

.post-loop-default .item3 {
	display: block
}

.post-loop-default .item3 .item-content {
	padding: 0
}

.post-loop-default .item3 .item-images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.post-loop-default .item3 .item-images span {
	position: relative;
	width: 24.25%;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.post-loop-default .item3 .item-images span:before {
	position: relative;
	z-index: 1;
	display: block;
	content: "";
	padding-top: 62.5%
}

.post-loop-default .item3 .item-images span:hover {
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.post-loop-default .item-img:hover img,
.post-loop-default .item3 .item-images span:hover .item-images-el {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.post-loop-default .item3 .item-images span:last-child {
	margin-right: 0
}

.post-loop-default .item-img img,
.post-loop-default .item3 .item-images .item-images-el {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.post-loop-default .item3 .item-images .item-images-el {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.post-loop-default .item3 .item-meta {
	position: relative;
	padding-right: 0
}

.post-loop-default .item3 .item-excerpt {
	height: auto
}

.post-loop-default .item-excerpt p,
.post-loop-default .item3 .item-excerpt p {
	margin-bottom: 0
}

.post-loop-default .item-img,
.post-loop-default .item-img:hover {
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
}

.post-loop-default .item-img {
	position: relative;
	width: 30%;
	overflow: hidden;
	border-radius: 4px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.post-loop-default .item-img:before {
	content: "";
	display: block;
	padding-top: 62.5%
}

.post-loop-default .item-img:hover {
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3)
}

.post-loop-default .item-img .item-img-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.post-loop-default .item-img img {
	-o-object-fit: cover;
	object-fit: cover
}

.post-loop-default .item-ad {
	display: block
}

.post-loop-default .item-ad:hover {
	background: #fff
}

.post-loop-default .item-category {
	position: absolute;
	left: 10px;
	top: 15px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=60);
	background: rgba(0, 0, 0, .6);
	border-radius: 3px;
	text-decoration: none
}

.post-loop-default .item-category:hover {
	background: var(--theme-hover)
}

.post-loop-default .item-content {
	position: relative;
	width: 100%;
	padding-left: 20px
}

.post-loop-default .item-no-thumb .item-content {
	padding: 0 !important;
	min-height: auto
}

.post-loop-default .item-no-thumb .item-excerpt {
	max-height: 44px;
	height: auto;
	font-size: 14px
}

.post-loop-default .item-no-thumb .item-meta {
	position: relative;
	bottom: 0
}

.post-loop-default .item-title {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600
}

.post-loop-default .item-excerpt,
.post-loop-default .item-title a {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.post-loop-default .item-title a {
	color: var(--font-color);
	max-height: 56px;
	text-decoration: none;
}

.post-loop-default .item-title a span {
	color: #e0b228
}

.post-loop-default .item-meta a:hover,
.post-loop-default .item-title a:hover {
	color: var(--theme-color)
}

.post-loop-default .item-excerpt {
	height: 52px;
	margin-bottom: 10px;
	line-height: 1.925;
	color: rgba(0, 0, 0, .85);
	font-size: 14px
}

.post-loop-default .item-meta {
	position: relative;
	width: 100%;
	padding-right: 20px;
	color: #888;
	font-size: 12px
}

.post-loop-default .item-meta .item-meta-right {
	float: right
}

.post-loop-default .item-meta .item-meta-li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	line-height: 24px
}

.post-loop-default .item-meta .item-meta-li:last-child {
	margin-right: 0
}

.post-loop-default .item-meta .item-meta-li.dot {
	margin-left: -7px;
	margin-right: 8px;
	font-size: 20px;
	opacity: .8
}

.post-loop-default .item-meta .item-meta-li i {
	display: inline-block;
	font-size: 14px;
	margin-right: 1px;
}

.post-loop-default .item-meta a {
	color: var(--theme-color);
	text-decoration: none
}

.post-loop-default .item-meta .author {
	margin-right: 15px;
	display: inline-block
}

.post-loop-default .item-meta a.avatar {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top
}

.post-loop-default .item-meta a.avatar img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 3px;
	border-radius: 50%;
	background: #f6f8fa;
	vertical-align: top
}

.post-loop-default .item-meta a.avatar img:hover {
	opacity: .9;
	filter: alpha(opacity=90)
}

.item-meta .tag {
	display: inline;
	background-color: #f1f2f6;
	margin-right: 6px;
	padding: 2px 8px;
	font-size: 13px;
	text-decoration: none;
	color: var(--font-color);
	border-radius: 5px;
}

.post-loop-default .item-meta a.tag {
	color: var(--font-color);
}

.post-loop-default .item-meta a.tag:hover {
	color: var(--theme-color);
}

.post-loop-list .item a {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.post-loop-list {
	padding: 0 0 10px
}

.post-loop-list .item {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 20px;
	color: var(--font-color);
	line-height: 32px;
	border-bottom: 1px dashed #F6F8FA
}

.post-loop-list .item:before {
	position: absolute;
	left: 1px;
	top: 21px;
	width: 4px;
	height: 4px;
	background-color: #ddd;
	border-radius: 100%;
	content: ""
}

.post-loop-list .item .date {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px
}

.post-loop-list .item a {
	display: block;
	font-size: 16px;
	padding-right: 110px;
	vertical-align: top;
	color: #262626
}

.post-loop-list .item .zz {
	color: #888;
}

.post-loop-list.cols-2 .item,
.post-loop-list.cols-3 .item,
.post-loop-list.cols-4 .item,
.post-loop-list.cols-5 .item {
	float: left;
}

.post-loop-list.cols-1 .item {
	width: 100%;
}

.post-loop-list.cols-2 .item {
	width: 50%;
}

.post-loop-list.cols-3 .item {
	width: 33.3333%;
}

.post-loop-list.cols-4 .item {
	width: 25%;
}

.post-loop-list.cols-5 .item {
	width: 20%;
}

.post-loop-list.cols-2 .item a,
.post-loop-list.cols-3 .item a,
.post-loop-list.cols-4 .item a,
.post-loop-list.cols-5 .item a {
	padding-right: 0;
}

.post-loop-link a:hover,
.post-loop-list .item a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.post-loop-link a {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	margin: 0;
	padding: 15px 0 15px 18px;
	color: var(--font-color);
	line-height: 32px;
	border-bottom: 1px dashed #F6F8FA
}
.post-loop-link a em{
	font-style: normal;
	color: var(--action-color);
}
.post-loop-letter a {
	font-size: 16px;
	padding-left: 16px;
}

.post-loop-tags .item {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	vertical-align: top
}

.post-loop-tags .item:nth-child(2n+1) {
	padding-right: 1.03092784%
}

.post-loop-tags .item:nth-child(2n) {
	padding-left: 1.03092784%
}

.post-loop-tags .item a {
	border-radius: 9px;
	outline: 0;
	background-color: #f6f8fa;
	border-color: #f6f8fa;
	font-weight: 400;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: auto;
	font-size: 14px;
	line-height: 36px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8px;
	margin: 5px 0;
	color: #000;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-webkit-box-align: stretch;
	vertical-align: middle;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

.post-loop-label {
	list-style: none;
	zoom: 1;
	padding: 0;
	margin: -12px -6px 0;
}

.post-loop-label li {
	float: left;
	position: relative;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.post-loop-label.c4 li,
.post-loop-label li.w25 {
	width: 25%;
}

.post-loop-label.c5 li,
.post-loop-label li.w20 {
	width: 20%;
}

.post-loop-label.c2 li,
.post-loop-label li.w50 {
	width: 50%;
}

.post-loop-label li a {
	margin: 3px 6px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	text-decoration: none;
	width: auto;
	height: auto;
	padding: 6px 12px;
	display: block;
	text-align: center;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.post-loop-label li a span {
	font-size: 15px;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: var(--theme-color);
}

.post-loop-label li a em {
	font-style: normal;
	color: var(--action-color);
}

.entry .entry-content .post-loop-label li a:hover,
.post-loop-label li a:hover {
	background-color: var(--theme-color);
	color: #fff;
}

.post-loop-label li a:hover span {
	color: #333;
}

.post-loop-label li a::before {
	content: "#";
	white-space: pre;
	display: inline-block;
	color: #999;
	margin: 0 6px;
}

.post-loop-label li a:hover::before {
	color: #ddd;
}

.post-loop-label.basic li a {
	border: 1px solid var(--color-dodger-blue-50);
}

.post-loop-label.basic li a::before {
	display: none;
}

.post-loop-label.highlight li a {
	border: 1px solid var(--border-color);
}

.post-loop-label.highlight li a::before {
	color: var(--action-color);
}

.post-loop-grap {
	display: flex;
	flex-wrap: wrap;
}

.post-loop-grap li {
	width: 24%;
	line-height: 3;
	text-align: center;
	overflow: hidden;
	padding: 0 0.5rem;
	color: var(--font-color);
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
	border-radius: 3px;
	margin-right: 0.75rem;
	border: 1px solid #eee;
}

.post-loop-grap li:nth-of-type(4n) {
	margin-right: 0;
}

.post-loop-grap li a {
	color: var(--font-color);
	display: block;
	text-decoration: none;
}

.entry .entry-content .post-loop-grap li a {
	text-decoration: none;
}

.post-loop-grap li:hover,
.post-loop-grap li.active {
	background-color: var(--theme-color);
}

.entry .entry-content .post-loop-grap li:hover a,
.post-loop-grap li:hover a,
.post-loop-grap li.active a {
	color: #FFFFFF;
}

.post-loop-grap.letters li {
	width: 50px;
}

.post-loop-grap.letters li:nth-of-type(4n) {
	margin-right: 0.75rem;
}

.entry .entry-content ul.post-loop-grap {
	padding-left: 0;
}

/* custom */
.sec-tips {
	margin: 15px 0 0 0;
	padding-left: 110px;
	text-align: left
}

.sec-tips li {
	list-style: none;
	display: inline-block
}

.sec-tips li span {
	background-image: url(../images/icon/hot.svg);
	background-position: 0;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px
}

.sec-tips li a {
	color: #333;
	margin-right: 8px;
}

.onmove {
	padding-bottom: 8px;
	text-decoration: none;
	background-image: linear-gradient(var(--theme-color), var(--theme-color));
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 0 2px;
	transition: background-size .5s ease-in-out;
}

.sec-catalog dl {
	margin-bottom: -1px;
	padding-left: 20px;
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.sec-catalog a {
	color: #333;
}

.sec-catalog dt {
	margin: 15px 0;
	position: relative;
	text-align: left;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.sec-catalog dt:first-child {
	margin-top: 0;
}

.sec-catalog dt>h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px !important;
}

.sec-catalog dt h3::before {
	content: "\0020\2261\0020";
	color: var(--action-color);
	font-family: yahei;
	left: 0;
	width: 10px;
	font-size: 16.5px;
}

.sec-catalog dt:before {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: -15px;
	border-radius: 50%;
	background-color: var(--theme-color);
}

.sec-catalog.sec-catalog-primary dl {
	padding-left: 10px;
}

.sec-catalog.sec-catalog-primary dt:before {
	display: none;
}

.sec-catalog dd {
	margin: 5px 7px;
	font-size: 14px;
	padding: 2px 10px;
	float: left;
	border-radius: 3px;
	border: 1px solid var(--border-color);
}

.sec-catalog dd a {
	height: 30px;
	width: 100%;
	line-height: 30px;
	background: none;
	display: inline-block;
	font-size: 14px;
}

.sec-catalog dd:hover {
	background-color: var(--theme-color);
}

.entry .entry-catalog.sec-catalog a:hover,
.sec-catalog dd:hover a {
	color: #fff;
}

.sec-panel-listbox .post-loop .item.item-idx {
	padding: 20px 10px;
}

.post-loop-default .item.item-idx .index {
	font-size: 16px;
	padding-top: 3px;
	width: 35px;
}

.post-loop-default .item.item-idx .item-title {
	line-height: 1.4;
}

.post-loop-default .item.item-idx .item-content {
	padding-left: 0;
}

.post-loop-list .item.item-idx .index {
	font-size: 16px;
	padding-top: 3px;
	width: 35px;
}

.post-loop-list .item.item-idx a {
	display: inline-block;
}

.post-loop-item li a em,
.post-loop-default .item-title a em {
	font-style: normal;
	color: var(--action-color);
}

.sec-panel.sec-panel-related {
	background: none;
	box-shadow: none;
}

.post-loop-item li {
	width: 20%;
	line-height: 2rem;
	font-size: 18px;
	float: left;
	text-align: center;
	padding: .5rem;
	max-height: 64px;
	overflow: hidden;
	box-sizing: border-box;
	list-style: none outside none;
}

.post-loop-item li.x2 {
	width: 40%;
}

.post-loop-item li a {
	border: 1px solid var(--color-dodger-blue-50);
	background: var(--theme-bg-color);
	padding: 6px 0 4px;
	display: block;
	transition: all .2s;
	color: #0e1017;
	border-radius: .3rem;
	font-size: 16px;
}

.post-loop-item li a span {
	display: block;
	height: 1.5rem;
	line-height: 1rem;
	font-size: 16px;
	padding: 0;
	margin: 0 0 2px;
	font-weight: 400;
	overflow: hidden;
	color: #d5d6da;
}

.post-loop-item li a:hover span {
	color: #dbe5ff;
}

.entry .entry-catalog .post-loop-item li a:hover,
.entry .entry-content .post-loop-item li a:hover,
.post-loop-item li a:hover,
.post-loop-item li a.active {
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: #fff;
	text-decoration: none;
}

.entry .entry-content .post-loop-item li a {
	text-decoration: none;
}

.col-2 .block,
.col-2 li {
	width: 49%;
}

.col-3 .block,
.col-3 li {
	width: 33.333%;
}

.col-3 li a {
	padding: 1rem 0 1.2rem;
}

.col-4 li {
	width: 23%;
}

.col-5 li {
	width: 20%;
}

.col-6 li {
	width: 16.666%;
}

.col-6 li.x2 {
	width: 33.3333%;
}

.col-8 li {
	width: 12.5%;
}

.col-10 li {
	width: 10%;
}

.col-12 li {
	width: 8.33333%;
}

.gel_guess_btn {
	background-color: #ffe035;
	display: block;
	border-radius: 21px;
	line-height: 46px;
	width: 200px;
	margin: 15px auto;
	text-align: center;
	color: #a75929;
	font-size: 16px;
	font-weight: bold
}

ul.slides_pagination li:before {
	display: none
}

.widget .slides_pagination {
	height: 12px;
	margin-top: 10px;
	display: inline-block
}

.widget .slides_pagination li {
	display: inline;
	float: left
}

.widget .slides_pagination li a {
	background: url("../images/idiom.png?t=1403511004") 0 -850px no-repeat;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	margin-left: 3px;
	width: 12px
}

.widget .slides_pagination li.current a {
	background: url("../images/idiom.png?t=1403511004") 0 -810px no-repeat
}

/* widget */
.widget-catalog-list dt em {
	display: block;
	width: 12px;
	height: 2px;
	background: var(--font-color);
	float: left;
	margin-top: 8px;
	margin-right: 6px;
}

.widget-catalog-list dt h4 {
	display: block;
	font-size: 16px;
	color: var(--font-color);
	font-weight: 600;
}

.widget-catalog-list dd {
	padding-left: 18px;
}

.widget-catalog-list dd a {
	color: var(--font-color);
	font-size: 14px;
	line-height: 32px;
	position: relative;
	padding: 0px 10px 0px 5px;
	margin: 2px 8px 2px 2px;
	display: inline-block;
}

.widget-catalog-list dd a:before {
	position: absolute;
	right: 0;
	top: 15px;
	content: "";
	width: 1px;
	height: 14px;
	line-height: 0;
	background: #d3cec3;
}

.widget.widget-tags .widget-title a {
	color: var(--font-color);
}

.widget.widget-tags ul li {
	float: left;
	width: 33.33333%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
	border: none;
	box-sizing: border-box;
	overflow: hidden;
}

.widget.widget-tags ul li a {
	display: block;
	height: 100%;
	margin: 7.5px;
	border: 1px solid #b9a189;
	border-radius: 3px;
	padding: 6px 0;
	color: var(--font-color);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.widget-tags ul li a:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #f0ece1;
}

.widget-tags ul li.active a {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #f0ece1;
}

.widget-top ul li .spot {
	float: left;
	width: 20px;
	height: 19px;
	background: #999;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 19px;
	margin-top: 4px;
	border-radius: 50%;
	margin-right: 10px;
}

.widget-top ul li a {
	line-height: 24px;
	font-size: 14px;
}

.widget-top ul li:first-child .spot {
	background: var(--action-color);

}

.widget-top ul li:nth-child(2) .spot {
	background: #ff980d;
}

.widget-top ul li:nth-child(3) .spot {
	background: #d09500;
}

.widget-top ul li:before {
	display: none;
}

.widget-priview,
.widget-priview.abs #wrap {
	padding: 0 !important
}

.widget-priview #wrap {
	margin: 0;
	padding: 0;
	background: #fff
}

.widget-priview .site-content {
	width: 100%
}

.widget-priview .top-news {
	display: none !important
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:hover:after,
.widget_lastest_products .p-item-wrap .thumb.thumb-video:hover:before,
.widget_post_tabs .item-img.item-video:hover .item-img-inner:after,
.widget_post_tabs .item-img.item-video:hover .item-img-inner:before,
.widget_post_thumb .item-img.item-video:hover .item-img-inner:after,
.widget_post_thumb .item-img.item-video:hover .item-img-inner:before {
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget-lastest-list .kx-content p {
	margin: 0
}

.widget {
	margin-bottom: 40px
}


.widget ol,
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget ol li,
.widget ul li {
	position: relative;
	padding: 5px 0 10px 12px;
	line-height: 1.46
}

.widget ol li li,
.widget ul li li {
	padding-left: 20px;
	border-bottom: 0
}

.widget ol li:before,
.widget ul li:before {
	content: "\00BB\0020";
	color: var(--color-dodger-blue-500);
}

.widget ol a,
.widget ul a {
	color: var(--font-color)
}

.widget ol a:hover,
.widget ul a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.widget ul a em {
	font-style: normal;
	color: var(--action-color);
}

.widget .tagcloud {
	font-size: 0
}

.widget .tagcloud a {
	display: inline-block;
	width: 32.39%;
	margin: 0 .7% 1.4%;
	padding: 5px 12px;
	font-size: 12px !important;
	line-height: 1.2;
	text-align: center;
	color: #5a5a5a;
	border: 1px solid rgba(100, 100, 100, .3);
	border-radius: 2px;
	text-decoration: none;
	background: rgba(255, 255, 255, .2);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.widget .tagcloud a:nth-child(3n+1) {
	margin-left: 0
}

.widget .tagcloud a:nth-child(3n+3) {
	margin-right: 0
}

.widget .tagcloud a:hover {
	color: #fff;
	background: var(--theme-hover);
	border-color: var(--theme-hover)
}

.widget-title {
	background-color: var(--theme-light-color);
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: var(--theme-color);
	text-align: center;
	margin-top: 0;
}

.widget_tag_cloud a {
	margin: 0 2px
}

.widget_lastest_products .p-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px !important;
	padding-top: 7px
}

.widget_lastest_products .p-item {
	padding: 0 7px;
	margin: 0 0 15px;
	border: 0
}

.sidebar .widget_nav_menu ul li:before,
.widget_comments ul li:before,
.widget_lastest_products .p-item:before {
	display: none
}

.widget_lastest_products .p-item-wrap .thumb {
	position: relative;
	display: block;
	border-radius: 4px;
	background: #f8f9fa;
	overflow: hidden
}

.search-form,
.widget-title,
.widget_lastest_products .p-item-wrap .thumb.thumb-video {
	position: relative
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:after,
.widget_lastest_products .p-item-wrap .thumb.thumb-video:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 32px;
	margin-left: -16px;
	margin-top: -16px;
	text-align: center;
	opacity: .9;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:before {
	height: 32px;
	content: "";
	background: rgba(0, 0, 0, .6);
	opacity: .8
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:after {
	height: 32px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M341.333 290.987v442.026c0 33.707 37.12 54.187 65.707 35.84L754.347 547.84a42.667 42.667 0 000-72.107L407.04 255.147a42.581 42.581 0 00-65.707 35.84z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 22px
}

.widget_lastest_products .p-item-wrap .thumb img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .thumb:hover img {
	opacity: .9;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .title {
	margin: 0;
	bottom: 0;
	opacity: 1;
	padding: 6px 0 0
}

.widget_lastest_products .p-item-wrap .title a {
	height: 36px;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 18px
}

.widget_lastest_products:hover .title {
	bottom: 0
}

.widget_lastest .widget-title-more {
	float: right;
	font-size: 13px;
	font-weight: 400;
	color: var(--theme-color);
	line-height: 19px
}

.widget_lastest .widget-title-more:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.widget-lastest-list {
	margin-left: 1px !important;
	line-height: 1.6;
	border-left: 1px dashed #f1eded
}

.widget-lastest-list .lt-item {
	margin-bottom: 15px;
	padding: 5px 0 5px 18px;
	line-height: 1.6
}

.widget-lastest-list .lt-item:after,
.widget-lastest-list .lt-item:before {
	position: absolute;
	margin-left: -6px;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 6px;
	border: 4px solid var(--theme-color);
	background: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .3;
	content: ""
}

.widget-lastest-list .lt-item:before {
	border: 4px solid #fff;
	opacity: 1
}

.widget-lastest-list .lt-item.active:before,
.widget-lastest-list .lt-item:hover:before {
	border-color: var(--theme-hover);
	opacity: .6
}

.widget-lastest-list .lt-title {
	color: #0e1017;
	font-size: 14px;
	display: block
}

.widget-lastest-list .kx-content {
	display: none;
	margin: 10px 0;
	font-size: 14px;
	color: #5a5a5a
}

.widget-lastest-list .kx-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 5px
}

.widget-lastest-list .lt-meta {
	margin-top: 10px
}

.widget-lastest-list .lt-meta span {
	margin-right: 4px;
	font-size: 12px;
	vertical-align: top
}

.widget_profile {
	padding: 0;
	border: 1px solid #d9f2fe;
	overflow: hidden
}

.widget_profile .profile-cover {
	position: relative;
	width: 100%;
	height: 0 !important;
	padding-bottom: 37%;
	overflow: hidden
}

.widget_profile .profile-cover img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover
}

.widget_profile .cover_photo {
	height: 110px;
	background: #eee
}

.widget_profile img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.widget_profile p {
	margin: 0
}

.widget_profile .avatar-wrap {
	margin-top: 12px;
	text-align: center
}

.widget_profile .avatar-link {
	position: relative;
	display: block;
	width: 82px;
	padding: 2px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.widget_comments .comment-info img:hover,
.widget_profile .avatar {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_profile .avatar {
	width: 100%;
	height: auto;
	border-radius: 5px;
	background: #fff
}

.widget_profile .profile-info {
	padding: 10px 15px 20px;
	text-align: center;
	line-height: 1.4
}

.widget_profile .profile-stats {
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 20px;
	font-size: 12px
}

.widget_profile .profile-stats-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: cneter;
	-webkit-justify-content: cneter;
	-ms-flex-pack: cneter;
	justify-content: cneter
}

.widget_profile .profile-stats-inner .user-stats-item {
	width: 100%;
	padding: 6px 0
}

.widget_profile .profile-stats-inner .user-stats-item b {
	font-weight: 400
}

.widget_profile .profile-name {
	color: #0e1017;

}

.kx-list .kx-content h2 a:hover,
.widget_profile .profile-name:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.widget_profile .author-name {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	overflow: hidden;
	max-width: 180px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top
}

.widget_profile .user-group {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 4px 8px;
	margin-left: 8px;
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid var(--theme-color);
	overflow: hidden;
	vertical-align: top;
	margin-top: 8px;
}

.widget_profile .user-group:before {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: ""
}

.widget_profile .user-group:after {
	position: absolute;
	z-index: 0;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	background: var(--theme-color);
	opacity: .148
}

.widget_profile .author-description {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #5a5a5a
}

.widget_profile .profile-posts {
	padding: 20px 15px 15px;
	border-top: 1px dashed #d9f2fe
}

.widget_profile .profile-posts .widget-title {
	font-size: 14px
}

.widget_image_ad,
.widget_media_image {
	padding: 0;
	background: 0 0
}

.widget_image_ad img,
.widget_media_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 4px
}

.widget_image_ad a,
.widget_media_image a {
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.widget_image_ad a:hover,
.widget_media_image a:hover {
	opacity: .9;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.widget_html_ad {
	padding: 0;
	overflow: hidden
}

.widget_html_ad img {
	vertical-align: top;
	max-width: 100%;
	height: auto
}

.widget_post_tabs .item,
.widget_post_thumb .item {
	margin: 0;
	padding: 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(239, 239, 239, .8)
}

.widget_post_tabs .item:hover img,
.widget_post_thumb .item:hover img,
.widget_special .speial-item:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_post_tabs .item:last-child,
.widget_post_thumb .item:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget_post_tabs li:before,
.widget_post_thumb li:before {
	display: none
}

.widget_post_tabs .item-img,
.widget_post_thumb .item-img {
	width: 100px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 6px
}

.widget_post_tabs .item-img img,
.widget_post_thumb .item-img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_post_tabs .item-img.item-video .item-img-inner,
.widget_post_thumb .item-img.item-video .item-img-inner {
	position: relative;
	display: block
}

.widget_post_tabs .item-img.item-video .item-img-inner:before,
.widget_post_thumb .item-img.item-video .item-img-inner:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .6);
	opacity: .8;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_post_tabs .item-img.item-video .item-img-inner:after,
.widget_post_thumb .item-img.item-video .item-img-inner:after {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	content: "";
	opacity: .9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M341.333 290.987v442.026c0 33.707 37.12 54.187 65.707 35.84L754.347 547.84a42.667 42.667 0 000-72.107L407.04 255.147a42.581 42.581 0 00-65.707 35.84z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 22px;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_post_tabs .item-img-inner,
.widget_post_thumb .item-img-inner {
	display: block
}

.widget_post_tabs .item-title,
.widget_post_thumb .item-title {
	height: 38px;
	margin-bottom: 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.4
}

.widget_post_tabs .item-title a,
.widget_post_thumb .item-title a {
	color: #0e1017
}

.widget_post_tabs .item-date,
.widget_post_thumb .item-date {
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 12px;
	color: var(--theme-color);
	line-height: 14px
}

.widget_post_tabs .item-content,
.widget_post_thumb .item-content {
	position: relative;
	margin-left: 10px;
	width: calc(100% - 110px);
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.widget_post_tabs .item-no-thumb,
.widget_post_thumb .item-no-thumb {
	margin-left: 0;
	width: 100%
}

.widget_post_tabs .item-no-thumb .item-title,
.widget_post_thumb .item-no-thumb .item-title {
	display: block;
	height: auto;
	-webkit-line-clamp: unset
}

.widget_post_tabs .item-no-thumb .item-date,
.widget_post_thumb .item-no-thumb .item-date {
	position: relative
}


.widget_special .speial-item {
	padding: 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f2f2f2
}

.widget_special .speial-item:first-child {
	padding-top: 5px
}

.widget_special .speial-item:last-child {
	border-bottom: 0;
	padding-bottom: 5px
}

.widget_special .speial-item-img {
	margin-right: 10px;
	width: 64px;
	height: 64px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.widget_special .speial-item-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.widget_special .speial-item-text {
	width: calc(100% - 74px)
}

.widget_special .speial-item-title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	color: #0e1017;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.widget_special .speial-item-title:hover {
	color: var(--theme-hover)
}

.widget_post_tabs .widget-title span,
.widget_special .speial-item-desc {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.widget_special .speial-item-desc {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	max-height: 40px;
	color: #5a5a5a;
	-webkit-line-clamp: 2
}

.widget_special .speial-item-last {
	color: #BC7E6A
}

.widget_post_tabs {
	padding-top: 0
}

.widget_post_tabs .widget-title {
	margin-bottom: 2px;
	white-space: nowrap
}

.widget_post_tabs .widget-title span {
	width: 130px;
	display: inline-block;
	line-height: 1.1;
	-webkit-line-clamp: 1
}


.widget_post_tabs .post-tabs-hd-inner {
	position: relative;
	width: 100%
}

.widget_post_tabs .post-tabs-hd-inner:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #d9f2fe;
	content: ""
}

.widget_post_tabs .post-tabs-hd,
.widget_post_tabs .post-tabs-hd-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.widget_post_tabs .post-tabs-hd .post-tabs-item {
	padding: 0 2px;
	line-height: 52px;
	font-size: 16px;
	color: #5a5a5a;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.widget_post_tabs .post-tabs-hd .post-tabs-item.active {
	position: relative;
	color: var(--theme-color)
}

.widget_post_tabs .post-tabs-hd .post-tabs-item.active:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--theme-color);
	content: ""
}

.widget_post_tabs .post-tabs-hd .post-tabs-item:hover {
	color: var(--theme-hover)
}

.widget_post_tabs .post-tabs-hd .post-tabs-item:hover:after {
	background-color: var(--theme-hover)
}

.widget_post_tabs .post-tabs-hd .post-tabs-item .lei-icon {
	padding-right: 3px;
	font-size: inherit;
	vertical-align: top;
	line-height: inherit
}

.widget_post_tabs .tab-has-title {
	margin: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.widget_post_tabs .tab-has-title:before {
	content: none
}

.widget_post_tabs .tab-has-title .post-tabs-hd-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.widget_post_tabs .post-tabs-list,
.widget_post_tabs .tab-has-title .post-tabs-hd-inner:before,
.widget_post_tabs .tab-has-title .post-tabs-item .lei-icon {
	display: none
}

.widget_post_tabs .tab-has-title .post-tabs-item {
	position: relative;
	padding: 0 8px 0 7px;
	line-height: 30px;
	font-size: 14px;
	color: #BC7E6A
}

.widget_post_tabs .tab-has-title .post-tabs-item:before {
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #d9f2fe;
	content: ""
}

.widget_post_tabs .tab-has-title .post-tabs-item:last-child {
	padding-right: 0
}

.widget_post_tabs .tab-has-title .post-tabs-item:last-child:before {
	content: none
}

.widget_post_tabs .tab-has-title .post-tabs-item.active {
	color: var(--theme-color)
}

.widget_post_tabs .tab-has-title .post-tabs-item.active:after {
	content: none
}

.widget_post_tabs .post-tabs-list.active {
	display: block
}

.widget_post_tabs .post-tabs-empty {
	padding: 15px 0;
	color: #BC7E6A;
	text-align: center
}

.post-loop-card,
.post-loop-image {
	margin: 0 0 20px;
	font-size: 0
}

.post-loop-card .item,
.post-loop-image .item {
	display: inline-block;
	width: 32%;
	margin: 1%;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	vertical-align: bottom;
	transition: all 0.2s ease-out 0s
}

.post-loop-card .item:hover,
.post-loop-image .item:hover {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.2s ease-in 0s
}

.post-loop-card .item:hover .item-video:after,
.post-loop-card .item:hover .item-video:before,
.post-loop-image .item:hover .item-video:after,
.post-loop-image .item:hover .item-video:before {
	opacity: 1;
	transition: all 0.2s ease-in 0s
}

.post-loop-card .item:hover .item-thumb img,
.post-loop-image .item:hover .item-thumb img {
	opacity: 0.9;
	transition: all 0.2s ease-in 0s
}

.post-loop-card.cols-2 .item,
.post-loop-image.cols-2 .item {
	width: 48.99%
}

.post-loop-card.cols-2 .item:nth-child(odd),
.post-loop-image.cols-2 .item:nth-child(odd) {
	margin-left: 0
}

.post-loop-card.cols-2 .item:nth-child(2n+2),
.post-loop-image.cols-2 .item:nth-child(2n+2) {
	margin-right: 0
}

.post-loop-card.cols-2 .item:first-child,
.post-loop-card.cols-2 .item:nth-child(2),
.post-loop-image.cols-2 .item:first-child,
.post-loop-image.cols-2 .item:nth-child(2) {
	margin-top: 0
}

.post-loop-card.cols-3 .item:nth-child(3n+1),
.post-loop-image.cols-3 .item:nth-child(3n+1) {
	margin-left: 0
}

.post-loop-card.cols-3 .item:nth-child(3n+3),
.post-loop-image.cols-3 .item:nth-child(3n+3) {
	margin-right: 0
}

.post-loop-card.cols-3 .item:first-child,
.post-loop-card.cols-3 .item:nth-child(2),
.post-loop-card.cols-3 .item:nth-child(3),
.post-loop-image.cols-3 .item:first-child,
.post-loop-image.cols-3 .item:nth-child(2),
.post-loop-image.cols-3 .item:nth-child(3) {
	margin-top: 0
}

.post-loop-card.cols-4 .item,
.post-loop-image.cols-4 .item {
	width: 23.49%
}

.post-loop-card.cols-4 .item:nth-child(4n+1),
.post-loop-image.cols-4 .item:nth-child(4n+1) {
	margin-left: 0
}

.post-loop-card.cols-4 .item:nth-child(4n+4),
.post-loop-image.cols-4 .item:nth-child(4n+4) {
	margin-right: 0
}

.post-loop-card.cols-4 .item:first-child,
.post-loop-card.cols-4 .item:nth-child(2),
.post-loop-card.cols-4 .item:nth-child(3),
.post-loop-card.cols-4 .item:nth-child(4),
.post-loop-image.cols-4 .item:first-child,
.post-loop-image.cols-4 .item:nth-child(2),
.post-loop-image.cols-4 .item:nth-child(3),
.post-loop-image.cols-4 .item:nth-child(4) {
	margin-top: 0
}

.post-loop-card.cols-5 .item,
.post-loop-image.cols-5 .item {
	width: 18.71%;
	margin: 0.8%
}

.post-loop-card.cols-5 .item:nth-child(5n+1),
.post-loop-image.cols-5 .item:nth-child(5n+1) {
	margin-left: 0
}

.post-loop-card.cols-5 .item:nth-child(5n+5),
.post-loop-image.cols-5 .item:nth-child(5n+5) {
	margin-right: 0
}

.post-loop-card.cols-5 .item:first-child,
.post-loop-card.cols-5 .item:nth-child(2),
.post-loop-card.cols-5 .item:nth-child(3),
.post-loop-card.cols-5 .item:nth-child(4),
.post-loop-card.cols-5 .item:nth-child(5),
.post-loop-image.cols-5 .item:first-child,
.post-loop-image.cols-5 .item:nth-child(2),
.post-loop-image.cols-5 .item:nth-child(3),
.post-loop-image.cols-5 .item:nth-child(4),
.post-loop-image.cols-5 .item:nth-child(5) {
	margin-top: 0
}


.post-loop-card .item-img,
.post-loop-image .item-img {
	position: relative
}

.post-loop-card .item-img .item-category,
.post-loop-image .item-img .item-category {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 6px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 2px
}

.post-loop-card .item-img .item-category:hover,
.post-loop-image .item-img .item-category:hover {
	color: #fff;
	text-decoration: none;
	background: var(--theme-color)
}

.post-loop-card .item-thumb,
.post-loop-image .item-thumb {
	display: block
}

.post-loop-card .item-thumb img,
.post-loop-image .item-thumb img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.2s ease-out 0s
}

.post-loop-card .item-video,
.post-loop-image .item-video {
	position: relative;
	display: block
}

.post-loop-card .item-video:after,
.post-loop-card .item-video:before,
.post-loop-image .item-video:after,
.post-loop-image .item-video:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	box-sizing: border-box;
	opacity: 0.9;
	border-radius: 50%;
	transition: all 0.2s ease-out 0s
}


.post-loop-card .item-video:before,
.post-loop-image .item-video:before {
	z-index: 1;
	content: "";
	background: var(--theme-color);
	opacity: 0.8
}

.post-loop-card .item-video:after,
.post-loop-image .item-video:after {
	z-index: 1;
	padding-left: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-family: FontAwesome;
	color: #fff;
	content: "\f04b";
	background: radial-gradient(rgba(0, 0, 0, .2), hsla(0, 0%, 100%, .2))
}


.post-loop-card .item-title,
.post-loop-image .item-title {
	margin: 0;
	padding: 10px;
	font-size: 1.33333rem;
	font-weight: 500
}


.post-loop-card .item-title a,
.post-loop-image .item-title a {
	line-height: 1.4;
	height: 3.73333rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-decoration: none
}

.post-loop-card .item-title a:hover,
.post-loop-image .item-title a:hover {
	color: var(--theme-color)
}

.post-loop-card .item-title .sticky-post,
.post-loop-image .item-title .sticky-post {
	display: inline-block;
	padding: 0 5px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background: var(--theme-color);
	border-radius: 3px;
	vertical-align: top
}


.post-loop-card .item-meta,
.post-loop-image .item-meta {
	padding: 0 10px 10px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	overflow: hidden
}


.post-loop-card .item-meta-left,
.post-loop-image .item-meta-left {
	float: left
}

.post-loop-card .item-meta-right,
.post-loop-image .item-meta-right {
	float: right
}

.post-loop-card .item-meta-li,
.post-loop-image .item-meta-li {
	margin-left: 5px;
	color: #999
}


.post-loop-card .item-meta-li .fa,
.post-loop-image .item-meta-li .fa {
	color: #ccc
}

.post-loop-card .item-meta-li.a,
.post-loop-image .item-meta-li.a {
	text-decoration: none
}

.post-loop-image .item-img {
	overflow: hidden
}

.post-loop-image .item-img:before {
	padding-top: 62.5%;
	content: "";
	display: block
}

.post-loop-image .item-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.post-loop-image .item-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.textwidget img {
	max-width: 100%
}

.el-boxed .widget {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #ffffff;
}

.el-boxed .sidebar .widget_nav_menu,
.el-boxed .widget_html_ad,
.el-boxed .widget_image_ad,
.el-boxed .widget_media_image,
.el-boxed .widget_media_video,
.el-boxed .widget_profile,
.el-boxed .widget_search {
	padding: 0
}

.el-boxed .widget_profile {
	background: #fff;
	border: 0
}

.el-boxed .widget_image_ad,
.el-boxed .widget_media_image {
	background: 0 0
}

.el-boxed .widget_post_tabs .post-tabs-hd {
	margin: -15px 0 0
}

.el-boxed .widget_post_tabs .tab-has-title {
	margin: 0
}

.el-boxed .widget_post_tabs .post-tabs-hd-inner:before {
	left: -15px;
	right: -15px
}

.widget.widget-slider {
	padding: 0 0 15px;
}

.widget-shi .shi-item {
	margin-bottom: 5px;
	padding: 5px 0 5px 18px;
	line-height: 1.6;
	border-radius: 3px;
}
.widget-shi .shi-item:hover{
	background: var(--color-dodger-blue-50);
}
.widget-shi .shi-item:after,
.widget-shi .shi-item:before {
	position: absolute;
	margin-left: 0;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 6px;
	border: 4px solid var(--theme-color);
	background: var(--theme-gray-color);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .3;
	content: ""
}

.widget-shi .shi-item:before {
	border: 4px solid var(--theme-gray-color);
	opacity: 1
}

.widget-shi .shi-item.active:before,
.widget-shi .shi-item:hover:before {
	border-color: var(--theme-color);
	opacity: 1
}

.widget-shi .item-title {
	color: var(--font-color);
	font-size: 14px;
	display: block
}

.widget-shi .item-meta span {
	margin-right: 4px;
	font-size: 13px;
	vertical-align: top;
	opacity: .8;
	color: var(--font-color)
}

.widget-shi .shi-item:hover .item-meta span,
.widget-shi .shi-item:hover a {
	color: var(--theme-color);
	opacity: 1
}

.widget.widget-grid li {
	display: block;
	transition: all .2s;
	font-size: 14px;
	float: left;
	border: 1px solid var(--border-color);
	line-height: 1.8rem;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 1%;
	margin-bottom: 8px;
}

.widget-grid .col-2 li {
	width: 48%;
	margin: 1%;
}

.widget-grid .col-3 li {
	width: 31%;
}

.widget-grid .col-5 li {
	width: 18%;
}

.widget-grid ul li:before {
	display: none;
}

.widget-grid li a {
	display: block;
	border-radius: 10px;
	padding: 5px 0;
}

.widget-grid li.active,
.widget-grid li:hover {
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: #fff;
}

.widget-grid li.active a,
.widget-grid li:hover a {
	color: #FFFFFF;
}

/* content */
.hentry {
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 70%, .1);
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 70%, .1);
}

.entry .entry-header {
	margin-bottom: 20px
}

.entry .entry-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0;
	font-weight: 600;
}

.entry .entry-info {
	padding-bottom: 10px;
	color: #999
}

.entry .entry-info a {
	color: #999
}

.entry .entry-info a:focus,
.entry .entry-info a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.entry .entry-info .nickname {
	color: var(--theme-color)
}

.entry .entry-info .dot {
	margin: 0 6px;
	color: var(--color-dodger-blue-300)
}

.entry .entry-excerpt {
	padding: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--font-color);
	background: var(--theme-bg-color);
	border-radius: 3px
}

.entry .entry-head>.entry-excerpt {
	background: transparent;
	font-size: 16px;
	padding: 15px 0;
}

.entry .entry-content {
	position: relative;
	font-size: 16px;
	color: #0e1017;
	line-height: 1.8;
	margin-bottom: 30px;
}

.entry .entry-content .h1,
.entry .entry-content .h2,
.entry .entry-content .h3,
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 500
}

.entry .entry-content h4,
.entry .entry-content h5 {
	font-weight: 500
}

.entry .entry-content .h1,
.entry .entry-content h1 {
	font-size: 24px
}

/* .entry .entry-content .h2,
.entry .entry-content h2 {
	padding-bottom: 12px;
	font-size: 18px;
	border-bottom: 1px solid #d9f2fe
} */
.entry .entry-content .h2,
.entry .entry-content h2 {
	font-weight: 600;
}

.entry .entry-content .h2,
.entry .entry-content h2,
.entry .entry-content .h3,
.entry .entry-content h3 {
	font-size: 18px
}

.entry .entry-content>.h2,
.entry .entry-content>h2,
.entry .entry-content>.h3,
.entry .entry-content>h3 {
	position: relative;
	padding-left: 18px;
	line-height: 1.46;
	border: 0
}

.entry .entry-content>.h2:before,
.entry .entry-content>h2:before,
.entry .entry-content>.h3:before,
.entry .entry-content>h3:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 4px;
	height: calc(100% - 8px);
	border-radius: 3px;
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.entry .entry-content>h2 a {
	text-decoration: none;
}

.entry .entry-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	word-wrap: break-word
}

.entry .entry-content p.has-drop-cap:not(:focus):first-letter {
	font-size: 3em;
	line-height: 1;
	font-weight: 300
}

.entry .entry-content a {
	color: var(--font-color);
	text-decoration: underline;
}

.entry .entry-content a:hover {
	color: var(--theme-color);
}

.entry .entry-content a.btn,
.entry .entry-content .item a {
	text-decoration: none;
}
.entry .entry-content a.btn.btn-primary{
	color: #fff;
}
.entry .entry-content blockquote {
	color: #444;
	background: #fbfbfb
}

.entry .entry-content ol,
.entry .entry-content ul {
	padding-left: 0;
	margin-bottom: 20px;
	list-style-position: outside
}

.entry .entry-content li {
	margin-bottom: 10px
}

.entry .entry-content img {
	height: auto
}

.entry .entry-content audio,
.entry .entry-content embed,
.entry .entry-content iframe,
.entry .entry-content img,
.entry .entry-content video {
	max-width: 100%;
	vertical-align: top
}

.entry .entry-content table {
	width: 100%;
	border-collapse: collapse
}

.entry .entry-content table td,
.entry .entry-content table th {
	/* padding: .5em;
	border: 1px solid #d9f2fe */
}

.entry-bar .info-item a:hover {
	color: var(--theme-hover)
}

.entry .entry-content.text-indent p {
	text-indent: 2em
}

.entry .entry-content blockquote {
	position: relative;
	padding: 30px 30px 30px 85px;
	background: #f3f3f3;
	border-left: 0;
	font-size: 16px;
	border-radius: 3px
}

.entry .entry-content blockquote:before {
	position: absolute;
	width: 46px;
	height: 46px;
	left: 20px;
	top: 15px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cpath d='M195.541 739.03C151.595 692.351 128 640 128 555.135c0-149.333 104.832-283.179 257.28-349.355l38.101 58.795c-142.293 76.97-170.112 176.853-181.205 239.83 22.912-11.862 52.907-16 82.304-13.27 76.97 7.125 137.643 70.315 137.643 148.864a149.333 149.333 0 01-149.334 149.333 165.163 165.163 0 01-117.248-50.304zm426.667 0c-43.947-46.678-67.541-99.03-67.541-183.894 0-149.333 104.832-283.179 257.28-349.355l38.101 58.795c-142.293 76.97-170.112 176.853-181.205 239.83 22.912-11.862 52.906-16 82.304-13.27 76.97 7.125 137.642 70.315 137.642 148.864a149.333 149.333 0 01-149.333 149.333 165.163 165.163 0 01-117.248-50.304z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% auto;
	content: "";
	opacity: .15
}

.entry .entry-content pre {
	padding: 30px;
	background: #2b303b;
	border-radius: 3px;
	border: 0;
	color: #eee;
	overflow-x: scroll
}

.entry .entry-content dt {
	font-weight: 600;
	margin-bottom: 10px;
}

.entry .entry-content dd p {
	margin-bottom: 10px;
}

.entry .entry-page p {
	margin: 0
}

.entry-footer {
	margin: 30px 0
}

.entry-copyright {
	margin-top: 30px;
	padding: 15px;
	font-size: 13px;
	line-height: 1.6;
	color: #766b68;
	background: var(--theme-bg-color);
	border-radius: 4px
}

.entry-copyright a,
.entry-copyright span {
	color: #5a5a5a
}

.entry-copyright p {
	margin-bottom: 8px !important;
	text-indent: 0 !important
}

.entry-copyright p:last-child {
	margin-bottom: 0 !important
}

.entry-tag {
	margin-top: 15px;
	font-size: 0
}

.entry .entry-content .entry-tag a,
.entry-tag a {
	display: inline-block;
	margin: 0 10px 8px 0;
	padding: 8px 16px;
	font-size: 13px;
	line-height: 1.2;
	color: #5a5a5a;
	border-radius: 3px;
	text-decoration: none;
	background: var(--theme-bg-color);
}

.entry .entry-content .entry-tag.large a,
.entry-tag.large a {
	font-size: 16px;
}

.entry .entry-content .entry-tag a:hover,
.entry-tag a:focus,
.entry-tag a:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
	text-decoration: none
}

.entry-bar {
	height: 60px;
}

.entry-bar .info-item.act .li,
.entry-bar .info-item.share .li {
	font-size: 20px
}

.entry-bar .info-item {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-left: 20px;
	color: #BC7E6A;
	line-height: 24px
}

.entry-bar .info-item a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.entry-bar .info-item .stared {
	color: #ff5e5e
}

.entry-bar .info-item .stared:hover {
	color: #f33
}

.entry-bar .meta {
	padding-left: 0
}

.entry-bar .meta:before {
	display: none
}

.entry-bar .act {
	margin-right: 0
}

.entry-bar .meta-item {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	overflow: hidden;
	vertical-align: top;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.entry-bar .meta-item:first-child {
	padding-left: 0
}

.entry-bar .meta-item:last-child {
	padding-right: 0
}

.entry-bar .meta-item:hover {
	overflow: visible
}

.entry-bar .meta-item:hover .share-wx-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 40px
}

.entry-bar .meta-item:hover,
.entry-bar .meta-item:hover .share-wx-wrap,
.entry-bar.fixed .entry-bar-inner {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.entry-bar .meta-item.wechat:hover {
	color: #44b549
}

.entry-bar .meta-item.weibo:hover {
	color: #e05244
}

.entry-bar .meta-item.qq:hover {
	color: #22a4ff
}

.entry-bar .meta-item.qzone:hover {
	color: #fdbf2f
}

.entry-bar .meta-item.qzone:hover svg {
	fill: #fdbf2f
}

.entry-bar i {
	font-size: 16px;
	vertical-align: middle
}

.entry-bar-inner {
	position: relative;
	z-index: 99;
	padding: 18px 0;
	border-top: 1px solid transparent;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.entry-bar-inner .author a {
	display: inline-block;
	text-decoration: none
}

.entry-bar-inner .author img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: top
}

.entry-bar-inner .author-name {
	max-width: 120px;
	line-height: 24px;
	display: inline-block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top
}

.entry-bar-inner .user-group {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 4px 8px;
	margin-left: 8px;
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	vertical-align: top;
	border-radius: 3px;
	border: 1px solid var(--theme-color);
	overflow: hidden;
	margin-top: 1px
}

.entry-bar-inner .user-group:before {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: ""
}

.entry-bar-inner .user-group:after {
	position: absolute;
	z-index: 0;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	background: var(--theme-color);
	opacity: .148
}

.el-boxed .entry-bar {
	margin: 30px -20px
}

.el-boxed .entry-bar-inner {
	padding: 18px 30px;
}

.entry-action {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}

.entry-action .btn-zan {
	display: inline-block;
	padding: 4px 30px;
	font-size: 18px;
	line-height: 30px;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	border-radius: 4px;
	vertical-align: top
}

.entry-action .btn-dashang.liked,
.entry-action .btn-dashang:hover,
.entry-action .btn-zan.liked,
.entry-action .btn-zan:hover {
	color: #fff;
	background-color: var(--theme-hover);
	cursor: pointer;
	border-color: var(--theme-hover)
}

.entry-action .btn-zan i {
	position: relative;
	vertical-align: top
}

.entry-page {
	margin: 30px 0;
	overflow: hidden
}

.entry-page-next,
.entry-page-prev {
	position: relative;
	width: 49%;
	padding: 60px 15px 10px;
	color: #333;
	background-size: cover;
	background-position: 50%;
	border-radius: 4px;
	overflow: hidden
}

.entry-page-prev {
	float: left
}

.entry-page-next:before,
.entry-page-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-bg-color);
	content: ""
}

.entry-page-next:hover:before,
.entry-page-prev:hover:before {
	background: var(--theme-light-color)
}

.entry-page-next a,
.entry-page-prev a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: var(--font-color);
	font-size: 16px
}

.entry-page-next a span,
.entry-page-prev a span {
	display: block;
	padding: 10px 15px 0;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.entry-page-next a:hover,
.entry-page-prev a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.entry-page-next .entry-page-info,
.entry-page-prev .entry-page-info {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden
}

.entry-page-next .entry-page-info .wi,
.entry-page-prev .entry-page-info .wi {
	opacity: .9
}

.entry-page-next {
	float: right
}

.entry-page-nobg:before {
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .3), transparent);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .3), transparent)
}

.entry-page-nobg:hover:before {
	background-color: var(--theme-hover)
}

.entry-related-title {
	margin: 30px 0 20px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 12px
}

.entry-related-title:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 3px;
	height: calc(100% - 2px);
	content: "";
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
	border-radius: 3px
}

.entry-related {
	margin-bottom: 20px
}

.entry-related.post-loop-default {
	margin-top: -10px;
	margin-left: -15px;
	margin-right: -15px
}

.entry-related.post-loop-list {
	padding: 0 !important
}

.entry-related.post-loop-list .item {
	display: inline-block;
	width: 48.98%;
	vertical-align: top
}

.entry-related.post-loop-list .item:nth-child(2n+2) {
	margin-left: 2%
}

.entry-related.post-loop-list .item .date {
	display: none
}

.entry-related.post-loop-list .item a {
	padding-right: 0
}

.entry-readmore {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	padding: 150px 0 20px;
	text-align: center;
	width: 100%;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 68%);
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff 68%)
}

.entry-readmore-btn {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.2;
	font-size: 15px;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	border-radius: 3px;
	cursor: pointer
}

.entry-readmore-btn:hover {
	color: #fff;
	background-color: var(--theme-hover);
	border-color: var(--theme-hover)
}

.e404-page-text .entry-title {
	font-size: 28px;
	text-shadow: 3px 5px 2px rgba(0, 0, 0, .3)
}

/* category nav */
.category-nav>li {
	padding: 15px;
}

.category-nav>li::before {
	position: absolute;
	left: 2px;
	top: 24px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--font-color);
	content: "";
}

.category-nav>li>a {
	font-size: 16px;
	margin-bottom: 15px;
}

.category-nav .subnav li {
	list-style: none;
	display: inline-block;
	margin-right: 14px;
	font-size: 14px;
	line-height: 2;
}

.category-nav a {
	color: var(--font-color);
}

.category-nav>li:hover {
	background-color: var(--theme-bg-color);
	color: #766b68;
}

.category-nav>li:hover::before {
	background: #766b68;
}

.category-nav>li:hover a {
	color: #766b68;
}

.category-nav a:hover {
	color: var(--theme-color);
	text-decoration: underline;
}

/* custom */
.sec-panel-nav {
	padding: 10px;
	margin-bottom: 10px;
}

.sec-panel-listbox .post-loop .item {
	background-color: var(--base-color);
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.sec-panel-listbox .sec-panel-body p {
	margin-bottom: 0;
}

.sec-panel-listbox .post-loop-default .item3 .item-meta {
	margin-top: 10px;
}

.sec-panel-category .sec-panel-title {
	margin-bottom: 0;
}

.entry .entry-catalog {
	position: relative;
	font-size: 16px;
	color: var(--font-color);
	line-height: 1.8;
	margin-bottom: 30px;
}

.entry .entry-catalog a {
	color: var(--font-color);
	text-decoration: none;
}

.entry .entry-catalog a:hover {
	color: var(--theme-color);
}

.entry .entry-catalog h2,
.entry .entry-catalog h3 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 600;
	position: relative;

}

.entry .entry-catalog h2 {
	padding-left: 18px;
	padding-bottom: 12px;
	font-size: 18px;
	border-bottom: 1px solid var(--color-dodger-blue-100)
}

.entry .entry-catalog h3 {
	font-size: 16px;
	padding-left: 0;
	line-height: 1.46;
	margin: 20px 0 15px;
}

.entry .entry-catalog>h2:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 4px;
	height: calc(100% - 18px);
	border-radius: 3px;
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.entry .entry-catalog>h3:before {
	content: "\0020\2261\0020";
	color: var(--action-color);
	font-family: yahei;
	left: 0;
	width: 10px;
	font-size: 20px;
}

/* .entry .entry-catalog h3.zititle{
	font-weight: normal;
}
.entry .entry-catalog h3.zititle .font{
	font-weight: 600;
} */
.list-letter {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.list-letter li {
	border: 1px solid var(--color-dodger-blue-200);
	border-radius: 3px;
	margin-right: 12px;
	margin-bottom: 10px;
	width: 10%;
	text-align: center;
}

.list-letter li:hover {
	background-color: #fff;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

.list-letter li a {
	cursor: pointer;
	display: block;
}

.letter111 {
	display: inline-block;
	width: 46px;
	height: 26px;
	overflow: hidden;
	background: var(--theme-bg-color);
	border-radius: 3px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: var(--theme-color);
}

.list-item {
	--item-column: 12;
	--item-spacing: 10px;
	--item-spacing-half: calc(var(--item-spacing) / 2);
	list-style: none;
	margin: 0 calc(var(--item-spacing-half)* -1);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
.list-item.cols-2{
	--item-column: 2;
}
.list-item.cols-3{
	--item-column: 3;
}
.list-item.cols-4{
	--item-column: 4;
}
.list-item.cols-5{
	--item-column: 5;
}
.list-item.cols-6{
	--item-column: 6;
}
.list-item.cols-8{
	--item-column: 8;
}
.list-item.cols-10{
	--item-column: 10;
}
.list-item.cols-12{
	--item-column: 12;
}
.list-item li {
	position: relative;
	border: 1px solid var(--border-color);
	background-color: #ffffff;
	border-radius: 5px;
	transition: all .3s ease-out;
	padding: 0;
	margin: 10px var(--item-spacing-half);
	width: calc(100% / var(--item-column) - var(--item-spacing));
}

.list-item li {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.list-item li a {
	font-size: 14px;
	line-height: 2;
	padding:3px 0;
	width: 100%;
	color: var(--font-color);
}
.entry-catalog .list-item li a,
.entry-content .list-item li a{font-size: 15px;}

.list-item.letters li a {
	font-size: 16px;
	line-height: 1.8;
}

.list-item li.active,
.list-item li:hover {
	border-color: var(--theme-color);
	background-color: var(--color-dodger-blue-50);
	box-shadow: 0 10px 25px rgba(68, 142, 246, .05), 0 20px 48px rgba(68, 142, 246, .05), 0 1px 4px rgba(68, 142, 246, .1)
}

.list-item li.active a {
	color: var(--theme-color);
}
.list-item li a em{
	font-style: normal;
	color: var(--action-color);
}
.widget ul.list-item li{
	padding: 0;
}
.widget ul.list-item li.active{
	border-color: #fff;
	background-color: var(--theme-color);
}
.widget ul.list-item li.active a{
	color: #fff;
}
.widget ul.list-item li:before{display: none;}
.entry .entry-content .list-item li a {
	text-decoration: none;
}

.sec-tabs {
	/* font-weight: 500;
	padding: 10px 10px 0; */
	/* border-bottom: 5px solid #f5f5f5; */
}

.sec-tabs .tabs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 3;
}

.sec-tabs .list.tabs .tab {
	margin-right: 28px;
}

.sec-tabs .list.tabs .tab.active a {
	font-weight: 700;
	color: var(--font-color);
}

.sec-tabs .list.tabs .tab a:hover,
.sec-tabs .list.tabs .tab a {
	position: relative;
	display: block;
	height: 100%;
	color: var(--font-color);
}

.sec-tabs .list.tabs .tab.active a:after {
	background: var(--font-color);
}

.sec-tabs .list-filter {
	margin-bottom: 0;
}

.sec-tabs .list-filter li {
	background-color: var(--color-dodger-blue-100);
	border-color: var(--color-dodger-blue-100);
	color: var(--color-dodger-blue-500);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
}

.sec-tabs .list-filter .item:hover,
.sec-tabs .list-filter li.active {
	color: #fff;
	background-color: var(--theme-color);
}

.sec-tabs .list-filter .item a {
	color: var(--color-dodger-blue-500);
}

.sec-tabs .list-filter .item:hover a,
.sec-tabs .list-filter li.active a {
	color: #fff;
}

.entry-base {
	display: flex;
	flex-wrap: nowrap;
}

.zipic {
	border: 1px solid #c5653e;
	background: transparent url(../images/zibg.gif) no-repeat center center;
}

.entry-desc {
	margin: 15px -30px -30px;
	padding: 0 15px;
	background-color: #f9f9f9;
	color: #777;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 70%, .2);
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 70%, .2);
}
.sec-panel .entry-desc {
	margin: 20px -15px -30px;
}
.hentry.type-dict {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hentry.type-kangxi {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hentry.type-dict .entry .entry-title {
	margin-bottom: 10px;
}

.hentry.type-dict .entry .entry-head>.entry-excerpt {
	color: #666;
	padding-top: 5px;
}

.kangxi_txt {
	display: inline-block;
	padding: 5px 0 5px;
}

.kangxi_line img.kximg {
	width: 100px;
}

.kangxi_line {
	display: block;
	margin-top: 8px;
	margin-left: 8px;
}

.kangxi_line .kangxi_you {
	display: inline-block;
	width: 1.5em;
	color: var(--action-color);
}

/* shuowen */
.swjz {
	font-size: 1em
}

.swjz .swbf {
	font-size: 17.5px;
	margin: 0 0 1rem;
	color: #c00;
	font-weight: 600
}

.swjz .ywyy {
	font-size: 17.5px;
	list-style-position: inside;
	margin: 10px 0;
	font-weight: 500;
	color: #208800
}

.swjz .swdz {
	display: block;
	font-size: 16px;
	border-left: 5px solid #bbb;
	background: #f9f9f9;
	padding: 6px 12px;
	margin: 8px 0 24px;
	color: #333;
	clear: both;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.swjz img {
	padding: 0 2px;
	vertical-align: middle
}

.ywkb {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: inline-block;
	width: -webkit-fill-available;
	padding: 12px 0;
	border-left: 5px solid #b6b252;
	background: #f0f2f7;
	background: var(--theme-bg-color);
	font-size: 17.5px !important;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.ywkb p {
	font-weight: 500;
	font-size: 17.5px !important;
	margin: 0
}

.ywkb img {
	margin-right: 6px
}

.swjz div.kx span.line {
	border-radius: 5px;
	background-color: #555;
	color: #eee;
	margin-right: 5px;
	padding: 1px 2px
}

.swjz p.p_txt {
	color: #646773
}

.swqd {
	margin: 0 0 20px;
	font-size: 16px
}

.k_txt {
	display: none
}

.kximage {
	width: 99px;
	float: left;
	padding: 0 !important
}

.kxpic {
	width: 24px;
	vertical-align: text-bottom;
}

.swtimg {
	width: 36px;
	vertical-align: text-bottom;
}

.scrollbox:focus {
	outline: 0;
}

.shiren-img img {
	float: left;
	margin-right: 15px;
}

.fayin-play i {
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(../images/voice.png) 0 0 no-repeat;
	background-size: 100%;
	position: relative;
	top: 3px;
	margin-left: 6px;
}

.fayin-play i.active {
	background-image: url(data:image/gif;base64,R0lGODlhEgAQAPUAADQ0NDU1NfT09HZ2drm5udra2tDQ0DMzMzs7O8zMzM7OzqOjo4+Pj+Hh4d3d3ZGRkeLi4pmZmcjIyLW1tbe3t/r6+mlpaTc3N0pKStHR0bKyss3NzT09PdTU1D8/P21tbVNTU+Pj4+np6ezs7J+fnzw8PO/v7729vXFxcYKCgoGBgYaGhurq6jk5OYmJiV9fX46OjtbW1pqampWVla+vr4WFhdXV1YeHh/f391RUVK2trYuLizIyMv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgA9ACwAAAAAEgAQAAAGS8CecNgjABANopJoOPB4jOWyEHjydlJiomrFSgWKgbUrXYzPXiXgPE4T2W0pnLxcz91D8z0LFqOzQ1txgEJUdIQ9TU8PiENGCBBSQQAh+QQFHgA9ACwMAAQAAwAIAAAGF0AHpdfxVHqYTM8y6X00PZAkdBFsGL0gACH5BAUeAD0ALA4AAQAEAA4AAAYqQJqu14uVRMRUjejg4Ig5CVFFIs5gxIiLeJMRX6feqGXqRVA9FsdmXhGDADs=);
	background-image: -webkit-image-set(url(data:image/gif;base64,R0lGODlhEgAQAPUAADQ0NDU1NfT09HZ2drm5udra2tDQ0DMzMzs7O8zMzM7OzqOjo4+Pj+Hh4d3d3ZGRkeLi4pmZmcjIyLW1tbe3t/r6+mlpaTc3N0pKStHR0bKyss3NzT09PdTU1D8/P21tbVNTU+Pj4+np6ezs7J+fnzw8PO/v7729vXFxcYKCgoGBgYaGhurq6jk5OYmJiV9fX46OjtbW1pqampWVla+vr4WFhdXV1YeHh/f391RUVK2trYuLizIyMv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgA9ACwAAAAAEgAQAAAGS8CecNgjABANopJoOPB4jOWyEHjydlJiomrFSgWKgbUrXYzPXiXgPE4T2W0pnLxcz91D8z0LFqOzQ1txgEJUdIQ9TU8PiENGCBBSQQAh+QQFHgA9ACwMAAQAAwAIAAAGF0AHpdfxVHqYTM8y6X00PZAkdBFsGL0gACH5BAUeAD0ALA4AAQAEAA4AAAYqQJqu14uVRMRUjejg4Ig5CVFFIs5gxIiLeJMRX6feqGXqRVA9FsdmXhGDADs=) 1x, url(data:image/gif;base64,R0lGODlhJAAgAPYAAKenp09PT4uLizo6Ov7+/ufn58LCwkVFRZCQkHNzc29vb1RUVPv7+5+fn9/f39PT0/Dw8PHx8XV1dWdnZzY2Nv39/UBAQPT09ElJST8/P1BQUJOTk/n5+YeHh5ycnH9/f8rKykhISFhYWJSUlL6+vllZWVFRUX5+flNTUzk5Oba2tr29vebm5tnZ2bCwsKysrKOjo7S0tLm5uZiYmIKCglZWVoiIiJaWlmlpaZ2dndzc3Hp6evr6+u3t7XFxcZeXl9fX1+/v77i4uDs7O/X19cvLy4mJiff391JSUurq6ujo6Kampry8vDQ0NEdHR0xMTL+/v2NjY11dXXR0dHt7e0ZGRqSkpPLy8k1NTUNDQ83Nzdvb28PDw+zs7Dg4OHBwcHd3d4aGhq+vr7Ozs+Dg4Dc3NzMzM////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFHgBnACwAAAAAJAAgAAAHr4BngoOEhQUSFgEAhYyNjoQQAWaTZouPl44ME5STJpifhSeck2WgpgijpKafG6mqq44EAq6vsIURCrS1toIrIbq7pgUGDSLAlKWrDwvHqcmgDgPNzqsJ09SmB9ejz5/b3KvfnN2Y4sjh5mbkl9rm64/W7qvR8srM3++YLMQl0/mmJDAc+2cKFzCCpmTpQrhqBC2Gq1Bh4+Xow0SKjDSNQoHxUSROljo2OpRBQ0hQgQAAIfkEBR4AZwAsGQAIAAQAEAAAB0KABBdnZz8pQGczZjZnOmYHFWc1ZiBnAmYAZzBmCGcyZjtnBmY+Zy9mHWc3ZjlnCWYqFwMUPTFmOGc0Zi5nLR48Z4EAIfkEBR4AZwAsHAACAAgAHAAAB32AZypFZ4WFHBQpW4aFHWZRjGdEVWZMkWJmAQyMFQtmUJEAZl+REF4UXZEKZkKRDWYCkVpmUpFXZhaRZxRNFZFZZkGRGGZJkUNmR4wcZgORZGZYkWNmYJFhZlaRT2YPjCCZkVRmHowOZWVKjKtGjFxmGcKFFU5mS8tIUwSMgQA7) 2x);
	background-size: 18px;
	background-position: 0 0;
}
.lei-speak.playing {
    pointer-events: none; /* 禁用点击 */
}

.dict .fayin,
.chengyu .fayin {
	font-size: 18px;
	text-decoration: none;
}

.dict .fayin,
.chengyu .fayin {
	font-weight: normal;
	color: var(--font-color);
}

.dict .entry .entry-title,
.chengyu .entry .entry-title {
	font-size: 22px;
}

/* .dict .entry .entry-head,
.chengyu .entry .entry-head {
	margin-bottom: 25px;
	padding-bottom: 25px;
} */

.dict .entry .entry-content h2,
.chengyu .entry .entry-content h2 {
	font-size: 16px;
	margin-left: -20px;
	padding-left: 15px;
	border-left: 4px solid #cc6600;
	padding-bottom: 0;
	border-bottom: none;
	font-weight: 600;
}
.chengyu-attrs {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 0;
	gap: 1em;
}
.chengyu-attrs .cyattr{
	display: flex;
	align-items: center;
}
.chengyu-attrs .cyattr .tip {
	padding: 8px 0;
	margin: 0 10px 0 0;
	width: 60px;
	height: 30px;
	background-color: var(--theme-bg-color);
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
}
.chengyu-attrs .cyattr .attr_val{
	font-size: 15px;
	line-height: 1.6;
}
li.chengyu .fayin {
	margin-left: 10px;
}

ul.line {
	display: inline;
	list-style: none;
	margin: -12px -6px 0;
	text-align: center;
	zoom: 1;
}

ul.line li {
	width: auto;
	display: inline-block;
}

ul.line li a,
ul.line li .btn {
	font-size: 16px;
	text-decoration: none;
	padding: 6px 11px;
	border: 1px solid var(--theme-bg-color);
	background-color: var(--theme-bg-color);
	display: block;
	text-align: center;
}

ul.line li a,
ul.line li .btn {
	margin-left: 6px !important;
	margin-right: 6px !important;
}

ul.line li .btn.nobg {
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 0;
	margin-left: 1px !important;
	margin-right: 1px !important;
	box-shadow: none;
}

ul.line li a:hover,
ul.line li a:active,
ul.line li.cur a {
	background-color: #fff;
	color: #333;
	border: 1px solid var(--theme-color);
	;
}

ul.line li.cur a {
	border: 1px solid #fff;
}

ul.line li a:hover {
	box-shadow: rgb(235, 234, 226) 2px 2px 10px 0, rgba(122, 122, 119, 0.3) 2px 2px 10px 0;
}

ul.line li a span {
	font-size: 14px;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #999;
	font-family: tahoma, arial, georgia, verdana, helvetica, sans-serif;
}

ul.line li a:hover span {
	color: #999;
}

/* attr */
.attr,
.attrb {
	margin: 8px 15px 8px 0;
	font-size: 16px;
}

.attrb {
	margin: 12px 15px 12px 0;
}

.attr_name,
.attr_tag {
	line-height: 100%;
	font-size: 14px;
	padding: 0 6px;
	margin: 0 10px 0 0;
	background-color: var(--color-dodger-blue-50);
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.attr_name a {
	text-decoration: none;
	color: #605b45;
}

.attr,
.attrb,
.attr_name,
.attr_cont {
	line-height: 24px;
}

.attr,
.attr_name,
.attr_cont {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*position: relative;
}

.attr_tag,
.attr_space {
	color: #605b45;
	background-color: #dee0dd;
	font-size: 14px;
	margin: 0 8px 0 0;
	padding: 2px 3px;
	vertical-align: 1px
}

.attr_space {
	background-color: transparent;
}

.attr_space:after {
	content: "\3000";
}

.attr_no {
	width: 1.75em !important;
}

.attr_tag {
	line-height: 100%;
	font-size: 12px;
	background-color: var(--color-dodger-blue-50);
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	margin: 0 8px 0 0;
	padding: 2px 3px;
	vertical-align: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.attr_ext,
.attr_ext a {
	font-size: 15px;
}

.entry-col {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.entry-attrs dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.entry-attrs dl dd,
.entry-attrs dl dt {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	margin-top: -1px;
	margin-bottom: 0;
	font-size: 14px
}

.entry-attrs dl dt {
	padding: 8px 0;
	width: 70px;
	background-color: var(--theme-bg-color);
	text-align: center;
	font-weight: 600
}

.entry-attrs dl dd {
	padding: 8px 0 8px 10px;
	width: calc(25% - 70px);
	display: flex;
	gap: 5px;
}

@media (max-width: 991px) {
	.entry-attrs dl dd {
		width: calc(50% - 70px)
	}

	.entry-attrs dl.col-half dd.pinyin,
	.entry-attrs dl dd.pinyin {
		width: calc(100% - 70px)
	}
}

.entry-attrs dl dt.line+dd {
	width: calc(100% - 70px)
}

.entry-attrs dl dd:last-child {
	flex-grow: 1
}

.entry-attrs dl dd.break {
	flex-basis: 100%;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0
}

.entry-attrs dl a {
	color: var(--font-color);
	border-bottom: 1px solid var(--font-color);
	transition: border-bottom-color .2s linear;
	text-decoration: none;
}

.entry-attrs dl a:hover {
	color: var(--theme-color);
	border-bottom-color: var(--theme-color)
}

.entry-attrs dl.col-half dd {
	width: calc(50% - 70px)
}

.entry-attrs .ci-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 10px
}

.entry-attrs .ci-list>* {
	margin-right: 6px
}

.entry-attrs .ci-list a {
	color: var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
	transition: --theme-color .2s linear;
}

.entry .entry-content .entry-attrs dl dd,
.entry .entry-content .entry-attrs dl dt {
	margin-bottom: 0;
}

.entry .entry-content .entry-attrs dl a {
	text-decoration: none;
}
.entry .entry-catalog ol.entry-ul,
.entry .entry-catalog ul.entry-ul,
.entry .entry-content ol.entry-ul,
.entry .entry-content ul.entry-ul {
	padding-left: 0;
}

.entry .entry-content .entry-ul li.item {
	margin-bottom: 0;
	padding: 5px 0 5px 5px;
}

.entry .entry-content .entry-ul li.item-zuci {
	border-radius: 5px;
}

.entry .entry-content .entry-ul li.item-zuci:hover {
	background-color: var(--color-dodger-blue-50);
}

.entry-ul li.item::before {
	display: none;
}

.entry-ul li.item .index {
	min-width: 40px;
	text-align: right;
	display: inline-block;
}

.entry-ul li.item a {
	display: inline-block;
	padding-right: 0;
	min-width: 80px;
}

.entry-ul li.item h3 {
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}
.entry-ul li.item em{
	font-style: normal;
	color: var(--action-color);
}
.entry .entry-content .entry-ul li.item p {
	margin-bottom: 5px;
}

.post-loop-default.entry-ul .item {
	border-color: var(--color-dodger-blue-100);
}

/* .hn-subtitle{
	font-weight: 500;
	color: var(--font-color);
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	margin-top: 0;
}
.hn-subtitle:before {
    content: " ";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    background-color: var(--theme-color);
}
.hn-subtitle:after {
    content: " ";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 50%;
    background-color: #fff;
} */
span.pinyin {
	margin-left: 8px;
}

.subtitle .font {
	margin-right: 20px;
	padding: 0 6px;
}

.subtitle .pinyin {
	margin-right: 20px;
}

.yanbian .yanbian_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-right: 22px;
	margin-bottom: 20px;
}

.yanbian .ybimg {
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	margin: 6px 0 4px 0;
}

.explain ol,
.wenyan ol {
	list-style: none;
	padding-left: 0;
}

.explain span.index,
.wenyan span.index {
	color: var(--action-color);
	margin: 0 .3em;
}

.wenyan span.x_x {
	color: #3c763d;
	margin-right: .2em;
}

.wenyan span.x_j {
	color: var(--font-color);
	margin-right: .2em;
}

.wenyan span.des {
	color: #777;
}

.entry .entry-content>h3.zititle {
	font-weight: normal;
	font-size: 16px;
}

.entry .entry-content>h3.zititle .font {
	font-weight: 600;
	margin-right: 10px;
}

.entry .entry-content>h3.zititle .duyin {
	margin-left: 10px;
}

.entry .entry-content>h3.zititle:before {
	content: "\0020\2261\0020";
	color: #29ad00;
	font-family: yahei;
	top: 0;
	left: 0;
	width: 10px;
	font-size: 1em;
	background: transparent;
}

.zititle {
	display: flex;
}

.zititle .zi {
	padding-right: 20px;
}

.zititle .pinyin span {
	padding: 0 5px;
	color: var(--action-color);
}

.text-major {
	color: var(--theme-color);
	font-size: 16px;
}

p.indent {
	text-indent: -1.75em;
	margin-left: 1.75em;
}

p.w2,
div.w2 {
	margin-left: 3.5em;
	margin-top: 5px;
}

.to_zu_ci {
	margin-block: 6px;
}

.entry .entry-content .to_zu_ci span>a,
.to_zu_ci span>a {
	font-weight: 600;
}

.entry .entry-content .to_zu_ci a,
.to_zu_ci a {
	margin-right: 1em;
	text-decoration: none;
	border-bottom: dashed 1px var(--color-dodger-blue-300);
}

/* p.w2,
div.w2 {
	margin-left: 1.5em;
	margin-top: 5px;
} */

.entry .entry-content ul.item-list {
	padding-left: 0;
}

.post-loop-list.item-list .item {
	padding: 0;
	border: none;
	width: 100%;
	clear: both;
}

.post-loop-list.item-list .item:hover {
	background: none;
}

.item-list .item p {
	float: left;
	line-height: 30px
}

.item-list .item p a {
	display: inline-block;
	padding-right: 10px;
}

.item-list .item h3 {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	color: var(--font-color);
	background: #e2e9f0;
}

.basic {
	margin-top: 0px;
}

.post-loop-label.basic li a {
	background: transparent;
	box-shadow: none;
	padding: 6px 12px;
	margin-top: 0;
	height: 100%;
	transition: all .3s;
}

.post-loop-label.basic li a:hover {
	background: var(--color-dodger-blue-50);
	color: var(--theme-hover);
	border-color: var(--theme-hover);
	line-height: 45px;
}

.post-loop-label.basic li a:hover span {
	display: none;
}

.cybasic {
	padding-left: 20px;

}

.cybasic dt {
	margin-top: 10px;
}

.cybasic dd {
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--theme-gray-color);
}

/* xiehouyu */
.post-loop-default .item-xhy .item-excerpt {
	height: auto;
}

.post-loop-default .item-xhy .item-meta {
	position: relative;
	font-size: 14px;
}

.item-xhy .btn-answer {
	display: block;
	width: 98px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--theme-bg-color);
	color: var(--font-color);
	float: right;
	font-style: normal;
	cursor: pointer;
}

.item-xhy .btn-answer:hover {
	color: var(--theme-color);
	background-color: var(--theme-bg-color);
}

.xhy-tips,
.xhy-tips a {
	font-size: 16px;
	color: #BC7E6A;
}

.xhy-tips a:hover {
	color: var(--theme-color);
}

.xhy-answer {
	background: var(--theme-bg-color);
	border: 1px solid #deccbb;
	position: relative;
	margin-top: 10px;
	padding: 12px 28px 16px 28px;
	margin-bottom: 10px;
}

.xhy-answer:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(57, 43, 32, 0.06);
	top: -10px;
	left: 20px;
}

.xhy-answer:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #ede7d9;
	z-index: 1;
	top: -8px;
	left: 21px;
}

.xhy-answer h3 {
	font-size: 20px;
	color: var(--theme-color);
	display: block;
	margin: 0;
}

.entry .btn-answer {
	margin-right: 60px;
}

.sec-panel-catalog dl {
	margin-bottom: -1px;
	padding: 0;
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.sec-panel-catalog dd,
.sec-panel-catalog dt {
	font-size: 14px;
}

.sec-panel-catalog dt {
	margin: 15px 0;
	position: relative;
	text-align: left;
	color: #656565;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6;
	width: 100%;
}

.sec-panel-catalog dt:before {
	content: " ";
	width: 4px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: -20px;
	background-color: var(--theme-color);
}

.sec-panel-catalog dt span {
	margin-left: 5px;
	font-weight: normal;
	color: #999;
}

.sec-panel-catalog a {
	color: var(--font-color);
}

.sec-panel-catalog a.current {
	font-weight: bold;
	color: #ff4c4c;
}

.sec-panel-catalog dd {
	margin-right: 15px;
	font-size: 14px;
	margin-bottom: 8px;
}

.sec-panel-catalog dd a {
	height: 30px;
	line-height: 30px;
	background: none;
	margin-right: 10px;
}

.sec-panel-catalog dd a:hover {
	color: #ff4c4c;
}

.sec-panel-catalog dl:hover {
	position: relative;
}

.caption-text {
	text-align: left;
	margin: 0.5075em 0;
	font-size: 14px;
	line-height: 1.8em;
	padding: 15px;
}

/* jielong */
.search-form form {
	padding: 0 90px 0 0;
	overflow: hidden;
	margin: 0 auto;
}

.search-form form input {
	height: 42px;
	background-color: #fff;
	float: left;
	border-radius: 3px 0 0 3px;
	width: 400px;
	border: 2px solid var(--theme-color);
	padding-left: 10px;
	background-color: var(--theme-bg-color);
}

.search-form form input:focus {
	background-color: #FFFFFF;
}

.search-form form .search-button {
	margin-right: -80px;
	width: 80px;
	background-color: var(--theme-color);
	color: #d9f2fe;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}

.search-form form input.search-button:focus {
	background-color: var(--theme-color);
}

.search-form form .search-button:hover {
	color: #FFFFFF;
}

.search-form .search-text {
	float: left;
	line-height: 42px;
	margin-right: 10px;
	font-weight: 600;
	font-size: 16px;
}

.search-form.word-form form input.word {
	width: 48px;
	margin-right: 15px;
	border-radius: 3px;
}

.search-form.word-form form .search-button {
	border-radius: 3px;
}

.search-tips {
	padding: 10px;
	margin-top: 15px;
	color: #666;
}

.entry .entry-content ul.jielong-ul {
	padding-left: 0;
}

.jielong-record {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.jielong-record-box {
	position: relative;
	padding: 10px;
	background-color: var(--theme-bg-color);
	border-radius: 3px;
}

.jielong-record-box>a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 1;
	padding: 8px;
	background-color: var(--theme-color);
	color: #fff;
	border-radius: 3px;
	color: #FFFFFF;
}

.jielong-record-box>i {
	margin: 0 5px;
	color: #999;
	line-height: 36px;
}

.entry .entry-content .jielong-record-box a {
	color: #FFFFFF;
	text-decoration: none;
}

.jielong-tips {
	margin-top: 10px;
	text-align: center;
	color: var(--theme-color);
}

.jielong-title {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

.jielong-arrow {
	height: 80px;
	background: url(../images/arrow.png) center -30px no-repeat;
}

.caicy_div {
	background-color: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-radius: 3px
}

.caicy_main {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #e5e5e5
}

.caicy_pic {
	height: 235px;
	margin: 0 auto;
	padding: 20px 0;
	width: 400px;
	text-align: center
}

.caicy_pic img {
	max-width: 100%;
	max-height: 235px
}

.caicy_select_div {
	margin: 0 auto;
	max-width: 388px;
	width: 100%
}

.caicy_select {
	display: inline-block;
	float: left;
	margin: 0 3% 15px;
	width: 14%;
	line-height: 48px;
	height: 48px;
	text-align: center;
	border-radius: 3px;
	background-color: var(--theme-color);
	color: #fff;
	font-family: Microsoft Yahei;
	font-size: 24px;
	border: none;
	outline: 0;
	cursor: pointer
}

.caicy_select.hover {
	background-color: #f36b1f
}

.caicy_select.selected {
	background-color: transparent;
	cursor: default
}

.caicy_select_div.pip-caitu .caicy_select {
	margin: 0 2% 15px;
	width: 12%;
	font-size: 24px
}

.caicy_input_div {
	margin: 0 auto;
	padding: 20px 0;
	width: 189px
}

.caicy_input {
	display: inline-block;
	margin-right: 15px;
	float: left;
	width: 36px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-radius: 5px;
	background-color: #d8d8d8;
	font-family: Microsoft Yahei;
	color: var(--font-color);
	font-size: 18px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
	cursor: pointer
}

.caicy_input:last-child {
	margin-right: 0
}

.caicy_input.error {
	color: #f00909
}

.caicy_input.right {
	color: #6e9512;
	cursor: default
}

.caicy_div .w14 {
	width: 700px
}

.caicy_div .w11 {
	width: 550px
}

.caicy_div .w10 {
	width: 500px
}

.caicy_div .w9 {
	width: 450px
}

.caicy_div .w8 {
	width: 400px
}

.caicy_div .w7 {
	width: 350px
}

.caicy_div .w6 {
	width: 300px
}

.caicy_div .w5 {
	width: 250px
}

.caicy_div .w3 {
	width: 150px
}

.caicy_act_div {
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin: 0 auto 10px
}

.caicy_act_btn {
	margin: 0 5px;
	width: 93px;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 6px;
	cursor: pointer;
	background-color: #3ca5f6;
	background-image: -webkit-linear-gradient(0, #3ca5f6 0%, #a86af9 100%);
	background-image: -o-linear-gradient(0, #3ca5f6 0%, #a86af9 100%);
	background-image: -moz-linear-gradient(0, #3ca5f6 0%, #a86af9 100%);
	background-image: linear-gradient(90deg, #3ca5f6 0%, #a86af9 100%)
}

.caicy_act_btn.hover {
	background-color: #f36b1f
}

.caicy_act_btn:hover {}

.caicy_act_btn i {
	margin-right: 5px
}

.caicy_right_div {
	margin: 0 auto;
	width: 100%;
	display: none;
	padding: 20px
}

.caicy_right_item {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px
}

.caicy_right_item_label {
	width: 80px;
	float: left;
	color: #999
}

.caicy_right_item_value {
	width: 470px;
	float: left
}

.caicy_right_act_btn {
	display: inline-block;
	width: 150px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: var(--theme-color);
	border-radius: 3px;
	margin: 0 5px;
	text-decoration: none
}

.entry .entry-content a.caicy_right_act_btn {
	color: #fff;
	text-decoration: none;
}

table.popup {
	background-color: #fff7de;
	display: none;
	position: fixed;
	z-index: 999;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAegAAABCCAYAAACcoEUwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABEpJREFUeNrs281uG1UABeA79sSpHZtQAQmRUsQGlVWBB0DlBYBlN2yLAAmJN6j6DJVAomsW3SHBA1DxAJTuQF2gEhRSAaWNY8e/w9x2Jpq4SSslcVuh70ijfLHdLmZzdI8nIYiIiMhzl+QJryeP+YyIiIgcPVlxhcrPQwu6/L1WuZKZwhYREZGjl3K1nKeVa19RpzPlnBSlXC/eqxeXk7SIiMjJnpwnxTUufu4r6XTmH9WK1xprV6+/n66sf5osNN4OSbLkfoqIiJxURWc72Wh4Y7z1+5ebH7/3ff7KsFLUe6fmUDk5x3JeXL928/KZlVe+ePN0a/BqM51kg93WQrPZix8c9fvMzMx8DI+nWfjj3k7rVj+b3P5z68rGhXOX8rcHRUnHk3RWLeiHJ+evf/jw9TfOfvPu2gv97jRM/rq33a632tsP/uOdbmdhiZmZmY/jSa/beXm5023XQv3HzfvN3279+tHmxfPfVk7SWW3mBF1PV898Fk/OsZzv/KucmZmZT9qxW++Osuxud6cZOzd+pRwePvNVPpwdqgUdr3qy0HhrtZlO48nZjWRmZp6fe43Wduzc2L1h5qHsR5/iTpJ2GOwGJ2dmZub5ehqf1x7sNvPurR6WQ/UEve+hsb0vs908Zmbm+bro3DDz58y12XIu4+YxMzM/HR/UxbWD/jzrwWPgbhgzM/P8nXfuQV18YEGbuJmZmZ/6xP3kgnbDmJmZn8nEHUzczMzMJm5mZmY2cTMzM5u4mZmZ2cTNzMxs4nbzmJmZTdzMzMwmbhM3MzOziZuZmZlN3MzMzCZuZmZmNnEzMzObuN08ZmZmEzczM7OJ28TNzMxs4mZmZmYTNzMzs4mbmZmZTdzMzMwmbmZmZjZxMzMzm7hN3MzMzCZuZmZmNnEzMzObuJmZmdnEzczMbOJmZmZmEzczM7OJ28TNzMxs4mZmZmYTNzMzs4mbmZmZTdzMzMwmbmZmZjZxMzMzm7hN3MzMzCZuZmZmNnEzMzObuJmZmdnEzczM/H+fuDMTNzMz8zOduLPDTtCZiZuZmfmZTNzZ407QWciybq/Xby223TBmZuZ5upaE0M87N+/enb0enino8sVJNhr+/E+WDpbTJHHzmJmZ5+fWsNf5O+/cvHtvxA6ulnS1oKfxzfGdja9+ub+bnhr22ysvdrqx3d1IZmbmkz05t0e9zun2Uj92buzeoqCnZUEnRUEnRVmn+bW4fu3m5dfWVj8/u3xq/FIYLzZbxUNj8enuJjMzMx/HcdaOJ+dYzrc3t65sXDh3KX95kF/jsqSTynfQ0fWipBtrV69/kK6sf5IsNN4JSdIKIiIicjLJsl42Gv4UT86bF89/l78yLMp5MnuCLl2epMuirhdXMvNZEREROWI9F9ekuMpinlbee6R0y99rlatazkpaRETkeOVcLelp5aq+f2jhJjOnahEREZnPSXpfMYuIiMhznP8EGABC3Byb7V+CVwAAAABJRU5ErkJggg==") 0 0 no-repeat;
	width: 490px
}

.popup-inner {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	padding: 20px 10px;
	text-align: center
}

.popup-button {
	background-color: #F1F5FA;
	border: #4ecbff 1px solid;
	color: #09c;
	height: 24px;
	line-height: 24px;
	vertical-align: middle
}

.caicy_right_div h2 {
	font-size: 24px;
	color: #c00;
	border-bottom: 2px solid #e5e5e5;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

div,
td,
th {
	word-break: break-all;
	word-wrap: break-word
}

.caicy_div .tishi {
	padding: 5px 20px;
	font-size: 14px;
	line-height: 25px;
	display: none
}

.caicy_status {
	position: absolute;
	right: 165px;
	top: 10px;
	width: 50px;
	height: 50px
}

.caicy_div .status_cha {
	background: url("../images/error.png") no-repeat
}

.caicy_div .status_gou {
	background: url("../images/right.png") no-repeat
}

@media (max-width: 400px) {
	.caicy_status {
		position: absolute;
		right: 270px;
		top: 10px;
		width: 50px;
		height: 50px
	}
}

.o-hentry {
	border-bottom: 1px solid #f4f4f4;
	padding: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 5px;
}

.o-hentry .entry-title {
	font-size: 18px;
	margin-bottom: 10px;
	background: #fff;
	text-align: left;
	color: var(--font-color);
}

.o-hentry .entry-title a {
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	color: var(--font-color);
	text-decoration: none;
}

.o-hentry .entry-title a:hover {
	color: var(--theme-color);
}

.o-hentry .entry-meta {
	font-size: 14px;
	color: #666;
	height: 30px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.o-hentry .entry-meta a {
	text-decoration: none;
}

.o-hentry .entry-meta .meta-right {
	float: right;
}

.entry-answer {
	background: #F3F9FF;
	border: 1px solid var(--theme-light-color);
	position: relative;
	margin-top: 10px;
	padding: 12px 28px 16px 28px;
	margin-bottom: 10px;
	width: 360px;
	display: none;
}

.entry-content .entry-answer {
	width: 90%;
}

.entry-answer:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 8px solid var(--theme-light-color);
	z-index: 1;
	top: -8px;
	left: 21px;
}

.entry-answer:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--theme-light-color);
	top: -10px;
	left: 20px;
}

.entry-answer .h3,
.entry-answer h3 {
	font-size: 20px;
	color: var(--theme-color);
	display: block;
	background: transparent;
	text-align: left;
}

.btn-answer {
	background-color: var(--theme-color);
	color: #fff;
}

.btn-answer:hover {
	color: #fff;
}

.boxHui.content .entry-answer h3:before {
	display: none;
}

.o-hentry .entry-meta .entry-date {
	margin-right: 15px;
}

.o-hentry .entry-related {
	border-top: 1px solid #e9e9e9;
	margin: 25px 0 -25px 0;
	padding: 25px 0;
	position: relative;
}

.o-hentry .entry-related h3 {
	color: var(--font-color);
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 8px;
}

.o-hentry .entry-related li {
	list-style-type: none;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
	margin-right: 4%;
	position: relative;
	padding-left: 11.8px;
}

.o-hentry .entry-related li a {
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.searchbox.nbox .inputzi {
	margin: 0 0 0 5px;
	height: 36px;
	line-height: 35px;
	width: 300px;
	border: 1px solid #CCC;
}

.widget-tools {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0;
	background-color: #ffffff;
	margin-top: 10px;
}

.widget-tools li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.widget-tools li a {
	color: #666;
}

.widget-tools li a:hover {
	color: var(--theme-color);
}

.widget-tools li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.widget-tools li img {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.sortletter {
	padding-left: 0;
}

.sortletter li {
	display: inline-block;
	margin: 0 7px 7px;
	font-size: 14px;
	padding: 2px 10px;
	float: left;
	border: 1px dashed var(--theme-color);
	border-radius: 3px;
}

.sortletter li:hover {
	background: var(--theme-color);
}

.sortletter li:hover a {
	color: #fff;
}

.nav-menu:after {
	content: '';
	width: 0;
	background: #fff;
	height: 2px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 100%;
	border-radius: 2px;
	transition: .2s all linear
}

.nav-menu:hover:after {
	left: calc(50% - 30px);
	width: 60px
}

.nav-menu:hover a {
	color: #fff
}

.nav-menu:hover~.nav-menu:after {
	left: calc(50% - 20px)
}

.nav-menu {
	position: relative
}

.entry .ctitle,
.sec-panel .ctitle {
	font-weight: 500;
	color: var(--font-color);
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}

.entry .ctitle:after,
.sec-panel .ctitle:after {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 4px;
	border-radius: 50%;
	background-color: #fff;
}

.entry .ctitle:before,
.sec-panel .ctitle:before {
	content: " ";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
	background-color: var(--theme-color);
}

.entry .shiyi>p,
.entry .shiyi .jieshi,
.sec-panel .shiyi>p,
.sec-panel .shiyi .jieshi {
	padding-left: 10px;
}

.post-loop-item li.zitem {
	width: 10%;
}

.wgrid li {
	display: block;
	transition: all .2s;
	width: 100%;
	font-size: 14px;
	line-height: 2;
	background: #fff;
}

.wgrid li {
	float: left;
	border: 1px solid #e8e9ea;
	line-height: 2.2rem;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	border-radius: .3rem;
	margin: 1%;
}

.widget ul.wgrid li {
	padding: 0;
}

.widget ul.wgrid li::before {
	display: none;
}

.wgrid.w2 li {
	width: 48%;
	margin: 1%;
}

.wgrid.w3 li {
	width: 31%;
}

.wgrid.w5 li {
	width: 18%;
}

.wgrid li a {
	display: block;
	border-radius: 10px;
	color: #52525d;
}

.wgrid li:hover {
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2);
}

.wgrid li:hover a {
	color: #FFFFFF;
}

.entry .entry-content em {
	font-style: normal;
	color: var(--action-color);
}

/* shiren */
.post-loop-default .item-shiren .item-img {
	width: 105px
}

.post-loop-default .item-shiren .item-img:before {
	padding-top: 150px;
}

/* shici */
.post-loop-default .item-shi .item-meta,
.post-loop-default .item-ju .item-meta {
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.post-loop-default .item-shi .item-title a {
	font-size: 18px;
}

.post-loop-default .item-shi .item-info {
	margin-bottom: 10px;
	color: rgba(0, 0, 0, .75);
}

.post-loop-default .item-shi .item-content {
	grid-template-rows: auto;
}

.post-loop-default .item-shi .item-excerpt {
	height: auto;
}

.post-loop-default .item-shi .item-excerpt>p {
	margin: 0;
}

.post-loop-default .item-ju .item-title {
	font-size: 16px;
}

.post-loop-default .item-ju .item-excerpt {
	height: 26px;
	font-size: 16px;
}

.post-loop-default .item-ju .item-meta {
	position: relative;
	margin-top: 10px;
}

.post-loop-default .item-ju .item-excerpt a,
.post-loop-default .item-info a,
.post-loop-default .item-meta a {
	color: rgba(0, 0, 0, .75);
}

.post-loop-default .item-info a:hover,
.post-loop-default .item-meta a:hover {
	color: var(--theme-color);
}
.post-loop-empty{padding:80px 0;text-align:center;color:#777}
.post-loop-empty img{margin:20px auto;width:240px;max-width:60%}.post-loop-empty em{font-style:normal;color:var(--color-warnning)}.post-loop-empty p{margin:20px 0;padding:0 30px;line-height:1.67}
.writer-thumb {
	float: left;
	margin-right: 15px;
}

.tags a {
	display: inline-block;
	margin: 0 6px 8px 0;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.2;
	color: #5a5a5a;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid var(--theme-bg-color);
}

.tags a:focus,
.tags a:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
	text-decoration: none
}

.spec {
	font-weight: 600;
}
.load-more-wrap {
    margin: 0 !important;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.has-read-more {
	height: 300px;
	position: relative;
	overflow: hidden
}

.has-read-more .read-more {
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 100px;
	background-image: linear-gradient(180deg, rgba(250, 235, 215, 0) 0%, #fff 100%)
}

.has-read-more.auto-height {
	height: auto
}

.ajax-more-btn,
.more-btn {
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-left: 10px
}

.ajax-more-btn a,
.more-btn a {
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	color: var(--theme-color)
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	content: ">";
	padding: 0 5px;
	color: #999;
}

.header.cidian .logo {
	background: url(../images/logo_cidian.png) no-repeat;
}

.header.zidian .logo {
	background: url(../images/logo_zidian.png) no-repeat;
}

hr.line-dashed {
	box-sizing: content-box;
	height: 0
}

hr.line-dashed {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px dashed #eee
}

/* Back to top button */
#back-top {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: 520px;
}

#back-top:hover {
	transition: 0.3s bottom ease;
}

#back-top a span {
	background-color: #fff;
	border: 1px solid;
	font-size: 20px;
	width: 32px;
	height: 32px;
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

#back-top a:hover span {
	color: #fff;
}

#back-top a:hover {
	text-decoration: none;
}

#back-top a span {
	color: #4b98ff;
}

#back-top a:hover span {
	background-color: #4b98ff;
}

#back-top a span {
	border-color: #4b98ff;
}

.zbox {
	background-color: #fff;
	box-shadow: 0 0 15.8px rgba(135, 183, 253, 0.15);
	margin: 20px 0;
	padding: 30px 20px;
}

.zrow li {
	float: left;
	text-align: center;
	padding: .5rem;
	box-sizing: border-box;
}

.zrow li a {
	display: block;
	transition: all .2s;
	padding: .1rem .6rem;
	color: #0e1017;
}

.entry .entry-content .zrow li a:hover,
.entry .entry-content .zrow li a.active,
.zrow li a:hover,
.zrow li a.active {
	border-color: var(--theme-color);
	background: var(--theme-color);
	border-radius: .3rem;
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2);
	text-decoration: none;
}

.zrow .sort {
	padding-left: 0;
}

.sort li {
	width: 25%;
	line-height: 2;
	list-style: none;
}

.sort li a {
	border: 1px solid #e8e9ea;
	background: #fff;
}

.entry .entry-content .sort li a {
	text-decoration: none;
	color: var(--font-color);
}

.zlists {
	padding-left: 0;
}

.zlists li {
	width: 25%;
	line-height: 2rem;
	font-size: 18px;
	list-style: none;
}

.zlists li a {
	border: 1px solid var(--theme-bg-color);
	background: var(--theme-bg-color);
	padding: 12px 0 10px;
	font-size: 20px;
}

.zrow li a:hover h3 {
	color: #FFFFFF;
}

.zlists li a span {
	display: block;
	height: 1.2rem;
	line-height: 1rem;
	font-size: 16px;
	padding: 0;
	margin: 0 0 8px;
	font-weight: 400;
	overflow: hidden;
	color: #d5d6da;
}

.zlists li a span em {
	font-style: normal;
	color: var(--action-color);
}

.zlists li a:hover span {
	color: #dbe5ff;
}

.entry .entry-catalog .zlists li a,
.entry .entry-content .zlists li a {
	text-decoration: none;
}

.entry .entry-catalog .zlists li a:hover,
.entry .entry-content .zlists li a:hover {
	color: #fff
}

.entry .entry-catalog .zlists li a:hover span,
.entry .entry-content .zlists li a:hover span {
	color: #dbe5ff;
}
.zlists li.zmore .lei-icon{
	padding: 10px 0;
	font-size: 26px;
	color: var(--action-color)
}
.zlists li.zmore:hover .lei-icon{
	color: #fff;
}
.entry-decoration {
    background: linear-gradient(90deg, transparent 0%, var(--theme-color) 20%, var(--theme-color) 80%, transparent 100%);
    height: 2px;
    margin: 1rem auto;
    width: 120px;
}
.z2 li {
	font-size: 1.2rem;
}

.col-2 li {
	width: 50%;
}

.col-3 li {
	width: 33.333%;
}

/*.col-4 li {width: 25%;}*/

.col-5 li {
	width: 20%;
}

.col-6 li {
	width: 16.666%;
}

.col-6 li.x2 {
	width: 33.3333%;
}

.col-8 li {
	width: 12.5%;
}

.col-10 li {
	width: 10%;
}

.col-12 li {
	width: 8.33333%;
}

/* zuci */
.col-a-8 li {
	width: 100%;
}

.col-a-8 li a {
	width: 12.5%;
	float: left;
	margin-right: 8px;
}

.sort.col-aw li {
	padding: 0;
}

.col-aw li {
	width: auto
}

.Look_main .col-aw li {
	border-bottom: none;
}

.pinyin-list .list-col {
	margin-bottom: 8px;
	*margin-bottom: 22px;
}

.pinyin-list .list-col .list-title {
	float: left;
	width: 76px;
	font-weight: bold;

}

.pinyin-list .list-col .list-title a {
	display: inline-block;
	width: 46px;
	height: 28px;
	overflow: hidden;
	background: var(--theme-bg-color);
	border-radius: 2px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #5199ff;
	margin-top: 0px;
}

.pinyin-list .list-col .list-a {
	float: left;
	line-height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px dashed #e9e9e9;
	width: calc(100% - 76px);
}

.pinyin-list .list-col .list-a .letter {
	float: left;
	margin-right: 20px;
	margin-bottom: 14px;
	white-space: nowrap;
	*line-height: 26px;
	font-size: 14px;
	color: #111;
}

.pinyin-list .list-col .list-a .letter:hover {
	color: #5199ff;
}

.word-panel {
	font-size: 16px;
}

.word-panel h3 {
	margin: 30px 0 20px;
	font-weight: 600;
	padding-left: 10px;
	font-size: 18px;
	font-size: 1.5rem;
	line-height: 1.2;
	border-left: 4px solid #5199ff;
	color: #666;
}

.word-panel .sec-panel-body a {
	color: #333333;
}

.word-panel .sec-panel-body a:hover {
	color: #5199ff;
	;
}

.ziview-table .table>tbody>tr>td p,
.ziview-table .table>tbody>tr>th p {
	line-height: 28px;
	font-size: 14px;
}

.ziview .ziview-image {
	margin: 0 20px 0 0;
	padding: 0;
	background: url(../images/bg_zi.png) no-repeat center;
	background-size: 150px 150px;
	height: 150px;
	width: 150px;
	float: left;
	border: 1px solid #DCDEDB;
}

.ziview .zi {
	font-family: KaiTi;
	line-height: 1;
	display: block;
	padding: 0;
	cursor: pointer;
	font-size: 140px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
}

.ziview .zi.disno {
	display: none;
}

.ziview .zipic {
	width: 150px;
}

.ziview .nounce {
	display: inline-block
}

.ziview b {
	font-weight: 400;
}

.ziview .nounce span {
	margin-right: 10px;
}

.ziview .mp3-play {
	margin-left: 5px;
}

.ziview-list li {
	list-style: none;
	padding: 4px 0;
}

.ziview-list li h3 {
	display: inline-block;
	font-size: 16px;
	margin: 0;
}

.ziview .ziview-right {
	position: relative;
}

.ziview .ziview-right .label-type {
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: #5199ff;
	padding: .4em .6em .4em;
}

.ziview .ziview-right .label-type a {
	color: #FFF0F0;
}

/* .ziview .bishun {
	background: #EEEEEE;
	border: 1px solid #666;
	display: inline-block;
} */

.content-view {
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
}

.content-view ul {
	padding-left: 0;
}

.content-view li {
	display: inline-block;
	width: 50%;
	padding: 12px 0;
	float: left;
	border-bottom: 1px dashed #e9e9e9;
	overflow: hidden;
}

.content-view li.w100 {
	width: 100%;
}

.content-view li span {
	color: #222;
	font-size: 14px;
}

.content-view li label,
.bishun label {
	color: #999;
	white-space: nowrap;
	font-size: 14px;
	width: 100px;
}

.content-view li label span {
	color: #999;
}

/* .bishun {
	margin: 15px 0;
} */
/* 
.bishun .bsview span {
	width: 36px;
	height: 36px;
	margin-right: 4px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px dashed #e9e9e9;
}

.bishun .bsshow svg {
	border: 1px dashed #e9e9e9;
	margin-right: 5px;
}

.bishun h3 {
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 15px;
	border-left: 3px solid #EF9033;
}

.bishun h3 a {
	font-size: 16px;
} */

.ziview-table th {
	width: 100px;
}

.ziview-table .col100 {
	width: calc(100% - 100px);
}

.ziview-table .col50 {
	width: calc(50% - 100px)
}

.list-zi {
	padding-left: 15px;
}

.list-zi li {
	display: inline-block;
	background: url(../images/zi_100.gif) no-repeat center;
	height: 100px;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
	vertical-align: middle;
}

.list-zi .list-zi-info {
	display: inline-block;
	text-decoration: none;
	font-family: KaiTi;
	line-height: 100%;
	padding: 0;
	cursor: pointer;
	font-size: 76px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #666;
}

.btn-write {
	background-color: var(--theme-color);
	color: #ffffff;
}
.btn-write:visited,
.btn-write:active,
.btn-write:hover {
	color: #ffffff;
}

.mp3-play {
	display: inline-block;
	background: url(../images/speaker.jpg) no-repeat;
	height: 18px;
	width: 18px;
	margin-right: 2px;
	text-decoration: none;
	vertical-align: middle;
	background-position: 0 1px;
	margin-left: 10px;
}

.dian-speak>i {
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(../images/voice.png) 0 0 no-repeat;
	background-size: 100%;
	position: relative;
	top: 3px;
	margin-left: 6px;
}

.bishun-box {
	display: flex;
	flex-wrap: nowrap;
}

.zi-box {
	text-align: center;
	width: 150px;
}

.zi-box .bsthumb {
	margin-bottom: 10px;
}

.zi-box #show-div {
	margin: 0 auto 10px;
	float: none !important;
	border: 1px solid #CCC
}

.zi-info {
	float: left;
	width: 400px;
}

#zi-title {
	font-size: 130px;
	color: #555555;
	display: none;
	width: 150px;
	height: 150px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150"><line x1="0" y1="0" x2="150" y2="150" stroke="%23eee" /><line x1="150" y1="0" x2="0" y2="150" stroke="%23eee" /><line x1="75" y1="0" x2="75" y2="150" stroke="%23eee" /><line x1="0" y1="75" x2="150" y2="75" stroke="%23eee" /></svg>');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 150px;
	border: 1px solid #CCC;
}
.bishun-ul li {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-family: "楷体", "楷体_gb2312", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, DFKai-SB, "TW\-Kai";
	font-size: 58px;
	text-align: center;
	line-height: 85px;
	background: url(../images/mzgblue.svg);
	margin: 5px 0px 5px -2px;
	color: #b8b8b8;
}

.bishun-ul {
	padding-left: 0;
}

.bishun-ul li.svg {
	line-height: 84px;
}

.bishun-ul li svg {
	padding: 0;
	vertical-align: middle;
}

.bs-list {
	--zi-column: 8;
	--zi-spacing: 15px;
	--zi-spacing-half: calc(var(--zi-spacing) / 2);
	list-style: none;
	margin: 0 calc(var(--zi-spacing-half)* -1);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.bs-list li {
	position: relative;
	border: 1px solid var(--color-dodger-blue-300);
	background-color: #ffffff;
	border-radius: 5px;
	transition: all .2s ease-out;
	min-height: 60px;
	padding: 0;
	margin: 10px var(--zi-spacing-half);
	width: calc(100% / var(--zi-column) - var(--zi-spacing));
}

.bs-list li {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.bs-list li .idx,
.bs-list li .txt {
	font-size: 14px;
	width: 100%;
	background-color: var(--color-dodger-blue-50);
}

.bs-list li .idx {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.bs-list li .txt {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.bs-list li:hover {
	border: 1px solid var(--theme-color);
	background-color: #fff;
	box-shadow: 0 10px 25px rgba(68, 142, 246, .05), 0 20px 48px rgba(68, 142, 246, .05), 0 1px 4px rgba(68, 142, 246, .1)
}

.bs-list li .han {
	font-size: 65px;
	line-height: 1.4em;
	font-weight: 500;
}

.bs-list li img {
	width: 60px;
	height: 60px;
}

.bs-list li:hover .han {
	color: red;
	padding-bottom: 0
}

.bs-list li:hover img {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%) !important
}

.bs_qa_list {
	list-style: none;
	padding-left: 1em !important;
}

.bsview-ul {
	padding-left: 0;
}

.bsview-ul li {
	display: inline-block;
	width: 90px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 17px;
	border: 1px solid #339FF7;
}

.bsview-ul li .bottom,
.bsview-ul li .num {
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 32px;
	background: rgba(0, 133, 255, .1);
}

.bsview-ul li .bottom {}

.bsview-ul li img {
	width: 48px;
	height: 48px;
	margin: 15px 0;
}

.bsview-ul li .zi {
	font-size: 40px;
	margin: 3px 0;
}

.related-list {
	padding-left: 0px;
}

.related-list li {
	display: inline-block;
	width: 12%;
	margin-bottom: 8px;
}

.related-list li a {
	color: #333333;
}

.related-list li a:hover {
	color: var(--theme-color);
}

.list-table-box table {
	width: 100%;
	text-align: center;
}

.list-table-box table th {
	background: var(--theme-bg-color);
	color: #444c5f;
	font-weight: bold;
	border: 1px solid var(--theme-bg-color);
	text-align: center;
	height: 42px;
}

.list-table-box table td {
	height: 42px;
	border: 1px solid var(--theme-bg-color);
	color: #333;
}

.zidian-list {
	font-size: 14px;
}

.zidian-list .zi {
	width: 70px;
	font-size: 16px;
}

.zidian-list .zi a {
	color: #111;
}

.zidian-list .pinyin {
	width: 110px;
}

.zidian-list .jianjie {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.zidian-list .jianjie p,
.zidian-list .jianjie {
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	text-align: left;
	text-overflow: ellipsis;
	padding-left: 5px;
}

.zidian-list .jianjie a {
	color: #333333
}

.zidian-list tr:hover a,
.zidian-list tr:hover td {
	color: #5199ff;
}

.list-price-box table tr:hover .jianjie p a {
	color: #5199ff;
}

.zidian-list .more {
	width: 100px;
}

.zidian-list .more a {
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
.e404 {width: 100%;margin: 0;padding: 80px 0;text-align: center;overflow: hidden;}
.e404 .e404-title {line-height: 50px;font-size: 80px;margin: 0 0 30px 0;}
.e404 p {line-height: 50px;font-size: 20px;}
.e404 .sec-panel {background: transparent;}
.notification-container {
	position: fixed;
	z-index: 10002;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	pointer-events: none
}

.notification-container .notification-message {
	min-width: 240px;
	white-space: nowrap;
	width: auto;
	height: auto;
	padding: 15px;
	text-align: center;
	color: var(--color-dodger-blue-50);
	border: 2px solid var(--border-color);
	background-color: var(--theme-color);
	border-radius: 8px;
	opacity: 0;
	transform: translateY(40px);
	transition: all .2s cubic-bezier(.785, .135, .15, .86)
}

.notification-container.show .notification-message {
	opacity: 1;
	transform: translateY(0)
}

.notification-container.hide .notification-message {
	opacity: 0;
	transform: translateY(-40px)
}

.notify-danger {
	background-color: #fff;
	border-radius: 5px;
	border-left-color: red;
	padding: 15px;
	margin: -5px 0 15px
}
.footer p {
	font-size: 13px;
}

.sec-panel h3.t-trans-none,
.zucibox .sec-panel h3 {
	text-transform: none
}

.zclist {
	padding-left: 0;
}

.zclist>li>b {
	display: block;
	background: var(--theme-bg-color);
	padding: 10px;
	border-radius: .3rem;
	margin: 10px 0;
	border-left: 3px solid var(--theme-color);
}

.zclist>li>ol {
	padding-left: 0;
}

.zclist>li>ol>li {
	padding: 10px;
	list-style: none;
}

.zclist>li>ol>li>p {
	text-align: left;
}

.zclist>li>ol a {
	margin-right: 10px;
}

.zclist>li>ol .index,
.zclist>li>ol a {
	font-weight: 600;
}

.zclist ol>li>div {
	margin: 10px 0;
	color: #777777;
}

.zclist>li>ol>li:hover {
	background: var(--theme-bg-color);
	border-radius: .3rem;
}

.zclist>li>ol>li:hover a {
	color: #fd5151;
}

.zibox .word {
	display: inline-block;
	margin-right: 10px;
	width: 80px;
	height: 80px;
	background: url(../images/text_bg.jpg);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	padding-top: 10px;
}

.zibox ruby {
	text-align: justify;
	background-repeat: no-repeat;
	background-size: cover;
	color: #222222;
	font-family: KaiTi;
	line-height: 80px;
	font-size: 48px;
	text-align: center;
}

.zibox .word ruby rt {
	font-size: 22px;
}

.base-list li {
	font-size: 14px;
	line-height: 2.8;
}

.base-list li label {
	color: #666;
}

.base-list li.cates a {
	text-align: center;
	padding: .5rem;
	line-height: 2;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	transition: all .2s;
	padding: .1rem .6rem;
	color: #0e1017;
	display: inline-block;
	margin-right: 8px;
}

.base-list li.cates a:hover {
	border-color: var(--theme-color);
	background: var(--theme-color);
	border-radius: .3rem;
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2);
	text-decoration: none;
}

.catalog li {
	border-bottom: 1px dashed #CCC;
	padding: 5px;
}

.catalog li a {
	margin-right: 25px;
	line-height: 2em;
	font-size: 16px;
}

.huinavbar {
	width: 100%;
	top: 0;
	left: 0;
	font-weight: 500;
	background: #fff;
	padding: 0 10px;
	z-index: 6666;
}

.huinavbar .catalog1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 3;
}

.huinavbar .catalog1 a.active {
	font-weight: 700;
	color: #333333;
}

.huinavbar .catalog1 a:hover,
.huinavbar .catalog1 a {
	position: relative;
	display: inline-block;
	height: 100%;
	color: #333333;
}

.huinavbar .catalog1 a.active:after {
	background: #333333;
}

.scrollbox:focus {
	outline: 0;
}

.sticky .mulu,
.sticky .catalog {
	width: 990px;
	margin: 0 auto;
}

.sort.mulu li {}

.sort.mulu li a {
	border: 1px dashed #ccc;
}

.catalog {
	padding: 5px 15px;
}

.catalog a {
	float: left;
	width: 70px;
	overflow: hidden;
	background: #E5F2FE;
	border: 1px solid #E5F2FE;
	height: 25px;
	line-height: 25px;
	margin: 1px 3px;
	text-align: center;
	color: var(--theme-color);
	display: block;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.catalog a.active,
.catalog a:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #ffffff;
}

.sec-panel .ctitle {
	font-weight: 500;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.sec-panel .ctitle:after {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 4px;
	border-radius: 50%;
	background-color: #fff;
}

.sec-panel .ctitle:before {
	content: " ";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
	background-color: var(--theme-color);
}

.Look.dict h3 {
	line-height: 30px;
	height: 30px;
	text-align: left;
	color: #333;
	background: none;
	text-indent: 5px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
}

.Look_main li a em {
	color: #ff4c4c;
}

.sec-panel-body p {
	line-height: 2em;
	text-align: justify;
}

.sec-panel-body img {
	width: 100%;
}

.related-link a {
	padding: 5px;
	box-sizing: border-box;
	display: inline-block;
	transition: all .2s;
	background: #fff;
	font-size: 14px;
}

.sec-panel.bottom-box {
	padding: 20px;
}

.sec-panel.bottom-box .mtitle {
	border-bottom: 1px solid #e9e9e9;
}

.sec-panel.bottom-box .mtitle h3 {
	float: left;
	margin-bottom: 10px;
}

.sec-panel.bottom-box .mtitle .desc {
	float: right;
	margin-top: 0;
	color: #999999;
	width: 860px;
	text-align: right;
}

.sec-panel.bottom-box .mtitle .desc a {
	color: #999999;
}

.sec-panel.bottom-box .box-content {
	padding: 10px 0;
}

.sec-panel .sec-panel-heading h2 a.more,
.sec-panel .sec-panel-heading h3 a.more {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: var(--theme-color);
}

.sec-panel .dict-content img {
	width: 16px;
}

.sec-panel .dict-content strong {
	margin-right: 10px;
}

.sec-panel .dict-content .pinyin {
	font-weight: 600;
}

.sec-panel .dict-content p.indent {
	text-indent: .95em;
}

.sec-panel .dict-content a {
	text-decoration: underline;
	margin: 0 2px;
}

.entry .dict-content>h3 {
	font-size: 16px;
	font-weight: 600;
}

.entry .dict-content .pinyin {
	font-weight: 500;
	margin-left: 5px;
}

.dict-fanyi {
	padding-left: 1em;
}

.entry .dict-fanyi>h3,
.dict-fanyi>h3 {
	font-size: 16px;
}

.widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 15px;
	line-height: 1.4;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}

.widget .widget-title {
	background-color: var(--theme-bg-color);
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: var(--font-color);
	text-align: center;
	margin-bottom: 10px;
}

.wgrid li {
	display: block;
	transition: all .2s;
	width: 100%;
	font-size: 14px;
	line-height: 2;
	background: #fff;
}

.wgrid li {
	float: left;
	border: 1px solid #e8e9ea;
	line-height: 2.2rem;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	border-radius: .3rem;
	margin: 1%;
}

.wgrid.w2 li {
	width: 48%;
	margin: 1%;
}

.wgrid.w3 li {
	width: 31%;
}

.wgrid.w5 li {
	width: 18%;
}

.wgrid li a {
	display: block;
	border-radius: 10px;
	color: #52525d;
}

.wgrid li:hover {
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2);
}

.wgrid li:hover a {
	color: #FFFFFF;
}

.widget.sortA ul li {
	display: inline-block;
	width: 33.33%;
	padding: 0;
}

.widget.sortA ul li a {
	float: none;
	width: auto;
	border: none;
	font-size: 14px;
	display: block;
	margin: 5px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.basic-box {
	margin-bottom: 20px;
	line-height: 1.8;
	word-wrap: break-word;
	padding: 5px 15px;
	font-size: 16px;
}

.basic-box ul {
	padding-left: 0;
}

.basic-box h4 {
	font-size: 16px;
	font-weight: 600;
}

.basic-box p {
	white-space: normal;
}

.basic-box em {
	font-style: normal;
	color: var(--action-color);
}

.hzTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--color-dodger-blue-100);
	border-left: 0
}

.hzTable a {}

.hzTable tr {
	border-bottom: 1px solid var(--color-dodger-blue-100);
	vertical-align: revert-layer !important
}

.hzTable .th {
	width: 110px;
	text-align: center;
	background: #f5f5f5
}

.hzTable table th,
.hzTable td {
	border-left: 1px solid var(--color-dodger-blue-100);
	word-break: break-all;
	word-wrap: break-word;
	padding: 6px 8px;
	font-weight: 400
}

.hzTable li {
	display: inline-block;
	margin-right: .5em
}

.hzTable .thead {
	width: 80px;
	background: var(--color-dodger-blue-50);
	text-align: center;
	color: #666;
}

.hzTable .thumb {
	width: 150px;
	verticle-align: middle
}

.hzTable .thumb_3 {
	width: 150px;
}

.hzTable .tbody {}

.hzTable img {
	float: left;
	display: inline-block;
	max-width: 100%
}

.bsimg img {
	width: 20px;
	height: 20px;
	border: 0;
	margin: auto
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}

.zx-detail-basic-table {
	border: 1px solid #e5ebf5;
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	border-collapse: collapse
}

.zx-detail-basic-table tbody td:nth-child(1) {
	width: 170px;
	background: #f5f9ff
}

.zx-detail-basic-table tbody td:nth-child(2) {
	width: 250px
}

.zx-detail-basic-table tbody td:nth-child(3) {
	width: 170px;
	background: #f5f9ff
}

.zx-detail-basic-table tbody td:nth-child(4) {
	width: 249px
}

.zx-detail-basic-table tbody td {
	border: 1px solid #e5ebf5;
	color: #333;
	font-size: 14px;
	padding: 11px 14px;
	box-sizing: border-box;
	line-height: 24px
}

.zx-detail-basic-table tbody td .use-map {
	margin-left: 30px
}

.zx-detail-basic-table tbody td .use-map a {
	color: #38f
}

.zx-detail-basic-table tbody td .person-link {
	color: #38f
}

.zx-detail-basic-table tbody td .zx-detail-basic-scope-btn {
	cursor: pointer;
	color: #38f
}

.zx-detail-basic-table tbody .table-regCapital-title {
	width: 170px
}

.zx-detail-basic-table tbody .table-regCapital-lable {
	width: 250px
}

.zx-detail-basic-table tbody .table-paidinCapital-title {
	width: 170px
}

.zx-detail-basic-table tbody .table-paidinCapital-lable {
	width: 249px
}

.zx-detail-basic-table .zx-detail-basic-table-scope {
	word-break: break-all
}

.zx-detail-basic-table .business-textphoto {
	float: left;
	margin-right: 14px
}

.zx-detail-basic-table .basic-comp-link {
	color: #ff802c
}