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

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
:root {
    --theme-color: #3399ff;
	--theme-light-color: #d9f2fe;
	--theme-grey-color:#888;
    --theme-hover: #3385ff;
    --action-color: #3399ff;
	--font-color: #333333;
	--theme-line-color:#eee;
	--theme-base-color:#fff;
	--theme-body-bg-color:#f6f6f6;
    --theme-font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	font-size:12px;
}

body {
	font-family: var(--theme-font-family);
	font-size: 14px;
	line-height: 1.42857;
	color: #191a24;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
    background: var(--theme-body-bg-color);
    word-wrap: break-word;
}
@media (min-width: 992px){
	body {
	    background-repeat: no-repeat;
	    background-size: 100% auto;
	    background-size: cover;
	    background-position: center top;
	}
}
details,
main {
	display: block
}

h1 {
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
a {
	background-color: transparent;
	color: var(--theme-color);
	text-decoration: none
}

b,
strong {
	font-weight: bolder
}
img {
	border-style: none;
	vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 10px
}
*, :after, :before, input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
	font-family: FontAwesome;
	src: url(https://fastly.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(https://fastly.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(https://fastly.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://fastly.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://fastly.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://fastly.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-refresh:before {
    content: "\f021";
}
.text-cut {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

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

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

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

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

a.text-danger:focus,
a.text-danger:hover {
	color: #c00;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 14.5px;
	border-left: 5px solid #F6F8FA
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014"
}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}
dl {
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}
button, input {
    overflow: visible;
	outline: 0;
}
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}
.search-box{
	padding: 30px;
	border-bottom: 15px solid #EDE7D9;
	font-size: 16px;
}
.search-box .title{
		font-size: 30px;
		font-weight: 600;
		margin-top: 10px;
}
.search-box .search_form form{
	margin-top: 36px;
	padding:0 80px 0 0 ;
}
.search-box .search_form form .search_txt{
	width: 350px;
	border: 2px solid #95191b;
	outline: 0;
	background-color: transparent;
}
.search-box .search_form form .search_btn{
	color: #e3d3bf;
}
.search-box .search_form form .search_btn:hover{
	color: var(--theme-base-color);
	background-color: #A40009;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	color: #5a5a5a;
	background: #fff;
	border: 1px solid #dcdfe6;
	white-space: nowrap;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

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

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

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

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

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

.btn.loading {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.d-block{
	display: block!important;
}
.d-inline{
	display: inline!important;
}
.d-inline-block{
	display: inline-block!important;
}
.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

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

.container:after{
	clear: both
}

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

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

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

.container-fluid:after {
	clear: both
}

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

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

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

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

.breadcrumb>li i {
	margin: 0 3px;
	opacity: .8;
	vertical-align: top;
	display: inline-block;
}
.breadcrumb>.active {
	opacity: .9
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
ul.page-numbers,
ul.pagination {
	display: block;
	text-align: center;
	padding-left: 0!important;
	margin: 0!important
}

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

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

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

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

ul.pagination>li:hover,
ul.pagination>li.active {
	color: #fff;
	background: var(--theme-color)
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}
.mt0{margin-top: 0px !important;}
.mb0{margin-bottom: 0px !important;}
.m20{margin: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}
.pt0{padding-top: 0px !important;}
.pb0{padding-bottom: 0px !important;}
.p20{padding: 20px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pl20{padding-left: 20px !important;}
.pr20{padding-right: 20px !important;}
.w270{width: 270px;}
.w570{width: 570px;}
#wrap {
	padding-top: 5px
}
.wrap {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px
}
.home .wrap {
	margin-bottom: 0
}
.main,
.main-archive {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.main,
.main-archive {
	width: 840px;
	float: left
}
.main-full {
	width: 100%!important;
	float: none
}

.pip-main.wrap {
	margin-top: 10px
}
.ledouwan-body.home .wrap{
	margin-top: 20px;
}
.pip-main.main,
.pip-main.main-archive {
	max-width: 860px;
	width:calc( 100% - 320px)
}
@media (max-width:1239px) {
	.pip-main.main,
	.pip-main.main-archive {
		max-width: 800px;
		width:calc( 100% - 250px)
	}
}
@media screen and (max-width:991px) {
	.pip-main.main,
	.pip-main.main-archive {
		max-width: 860px;
		width:calc( 100% - 210px)
	}
}
.sidebar {
	width: 250px;
	float: right
}
.sidebar.fixed {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: 290px
}

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

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

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

/* tabs */

.tabs {
	margin-bottom: 15px
}

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

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

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

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

.tabs .nav-tabs .active a {
	color: #191a24
}

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

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

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

.tab-pane {
	padding: 15px;
	overflow: hidden
}
.tab-content > .tab-pane{display: none;}
.tab-content > .active {
    display: block;
}
.list-unstyled li{list-style: none;}
.list {
    margin: 0;
    list-style-type: none;
}
.pip-main.list.tabs .tab.active a:after{
	margin-top: -1px
}

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

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

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

@media (max-width:767px) {
	.pip-main.main-list .list.tabs {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}
}

.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:last-child {
	margin-right: 0
}

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

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

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

.list.tabs .tab-underscore {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--theme-color);
	border-radius: 2px;
	content: "";
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.main-list .list.tabs {
	height: 34px;
	margin-bottom: -1px
}
/* nav tabs */
.nav-tabs{
	padding: 0;
	border-bottom: 1px solid #EDF4FF;
}
.nav-tabs > li{display: inline-block;}
.nav-tabs > li > span,
.nav-tabs > li > a{
	margin-right:8px;
	line-height:1.42857;
	border:1px solid transparent;
	border-radius:5px 5px 0 0;
	display: inline-block;
	padding: 8px;
	color: #333333;
	background-color:#EDF4FF;
}
.nav-tabs > li > a:hover{background-color:#DAE9FF;color:var(--theme-color);}
.nav-tabs > li.active > span,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
	color:#fff;
	background-color:var(--theme-color);
	border-bottom-color:transparent;
	cursor:default
}

.nav-pills>li{
	float:left;
margin-right: 12px;
padding: 5px 12px;
border-radius: 3px;
border: 1px solid #E5EEFB;
}
.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);
}
.nav-pills>li:hover a{
	color: #fff;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{color:#fff;background-color:var(--theme-color)}
/* header */
.header-top{background-color: var(--theme-body-bg-color);}
.header-menu{float: right;margin-bottom: 0;padding: 3px 0;}
.header-menu li{
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.header-menu li a{font-size: 13px;line-height: 2;color: #858585;}
.header-main{background: #fff;}
.header-nav{background: var(--theme-color);}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after, .nav:before {
    content: " ";
    display: table;
}
.nav>li, .nav>li>a {
    position: relative;
    display: block;
}
.navbar-header {
    float: left;
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav>li {
	float: left;
}
body>header.header {
    position: relative;
    z-index: 999;
    width: 100%;
    border: 0;
    -webkit-box-shadow: 0 2px 6px 0 hsla(0,0%,70%,.2);
    box-shadow: 0 2px 6px 0 hsla(0,0%,70%,.2);
}
body>header.header .logo, body>header.header .logo img {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
body>header.header .logo {
    height: 80px;
    float: none;
    display: table-cell;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}
body>header.header .logo img {
    width: auto;
    max-height: 52px;
    vertical-align: top;
}
body>header.header .primary-menu {
    margin-left: 40px;
}
body>header.header .nav {
    font-size: 16px;
}
body>header.header .nav>li>a {
    padding: 0 14px;
    color: var(--theme-base-color);
    line-height: 50px;
    background: 0 0;
}
body>header.header .nav>li:first-child {
    margin-left: 0;
}
body>header.header .nav>li.active>a,
body>header.header .nav>li>a:hover {
	background-color: #f0ad4e;
}
body>header.header .wpcom-adv-menu {
    position: relative;
}

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

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

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

.navbar-action {
    position: relative;
    z-index: 1002;
    height: 26px;
    font-size: 0;
    margin-top: 26px;
    margin-left: 20px;
}
.navbar-search {
    position: absolute;
    left: -54px;
    z-index: 1;
    width: 44px;
    height: 30px;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
	border-radius: 3px;
    transition: all .3s ease-out 0s;
}
.navbar-search.active {
    width: 184px;
    left: -194px;
    background: #f6f8fa;
    transition: all .3s ease-out 0s;
}
.navbar-search-input {
    width: 0;
    height: 30px;
    padding: 0;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    border: 0;
    background: none;
    outline: 0;
    transition: all .3s ease-out 0s;
}
.navbar-search.active .navbar-search-input {
    width: 155px;
    padding: 0 10px;
    transition: all .3s ease-out 0s;
}
.navbar-search-icon {
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
    display: block;
    text-align: center;
    color: #666;
    cursor: pointer;
}
.navbar-search-icon:after {
    display: inline-block;
    width: 22px;
    font-size: 18px;
    line-height: 30px;
    content: "\f002";
    font-family: FontAwesome;
}

.navbar-search-icon:focus,
.navbar-search-icon:hover {
	color: var(--theme-color);
	text-decoration: none
}
.navbar-search.active .navbar-search-icon{
	color: var(--theme-color);
}
/* footer*/
.footer {
	padding: 50px 0;
	color: #ccc;
	background: #32363c
}

.footer a {
	color: inherit
}

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

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

@media (max-width:767px) {
	.footer .copyright {
		font-size: 12px
	}
}

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

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

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

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

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

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

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

.footer-col {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 32px
}
.footer-col-logo img {
	display: block;
	max-width: 160px;
	max-height: 60px;
	height: auto
}

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

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

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

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

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

.action.action-color-1 .action-item {
	position: relative;
	z-index: 0;
	color: #fff;
	background-color: var(--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;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 50px;
	width: 160px;
	line-height: 1;
	text-align: center;
	border: 1px solid #EFF2F6;
	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: #EFF2F6
}

.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
}
.index #wrap{padding-top: 0;}
.search-panel {
    margin-top: 0px;
    width: 100%;
    background-image: linear-gradient(to right,var(--theme-color),var(--theme-color));
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.search-panel-body {
    width: 750px;
    margin: auto;
    margin-top: 80px;
	margin-bottom: 60px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
.search-panel-content {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: var(--theme-base-color);
    margin: auto;
}
select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.search-panel .search-input {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    color: var(--theme-base-color);
    padding-left: 20px;
    padding-right: 80px;
    background-color: rgba(255,255,255,0.2);
    font-size: 1em;
}
.search-panel .search-submit {
    width: 80px;
    height: 48px;
    top: 0;
    position: absolute;
    right: 0;
    border: 2px solid rgba(255,255,255,0.5);
    color: var(--theme-base-color);
    background-color: var(--theme-color);
    border-radius: 5px;
    font-size: 1em;
}
input[type='button'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
.search-input:-moz-placeholder{color:rgba(255,255,255,0.7)}
.search-input:-ms-input-placeholder{color:rgba(255,255,255,0.7)}
.search-input::-webkit-input-placeholder{color:rgba(255,255,255,0.7)}
.search-panel .tips{
	margin: 15px 0 0 0;
	padding-left: 0;
	text-align: left;
}
.search-panel .tips li{list-style: none;display: inline-block;}
.search-panel .tips li span{
	background-image: url(https://www.youbianku.com/skins/Green/resources/images/hot.svg?936a4);
	background-position: 0;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
.search-panel .tooltips {
    text-align: left;
    margin: 15px 0 0 0;
    background-image: url(https://www.youbianku.com/skins/Green/resources/images/hot.svg?936a4);
    background-position: 0;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.search-panel .tips a{color: var(--theme-base-color);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(var(--theme-base-color),var(--theme-base-color));
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:0 2px;
	transition:background-size 500ms ease-in-out
}
.onmove-a{
	color:var(--theme-base-color);
	background-image:linear-gradient(#fced05,#fced05)
}
.onmove:hover,
.onmove-a:hover{background-size:100% 2px}
.onmove-a:hover{color:#fced05}
.nav-multiple>li{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.nav-multiple>li>a{
	width: 46px;
	overflow: hidden;
	float: left;
}

.nav-multiple-right {
	padding-left: 0;
	margin-left: 60px;
}
.nav-multiple-right li {
	float: left;
	overflow: hidden;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 3px;
}
.nav-multiple-right li a{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.nav-multiple-right li:hover{
	background-color: var(--theme-color);
}
.nav-multiple-right li:hover a{
	color: var(--theme-base-color);
}
.letter {
	display: inline-block;
	width: 46px;
	height: 26px;
	overflow: hidden;
	background: rgba(0, 135, 245, 0.1);
	border-radius: 3px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: var(--theme-color);
}
/* panel */
.sec-panel {
	background-color: #fff;
	margin: 0 0 20px;
	padding: 30px 20px;
}
.sec-panel-head {
	position: relative;
	margin-bottom: 0
}
.sec-panel-head h1,
.sec-panel-head h2,
.sec-panel-head h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #2A2623;
	border-bottom: 0;
	line-height: 26px;
	padding: 0;
}

.sec-panel-head h1 a,
.sec-panel-head h2 a,
.sec-panel-head h3 a {
	text-decoration: none;
	color: #191a24;
}
.sec-panel-head .sec-panel-title {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec-panel-head .sec-panel-title:before {
    content: " ";
    width: 4px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: -20px;
    background-color: var(--theme-color);
}
.sec-panel-head.hasmore .sec-panel-title{float: left;}
.sec-panel-listbox .sec-panel-head .sec-panel-title{padding-left: 15px;}
.sec-panel-listbox .sec-panel-head .sec-panel-title:before{left: 0;top:4px;}

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

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

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

.sec-panel-head .more:hover {
	color: var(--theme-hover);
	text-decoration: none
}
.sec-panel-head .more a{
	border-radius: 3px;
	padding: 5px;
	color: var(--font-color);
	border: 1px solid var(--theme-body-bg-color);
	margin-right: 3px;
}
.sec-panel-head .more a:hover{
	color: var(--theme-hover);
	border: 1px solid var(--theme-hover);
}
.sec-panel-body p{
	margin-bottom: 20px;
	line-height: 2.2;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: justify;
}
.sec-panel-body img{max-width: 100%;}
.sec-panel-body .subtitle{
	position: relative;
	display: inline-block;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
}
.sec-panel-body .subtitle:before {
	position: absolute;
	left: 0;
	top: 2px;
	height: 16px;
	width: 3px;
	border-radius: 4px;
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
	content: ""
}
/* 
.sec-panel-head h1.box-title,
.sec-panel-head h2.box-title,
.sec-panel-head h3.box-title {
	position: relative;
	display: inline-block;
	padding-bottom: 0;
	padding-left: 15px;
	color: #2A2623
}
.list-box .sec-panel-head h1.box-title,
.list-box .sec-panel-head h2.box-title,
.list-box .sec-panel-head h3.box-title {
	display: block;
}
.sec-panel-head h1.box-title a,
.sec-panel-head h2.box-title a,
.sec-panel-head h3.box-title a{
	color: inherit
}
.sec-panel-head h1.box-title:before,
.sec-panel-head h2.box-title:before,
.sec-panel-head h3.box-title:before {
	position: absolute;
	left: 0;
	top: 6px;
	height: 16px;
	width: 3px;
	border-radius: 4px;
	background-color: var(--theme-color);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
	content: ""
} */
/* custom box */
.main-subject .sec-panel{box-shadow: none;}
.main-subject .sec-panel .list.tabs{
	background-color: #E8F2FF;
	padding:0;
	margin-bottom: 0;
	border: 1px solid #B9D8FF;
	border-bottom: none;
	border-top-right-radius:3px;
	border-top-left-radius: 3px;
}
.main-subject .sec-panel .list.tabs .tab{margin-bottom: 0;padding:10px 15px;}
.main-subject .sec-panel .list.tabs .tab.active{background-color: #fff;}
.main-subject .sec-panel .list.tabs .tab a{padding: 6px 0;}
.main-subject .sec-panel .list.tabs .tab.active a{font-weight: bold;}
.main-subject .tab-content{border-color: #B9D8FF;}
.sec-panel-nav{
	padding: 10px;
	margin-bottom: 10px;
}

.sec-panel-default .sec-panel-head{
	margin-bottom: 0;
}
.sec-panel-dict .sec-panel-head{
	padding: 0 15px;
	margin-bottom: 0;
}
.sec-panel-dict .sec-panel-head .box-title{
	display: block;
	line-height: 48px;
}
.sec-panel-dict .sec-panel-head h1.box-title:before, 
.sec-panel-dict .sec-panel-head h2.box-title:before, 
.sec-panel-dict .sec-panel-head h3.box-title:before{
	top: 16px;
}
.sec-panel-dict .sec-panel-body{padding-top: 0;}
.sec-panel-listbox{
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sec-panel-tags .sec-panel-head h1,
.sec-panel-tags .sec-panel-head h2,
.sec-panel-tags .sec-panel-head h3{padding-left: 0;}
.sec-panel-tags .sec-panel-body{padding: 0;}
.sec-panel-tags .sec-panel-body ul{padding-left: 0;}

/* filter */
.sec-panel-filter{padding: 0;}
.bag-filter{font-size: 14px;}
.bag-filter a {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #333333;
}
.bag-filter .bag-filter-box {
    position: relative;
    padding: 10px;
	border-bottom: 1px dotted #e6e6e6;
	padding: 13px 0 3px;
}
.bag-filter .bag-filter-title {
    font-weight: 500;
    width: 100px;
}
.bag-filter .bag-filter-ul{
	width: calc(100% - 100px);
	padding-left: 0;
}
.bag-filter .bag-filter-li {
    margin: 0 6px 6px 0;
    color: var(--theme-base-color);
    font-size: 14px;
    padding: 3px 8px;
    line-height: 1.5;
    white-space: nowrap;
	border-radius: 3px;
	display: inline-block;
}

.bag-filter .bag-filter-li:hover,
.bag-filter .bag-filter-li.active {
    color: #fff;
	background-color: var(--theme-color);
}
.bag-filter .bag-filter-li:hover a,
.bag-filter .bag-filter-li.active a{
    color: #fff;
}
.sec-panel-default .bag-filter{border-bottom: 1px solid #F6F8FA;}
.sec-panel-default .sec-panel-filter{padding-left: 20px;}

.sec-panel.sec-panel-navbox{padding: 20px 20px 10px;}
.sec-panel.sec-panel-navbox .sec-panel-title{
	margin-bottom: 10px;
	padding-left: 0;
}
.sec-panel.sec-panel-navbox .sec-panel-body {
    padding: 0 0 10px;
}
.sec-panel-navbox .nav-tabs{padding: 0;margin: 0;}
.sec-panel-navbox .nav-tabs > li > a{
	border: 1px dashed #ccc;
	margin-bottom: 5px;
}
.sec-panel-navbox .nav-tabs > li > a:hover{
	background-color: var(--theme-color);
	color: var(--theme-base-color);
}

.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: var(--theme-color);
}
.sec-panel.sec-panel-navbox .sec-panel-body.sticky{padding: 10px 0;}
.z-nav.sticky .z-nav-title{
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	padding-left: 20px;
}
.z-nav.sticky .z-nav-title:before{
	left: 0;
}
.z-nav.sticky .nav-tabs > li.active > a{
	background-color: var(--theme-color);
	color: var(--theme-base-color);
}
.z-nav .bag-filter-item{
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1200px;
	width: 100%;
}
.z-nav .bag-filter-ul{
    display: block;
    position: relative;
    z-index: 3;
	margin: 8px 0;
	max-width: 800px;
}
/* loop */
.post-loop,
.post-loop-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.post-loop-default {
	padding: 0;
	margin: 0 0 20px
}

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

.post-loop-default .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	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.col-3 span{
	width:32.55%
}
.post-loop-default .item3 .item-images span:before {
	position: relative;
	z-index: 1;
	display: block;
	content: "";
	padding-top: 62.5%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-loop-default .item-no-thumb .item-meta {
	position: relative;
	bottom: 0
}
.post-loop-default .item-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500
}

.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 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-right: 20px;
	color: #888;
	font-size: 12px
}

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

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

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

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

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

.post-loop-default .item-meta a {
	color: #666;
	text-decoration: none
}

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

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

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

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

.item-meta .tag {
    display: inline;
    background-color: #f1f2f6;
    margin: 2px 5px;
    padding: 2px 5px;
    font-size: 13px;
    text-decoration: none;
	color: #333333;
}
.post-loop-default .item-meta a.tag{
	color: #333333;
}
.post-loop-default .item-meta a.tag:hover{
	color: var(--theme-color);
}

.post-loop-list .item a {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
.post-loop-list .item, .post-loop-list .item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-loop-list {
	padding: 0 0 10px
}
.post-loop-list .item {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px 0 5px 20px;
    color: var(--font-color);
    line-height: 36px;
    border-bottom: 1px solid var(--theme-line-color);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-loop-list .item a {
    display: block;
    width: calc(100% - 120px);
    font-size: 16px;
    color: var(--font-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-loop-list .item a:hover{
	color: var(--theme-color);
}
.post-loop-list .item:before {
	position: absolute;
	left: 1px;
	top: 22px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: var(--theme-color);
	content: ""
}

.post-loop-list .item .date {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px
}
.post-loop-default.col-2 .item,
.post-loop-default.col-3 .item,
.post-loop-default.col-4 .item,
.post-loop-list.col-1 .item,
.post-loop-list.col-2 .item,
.post-loop-list.col-3 .item,
.post-loop-list.col-4 .item,
.post-loop-list.col-5 .item,
.post-loop-list.col-6 .item{
	justify-content: flex-start;
	float: left;
}
.post-loop-list.col-1 .item{
	width: 100%;
}
.post-loop-list.col-2 .item{
	width: 50%;
}
.post-loop-list.col-3 .item{
	width: 33.33;
}
.post-loop-list.col-4 .item{
	width: 25%;
}
.post-loop-list.col-5 .item{
	width: 20%;
}
.post-loop-list.col-6 .item{
	width: 16.6666%;
}
.post-loop-list.col-2 .item.item-full{
	width: 100%;
	float: left;
}
.post-loop-list .item em{
	font-style: normal;
	margin-right: 5px;
}
.post-loop-list.col-1 .item a,
.post-loop-list.col-2 .item a,
.post-loop-list.col-3 .item a,
.post-loop-list.col-4 .item a,
.post-loop-list.col-5 .item a,
.post-loop-list.col-6 .item a{
	width: auto;
}
.post-loop-default.col-2 .item-excerpt{height: auto;}

.post-subject .post-subject-content ul.idx-list{padding-left: 0;}
.post-loop-list.idx-list .item:before{
	display: none;
}

.sec-panel-head+.sec-panel-body .post-loop-card,
.sec-panel-head+.sec-panel-body>.post-loop-image {
	margin-top: 0
}

.post-loop-card,
.post-loop-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -10px -10px 10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:767px) {
	.post-loop-card,
	.post-loop-image {
		margin: -6px -6px 10px
	}
}

.post-loop-card .item,
.post-loop-image .item {
	width: 33.33%;
	padding: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width:767px) {
	.post-loop-card .item,
	.post-loop-image .item {
		padding: 6px
	}
}

.post-loop-card .item-inner,
.post-loop-image .item-inner {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	-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 .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}
.post-loop-card .item-inner:hover,
.post-loop-image .item-inner:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}
.post-loop-card .item-inner:hover .item-video:after,
.post-loop-card .item-inner:hover .item-video:before,
.post-loop-image .item-inner:hover .item-video:after,
.post-loop-image .item-inner:hover .item-video:before {
	opacity: 1;
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}

.post-loop-card .item-inner:hover .item-thumb img,
.post-loop-image .item-inner:hover .item-thumb img {
	opacity: .9;
	-webkit-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s
}

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

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

.post-loop-card.cols-5 .item,
.post-loop-image.cols-5 .item {
	width: 20%
}

@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: 50%
	}
}

@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-image .item-img {
	position: relative
}

.post-loop-card .item-img .item-category,
.post-loop-image .item-img .item-category {
	position: absolute;
	left: 10px;
	top: 15px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 3px
}

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

.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;
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}

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

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

.post-loop-image .item-video:after,
.post-loop-image .item-video:before {
	left: 50%;
	top: 50%;
	width: 44px;
	margin-left: -22px;
	margin-top: -22px
}

.post-loop-image .item-video:before {
	height: 44px
}

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

.post-loop-card .item-video:before,
.post-loop-image .item-video:before {
	z-index: 1;
	content: "";
	background: rgba(0, 0, 0, .6)
}

.post-loop-image .item-video:before {
	opacity: .8
}

.post-loop-card .item-video:after,
.post-loop-image .item-video:after {
	z-index: 1;
	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: 32px
}

.post-loop-image .item-video:after {
	height: 44px
}

@media (max-width:767px) {
	.post-loop-card .item-video:after,
	.post-loop-image .item-video:after {
		height: 36px;
		background-size: 26px
	}
}

.post-loop-card .item-title {
	margin: 0
}

.post-loop-image .item-title {
	margin: 0;
	padding: 15px;
	font-size: 16px;
	font-weight: 500
}

@media (max-width:767px) {
	.post-loop-card .item-title,
	.post-loop-image .item-title {
		font-weight: 400;
		padding: 10px
	}
}

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

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

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

@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 {
	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;
	line-height: 14px;
	font-size: 12px
}

.post-loop-image .item-meta {
	padding: 0 15px 15px;
	color: #828282;
	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 {
	white-space: nowrap
}

.post-loop-card .item-meta-right,
.post-loop-image .item-meta-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.post-loop-card .item-meta-li {
	margin-left: 5px
}

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

@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:1239px) {
	.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 {
	display: inline-block;
	font-size: 14px;
}

.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-meta-items {
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 14px
}

@media (max-width:767px) {
	.post-loop-image .item-meta-items {
		padding: 0 10px;
		margin-bottom: 10px
	}
}

.post-loop-image .item-meta-items .item-meta-li {
	margin: 0 20px 0 0;
	display: inline-block!important
}

@media (max-width:991px) {
	.post-loop-image .item-meta-items .item-meta-li {
		margin: 0 10px 0 0
	}
}

.post-loop-image .item-meta-items .item-meta-li .wi {
	line-height: inherit
}

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

.post-loop-image .item-meta-author {
	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;
	padding: 15px;
	line-height: 20px;
	border-top: 1px solid rgba(239, 239, 239, .9);
	color: #5a5a5a;
	font-size: 12px
}

@media (max-width:767px) {
	.post-loop-image .item-meta-author {
		padding: 10px
	}
}

.post-loop-image .item-meta-author .avatar {
	line-height: inherit;
	color: inherit
}

.post-loop-image .item-meta-author .avatar:hover {
	color: var(--theme-hover)
}

.post-loop-image .item-meta-author .avatar img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top
}

.post-loop-card .item-inner {
	position: relative
}

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

.post-loop-card.cols-5 .item-wrap {
	padding: 12px
}

.post-loop-card.cols-5 .item-video:after,
.post-loop-card.cols-5 .item-video:before {
	right: 12px;
	bottom: 37px
}

.post-loop-card.cols-5 .item-video .item-title {
	padding-right: 64px
}

.post-loop-card.cols-5 .item-title {
	font-size: 15px;
	padding: 0 12px;
	bottom: 35px
}

.post-loop-card.cols-5 .item-meta {
	padding: 0 12px;
	bottom: 12px
}

.post-loop-card .item-img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.post-loop-card .item-img:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .5));
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.post-loop-card .item-wrap {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width:767px) {
	.post-loop-card .item-wrap {
		padding: 8px
	}
}

.post-loop-card .item-wrap:hover {
	text-decoration: none
}

.post-loop-card .item-video:after,
.post-loop-card .item-video:before {
	left: auto;
	top: auto;
	right: 15px;
	bottom: 44px;
	width: 36px;
	height: 36px;
	margin: 0
}

.post-loop-card .item-video:before {
	opacity: .8
}

@media (max-width:767px) {
	.post-loop-card .item-video:after,
	.post-loop-card .item-video:before {
		bottom: 30px;
		right: 8px;
		width: 30px;
		height: 30px
	}
}

.post-loop-card .item-video:after {
	line-height: 36px;
	font-size: 26px;
	opacity: .8
}

@media (max-width:767px) {
	.post-loop-card .item-video:after {
		font-size: 14px;
		line-height: 30px
	}
}

.post-loop-card .item-video .item-title {
	padding-right: 66px
}

@media (max-width:767px) {
	.post-loop-card .item-video .item-title {
		padding-right: 46px
	}
}

.post-loop-card .item-title {
	position: absolute;
	bottom: 40px;
	left: 0;
	max-height: 44px;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

@media (max-width:767px) {
	.post-loop-card .item-title {
		bottom: 26px;
		padding: 0 8px;
		font-size: 14px;
		max-height: 38px
	}
	.post-loop-card .item-title .sticky-post {
		margin-top: 1px;
		font-size: 9px;
		padding: 0 4px;
		line-height: 16px
	}
}

.post-loop-card .item-meta {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	padding: 0 15px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	opacity: .95
}

@media (max-width:767px) {
	.post-loop-card .item-meta {
		bottom: 8px;
		margin-top: 8px;
		padding: 0 8px;
		line-height: 12px
	}
}

.post-loop-card .item-meta-li,
.post-loop-card .item-meta-li .fa,
.sidebar .widget_nav_menu ul li li li a:hover:after,
.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a:hover:after,
.sidebar .widget_nav_menu ul li.current-menu-item a:after,
.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a:hover:after,
.sidebar .widget_nav_menu ul li.current-post-parent a:after {
	color: #fff
}

.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a,
.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a {
	background: 0 0
}

.post-loop-embed .item-meta {
	bottom: 0
}

.post-loop-empty {
	padding: 80px 0;
	text-align: center;
	color: #828282
}

.post-loop-empty img {
	display: block;
	margin: 20px auto;
	width: 240px;
	height: auto;
	max-width: 60%
}

.post-loop-empty p {
	margin: 20px 0;
	padding: 0 30px;
	line-height: 1.67
}
.post-loop-link 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-bottom: 0;
	margin-right: 10px;
	padding: 6px 8px;
	color: #333333;
	display: inline-block;
}

.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.c4 li,
.post-loop-label li.w25 {
	width: 25%;
}
.post-loop-label.c5 li,
.post-loop-label li.w20 {
	width: 20%;
}
.post-loop-label.c2 li,
.post-loop-label li.w50 {
	width: 50%;
}
.post-loop-label li a {
	margin: 12px 6px 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	text-decoration: none;
	width: auto;
	height: auto;
	padding: 6px 8px;
	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: 16px;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: var(--theme-color);
}
.post-loop-label li a span em{font-style: normal;color: var(--theme-color);}
.post-loop-label li.active a,
.post-loop-label li a:hover{background-color:var(--theme-color);color:#fff;}
.post-loop-label li a:hover span{color:#333;}
.post-subject .post-subject-content .post-loop-label li a:hover{color:#fff;}
.post-loop-grap{
	display: flex;
	flex-wrap: wrap;
}
.post-loop-grap li {
    width: 24%;
    line-height: 3;
    text-align: center;
    overflow: hidden;
    padding: 0 0.5rem;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 0.75rem;
    border-radius: 5px;
    margin-right: 0.75rem;
	border: 1px solid #e8e9ea;
}
.post-loop-grap li:nth-of-type(4n) {
    margin-right: 0;
}
.post-loop-grap li a {
    color: #333333;
    display: block;
}
.post-loop-grap li:hover,
.post-loop-grap li.active{
	background-color: var(--theme-color);
}
.post-subject .post-subject-content .post-loop-grap li:hover a,
.post-loop-grap li:hover a,
.post-loop-grap li.active a{
	color: var(--theme-base-color);
}
.post-loop-grap.letters li{
	width: 50px;
}
.post-loop-grap.letters li:nth-of-type(4n) {
    margin-right: 0.75rem;
}
/* custom */
.sec-panel-tools{background: none;box-shadow:none;}
.sec-panel-searchbox{
	padding-top: 20px;
}
.sec-panel-searchbox.none{
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.search-form {
    position: relative;
}
.search-form form {
    padding: 0 90px 0 0;
    overflow: hidden;
    margin: 0 auto;
}
.search-form form input {
    height: 42px;
    background-color: #fff;
    float: left;
    border-radius: 3px 0 0 3px;
	width: 400px;
	border: 2px solid var(--theme-color);
	padding-left: 10px;
	background-color: var(--theme-body-bg-color);
}
.search-form form input:focus{background-color: #FFFFFF;}
.search-form form .search-button {
    margin-right: -80px;
    width: 80px;
    background-color: var(--theme-color);
    color: #d9f2fe;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}
.search-form form input.search-button:focus{background-color: var(--theme-color);}
.search-form form .search-button:hover{color: #FFFFFF;}
.search-form .search-text{
	float: left;
	line-height: 42px;
	margin-right: 10px;
	font-weight: 600;
	font-size: 16px;
}
.search-form.word-form form input.word{
	width: 48px;
	margin-right: 15px;
	border-radius:3px;
}
.search-form.word-form form .search-button{
	border-radius:3px;
}
.hot-search{margin:15px 0 0 0;padding-left:110px;text-align:left}
.hot-search li{list-style:none;display:inline-block}

.hot-search li span{background-image:url(../images/icon/hot.svg);background-position:0;background-size:16px;background-repeat:no-repeat;padding-left:20px}
.hot-search li a {
	color: #333;
	margin-right: 8px;
}
.onmove {
	padding-bottom: 8px;
	text-decoration: none;
	background-image: linear-gradient(var(--theme-color),var(--theme-color));
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 0 2px;
	transition: background-size .5s ease-in-out;
}
.hot-search li.hot a{color: #c00;}
.hot-search li.hot a.onmove{
	background-image: linear-gradient(#c00,#c00);
	}
.search-tips{
	padding: 10px;
	margin-top: 15px;
	color: #666;
}
.bag-dlist{
	padding-left: 15px;
}
.bag-dlist dt {
	margin: 15px 0;
	position: relative;
	text-align: left;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}
.bag-dlist dd {
	padding-left: 10px;
}
.bag-dlist dd p {
	margin-bottom: 5px;
}
.panel-catalog dl {
	margin-bottom: -1px;
	padding-left: 20px;
	background: #fff;
	height: 100%;
	overflow: hidden;
}
.panel-catalog a {
	color: #333;
}
.panel-catalog a.city{
	color: var(--action-color);
	font-weight: bold;
}
.panel-catalog dt {
	margin: 15px 0;
	position: relative;
	text-align: left;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}
.panel-catalog dt:before {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: -15px;
	border-radius: 50%;
	background-color: #448EF6;
}
.panel-catalog dd {
	margin: 0 7px;
	font-size: 14px;
	padding: 2px 10px;
	float: left;
	border-radius: 3px;
}
.panel-catalog dd a {
	height: 30px;
	line-height: 30px;
	background: none;
}
.panel-catalog dd:hover{background-color: var(--theme-color);}
.panel-catalog dd:hover a{color: #fff;}
.post-loop-item li {
	width: 25%;
	line-height: 2rem;
	font-size: 18px;
	float: left;
	text-align: center;
	padding: .5rem;
	max-height: 64px;
	overflow: hidden;
	box-sizing: border-box;
	list-style: none outside none;
}
.post-loop-item li a {
	border: 1px solid #f6f8fa;
	background: #f6f8fa;
	padding: 6px 0;
	display: block;
	transition: all .2s;
	color: #0e1017;
	font-size: 16px;
}
.post-loop-item li a span {
	display: block;
	height: 1.5rem;
	line-height: 1rem;
	font-size: 16px;
	padding: 0;
	margin: 0 0 2px;
	font-weight: 400;
	overflow: hidden;
	color: #d5d6da;
}

.post-loop-item li a:hover span {
	color: #dbe5ff;
}
.post-loop-item li a:hover,.post-loop-item 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;
}
.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%;}
/* widget */
.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: 0px 10px 0px 5px;
    margin: 2px 8px 2px 2px;
    display: inline-block;
}
.widget-catalog-list dd a:before {
    position: absolute;
    right: 0;
    top: 15px;
    content: "";
    width: 1px;
    height: 14px;
    line-height: 0;
    background: #d3cec3;
}
.widget.widget-tags .widget-title a{color: #3b2a20;}
.widget.widget-tags ul li {
    float: left;
    width: 33.33333%;
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
    background: none;
    border: none;
	box-sizing: border-box;
	overflow: hidden;
}
.widget.widget-tags ul li a {
    display: block;
    height: 100%;
    margin: 7.5px;
    border: 1px solid #b9a189;
	border-radius: 3px;
    padding: 6px 0;
    color: #3b2a20;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.widget-tags ul li a:hover{background:var(--theme-color);border: 1px solid var(--theme-color);color: #f0ece1;}
.widget-tags ul li.active a{background:var(--theme-color);border: 1px solid var(--theme-color);color: #f0ece1;}

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

.widget_lastest_products .p-item-wrap .thumb.thumb-video:hover:after,
.widget_lastest_products .p-item-wrap .thumb.thumb-video:hover:before,
.widget_post_tabs .item-img.item-video:hover .item-img-inner:after,
.widget_post_tabs .item-img.item-video:hover .item-img-inner:before,
.widget_post_thumb .item-img.item-video:hover .item-img-inner:after,
.widget_post_thumb .item-img.item-video:hover .item-img-inner:before {
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.widget-lastest-list .kx-content p {
	margin: 0
}
.widget {
	margin-bottom: 30px;
	background-color: var(--theme-base-color);
	padding: 15px;
}
.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 a{color: var(--font-color);}
.widget-title a:hover{color: var(--theme-hover);}
.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_lastest_products .col-2 .p-item {
	width: 50%;
}
.sidebar .widget_nav_menu ul li:before,
.widget_comments ul li:before,
.widget_lastest_products .p-item:before {
	display: none
}

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

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

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

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

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

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

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

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

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

.widget_lastest_products:hover .title {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget_profile {
	padding: 0;
	border: 1px solid #EFF2F6;
	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 #EFF2F6
}

.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: #EFF2F6;
	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: #EFF2F6;
	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%
}

.pip-main.widget {
	margin-bottom: 20px;
	padding: 15px;
}

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

.pip-main.widget_profile {
	background: #fff;
	border: 0
}

.pip-main.widget_image_ad,
.pip-main.widget_media_image {
	background: 0 0
}

.pip-main.widget_post_tabs .post-tabs-hd {
	margin: -15px 0 0
}

.pip-main.widget_post_tabs .tab-has-title {
	margin: 0
}

.pip-main.widget_post_tabs .post-tabs-hd-inner:before {
	left: -15px;
	right: -15px
}
.widget.widget-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%;
}
.widget-grid .col-2 li {
    width: 48%;
	margin: 1%;
}
.widget-grid .col-3 li {
    width: 31%;
}
.widget-grid .col-4 li {
    width: 23%;
}
.widget-grid .col-5 li {
    width: 18%;
}
.widget-grid li a{
	display: block;
	border-radius: 10px;
	color: #52525d;
	padding: 5px 0;
}
.widget-grid li.active,
.widget-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);
}
.widget-grid li.active a,
.widget-grid li:hover a{color: var(--theme-base-color);}
/* content */
.main-subject {
	margin-bottom: 20px;
	background: var(--theme-base-color);
	padding: 30px;
	border-radius: 5px;
}

.post-subject .post-subject-header {
	margin-bottom: 20px
}

.post-subject .post-subject-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0;
	font-weight: 600;
}
.post-subject .post-subject-header.hasmore .post-subject-title{
	float: left;
}
.post-subject .post-subject-header.hasmore .more{
	float: right;
}
.post-subject .post-subject-info {
	padding-bottom: 10px;
	color: #999;
}

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

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

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

.post-subject .post-subject-info .dot {
	margin: 0 6px;
	color: #F6F8FA
}
.post-subject .post-subject-excerpt {
	padding: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
	background: #f6f8fa;
	border-radius: 3px
}

.post-subject .post-subject-content {
	position: relative;
	font-size: 16px;
	color: #2A2623;
	line-height: 1.8;
	margin-bottom: 30px;
}

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

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

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

.post-subject .post-subject-content .h2,
.post-subject .post-subject-content h2 {
	padding-bottom: 12px;
	font-size: 18px;
	border-bottom: 1px solid #EFF2F6
}

.post-subject .post-subject-content .h3,
.post-subject .post-subject-content h3 {
	font-size: 18px
}

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

.post-subject .post-subject-content>.h3:before,
.post-subject .post-subject-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)
}

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

/* .post-subject .post-subject-content>p {
	white-space: pre-wrap
} */
.post-subject .post-subject-content p em{
	font-style: normal;
	color: #f00;
}
.post-subject .post-subject-content a {
	color: #333333;
	text-decoration: underline;
}
.post-subject .post-subject-content a.label{color: #fff;font-weight: normal;}
.post-subject .post-subject-content a.label:hover,
.post-subject .post-subject-content a:hover{color: var(--theme-color);}

.post-subject .post-subject-content .item a{
	text-decoration: none;
}
.post-subject .post-subject-content blockquote {
	color: #444;
	background: #fbfbfb
}

.post-subject .post-subject-content ol,
.post-subject .post-subject-content ul {
	padding-left: 2em;
	margin-bottom: 20px;
	list-style-position: outside
}

.post-subject .post-subject-content li {
	margin-bottom: 10px
}

.post-subject .post-subject-content img {
	height: auto;
	display: block;
	margin: auto;
}

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

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

.post-subject .post-subject-content table td,
.post-subject .post-subject-content table th {
	padding: .5em;
	border: 1px solid #EFF2F6
}
.post-subject-bar .info-item a:hover {
	color: var(--theme-hover)
}
.post-subject .post-subject-content.text-indent p {
	text-indent: 2em
}
.post-subject .post-subject-content blockquote {
	position: relative;
	padding: 30px 30px 30px 85px;
	background: #f3f3f3;
	border-left: 0;
	font-size: 16px;
	border-radius: 3px
}
.post-subject .post-subject-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
}
.post-subject .post-subject-content pre {
	padding: 30px;
	background: #2b303b;
	border-radius: 3px;
	border: 0;
	color: #eee;
	overflow-x: scroll
}
.post-subject .post-subject-content dt{
	font-weight: 600;
	margin-bottom: 10px;
}
.post-subject .post-subject-content dd p{
	margin-bottom: 10px;
}
.post-subject .post-subject-page p {
	margin: 0
}

.post-subject-footer {
	margin: 30px 0
}

.post-subject-copyright {
	margin-top: 30px;
	padding: 15px;
	font-size: 13px;
	line-height: 1.6;
	color: #766b68;
	background: #f6f8fa;
	border-radius: 4px
}

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

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

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

.post-subject-tag {
	font-size: 0
}
.post-subject .post-subject-content .post-subject-tag a,
.post-subject-tag a {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 4px 15px;
	font-size: 12px;
	line-height: 1.2;
	color: #5a5a5a;
	border: 1px solid #EEEEEE;
	border-radius: 3px
}
.post-subject .post-subject-content .post-subject-tag a:hover,
.post-subject-tag a:focus,
.post-subject-tag a:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
	text-decoration: none
}

.post-subject-bar {
	height: 60px;
}
.post-subject-bar .info-item.act i,
.post-subject-bar .info-item.share i,
.post-subject-bar .info-item.act .wi,
.post-subject-bar .info-item.share .wi {
	font-size: 20px
}

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

.post-subject-bar .info-item a {
	color: #666;
	text-decoration: none
}

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

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

.post-subject-bar .meta {
	padding-left: 0
}

.post-subject-bar .meta:before {
	display: none
}

.post-subject-bar .act {
	margin-right: 0
}

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

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

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

.post-subject-bar .meta-item:hover {
	overflow: visible
}

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

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

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

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

.post-subject-bar .meta-item.qq:hover {
	color: #22a4ff
}
.post-subject-bar .meta-item.qzone:hover {
	color: #fdbf2f
}

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

.post-subject-bar i {
	font-size: 16px;
	vertical-align: top
}
.post-subject-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
}

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

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

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

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

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

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

.pip-main.post-subject-bar {
	margin: 30px -20px
}

.pip-main.post-subject-bar-inner {
	padding: 18px 30px;
}

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

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

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

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

.post-subject-page {
	margin: 30px 0;
	overflow: hidden
}

.post-subject-page-next,
.post-subject-page-prev {
	position: relative;
	width: 49%;
	padding: 60px 15px 10px;
	color: #333;
	background-size: cover;
	background-position: 50%;
	border-radius: 4px;
	overflow: hidden
}

.post-subject-page-prev {
	float: left
}

.post-subject-page-next:before,
.post-subject-page-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f6f8fa;
	content: ""
}

.post-subject-page-next:hover:before,
.post-subject-page-prev:hover:before {
	background:#EFF2F6
}

.post-subject-page-next a,
.post-subject-page-prev a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #333;
	font-size: 16px
}

.post-subject-page-next a span,
.post-subject-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
}

.post-subject-page-next a:hover,
.post-subject-page-prev a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.post-subject-page-next .post-subject-page-info,
.post-subject-page-prev .post-subject-page-info {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden
}

.post-subject-page-next .post-subject-page-info .wi,
.post-subject-page-prev .post-subject-page-info .wi {
	opacity: .9
}

.post-subject-page-next {
	float: right
}

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

.post-subject-page-nobg:hover:before {
	background-color: var(--theme-hover)
}

.post-subject-related-title {
	margin: 30px 0 20px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 12px
}
.post-subject-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
}

.post-subject-related {
	margin-bottom: 20px
}

.post-subject-related.post-loop-default {
	margin-top: -10px;
	margin-left: -15px;
	margin-right: -15px
}

.post-subject-related.post-loop-list {
	padding: 0!important
}

.post-subject-related.post-loop-list .item {
	display: inline-block;
	width: 48.98%;
	vertical-align: top
}

.post-subject-related.post-loop-list .item:nth-child(2n+2) {
	margin-left: 2%
}

.post-subject-related.post-loop-list .item .date {
	display: none
}

.post-subject-related.post-loop-list .item a {
	padding-right: 0
}

.post-subject-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%)
}

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

.post-subject-readmore-btn:hover {
	color: #fff;
	background-color: var(--theme-hover);
	border-color: var(--theme-hover)
}
.e404-page-text .post-subject-title {
	font-size: 28px;
	text-shadow: 3px 5px 2px rgba(0, 0, 0, .3)
}
.e404{width:100%;margin:20px 0 0 0;padding:100px 0;background:#f6f6f6;text-align:center;border-radius:3px;overflow:hidden;}
.e404 .e404-title{line-height:50px;font-size:80px;margin:0 0 30px 0;}
.e404 p{line-height:50px;font-size:20px;}
.e404 .sec-panel{background: transparent;}
/* custom */
.sec-panel-listbox .post-loop .item{
	background-color: var(--theme-base-color);
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.sec-panel-listbox .sec-panel-body p{margin-bottom: 0;}
.sec-panel-listbox .post-loop-default .item3 .item-meta{margin-top: 10px;}
.sec-panel-category .sec-panel-title{margin-bottom: 0;}
.post-subject-nav{
	width: 100%;
	top:0;
	left: 0;
	font-weight: 500;
	background: #fff;
	padding: 10px 10px 0;
	border-bottom: 5px solid #f5f5f5;
	z-index: 6666;
}

.post-subject-nav .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
}
.post-subject-nav .list.tabs .tab{margin-right: 28px;}
.post-subject-nav .list.tabs .tab.active a {
    font-weight: 700;
    color: #333333;
}
.post-subject-nav .list.tabs .tab a:hover,
.post-subject-nav .list.tabs .tab a {
    position: relative;
    display: block;
    height: 100%;
	color: #333333;
}
.post-subject-nav .list.tabs .tab.active a:after{
	background:#333333;
}
.scrollbox:focus{outline: 0;}
.post-subject .post-subject-content .indent {
    text-indent: .95em;
}
.post-subject .post-subject-content ul.item-list{padding-left: 0;}
.post-loop-list.item-list .item{
	padding:0;
	border: none;
	width: 100%;
	clear: both;
}
.post-loop-list.item-list .item:hover{background: none;}
.item-list .item p{float: left;line-height:30px}
.item-list .item p a{display:inline-block;padding-right: 10px;}
.item-list .item h3{
	float: left;
	margin:0 10px 0 0;
	border-radius:3px;
	padding:5px 10px;
	font-size:14px;
	color: #333333;
	background:#e2e9f0;
}
.table-responsive {
	overflow-x: auto;
	min-height: .01%
}
.list-box table {
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.list-box table th {
    background: #EFF2F6;
    color: #444c5f;
    font-weight: bold;
    border: 1px solid #DFE6EC;
    text-align: center;
    height: 42px;
}
.list-box table td {
    height: 42px;
    border: 1px solid #EFF2F6;
    color: #444c5f;
}
.bag-form input,
.bag-form select,
.bag-form textarea {
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	color: #5a5a5a;
	border: 1px solid #dcdfe6;
	line-height: 18px;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: 0 0;
	border-radius: 4px
}

.bag-form input:focus,
.bag-form select:focus,
.bag-form textarea:focus {
	border: 1px solid var(--theme-hover)!important
}

.bag-form input[disabled],
.bag-form select[disabled],
.bag-form textarea[disabled] {
	color: #999;
	background: #f9f9f9
}
select.bag-form {
	height: 38px;
	padding: 0 10px
}
.showmore{
	position:relative;
	overflow:hidden;
	visibility:visible
}
.showmore.linear-gradient:after{
	content:"";
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	height:90px;
	background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
	background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)
	}
.showmore-box{
	text-align:center
}
.showmore-btn {
    display: inline-block;
    padding: 10px 30px;
    line-height: 16px;
    font-size: 14px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 50px;
    cursor: pointer;
}
.showmore-btn >i{
	margin-left: 10px;
}