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

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

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

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

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

body {
	font-family: var(--theme-font-family);
	font-size: 14px;
	line-height: 1.42857;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.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-1{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 2rem;
}
.mb-1{
	margin-bottom: 1rem;
}
.mb-2{
	margin-bottom: 2rem;
}
a {
	background-color: transparent;
	color: var(--theme-color);
	text-decoration: none
}

b,
strong {
	font-weight: bolder
}

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

body,
button,
input,
select,
textarea {
	margin: 0
}

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

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

a:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -1px
}

.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
}

.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4
}

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

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

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dl-horizontal dd {
	margin-left: 180px
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

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

.container: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
}

[class*=col-lg-],
[class*=col-md-],
[class*=col-sm-],
[class*=col-xs-] {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.col-xs-1 {
	width: 4.16667%
}

.col-xs-2 {
	width: 8.33333%
}

.col-xs-3 {
	width: 12.5%
}

.col-xs-4 {
	width: 16.66667%
}

.col-xs-5 {
	width: 20.83333%
}

.col-xs-6 {
	width: 25%
}

.col-xs-7 {
	width: 29.16667%
}

.col-xs-8 {
	width: 33.33333%
}

.col-xs-9 {
	width: 37.5%
}

.col-xs-10 {
	width: 41.66667%
}

.col-xs-11 {
	width: 45.83333%
}

.col-xs-12 {
	width: 50%
}

.col-xs-13 {
	width: 54.16667%
}

.col-xs-14 {
	width: 58.33333%
}

.col-xs-15 {
	width: 62.5%
}

.col-xs-16 {
	width: 66.66667%
}

.col-xs-17 {
	width: 70.83333%
}

.col-xs-18 {
	width: 75%
}

.col-xs-19 {
	width: 79.16667%
}

.col-xs-20 {
	width: 83.33333%
}

.col-xs-21 {
	width: 87.5%
}

.col-xs-22 {
	width: 91.66667%
}

.col-xs-23 {
	width: 95.83333%
}

.col-xs-24 {
	width: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 4.16667%
}

.col-xs-offset-2 {
	margin-left: 8.33333%
}

.col-xs-offset-3 {
	margin-left: 12.5%
}

.col-xs-offset-4 {
	margin-left: 16.66667%
}

.col-xs-offset-5 {
	margin-left: 20.83333%
}

.col-xs-offset-6 {
	margin-left: 25%
}

.col-xs-offset-7 {
	margin-left: 29.16667%
}

.col-xs-offset-8 {
	margin-left: 33.33333%
}

.col-xs-offset-9 {
	margin-left: 37.5%
}

.col-xs-offset-10 {
	margin-left: 41.66667%
}

.col-xs-offset-11 {
	margin-left: 45.83333%
}

.col-xs-offset-12 {
	margin-left: 50%
}

.col-xs-offset-13 {
	margin-left: 54.16667%
}

.col-xs-offset-14 {
	margin-left: 58.33333%
}

.col-xs-offset-15 {
	margin-left: 62.5%
}

.col-xs-offset-16 {
	margin-left: 66.66667%
}

.col-xs-offset-17 {
	margin-left: 70.83333%
}

.col-xs-offset-18 {
	margin-left: 75%
}

.col-xs-offset-19 {
	margin-left: 79.16667%
}

.col-xs-offset-20 {
	margin-left: 83.33333%
}

.col-xs-offset-21 {
	margin-left: 87.5%
}

.col-xs-offset-22 {
	margin-left: 91.66667%
}

.col-xs-offset-23 {
	margin-left: 95.83333%
}

.col-xs-offset-24 {
	margin-left: 100%
}

.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;
	-webkit-box-shadow: none;
	box-shadow: none
}

.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%
}

.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
}

.ml0 {
	margin-left: 0 !important
}

.ml10 {
	margin-left: 10px !important
}

.ml20 {
	margin-left: 20px !important
}

.ml30 {
	margin-left: 30px !important
}

.mt0 {
	margin-top: 0 !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 30px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

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

.clearfix:after {
	clear: both
}

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

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.display-inline {
	display: inline !important
}

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

.display-block {
	display: block !important
}

.invisible {
	visibility: hidden
}

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

.text-center {
	text-align: center !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

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

.hidden,
[hidden] {
	display: none !important
}

.show {
	display: block !important
}

@-ms-viewport {
	width: device-width
}

:root {
	--theme-color: #0087f5;
	--theme-hover: #0087f5;
	--font-color: #333333;
	--theme-bg-color:#f6f8fa;
	--action-color:#ff5555;
	--theme-font-family: 'Helvetica,sans-serif,arial';
	--theme-font-family22: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif
}
:root {
	--theme-color: #0087f5;
	--theme-hover: #448EF6;
	--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;
}
.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;
}
body {
	font-family: var(--theme-font-family);
	font-size: 14px;
	line-height: 1.42857;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-bottom: env(safe-area-inset-bottom);
	background: #f8f8f8;
	word-break: break-all;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	max-width: 640px;
	margin: 0 auto
}

.m-dropdown {
	display: block;
	position: absolute;
	right: 3px;
	top: 0;
	width: 50px;
	text-align: center;
	color: #fff
}

.m-dropdown:after {
	position: absolute;
	left: 0;
	top: 7px;
	width: 1px;
	height: 34px;
	content: "";
	background: rgba(0, 0, 0, .07)
}

.m-dropdown i {
	font-size: 24px;
	line-height: 48px;
	opacity: .7
}

.dropdown-open>.m-dropdown i,
.m-dropdown,
.m-dropdown i,
.navbar-on {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.dropdown-open>.m-dropdown i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.navbar-on {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%)
}

.navbar-on {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%)
}

.navbar-on.admin-bar .header {
	margin-top: 46px
}

.navbar-on .navbar-on-shadow {
	display: block;
	position: fixed;
	z-index: 10000000000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, .3)
}

.navbar-header:after,
.navbar-header:before {
	content: " ";
	display: table
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.icon-bar {
	-webkit-transition: all .3s ease-out .3s;
	-o-transition: all .3s ease-out .3s;
	transition: all .3s ease-out .3s;
	background: rgba(255, 255, 255, .85)
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-collapse {
	position: fixed;
	bottom: 0;
	top: 0;
	right: 100%;
	z-index: 998;
	padding: 50px 0;
	width: 80%;
	height: 100% !important;
	margin: 0 !important;
	background: var(--theme-color);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	overflow: auto;
	border: 0
}

.navbar-collapse.collapse {
	display: none !important
}

.collapse.in {
	display: block !important
}

.navbar-on {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%)
}

.navbar-on.admin-bar .header {
	margin-top: 46px
}

.navbar-on .navbar-on-shadow {
	position: fixed;
	z-index: 10000000000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, .3)
}

.navbar-on .icon-bar {
	-webkit-transition: all .3s ease-out .3s;
	-o-transition: all .3s ease-out .3s;
	transition: all .3s ease-out .3s;
	background: #fff !important
}

.navbar-on .icon-bar-1 {
	margin-bottom: 0;
	-webkit-transform: rotate(-45deg) translate(-3px, 5px);
	-ms-transform: rotate(-45deg) translate(-3px, 5px);
	transform: rotate(-45deg) translate(-3px, 5px)
}

.navbar-on .icon-bar-2 {
	opacity: 0
}

.navbar-on .icon-bar-3 {
	-webkit-transform: rotate(45deg) translate(-3px, -5px);
	-ms-transform: rotate(45deg) translate(-3px, -5px);
	transform: rotate(45deg) translate(-3px, -5px)
}

.navbar-on .navbar-toggle {
	position: fixed;
	top: 0;
	z-index: 1000;
	right: 100%;
	background: 0 0 !important;
	border: 0 !important;
	margin-top: 8px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.navbar-action .profile .dropdown-menu:after,
.navbar-action .profile .dropdown-menu:before,
.navbar-on .navbar-unread {
	display: none
}

.navbar-action {
	float: none !important;
	margin: 0;
	height: auto;
	padding: 20px 0 30px;
	overflow: hidden;
	position: relative;
	z-index: 1002;
	font-size: 0
}

.navbar-action .user-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 20px;
	margin: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-action .profile {
	width: 100%;
	height: auto
}

.navbar-action .profile a {
	display: block;
	color: #fff
}

.navbar-action .profile .menu-item {
	height: auto;
	padding: 0
}

.navbar-action .profile .menu-item>a {
	padding: 7px 0
}

.navbar-action .profile .m-dropdown {
	right: 0;
	height: 38px
}

.navbar-action .profile .m-dropdown .wi {
	line-height: 38px
}

.navbar-action .profile .dropdown-menu {
	position: relative;
	float: none;
	display: none;
	width: 100%;
	padding: 1px 0 !important;
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	background: rgba(0, 0, 0, .1);
	border: 0;
	border-left: 5px solid rgba(0, 0, 0, .08) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar-action .profile .dropdown-menu li {
	border-bottom: 1px solid rgba(10, 10, 10, .05) !important
}

.navbar-action .profile .dropdown-menu li:last-child {
	border-bottom: 0 !important
}

.navbar-action .profile .dropdown-menu li>a:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, .1) !important
}

.navbar-action .publish {
	margin: 0 20px;
	padding: 8px 30px;
	line-height: 22px;
	color: #fff;
	border: 0;
	display: block;
	text-align: center;
	border-radius: 0;
	font-weight: 400;
	vertical-align: top;
	background-color: rgba(255, 255, 255, .1) !important
}

.navbar-search {
	position: relative;
	display: block !important;
	width: 100%;
	padding: 0 20px;
	height: auto;
	border: 0;
	background: 0 0
}

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

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

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

.navbar-search-inner {
	width: 100%;
	position: relative
}

.navbar-search-input {
	width: 100%;
	height: 36px;
	padding: 5px 10px;
	line-height: 20px;
	margin: 0;
	color: #333 !important;
	background: #f6f8fa;
	border: 1px solid #f6f8fa;
	border-radius: 3px
}

.navbar-search-close {
	display: none !important
}

.navbar-search-btn,
.navbar-search-input {
	display: inline-block;
	outline: 0;
	vertical-align: top
}

.navbar-search-btn {
	background: 0 0;
	padding: 0;
	border: 0;
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 36px;
	color: #5a5a5a !important;
	cursor: pointer
}

.collapse.in {
	display: block !important
}

.navbar-collapse.in {
	overflow-y: auto
}

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

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

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

.nav:after {
	clear: both
}

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

.navbar-nav li {
	background-image: none !important
}

body>header.header {
	left: 0;
	z-index: 999;
	width: 100%;
	border: 0;
	background: var(--theme-color);
	color: #fff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1)
}

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

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 img {
	max-height: 26px;
	width: auto
}

body>header.header .logo a {
	color: #fff
}

body>header.header .navbar-header {
	margin: 0;
	float: none
}

body>header.header .primary-menu {
	margin: 0;
	float: none !important
}

body>header.header .wpcom-adv-menu {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, .05);
	position: relative;
	font-size: 16px
}

body>header.header .wpcom-adv-menu li {
	display: block !important;
	width: 100% !important
}

body>header.header .wpcom-adv-menu li a {
	display: block !important;
	padding: 0 20px;
	font-weight: 400;
	line-height: 48px !important;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

body>header.header .wpcom-adv-menu li a:active,
body>header.header .wpcom-adv-menu li a:focus,
body>header.header .wpcom-adv-menu li a:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, .1) !important
}

body>header.header .wpcom-adv-menu .active>a {
	color: #fff !important;
	background: rgba(255, 255, 255, .1) !important;
	font-weight: 500
}

.header .logotitle {
	position: relative;
	z-index: 1000;
	height: 50px;
	margin: 0;
	padding-left: 5px;
	padding-top: 9px;
	text-align: center;
	width: calc(100% - 120px);
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis
}

.header .logotitle a {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #f8f9fa;
	display: block
}

.btn-share {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUdwTDc3NzMzMzMzMzMzMzQ0NDY2NjMzMzY2NjMzMzs7OzQ0NDQ0NDMzMzMzMzMzMzMzMzQ0NDQ0NDQ0NDMzMzMzMzU1NTMzM6AL/S8AAAAXdFJOUwAeydzygSmrEFUHQVH7kepvn0ozX7ZboMPU3wAAAQxJREFUOMuNUuu6gyAM46oMEBXcfP83PbYwbjK/kz8CCTFtIeS/mD6blBZWekoIU2a15CdCEqLSEsASb9bqxJ8VKPLHkg86hzXeR17MrmQIDHmOBhpv7KoKrN/IO427DdafpqIZ7X3agdve8DvG/VrSa7PU/tGS56NQlRtviBxvspfMXtu5FkDAlabyLqNXJzjgB0fO4nuBhqa+SzGvXgAGgj4IWOz3T8FUJjQWuJJgLIC52CfBVRknTwK9SdoJbp1sh2qJ6WfRlmxwmkKPeC1iybxqTQN5xsTwXcKdD0u6qcBptT1vYWpC5Rd0zp6qDOrxWZ5b6e8Qro4zQBXdsDvNTJPJOMZFBmfuS/8BWbUiT5ejB7EAAAAASUVORK5CYII=) center center no-repeat;
	background-size: 16px;
	z-index: 3
}

body>header.header.header-style-3 {
	height: 50px;
	background: #fff
}

body>header.header.header-style-3 .icon-bar {
	background: rgba(0, 0, 0, .55)
}

.header-back {
	position: relative;
	padding: 10px;
	float: left
}

.header-link {
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle
}

.header-link i {
	font-size: 16px;
	color: #f6f8fa
}
.header-link .li svg{
	font-size: 26px;
}
.header-home {
	position: absolute;
	top: 0;
	left: 42px;
	padding: 8px 12px
}

.header-home a {
	font-size: 24px;
	color: #666
}

#wrap {
	padding-top: 5px;
	overflow: hidden
}

.breadcrumb {
	list-style: none;
	padding: 8px 15px 8px 5px;
	margin: 0;
	color: #999;
	background: #fff;
	border-radius: 0;
	border-bottom: 1px solid #f7f7f7
}

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

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

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

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

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

.breadcrumb>.active {
	opacity: .9
}

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

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
}

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

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

.footer {
	padding: 20px 0;
	color: #ccc;
	background: #32363c;
	text-align: center
}

.footer a {
	color: #ccc
}

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

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

.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 5px;
	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: 5px;
	line-height: 18px
}
.footer .footer-nav li{
	margin-bottom: 10px;
}
.footer .footer-nav li:after,
.footer .menu ul li:after,
.footer ul.menu li:after {
	display: inline-block;
	font-size: 14px;
	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: 5px;
	vertical-align: top
}

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

.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(--action-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: 610px
}

@media (max-width:1219px) {
	.action.action-pos-1 {
		left: auto;
		right: 10px;
		margin-left: 0
	}
}

.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;
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 50px;
	width: 160px;
	line-height: 1;
	text-align: center;
	border: 1px solid #f8efe6;
	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: #f8efe6
}

.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
}
.tab-content {
	border-top: 0;
	background: #fff
}

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

.tab-content p:last-child {
	margin-bottom: 0 !important
}

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

.tab-content {
	padding-top: 20px
}

.tab-list {
	display: none;
	min-height: 200px
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

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

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

@media (max-width:991px) {
	.list.tabs {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}

	.list.tabs::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0
	}
}

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

.list.tabs .tab:after {
	position: absolute;
	top: 2px;
	right: -10px;
	content: "";
	width: 1px;
	height: 16px;
	background: hsla(0, 0%, 39%, .1)
}

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

.list.tabs .tab:last-child:after {
	display: none
}

.list.tabs .tab.active a,
.list.tabs .tab.active span {
	position: relative;
	color: #ba231a;
	font-weight: 500
}

.list.tabs .tab.active span {
	border-bottom: 2px solid #ba231a;
	font-weight: 600
}

.list.tabs .tab.active a:after,
.list.tabs .tab.active span:after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 2px;
	background: #ba231a;
	border-radius: 2px;
	content: ""
}

.list.tabs .tab.active a:hover:after {
	background: #ba231a
}

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

.list.tabs .tab a:hover {
	color: #ba231a
}

.list.tabs,
.tab-content {
	border: none
}
.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: #333
}

.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: 700
}

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

.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)
}

.index #wrap {
	padding-top: 0
}

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

.search-panel-body {
	width: 95%;
	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: #fff;
	margin: auto
}

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

.search-panel .search-input {
	width: 100%;
	height: 48px;
	border-radius: 5px;
	color: #fff;
	padding-left: 20px;
	padding-right: 80px;
	background-color: rgba(255, 255, 255, .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, .5);
	color: #fff;
	background-color: #0087f5;
	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, .7)
}

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

.search-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .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: #fff;
	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(#fff, #fff);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 0 2px;
	transition: background-size .5s ease-in-out
}

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

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

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

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

.sec-panel-heading {
	position: relative;
	margin-bottom: 0;
	padding-left: 8px;
}

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

.sec-panel-heading h1 a,
.sec-panel-heading h2 a,
.sec-panel-heading h3 a {
	text-decoration: none;
	color: #191a24
}

.sec-panel-heading .sec-panel-title {
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.sec-panel-heading .sec-panel-title:before {
	content: " ";
	width: 4px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: -10px;
	background-color: var(--theme-color)
}

.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 .more,
.sec-panel-heading h1.box-title a.more,
.sec-panel-heading h2.box-title a.more,
.sec-panel-heading h3.box-title a.more {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: var(--theme-color);
	line-height: 26px;
	max-width: calc(100% - 100px);
}

.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 .date {
	float: right;
	color: #999;
	padding-right: 15px
}

.sec-panel-body p {
	margin-bottom: 20px;
	line-height: 2.2;
	word-wrap: break-word;
	text-align: justify;
	font-size: 16px;
}

.sec-panel-footer p {
	margin-top: 20px;
	line-height: 2.2;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: justify;
	color: #777
}

.sec-panel-default .sec-panel-heading {
	margin-bottom: 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-listbox,
.sec-panel-searchbox {
	background: 0 0;
	box-shadow: none;
	padding: 0;
	margin-top: 8px;
}

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

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

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

.sec-panel-filter {
	padding: 0
}

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

.z-filter a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333
}

.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: #fff;
	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.active,
.z-filter .z-filter-li:hover {
	color: #fff;
	background-color: var(--theme-color)
}

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

.sec-panel-default .z-filter {
	border-bottom: 1px solid #f6f8fa
}

.sec-panel-default .sec-panel-filter {
	padding-left: 20px
}
/* filter */
.list-filter {
	padding-left: 0
}

.list-filter li {
	list-style: none;
	padding: 5px 9px;
	border-radius: 3px;
	margin-right: 5px;
	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: 10px
}

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

.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: #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: #2a2623;
	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: #0087f5
}

.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: #fff
}

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

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

.z-nav.sticky .z-filter-item {
	height: 80px;
	overflow: scroll;
	border-bottom: 4px solid #f6f8fa
}

.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 #f6f8fb;
	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;
	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: 10px
}

.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: 20px;
	line-height: 1.5;
	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: #191a24;
	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 {
	width: 100%;
	padding-right: 5px;
	color: #5a5a5a;
	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: 6px;
	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
}

.item-meta .tag {
	display: inline;
	background-color: #f1f2f6;
	margin: 2px 5px;
	padding: 2px 5px;
	font-size: 13px;
	text-decoration: none;
	color: #333
}

.post-loop-default .item-meta a.tag {
	color: #333
}

.post-loop-default .item-meta a.tag:hover {
	color: var(--theme-color)
}
.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)
}
/* 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-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: #333;
	line-height: 32px;
	border-bottom: 1px dashed #f6f8fa
}

.post-loop-list .item:hover {
	background-color: #f6f8fa
}

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

.post-loop-list .item a {
	display: block;
	font-size: 16px;
	padding-right: 110px;
	vertical-align: top;
	color: #262626
}
.post-loop-list .item.item-full a{
	padding-right: 0;
}
.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 p a:before {
	display: none
}

.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-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: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: #333;
	line-height: 32px;
	border-bottom: 1px dashed #f6f8fa
}
.post-loop-link a em{
	font-style: normal;
	color: var(--action-color);
}
.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
}

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

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

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

.post-loop-label li a {
	margin: 12px 6px 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	text-decoration: none;
	width: auto;
	height: auto;
	padding: 6px 10px;
	border: 1px solid var(--border-color);
	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: 14px;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: #0087f5
}

.post-loop-label li a span em {
	font-style: normal;
	color: #0087f5
}

.post-loop-label li a:hover {
	background-color: var(--color-dodger-blue-100);
	color: var(--theme-color)
}

/* .post-loop-label li a:hover {
	box-shadow: #fffbf6 1px 1px 6px 0, rgba(122, 122, 119, .3) 1px 1px 6px 0
} */

.post-loop-label li a:hover span {
	color: #333
}
.post-loop-label li.zitem a{
	
	margin: 12px 6px 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	height: auto;
	padding: 4px;
	border: 1px dashed var(--theme-bg-color);
	display: block;
	text-align: center;
	color: #0e1017;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:var(--theme-bg-color);
}
.post-loop-label li.zitem a span {
    font-size: 14px;
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    color: #d5d6da;
}
.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::before{
	    content: "#";
	    white-space: pre;
	    display: inline-block;
	    color: var(--action-color);
	    margin: 0 6px;
}
.post-loop-label.highlight li a{
	border: 1px solid var(--border-color);
}

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

.post-loop-grap li {
	width: 23%;
	line-height: 2.4;
	text-align: center;
	overflow: hidden;
	padding: 0 .5rem;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: .75rem;
	border-radius: 5px;
	margin-right: .75rem;
	border: 1px solid #e8e9ea
}
.post-loop-grap.col-2 li{
	width: 48%;
}
.post-loop-grap li:nth-of-type(4n) {
	margin-right: 0
}

.post-loop-grap li a {
	color: #333;
	display: block
}

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

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

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

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

.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;
}
.sec-panel-nav {
	padding: 10px;
	margin-bottom: 10px
}

.sec-catalog dl {
	margin-bottom: -1px;
	padding-left: 5px;
	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: #448ef6
}

.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)
}

.sec-catalog dd:hover a {
	color: #fff
}
.boxnav{
	width: 100%;
	top:0;
	left: 0;
	font-weight: 500;
	background: #fff;
	z-index: 6666;
}
.boxnav.sticky{	padding: 10px 10px 5px;border-bottom: 5px solid #f5f5f5;}
.boxnav .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
}
.boxnav .list.tabs .tab{margin-right: 18px;}
.boxnav .list.tabs .tab.active a {
    font-weight: 700;
    color: #333333;
}
.boxnav .list.tabs .tab a:hover,
.boxnav .list.tabs .tab a {
    position: relative;
    display: block;
    height: 100%;
	color: #333333;
}
.boxnav .list.tabs .tab.active a:after{
	background:#333333;
}
.scrollbox:focus{outline: 0;}
.boxnav .zcmulu{list-style: none;padding: 0;}
.boxnav .zcmulu a{color: #333333;float: left;width: 25%;text-align: center;}
.boxnav .zcmulu a.active{color: #FFFFFF;background-color: var(--theme-color);}
.box.guide{padding-bottom: 0;}
.sec-panel-listbox .post-loop .item.item-idx {
	padding: 20px 10px
}
.sec-panel-ad img{width: 100%;}
.post-loop-default .item.item-idx .index {
	font-size: 15px;
	padding-top: 3px;
	width: 36px
}

.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-default .item-title a em,
.post-loop-item li a em {
	font-style: normal;
	color: #f94e4c
}

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

.post-loop-item li {
	width: 33%;
	line-height: 2rem;
	font-size: 16px;
	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: 66%
}

.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;
	font-size: 16px
}
.entry .entry-content .post-loop-item li a{
	text-decoration: none;
}
.post-loop-item li a span {
	display: block;
	height: 1.5rem;
	line-height: 1rem;
	font-size: 14px;
	padding: 0;
	margin: 0 0 2px;
	font-weight: 400;
	overflow: hidden;
	color: #888
}

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

.post-loop-item li a.active,
.post-loop-item li a:hover {
	border-color: #09f;
	background: #09f;
	border-radius: .3rem;
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2);
	text-decoration: none
}

.col-2 li {
	width: 50%
}

.col-3 li {
	width: 33.333%
}

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

.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%
}

.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 .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 .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 .2s ease-in 0s
}

.post-loop-card .item:hover .item-thumb img,
.post-loop-image .item:hover .item-thumb img {
	opacity: .9;
	transition: all .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: .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
}

@media (max-width:991px) {

	.post-loop-card.cols-2 .item,
	.post-loop-card.cols-3 .item,
	.post-loop-card.cols-4 .item,
	.post-loop-card.cols-5 .item,
	.post-loop-image.cols-2 .item,
	.post-loop-image.cols-3 .item,
	.post-loop-image.cols-4 .item,
	.post-loop-image.cols-5 .item {
		width: 48.99%;
		margin: 1%
	}

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

	.post-loop-card.cols-2 .item:nth-child(odd),
	.post-loop-card.cols-3 .item:nth-child(odd),
	.post-loop-card.cols-4 .item:nth-child(odd),
	.post-loop-card.cols-5 .item:nth-child(odd),
	.post-loop-image.cols-2 .item:nth-child(odd),
	.post-loop-image.cols-3 .item:nth-child(odd),
	.post-loop-image.cols-4 .item:nth-child(odd),
	.post-loop-image.cols-5 .item:nth-child(odd) {
		margin-left: 0;
		margin-right: 1%
	}

	.post-loop-card.cols-2 .item:nth-child(2n+2),
	.post-loop-card.cols-3 .item:nth-child(2n+2),
	.post-loop-card.cols-4 .item:nth-child(2n+2),
	.post-loop-card.cols-5 .item:nth-child(2n+2),
	.post-loop-image.cols-2 .item:nth-child(2n+2),
	.post-loop-image.cols-3 .item:nth-child(2n+2),
	.post-loop-image.cols-4 .item:nth-child(2n+2),
	.post-loop-image.cols-5 .item:nth-child(2n+2) {
		margin-right: 0;
		margin-left: 1%
	}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.post-loop-card .item-sticky .item-title .sticky-post,
	.post-loop-image .item-sticky .item-title .sticky-post {
		-webkit-text-fill-color: #fff
	}
}

.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: #448ef6
}

.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 .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: .9;
	border-radius: 50%;
	transition: all .2s ease-out 0s
}

@media (max-width:767px) {

	.post-loop-card .item-video:after,
	.post-loop-card .item-video:before,
	.post-loop-image .item-video:after,
	.post-loop-image .item-video:before {
		width: 36px;
		height: 36px;
		margin-left: -18px;
		margin-top: -18px;
		opacity: .9
	}
}

.post-loop-card .item-video:before,
.post-loop-image .item-video:before {
	z-index: 1;
	content: "";
	background: #448ef6;
	opacity: .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))
}

@media (max-width:767px) {

	.post-loop-card .item-video:after,
	.post-loop-image .item-video:after {
		padding-left: 4px;
		font-size: 20px;
		line-height: 36px
	}
}

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

@media (max-width:767px) {

	.post-loop-card .item-title,
	.post-loop-image .item-title {
		font-weight: 400
	}
}

.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: #448ef6
}

.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: #448ef6;
	border-radius: 3px;
	vertical-align: top
}

@media (max-width:500px) {

	.post-loop-card .item-title .sticky-post,
	.post-loop-image .item-title .sticky-post {
		margin-top: 2px;
		line-height: 18px
	}
}

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

@media (max-width:767px) {

	.post-loop-card .item-meta,
	.post-loop-image .item-meta {
		font-size: 10px
	}
}

.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
}

@media (max-width:767px) {

	.post-loop-card .item-meta-li:nth-child(2),
	.post-loop-card .item-meta-li:nth-child(3),
	.post-loop-card .item-meta-li:nth-child(4),
	.post-loop-image .item-meta-li:nth-child(2),
	.post-loop-image .item-meta-li:nth-child(3),
	.post-loop-image .item-meta-li:nth-child(4) {
		display: none
	}
}

@media (min-width:992px) and (max-width:1219px) {

	.post-loop-card .item-meta-li:nth-child(3),
	.post-loop-card .item-meta-li:nth-child(4),
	.post-loop-image .item-meta-li:nth-child(3),
	.post-loop-image .item-meta-li:nth-child(4) {
		display: none
	}
}

.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
}

.widget-catalog-list dt em {
	display: block;
	width: 12px;
	height: 2px;
	background: #392b20;
	float: left;
	margin-top: 8px;
	margin-right: 6px
}

.widget-catalog-list dt h4 {
	display: block;
	font-size: 16px;
	color: #392b20;
	font-weight: 600
}

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

.widget-catalog-list dd a {
	color: #392b20;
	font-size: 14px;
	line-height: 32px;
	position: relative;
	padding: 0 10px 0 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: #3b2a20
}

.widget.widget-tags ul li {
	float: left;
	width: 33.33333%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;
	background: 0 0;
	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: #3b2a20;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.widget-tags ul li a:hover {
	background: #0087f5;
	border: 1px solid #0087f5;
	color: #f0ece1
}

.widget-tags ul li.active a {
	background: #0087f5;
	border: 1px solid #0087f5;
	color: #f0ece1
}

.widget-top ul li .spot {
	float: left;
	width: 20px;
	height: 19px;
	background: #999;
	color: #fff;
	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: #f94e4c
}

.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
}

.wpcom-shortcode-tags li:hover {
	color: #fff;
	background: var(--theme-hover)
}

.wpcom-shortcode-tags li:hover span {
	color: #fafafa
}

.wpcom-shortcode-tags li a {
	display: block;
	line-height: 36px;
	padding: 0 50px 0 10px;
	font-size: 16px;
	color: #191a24;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.wpcom-shortcode-tags li a:hover {
	text-decoration: none
}

.wpcom-shortcode-tags li span {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 14px;
	line-height: 36px;
	color: #999
}

.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-kx-list .kx-content p {
	margin: 0
}

.widget {
	margin-bottom: 40px
}

@media (max-width:1239px) {
	.widget {
		margin-bottom: 30px
	}
}

.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 a,
.widget ul a {
	color: #5a5a5a
}

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

.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 {
	margin: 2px 0 15px;
	padding: 0 0 0 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5
}

.widget-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	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
}

.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
}

.widget_comments ul li:before,
.widget_lastest_products .p-item:before,
.z-aside .widget_nav_menu ul li: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_kuaixun .widget-title-more {
	float: right;
	font-size: 13px;
	font-weight: 400;
	color: var(--theme-color);
	line-height: 19px
}

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

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

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

.widget-kx-list .kx-item:after,
.widget-kx-list .kx-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-kx-list .kx-item:before {
	border: 4px solid #fff;
	opacity: 1
}

.widget-kx-list .kx-item:hover .kx-share {
	display: block
}

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

.widget-kx-list .kx-title {
	color: #2a2623;
	font-size: 14px;
	display: block
}

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

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

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

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

.widget_profile {
	padding: 0;
	border: 1px solid #f8efe6;
	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: -43px;
	text-align: center
}

.widget_profile .avatar-link {
	position: relative;
	display: block;
	width: 82px;
	height: 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: 50%;
	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: #2a2623
}

.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
}

.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 #f8efe6
}

.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: #2a2623
}

.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_icon_url {
	padding: 0 !important
}

.widget_icon_url .icon-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget_icon_url .icon-list-item {
	position: relative;
	width: 33.33%;
	padding: 20px 10px;
	text-align: center;
	border: 0
}

.widget_icon_url .icon-list-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	content: "";
	opacity: 0
}

.widget_icon_url .icon-list-item:hover:before {
	opacity: .2
}

.widget_icon_url .wpcom-icon {
	font-size: 32px;
	line-height: 32px;
	height: 32px;
	color: var(--theme-color);
	vertical-align: top
}

.widget_icon_url .wpcom-icon img {
	width: 32px;
	height: auto;
	vertical-align: top
}

.widget_icon_url .list-item-title {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	line-height: 20px;
	color: #2a2623;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.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: #2a2623;
	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
}

@media (max-width:1239px) {
	.widget_post_tabs .widget-title span {
		width: 82px
	}
}

.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: #f8efe6;
	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)
}

.tagHandler ul.tagHandlerContainer li.tagItem: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 .wpcom-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 .wpcom-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: #f8efe6;
	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
}

.textwidget img {
	max-width: 100%
}

.zchengyu-body .widget {
	margin-bottom: 20px;
	padding: 15px
}

.zchengyu-body .widget_html_ad,
.zchengyu-body .widget_image_ad,
.zchengyu-body .widget_media_image,
.zchengyu-body .widget_media_video,
.zchengyu-body .widget_profile,
.zchengyu-body .widget_search,
.zchengyu-body .z-aside .widget_nav_menu {
	padding: 0
}

.zchengyu-body .widget_profile {
	background: #fff;
	border: 0
}

.zchengyu-body .widget_image_ad,
.zchengyu-body .widget_media_image {
	background: 0 0
}

.zchengyu-body .widget_post_tabs .post-tabs-hd {
	margin: -15px 0 0
}

.zchengyu-body .widget_post_tabs .tab-has-title {
	margin: 0
}

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

.sec-panel-grid ul {
	padding-left: 0
}

.sec-panel-grid li {
	display: block;
	transition: all .2s;
	font-size: 16px;
	float: left;
	border: 1px solid #e8e9ea;
	line-height: 2.2rem;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	border-radius: .3rem;
	margin: 1%
}

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

.sec-panel-grid .col-3 li {
	width: 31%
}

.sec-panel-grid .col-5 li {
	width: 18%
}

.sec-panel-grid .col-6 li {
	width: 14.6%
}

.sec-panel-grid li a {
	display: block;
	border-radius: 10px;
	color: #52525d;
	padding: 5px 0
}

.sec-panel-grid li.active,
.sec-panel-grid li:hover {
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2)
}

.sec-panel-grid li.active a,
.sec-panel-grid li:hover a {
	color: #fff
}

.hentry {
	margin-bottom: 15px;
	background: #fff;
	padding: 12px 6px;
}

.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: #5a5a5a
}

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

.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: #f6f8fa
}

.entry .entry-excerpt {
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	background: #f6f8fa;
	border-radius: 3px
}

.entry .entry-content {
	position: relative;
	font-size: 16px;
	color: #2a2623;
	line-height: 1.8;
	margin-bottom: 20px
}

.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 {
	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: 15px;
	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: #333;
	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 .item a {
	text-decoration: none;
	padding-right: 0
}

.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 #f8efe6
}

.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: #5a5a5a;
	background: #f6f8fa;
	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 .wi,
.entry-bar .info-item.act i,
.entry-bar .info-item.share .wi,
.entry-bar .info-item.share i {
	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
}

.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;
	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: top
}

.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
}

.zchengyu-body .entry-bar {
	margin: 30px -20px
}

.zchengyu-body .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: #f6f8fa;
	content: ""
}

.entry-page-next:hover:before,
.entry-page-prev:hover:before {
	background: #f8efe6
}

.entry-page-next a,
.entry-page-prev a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #333;
	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>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: #f6f8fa;
	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
}

.sec-panel-listbox .post-loop .item {
	background-color: #fff;
	padding: 15px 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	text-align: justify;
	width: 100%
}

.sec-panel-listbox .sec-panel-body p {
	margin-bottom: 0
}

.sec-panel-listbox .post-loop-default {
	margin-bottom: 0
}

.sec-panel-listbox .post-loop-default .item3 .item-meta {
	margin-top: 10px
}

.entry-nav {
	width: 100%;
	top: 0;
	left: 0;
	font-weight: 500;
	background: #fff;
	padding: 10px 10px 0;
	border-bottom: 5px solid #f5f5f5;
	z-index: 6666
}

.entry-nav .tabs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 3
}

.entry-nav .list.tabs .tab {
	margin-right: 28px
}

.entry-nav .list.tabs .tab.active a {
	font-weight: 700;
	color: #333
}

.entry-nav .list.tabs .tab a,
.entry-nav .list.tabs .tab a:hover {
	position: relative;
	display: block;
	height: 100%;
	color: #333
}

.entry-nav .list.tabs .tab.active a:after {
	background: #333
}

.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-bottom: 0;
}
.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;
}

.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: 5;
    --item-spacing: 8px;
    --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-3{
	--item-column: 3;
}
.list-item.cols-6{
	--item-column: 6;
}
.list-item.letters{
    --item-column: 6;
}
.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: 15px;
	line-height: 2;
	padding:3px 0;
	width: 100%;
	color: var(--font-color);
}
.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);
}
.entry .entry-content .list-item li a{text-decoration: none;}
.sec-tabs {
	font-weight: 500;
	padding: 0 3px; 
}

.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;
	margin-right: 2px;
}
.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;
	flex-direction: column;
	align-items: center;
}

.zipic{
    border: 1px solid #c5653e;
    background: transparent url(../images/zibg.gif) no-repeat center center;
}

.entry-desc{
	margin: 15px -20px -20px;
	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);
}
.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
}
.writer-thumb,
.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; /* 禁用点击 */
}
.chengyu .fayin,
.dict .fayin {
	font-size: 18px;
	text-decoration: none
}

.chengyu .fayin,
.dict .fayin{
	font-weight: 400;
	color: #333
}
.dict .entry .entry-title,
.chengyu .entry .entry-title {
	font-size: 22px;
}
.chengyu .entry .entry-title,
.dict .entry .entry-title {
	margin-bottom: 0
}

.chengyu .entry .entry-head,
.dict .entry .entry-head {
	margin-bottom: 12px;
	padding-bottom: 12px
}

.chengyu .entry .entry-content h2,
.dict .entry .entry-content h2 {
	font-size: 16px;
	margin-left: -20px;
	padding-left: 15px;
	border-left: 4px solid #c60;
	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;
	min-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;
}
.attr_tag {
	line-height: 100%;
	font-size: 14px;
	background-color: #fff;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	margin: 0 8px 0 0;
	padding: 2px 3px;
	vertical-align: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

/* 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;
}
.ciyu h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 48px;
	color: rgba(0, 0, 0, .86);
	font-weight: 700;
	font-size: 20px;
}
.sec-panel .fayin {
	font-size: 20px;
	text-decoration: none;
}
.sec-panel .fayin b {
	font-weight: 400;
	color: #333;
}
.base-list{list-style: none;padding-left: 15px;}
.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: #09f;
	background: #09f;
	border-radius: .3rem;
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(51, 133, 255, .2);
	text-decoration: none;
}
.dict-item{float: left;display: block;width: 33%;}
.dict-item a{}
.dict-item a img{display: block;margin: auto;}
.dict-item a span{display: block;text-align: center;}
.zi-box .bsimg{padding: 15px;width: 300px;height: 300px;display: block;margin: auto;}
.zi-box .bsimg img{width: 100%;}
.sec-panel .dict-content img{width: 16px;}
.sec-panel .shiyi{padding-left: 15px;}
.sec-panel .ctitle{
	font-weight: 500;
	color: #333;
	position: relative;
    padding-left: 20px;
	font-size: 16px;
}
.sec-panel .ctitle:after {
    content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 4px;
	border-radius: 50%;
    background-color: #fff;
}
.sec-panel .ctitle:before {
    content: " ";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 0;
	border-radius: 50%;
    background-color: #448EF6;
}
.post-loop-list.attr-post-list .item a {
	width: 100%
}
.post-loop-list .item.ci{
	padding-left:6px;
	max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.post-loop-list .item.ci .index {
	width: 26px;
}
.post-loop-list .item.ci a {
	width: auto;
	padding-right: 15px;
	display: inline-block;
}
.post-loop-list .item.ci a em {
	font-style: normal;
	color: #ff4c4c;
}
.post-loop-list .item.ci:before {
	display: none;
}

.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-ul li.item::before {
	display: none
}

.entry-ul li.item .index {
	width: 32px;
	text-align: center;
	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 .entry-content .entry-ul li.item p{
	margin-bottom: 5px;
}
.post-loop-default.entry-ul .item{
	border-color: var(--color-dodger-blue-100);
}
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: 12px;
	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: .4em;
	text-decoration: none;
	border-bottom: dashed 1px var(--color-dodger-blue-300);
}

.entry .entry-content ul.item-list {
	padding-left: 0;
	margin-bottom: 0
}

.post-loop-list.item-list .item {
	padding: 0;
	border: none;
	width: 100%;
	clear: both
}

.post-loop-list.item-list .item:hover {
	background: 0 0
}

.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: #333;
	background: #e2e9f0
}

.basic {
	margin-top: 20px
}

.post-loop-label.basic li a {
	background: 0 0;
	box-shadow: none;
	padding: 4px 8px;
	margin: 0 2px
}

.post-loop-label.basic li a:hover {
	background: var(--theme-color);
	color: #fff;
	line-height: 46px
}

.post-loop-label.basic li a:hover span {
	display: none
}

.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 #f6f8fa;
	color: #333;
	float: right;
	font-style: normal;
	cursor: pointer
}

.item-xhy .btn-answer:hover {
	color: #0087f5;
	background-color: #f6f8fa
}

.xhy-tips,
.xhy-tips a {
	font-size: 16px;
	color: #bc7e6a
}

.xhy-tips a:hover {
	color: var(--theme-color)
}

.xhy-answer {
	background: #f6f8fa;
	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, .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: #0087f5;
	display: block;
	margin: 0
}

.entry .btn-answer {
	margin-right: 60px
}

.search-form form {
	padding: 0 50px 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: 260px;
	border: 2px solid #0087f5;
	padding-left: 10px;
	background-color: #f6f8fa
}

.search-form form input:focus {
	background-color: #fff
}

.search-form form .search-button {
	margin-right: -40px;
	width: 50px;
	background-color: var(--theme-color);
	color: #d9f2fe;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	padding: 3px
}

.search-form form input.search-button:focus {
	background-color: var(--theme-color)
}

.search-form form .search-button:hover {
	color: #fff
}

.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
}

.jielong-record {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd
}

.jielong-record-box {
	position: relative;
	padding: 10px;
	background-color: #f6f8fa;
	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: #fff
}

.jielong-record-box>i {
	margin: 0 5px;
	color: #999;
	line-height: 36px
}

.entry .entry-content .jielong-record-box a {
	color: #fff;
	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
}

.chengyu-img img {
	width: 100%
}

.jielong-arrow {
	height: 80px;
	background: url(../images/arrow.png) center -30px no-repeat
}

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

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

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

.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: #333
}

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

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

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

.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: #448ef6;
	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: #333;
	font-size: 18px;
	box-shadow: 0 2px 0 rgba(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 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: #448ef6;
	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
	}
}
.tips,
.sec-tips {
	margin: 15px 0 0 0;
	padding-left: 0;
	text-align: left
}
.tips>ul,
.sec-tips>ul {
	padding-left: 0
}
.tips li,
.sec-tips li {
	list-style: none;
	display: inline-block
}
.tips li span,
.sec-tips li span {
	background-image: url(../images/icon/hot.svg);
	background-position: 0;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px
}
.tips li a,
.sec-tips li a {
	color: #333;
	margin-right: 8px
}

.widget-tools {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0;
	background-color: #fff;
	margin-top: 10px
}

.widget-tools>ul {
	padding-left: 0
}

.widget-tools li {
	display: inline-block;
	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: #2a82e4
}

.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
}

.sec-panel-heading.hastime .sec-panel-title {
	float: left;
}

.sec-panel-heading.hastime .date {
	margin-top: 10px;
}
.post-loop-default .zhishi .item-title,
.post-loop-default .zaoju .item-title{
	font-weight: 600;
	font-size: 16px;
}
.post-loop-default .zhishi .item-meta,
.post-loop-default .zaoju .item-meta{
	position: relative;
}
.post-loop-list.col-1 .item a{
	width: 100%;
	padding-right: 8px;
}
.entry .entry-content em{
	font-style: normal;
	color: var(--action-color);
}
.zclist{padding-left: 0;}
.zclist > li > b{
	display: block;
	background: #f6f8fa;
	padding: 6px;
	border-radius:.3rem;
	margin: 10px 0;
	font-size: 14px;
	border-left: 3px solid #448EF6;
}
.zclist > li > ol{
	padding-left:0px;
}
.zclist > li > ol > li{
	padding: 0 10px;
	list-style:none;
}

.zclist > li > ol a{
	margin-right: 10px;
}
.zclist > li > ol .index,
.zclist > li > ol a{
	font-weight: 600;
}
.zclist p{
	color: #777777;
}
.zclist > li > ol > li:hover{
	background: #f6f8fa;
	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;
}
.zi-box {
    text-align: center;
}
.zi-box #show-div {
    margin: 0 auto 10px;
    float: none !important;
    border: 1px solid #CCC;
}
#zi-title {
    font-size: 140px;
    color: #555555;
    display: none;
}
.btn-write{
	display: block;
	margin: 10px auto;
	position: relative;
	z-index: 0;
	color: var(--theme-color);
	outline: 0;
	border: 1px solid var(--theme-color);
}
.ziview .ziview-image {
	margin: 0 20px 0 0;
	padding: 0;
	background: url(../images/zi_100.gif) no-repeat center;
	background-size: 150px 150px;
	    height: 150px;
	    width: 150px;
	    float: left;
	    border: 1px solid #DCDEDB;
}
.ziview .zipic {
    width: 150px;
}
.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 .nounce {
	display: inline-block
}

.ziview b {
	font-weight: 400;
}

.ziview .nounce span {
	margin-right: 10px;
}
.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;
}
.ziview .mp3-play {
	margin-left: 5px;
}

.ziview-list li {
	list-style: none;
	padding: 0;
	
}
.ziview-list li h3 {
    display: inline-block;
	font-size: 14px;
	margin: 0;
}
.ziview .ziview-right {
	position: relative;
}

.ziview .ziview-right .label-type {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #5199ff;
	padding: 2px;
	font-size: 12px;
}

.ziview .ziview-right .label-type a {
	color: #5199ff;
	line-height: 2;
}

.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 .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;
	font-size: 1.4rem;
	line-height: 1.2;
	border-left: 3px solid #EF9033;
}
.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;
}
.bsview-ul {
	padding-left: 0;
}

.bs-list {
    --zi-column: 4;
    --zi-spacing: 12px;
    --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: 600;
}

.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 li {
	display: inline-block;
	width: 75px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	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 img {
	width: 48px;
	height: 48px;
	margin: 15px 0;
}
.bsview-ul li .zi{
	font-size: 46px;
	margin: 6px 0;
}
.list-table-box table {
	width: 100%;
	text-align: center;
}

.list-table-box table th {
	background: #f6f8fa;
	color: #444c5f;
	font-weight: bold;
	border: 1px solid #f6f8fa;
	text-align: center;
	height: 42px;
}

.list-table-box table td {
	height: 42px;
	border: 1px solid #f6f8fa;
	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: 40px 0;text-align: center;overflow: hidden;}
.e404 .e404-title {line-height: 50px;font-size: 60px;margin: 0 0 30px 0;}
.e404 p {line-height: 30px;font-size: 16px;}
.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
}
.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: 10px 0 8px;
}

.zrow li a:hover h3 {
	color: #FFFFFF;
}

.zlists li a span {
	display: block;
	height: 1.5rem;
	line-height: 1.2rem;
	font-size: 15px;
	padding: 0;
	margin: 0 0 2px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #abafc0;
}
.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;}
.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: 36px;
	font-weight: bold;
}
.pinyin-list .list-col .list-title a {
	display: inline-block;
	width: 30px;
	height: 22px;
	overflow: hidden;
	background: #f6f8fa;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #5199ff;
	margin-top: 0px;
}

.pinyin-list .list-col .list-a {
	float: left;
	line-height: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px dashed #e9e9e9;
	width: calc(100% - 36px);
}

.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;
}
.dict-item{float: left;display: block;width: 33%;}
.dict-item a{}
.dict-item a img{display: block;margin: auto;}
.dict-item a span{display: block;text-align: center;}
.zi-box .bsimg{padding: 15px;width: 300px;height: 300px;display: block;margin: auto;}
.zi-box .bsimg img{width: 100%;}
.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);
}