/*!
 * Theme Name: DUX
 * Description: better theme by themebetter
 * Theme URI: https://themebetter.com/theme/dux
 * Author: themebetter.com
 * Author URI: https://themebetter.com/
 * Version: 8.2
 */:root {
	--tb--main: #007bff;
	--tb--base: #333;
	--tb--dark: #202935;
	--tb--white: #fff;
	--tb--bdbg: #f4f4f4;
	--tb--tint: #fbfbfb;
	--tb--line: #f3f3f3;
	--tb--gray: #999
}

.darking:root {
	--tb--base: #ccc;
	--tb--dark: #14181b;
	--tb--white: #14181b;
	--tb--bdbg: #0c0f14;
	--tb--tint: #1d2025;
	--tb--line: #1d2025;
	--tb--gray: #555
}

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

.comt-title p,.footer-menu dt,.liangdian strong,.plinks ul li a,.tagslist li p,.widget-navcontent .item-01 li,.widget_ui_tags .items a,.widget_ui_topics strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

*,:after,:before {
	box-sizing: border-box
}

html {
	-webkit-text-size-adjust: 100%
}

a {
	color: var(--tb--base);
	outline: 0
}

a,a:hover {
	text-decoration: none
}

a:hover {
	color: var(--tb--main)
}

a:focus {
	outline: 0;
	text-decoration: none
}

embed,iframe,img,video {
	display: block;
	max-width: 100%
}

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

main {
	display: block
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace;
	font-size: 1em
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}[hidden],template {
	display: none
}

p {
	margin-top: 0
}

dd,dl,dt,ol,ul {
	margin: 0;
	padding: 0
}

ul {
	list-style: none
}

table {
	font-size: 14px;
	border-collapse: collapse
}

table td,table th {
	padding: 6px 15px;
	border: 1px solid #ddd!important;
	vertical-align: middle
}

.darking table td,.darking table th {
	border-color: #333!important
}

.thumbnail {
	border: none;
	padding: 0;
	margin: 0
}

a,button,input,textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

@font-face {
	font-family:dux-font;src:url(assets/fonts/iconfont.woff2?ver=8.2) format("woff2"),url(assets/fonts/iconfont.woff?ver=8.2) format("woff"),url(assets/fonts/iconfont.ttf?ver=8.2) format("truetype")
}

.tbfa {
	font-family: dux-font;
	font-style: normal
}

body {
	position: relative;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: -apple-system,BlinkMacSystemFont,Microsoft Yahei,MiSans,HarmonyOS Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	color: var(--tb--base);
	background-color: var(--tb--bdbg);
	overflow-x: hidden;
	left: 0;
	transition: left .3s ease-in-out
}

@media(max-width:768px) {
	body {
		padding-top: 70px
	}
}

@media(max-width:600px) {
	body {
		padding-top: 50px
	}
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px
}

@media(max-width:600px) {
	.container {
		padding: 0
	}
}

.content-wrap {
	width: 100%;
	float: left
}

.content {
	position: relative;
	min-height: 600px;
	margin-right: 380px;
	margin-bottom: 20px
}

@media(max-width:1024px) {
	.content {
		margin-right: 0
	}
}

@media(max-width:600px) {
	.content {
		min-height: auto;
		margin-bottom: 0
	}
}

.sidebar {
	float: left;
	margin-left: -360px;
	width: 360px;
	position: relative
}

.sidebar .content {
	padding: 0 20px;
	background-color: #fff;
	border-radius: 6px
}

.sidebar .-roll-top {
	width: 360px;
	position: fixed
}

.sidebar .-roll-bottom {
	width: 360px;
	position: absolute
}

@media(max-width:1024px) {
	.sidebar {
		display: none
	}

	.m-sidebar .sidebar {
		display: block;
		float: none;
		margin-left: 0;
		width: auto;
		clear: both
	}

	.sidebar .-roll-bottom,.sidebar .-roll-top {
		width: auto;
		position: static;
		top: 0
	}
}

@media(max-width:768px) {
	.sidebar .widget {
		display: none!important
	}

	.sidebar .widget-on-phone {
		display: block!important
	}
}

.site-layout-1 .content {
	margin-right: 0
}

.site-layout-3 .content {
	margin-left: 380px;
	margin-right: 0
}

.site-layout-3 .content.resetpass {
	margin-left: 0
}

.site-layout-3 .sidebar {
	float: left;
	margin-left: -100%
}

.site-layout-3 .container-no-sidebar .content,.site-layout-3 .container-page .content {
	margin-left: 0
}

@media(max-width:1024px) {
	.site-layout-3 .content {
		margin-left: 0
	}

	.site-layout-3 .sidebar {
		float: none;
		margin-left: 0
	}
}

.single-format-aside .content {
	margin-right: 0;
	margin-left: 0
}

.title {
	margin-bottom: 20px;
	overflow: hidden
}

.title h3 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	margin: 0;
	padding-left: 17px
}

.title h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	height: 16px;
	width: 4px;
	border-radius: 10px;
	background-color: var(--tb--main)
}

.title h3 small {
	color: #999;
	position: relative;
	margin-left: 10px;
	top: -2px;
	font-size: 12px;
	font-weight: 400
}

.title .more {
	float: right;
	margin-top: 3px
}

.title .more a {
	display: inline-block;
	margin-left: 20px;
	color: #999
}

.title .more a:hover {
	color: var(--tb--main)
}

@media(max-width:600px) {
	.title {
		margin-bottom: 15px
	}

	.title h3 {
		padding-left: 13px;
		font-size: 14px
	}

	.title h3:before {
		margin-top: -7px;
		height: 14px
	}

	.title h3 small {
		top: -1px
	}

	.title .more {
		display: none
	}
}

.branding {
	position: relative;
	z-index: 9;
	text-align: center;
	padding: 70px 20px;
	background-color: var(--tb--dark)
}

.branding h2 {
	margin: 0;
	font-size: 24px;
	color: hsla(0,0%,100%,.8)
}

.branding h4 {
	font-size: 16px;
	font-weight: 400;
	max-width: 80%;
	margin: 10px auto 0;
	line-height: 1.7;
	color: hsla(0,0%,100%,.5)
}

.branding a {
	margin: 30px 15px 0
}

@media(max-width:768px) {
	.branding h4 {
		max-width: 100%
	}
}

@media(max-width:600px) {
	.branding {
		padding: 40px 15px
	}

	.branding h2 {
		font-size: 18px
	}

	.branding h4 {
		font-size: 14px;
		line-height: 1.5
	}

	.branding a {
		margin: 20px 10px 0
	}
}

.breadcrumbs {
	padding: 12px 0;
	font-size: 12px;
	text-align: left;
	background-color: var(--tb--white);
	margin-bottom: 20px;
	margin-top: -20px;
	border-top: 1px solid rgba(0,0,0,.02);
	color: #999
}

.breadcrumbs small {
	margin-right: 5px
}

.breadcrumbs a {
	color: #999
}

.breadcrumbs a:hover {
	color: var(--tb--main)
}

@media(max-width:600px) {
	.breadcrumbs {
		margin-top: 0;
		margin-bottom: 0;
		padding: 10px 15px;
		border-top: none;
		border-bottom: none;
		background-color: var(--tb--tint);
		position: relative
	}

	.breadcrumbs:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid var(--tb--line);
		transform: scaleY(.5);
		transform-origin: 0 0
	}

	.breadcrumbs small {
		position: relative;
		top: -1px;
		font-weight: 700;
		color: #ccc
	}
}

.prettyprint,pre.prettyprint {
	font-size: 13px;
	border-radius: 6px;
	background-color: #272822;
	border: none;
	overflow: auto;
	padding: 15px;
	max-height: 637px;
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.prettyprint.linenums,pre.prettyprint.linenums {
	box-shadow: inset 40px 0 0 #39382e,inset 41px 0 0 #464741
}

.prettyprint.linenums ol,pre.prettyprint.linenums ol {
	margin: 0 0 0 30px
}

.prettyprint.linenums ol li,pre.prettyprint.linenums ol li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 20px;
	margin-left: 0;
	list-style: decimal;
	margin-bottom: 0
}

.prettyprint .com {
	color: #93a1a1
}

.prettyprint .lit {
	color: #ae81ff
}

.prettyprint .clo,.prettyprint .opn,.prettyprint .pun {
	color: #f8f8f2
}

.prettyprint .fun {
	color: #dc322f
}

.prettyprint .atv,.prettyprint .str {
	color: #e6db74
}

.prettyprint .kwd,.prettyprint .tag {
	color: #f92659
}

.prettyprint .atn,.prettyprint .dec,.prettyprint .typ,.prettyprint .var {
	color: #a6e22e
}

.prettyprint .pln {
	color: #66d9ef
}

.tbmodal {
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	align-items: center
}

.tbmodal,.tbmodal-mask {
	position: fixed;
	top: 0;
	left: 0
}

.tbmodal-mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.tbmodal-main {
	padding: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	max-width: 300px;
	background-color: var(--tb--white);
	border-radius: 6px
}

.tbmodal-main h4 {
	margin-bottom: 20px
}

.tbmodal-main .-close {
	cursor: pointer;
	float: right;
	font-size: 17px;
	border: none;
	padding: 10px;
	margin: -14px -14px 0 0;
	background-color: transparent;
	color: var(--tb--gray)
}

.header {
	position: relative;
	z-index: 99;
	background-color: var(--tb--white);
	margin-bottom:20px;
	padding: 55px 0 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,.02);
	transition: all .3s ease-in-out
}

.darking .header {
	box-shadow: 0 1px 5px rgba(0,0,0,.15)
}

@media(max-width:1024px) {
	.header {
		padding: 15px 0
	}
}

@media(max-width:768px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding: 15px 0;
		z-index: 9999;
		height: 50px;
		box-shadow: none
	}

	.header:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid #eee;
		transform: scaleY(.5);
		transform-origin: 0 0
	}

	.darking .header:before {
		display: none
	}
}

@media(max-width:600px) {
	.header {
		margin-bottom: 0
	}
}

.logo {
	float: left;
	margin: 0
}

.logo,.logo a {
	overflow: hidden
}

.logo a {
	height: 32px;
	display: block;
	font-size: 0
}

.logo img {
	max-height: 32px;
	display: block;
	margin-bottom: 32px
}

.darking .logo img,.logo img.-dark {
	display: none
}

.darking .logo img.-dark {
	display: block
}

@media(max-width:1024px) {
	.logo {
		float: none;
		text-align: center;
		max-width: 100%;
		margin-bottom: 15px
	}

	.logo a,.logo img {
		max-width: 60%;
		margin: 0 auto;
		text-align: center
	}
}

@media(max-width:768px) {
	.logo {
		position: relative;
		top: -2px;
		margin-bottom: 0
	}

	.logo a {
		height: 24px
	}

	.logo img {
		height: 100%
	}
}

.logo-text a {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--tb--main);
	line-height: 1.1
}

@media(max-width:768px) {
	.logo-text a {
		font-size: 18px;
		line-height: 24px
	}
}

.brand {
	font-size: 14px;
	float: left;
	line-height: 15px;
	color: #bbb;
	padding-left: 10px;
	position: relative;
	top: 1px;
	border-left: 2px solid #eaeaea;
	margin-left: 10px;
	overflow: hidden;
	height: 30px
}

.darking .brand {
	color: var(--tb--gray);
	border-left-color: var(--tb--line)
}

@media(max-width:1024px) {
	.brand {
		display: none
	}
}

.site-nav {
	font-size: 0
}

.site-nav li {
	position: relative;
	display: inline-block
}

.site-nav li:hover {
	z-index: 2
}

.site-nav a {
	display: block;
	padding: 3px 0
}

.site-nav a:hover {
	color: var(--tb--main)
}

.site-nav>li {
	margin-left: 27px
}

.site-nav>li.menu-item-has-children>a {
	position: relative;
	padding-right: 12px
}

.site-nav>li.menu-item-has-children>a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1.5px;
	transition: all .3s ease-in-out;
	border: 3.5px solid transparent;
	border-top: 3.5px solid var(--tb--base)
}

.site-nav>li.menu-item-has-children:hover a:after {
	transform: rotate(180deg);
	margin-top: -5px
}

.site-nav .sub-menu {
	transition: all .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -25px;
	background-color: var(--tb--white);
	font-size: 14px;
	padding: 6px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	line-height: 1.4;
	width: 160px;
	margin-left: -86.5px;
	list-style: none;
	text-align: center;
	border-radius: 6px
}

.site-nav .sub-menu li {
	display: block
}

.site-nav .sub-menu li:hover>a {
	background-color: var(--tb--bdbg)
}

.site-nav .sub-menu a {
	padding: 7px 10px
}

.site-nav .sub-menu a:hover {
	color: var(--tb--base);
	background-color: var(--tb--bdbg)
}

.darking .site-nav .sub-menu {
	background-color: var(--tb--tint)
}

.site-nav>li>.sub-menu:after,.site-nav>li>.sub-menu:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.site-nav>li>.sub-menu:before {
	border-bottom: 5px solid #f2f2f2
}

.darking .site-nav>li>.sub-menu:before {
	border-bottom-color: var(--tb--tint)
}

.site-nav>li>.sub-menu:after {
	border-bottom: 5px solid #fff;
	margin-top: 1px
}

.darking .site-nav>li>.sub-menu:after {
	display: none
}

.site-nav ul .sub-menu {
	left: 100%;
	top: -7px;
	margin-top: 0;
	margin-left: -25px
}

.site-nav ul .sub-menu:after,.site-nav ul .sub-menu:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 17px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.site-nav ul .sub-menu:before {
	border-right: 5px solid #c9c9c9
}

.darking .site-nav ul .sub-menu:before {
	border-right-color: var(--tb--tint)
}

.site-nav ul .sub-menu:after {
	border-right: 5px solid #fff;
	margin-right: 1px
}

.darking .site-nav ul .sub-menu:after {
	display: none
}

.site-nav li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0
}

.site-nav ul li:hover>.sub-menu {
	margin-left: 0
}

.site-nav li:hover .fa-angle-down {
	transform: rotate(180deg)
}

.site-nav li.current-menu-item>a,.site-nav li.current-menu-parent>a {
	color: var(--tb--main)
}

.site-nav li.current-menu-item>a:after,.site-nav li.current-menu-parent>a:after {
	border-top-color: var(--tb--main)
}

.site-navbar {
	float: right
}

.site-navbar>li {
	font-size: 17px
}

@media(max-width:1024px) {
	.site-navbar {
		float: none;
		text-align: center
	}

	.site-navbar>li {
		margin-left: 20px;
		font-size: 14px
	}

	.site-navbar>li:first-child {
		margin-left: 0
	}
}

@media(max-width:768px) {
	.site-navbar>li {
		display: none
	}

	.site-navbar li.navto-search {
		display: block;
		position: absolute;
		top: -15px;
		right: 0;
		border-bottom: none
	}

	.site-navbar li.navto-search a {
		height: 50px;
		line-height: 50px;
		border-bottom: none;
		margin: 0;
		padding: 0 10px;
		font-size: 15px
	}
}

.search-on .site-navbar li.navto-search a {
	color: var(--tb--main)
}

.topbar {
	position: absolute;
	top: -39px;
	left: 20px;
	right: 20px;
	margin-bottom: 20px
}

.topbar,.topbar a {
	color: var(--tb--gray)
}

.topbar a:hover {
	color: var(--tb--main)
}

@media(max-width:1024px) {
	.topbar {
		display: none
	}
}

.topmenu {
	float: right;
	margin-top: -3px
}

.topmenu>li {
	font-size: 14px
}

.topmenu>li.menu-item-has-children>a:after {
	border-top-color: var(--tb--gray)
}

.topbar-off .header {
	padding-top: 20px
}

@media(max-width:768px) {
	.topbar-off .header {
		padding-top: 15px
	}
}

.sign-info {
	font-size: 12px;
	clear: both;
	margin-top: 10px
}

.site-search {
	background-color: var(--tb--white);
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 8;
	opacity: 0
}

@media(max-width:768px) {
	.site-search {
		position: fixed;
		top: -120px;
		height: 96px
	}

	.search .site-search {
		top: 0;
		margin-top: 0;
		height: auto
	}
}

@media(max-width:600px) {
	.site-search {
		height: 66px
	}
}

.search-on .site-search {
	top: 107px;
	opacity: 1
}

@media(max-width:768px) {
	.search-on .site-search {
		top: 50px
	}
}

.site-search-form {
	padding: 37px 20%;
	overflow: hidden
}

@media(max-width:1024px) {
	.site-search-form {
		padding: 25px 0
	}
}

@media(max-width:600px) {
	.site-search-form {
		padding: 15px
	}
}

.search-input {
	float: left;
	color: #999;
	border: 1px solid var(--tb--line);
	background-color: var(--tb--white);
	width: 85%;
	height: 46px;
	padding: 4px 15px;
	border-right: none;
	font-size: 15px;
	border-radius: 6px 0 0 6px;
	outline: none
}

@media(max-width:600px) {
	.search-input {
		height: 36px;
		font-size: 12px;
		padding: 4px 10px
	}
}

.search-input:focus {
	border-color: var(--tb--main)
}

.search-btn {
	color: #fff;
	border: none;
	background: var(--tb--main);
	height: 46px;
	font-size: 18px;
	padding: 0 12px;
	border-radius: 0 6px 6px 0;
	width: 15%
}

@media(max-width:600px) {
	.search-btn {
		height: 36px;
		font-size: 14px
	}
}

.search-btn:focus,.search-btn:hover {
	color: #fff;
	opacity: .85;
	filter: alpha(opacity=85)
}

.search-btn .fa {
	font-size: 16px;
	width: 16px
}

.site-search-form a {
	margin-left: 20px;
	color: #999
}

.site-search-form a:hover {
	color: var(--tb--main)
}

.search .site-search {
	position: relative;
	margin: -20px 0 20px;
	opacity: 1;
	top: 0
}

@media(max-width:600px) {
	.search .site-search {
		margin: 0 0 -14px
	}
}

.topbar-off.search-on .site-search {
	top: 72px
}

@media(max-width:600px) {
	.topbar-off.search-on .site-search {
		top: 48px;
		height: auto
	}
}

.nav-fixed {
	padding-top: 65px;
	transition: margin-top .25s
}

.nav-fixed .header .topbar {
	display: none
}

.nav-fixed .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	z-index: 999
}

.nav-fixed .site-search {
	position: fixed;
	top: -100px
}

.nav-fixed.search-on .site-search {
	top: 62px
}

.m-icon-nav {
	display: none
}

@media(max-width:768px) {
	.m-icon-nav {
		z-index: 99998;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		padding: 0 20px
	}

	.m-icon-nav .tbfa:last-child {
		display: none;
		font-weight: 700
	}
}

@media(max-width:600px) {
	.m-icon-nav {
		padding: 0 5px 0 15px
	}
}

@media(max-width:768px) {
	.m-user-on .m-icon-user {
		display: block!important;
		position: absolute;
		top: -15px;
		right: 0;
		font-size: 15px;
		height: 50px;
		line-height: 50px;
		padding: 0 20px
	}

	.m-user-on .site-navbar li.navto-search {
		right: 45px
	}
}

@media(max-width:600px) {
	.m-user-on .m-icon-user {
		padding: 0 15px 0 5px
	}

	.m-user-on .site-navbar li.navto-search {
		right: 35px
	}
}

.m-icon-user,.m-mask {
	display: none
}

.m-mask {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 99998;
	overflow: hidden
}

.m-navbar {
	display: none
}

@media(max-width:768px) {
	.m-navbar {
		position: fixed;
		top: 0;
		left: -240px;
		bottom: 0;
		background-color: var(--tb--white);
		padding-top: 50px;
		padding-bottom: 50px;
		width: 240px;
		z-index: 99999;
		display: block;
		overflow-y: auto;
		transition: left .3s
	}

	.m-navbar li {
		position: relative
	}

	.m-navbar .sub-menu {
		position: relative;
		display: none;
		font-size: 12px
	}

	.m-navbar .sub-menu a {
		padding: 8px 48px
	}

	.m-navbar .sub-menu .faa {
		height: 34px!important;
		line-height: 34px!important
	}

	.m-navbar .sub-menu .sub-menu a {
		padding: 8px 72px
	}

	.m-navbar li a {
		display: block;
		padding: 10px 20px
	}

	.m-navbar li:hover>a,.m-navbar li a:hover {
		color: var(--tb--main)
	}

	.m-navbar li.current-menu-item>a {
		color: #fff;
		background-color: var(--tb--main)
	}

	.m-navbar li.current-menu-item>.faa {
		color: #fff!important
	}

	.m-navbar li.current-menu-parent>a {
		color: var(--tb--main)
	}

	.m-navbar li.menu-item-has-children>.faa {
		content: "";
		color: #999;
		position: absolute;
		right: 0;
		top: 0;
		font-weight: 700;
		font-size: 12px;
		height: 41px;
		line-height: 41px;
		padding: 0 20px;
		z-index: 2;
		cursor: pointer
	}

	.m-navbar .navto-search {
		display: none
	}
}

.m-icon-nav,.m-icon-user,.site-navbar,.site-search,.widget-navcontent .item {
	transition: all .3s ease-in-out
}

.btn,.search-btn,a {
	transition: color .25s,background-color .25s,border-color .25s
}

.m-nav-show {
	overflow: hidden;
	left: 240px
}

.m-nav-show .fixnav,.m-nav-show .header {
	left: 240px;
	margin-right: -240px
}

.m-nav-show .m-navbar {
	left: 0
}

.m-nav-show .m-mask {
	display: block!important
}

.m-nav-show .m-icon-nav {
	z-index: 100000
}

@media(max-width:600px) {
	.m-nav-show .m-icon-nav {
		padding: 0 20px
	}
}

.m-nav-show .m-icon-nav .tbfa:last-child {
	display: block
}

.m-nav-show .m-icon-nav .tbfa:first-child {
	display: none
}

.m-nav-show .sitedark {
	left: 10px
}

.sitedark {
	cursor: pointer;
	transition: all .3s ease-in-out
}

.sitedark:hover {
	color: var(--tb--main)
}

.sitedark i:last-child {
	display: none
}

@media(max-width:768px) {
	.sitedark {
		display: block!important;
		position: absolute!important;
		margin-left: 0!important;
		top: -15px;
		left: 50px;
		line-height: 50px;
		padding: 0 10px
	}
}

@media(max-width:600px) {
	.sitedark {
		left: 35px
	}
}

.m-navbar .sitedark {
	display: none!important
}

.darking .sitedark i:first-child {
	display: none
}

.darking .sitedark i:last-child {
	display: block
}

.f404 {
	text-align: center;
	margin: 100px 0
}

.f404 h6 {
	font-size: 250px;
	line-height: 1;
	font-weight: 400
}

.f404 h1 {
	font-size: 32px;
	margin: 40px 0 10px
}

.f404 h2 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 30px
}

.orbui {
	position: relative;
	overflow: hidden;
	text-align: center
}

.orbui img {
	max-width: 100%
}

.orbui-large {
	margin-bottom: 30px
}

.orbui-large img {
	max-width: 100%
}

.orbui-post {
	margin-bottom: 30px
}

@media(max-width:600px) {
	.orbui-post {
		margin-bottom: 15px
	}
}

.orbui-cat,.orbui-index,.orbui-search,.orbui-tag {
	margin-bottom: 15px
}

.orbui-index {
	margin-top: 10px
}

.orbui-post-01 {
	margin-bottom: 20px
}

.orbui-your {
	display: block;
	background-color: #fbfbfb;
	border: 2px dashed #bbb;
	color: #aaa;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	clear: both
}

.orbui-your:hover {
	border-color: #ff5e52;
	color: #ff5e52
}

.orbui-pcat-01 {
	margin-top: 20px
}

.orbui-site-01 {
	margin-bottom: 15px
}

.article-content .orbui-post-content img {
	margin-top: 0;
	margin-bottom: 0
}

@media(max-width:600px) {
	.orbui-pcat-01 {
		margin-top: -10px;
		margin-bottom: 10px
	}

	.orbui-index {
		margin-bottom: 0;
		margin-top: 0
	}
}

.orbui-post-footer {
	margin-bottom: 18px;
	overflow: hidden;
	clear: both
}

.orbui-post-footer b {
	font-weight: 400;
	color: #41c282
}

.orbui-post-footer strong {
	font-weight: 400;
	color: #fd6a5e
}

.orbui-post-footer a {
	text-decoration: none;
	border-bottom: 2px solid #eee
}

.orbui-post-footer a:hover {
	border-bottom-color: #1faeff
}

#respond {
	padding-bottom: 15px
}

@media(max-width:600px) {
	#respond {
		width: 100%
	}

	#respond:after {
		display: block;
		clear: both;
		content: ""
	}
}

#postcomments,#respond,.comment {
	position: relative
}

.comment #respond {
	padding: 10px 0 15px 46px
}

.comment #commentform {
	margin-bottom: 0
}

.commentnew .comt-m {
	margin-bottom: 5px
}

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

.comt-avatar {
	width: 36px;
	height: 36px;
	background-color: var(--tb--white);
	float: left;
	display: inline;
	position: relative;
	margin-top: 19px
}

@media(max-width:600px) {
	.comt-avatar {
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 5px
	}
}

.comt-avatar .avatar {
	display: block;
	border-radius: 50%;
	width: 36px;
	height: 36px
}

@media(max-width:600px) {
	.comt-avatar .avatar {
		width: 30px;
		height: 30px;
		border-radius: 50%
	}
}

.comt-main {
	margin-left: 46px;
	margin-right: 60px;
	position: relative;
	padding: 0 0 15px;
	word-wrap: break-word;
	overflow: hidden
}

@media(max-width:600px) {
	.comt-main {
		margin-right: 40px;
		margin-left: 40px
	}
}

.comt-main p {
	margin-top: 15px;
	margin-bottom: 0
}

.comt-main p a {
	color: var(--tb--main)
}

.comt-main p a:hover {
	text-decoration: underline
}

.comt-author {
	margin-right: 10px
}

@media(max-width:600px) {
	.comt-author {
		display: inline-block
	}
}

.url,.url:hover {
	color: var(--tb--main)
}

.url:hover {
	text-decoration: underline
}

.comt-meta {
	margin-top: 3px;
	font-size: 12px;
	color: var(--tb--gray)
}

.comt-meta .signin-loader {
	margin-left: 10px
}

.comment-reply-link {
	font-size: 12px;
	color: var(--tb--gray);
	display: inline-block;
	margin-left: 10px
}

@media(max-width:600px) {
	.comment-reply-link {
		position: relative;
		top: 0;
		display: inline-block;
		margin-left: 10px
	}
}

.comment-edit-link {
	font-size: 12px;
	color: var(--tb--gray);
	display: inline-block;
	margin-left: 10px
}

.comment pre {
	margin: 3px 0 5px;
	padding: 7px 10px;
	border-radius: 1px
}

.depth-1 {
	border-bottom: 1px solid var(--tb--line)
}

.comment .children {
	list-style: none;
	padding: 0
}

.comment .children .comment {
	margin: 0;
	border-top: 1px solid var(--tb--line)
}

.commentlist>.comment .children {
	margin-left: 46px
}

@media(max-width:600px) {
	.commentlist>.comment .children {
		margin-left: 0
	}
}

@media(max-width:600px) {
	.commentlist>.comment.depth-1>.children {
		margin-left: 46px
	}
}

.comt-f {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 16px;
	color: #ccc
}

@media(max-width:600px) {
	.comt-f {
		font-size: 12px;
		top: 17px
	}
}

.comment:hover .comt-f {
	color: #666
}

.comt-approved {
	border-radius: 6px;
	font-size: 12px;
	background-color: var(--tb--line);
	color: var(--tb--gray);
	padding: 1px 7px;
	margin-top: 4px
}

.comt-approved,.wp-smiley {
	display: inline-block
}

.sidebarfix .comt-main {
	padding: 6px 0 4px;
	line-height: 20px;
	font-size: 12px
}

.sidebarfix .depth-1 {
	border-bottom-color: #eee
}

.sidebarfix .comment .children .comment {
	border-top-color: #eee
}

#comments {
	margin-bottom: 15px;
	font-size: 16px
}

#comments b {
	font-weight: 400;
	font-size: 14px
}

#comments .pull-right {
	font-size: 12px;
	position: relative;
	top: 5px
}

#commentform,.comt-count {
	margin-bottom: 5px
}

.comt-count {
	float: right;
	color: #999
}

.comt {
	position: relative;
	padding-left: 46px
}

@media(max-width:600px) {
	.comt {
		padding-left: 0
	}
}

.comt-title {
	font-size: 12px;
	color: #999;
	float: left;
	margin-left: -46px;
	width: 36px;
	text-align: center
}

.comt-title .avatar {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	margin-bottom: 5px
}

.comt-title p {
	margin-bottom: 0
}

@media(max-width:600px) {
	.comt-title {
		width: auto;
		float: none;
		margin-left: 0;
		overflow: hidden;
		margin-bottom: 10px
	}

	.comt-title .avatar {
		display: inline-block
	}
}

.comt-box {
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: var(--tb--white);
	position: relative
}

.darking .comt-box {
	border-color: var(--tb--tint)
}

.comt-ctrl {
	background-color: #fbfbfb;
	height: 36px;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #f2f2f2
}

.darking .comt-ctrl {
	border-top: 1px solid var(--tb--line);
	background-color: var(--tb--tint)
}

#submit {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: var(--tb--main);
	border: none;
	padding: 0;
	width: 100px;
	height: 37px;
	color: #fff;
	cursor: pointer;
	border-radius: 0 0 6px 0
}

#comment,#submit {
	outline: 0;
	font-size: 14px
}

#comment {
	width: 100%;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
	padding: 10px 12px;
	color: #666;
	height: 77px;
	border-radius: 6px;
	background-color: var(--tb--white);
	display: block
}

.hide {
	display: none
}

.comt-tips {
	text-align: center;
	margin-right: 110px;
	line-height: 116px;
	font-size: 14px;
	color: #fff
}

.comt-tip {
	position: absolute;
	top: -1px;
	left: -1px;
	background: #7ad071;
	right: -1px;
	z-index: 2;
	bottom: -1px;
	border-radius: 6px
}

.comt-error {
	background: #ff5e52
}

.comt-comterinfo ul {
	margin-right: -2%;
	font-size: 0
}

.comt-comterinfo li {
	display: inline-block;
	width: 31.3333333333%;
	margin-right: 2%;
	margin-top: 2%
}

@media(max-width:600px) {
	.comt-comterinfo li {
		width: 48%
	}

	.comt-comterinfo li:last-child {
		width: 98%
	}
}

#cancel-comment-reply-link {
	display: none;
	font-size: 12px;
	text-align: center;
	margin-top: 7px;
	color: #999
}

#cancel-comment-reply-link:hover {
	color: #ff5e52
}

.comment #cancel-comment-reply-link {
	display: block
}

.comment-signarea {
	border: 1px solid var(--tb--line);
	background-color: var(--tb--tint);
	border-radius: 6px;
	padding: 30px 20px;
	text-align: center
}

.comment-signarea h3 {
	padding: 0;
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 18px
}

.comment-signarea .auth {
	margin: 0 5px
}

.article-content-fold {
	overflow: hidden;
	position: relative
}

.article-content-fold .-fold {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	height: 250px;
	text-align: center;
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0),#fff)
}

.article-content-fold .-fold span {
	cursor: pointer;
	margin-top: 180px;
	line-height: 1.5;
	font-size: 14px;
	border-radius: 100px;
	padding: 9px 30px;
	display: inline-block;
	color: var(--tb--main);
	border: 1px solid var(--tb--main)
}

.article-content-fold .-fold span:hover {
	opacity: .88
}

.darking .article-content-fold .-fold {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0),#14181b)
}

@media(max-width:600px) {
	.article-content-fold .-fold {
		height: 200px
	}

	.article-content-fold .-fold span {
		margin-top: 140px;
		font-size: 12px
	}
}

.article-content {
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word
}

.article-content:after {
	display: block;
	clear: both;
	content: ""
}

.article-content img {
	margin: 5px auto;
	display: block;
	max-width: 100%;
	height: auto
}

.article-content h1 {
	font-size: 24px
}

.article-content h2 {
	font-size: 22px
}

.article-content h3 {
	font-size: 20px
}

.article-content h4 {
	font-size: 18px
}

.article-content h5,.article-content h6 {
	font-size: 16px
}

.article-content ul {
	list-style: disc
}

.article-content ol {
	list-style: decimal
}

.article-content li {
	margin-bottom: 6px
}

.article-content p {
	margin-bottom: 20px;
	word-wrap: break-word
}

.article-content code {
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	border-radius: 6px;
	opacity: .8;
	font-size: 14px;
	background-color: var(--tb--line)
}

.article-content pre {
	word-wrap: break-word
}

.article-content pre code {
	top: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent
}

.article-content table {
	width: 100%;
	margin-bottom: 20px
}

.article-content .alignnone {
	margin: 0 auto
}

.article-content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}

.article-content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}

.article-content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}

.article-content .wp-caption {
	margin-bottom: 20px;
	max-width: 100%
}

.article-content .wp-caption p {
	margin-bottom: 10px;
	text-indent: 0
}

.article-content .wp-caption.alignnone {
	text-align: center
}

.article-content a {
	text-decoration: underline;
	color: var(--tb--main)
}

.article-content a:hover {
	color: #ff5e52
}

@media(max-width:600px) {
	.article-content {
		font-size: 16px;
		line-height: 1.7
	}

	.article-content ol,.article-content ul {
		margin-left: 34px
	}
}

.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6 {
	line-height: 1.4;
	font-weight: 700;
	margin: 20px 0;
	padding: 0
}

.article-content h2 {
	position: relative;
	padding-left: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--tb--line)
}

.article-content h2:before {
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 13px;
	content: "";
	width: 5px;
	border-radius: 10px;
	background-color: var(--tb--main)
}

.article-content h2[style*=center] {
	padding-left: 0;
	padding-bottom: 10px
}

.article-content h2[style*=center]:before {
	width: 32px;
	height: 5px;
	margin-left: -16px;
	left: 50%;
	top: auto;
	bottom: -1px
}

.article-content h2[style*=right] {
	padding-left: 0;
	padding-right: 22px
}

.article-content h2[style*=right]:before {
	left: auto;
	right: 0
}

.article-content ol,.article-content ul {
	margin: 0 0 20px 50px
}

.article-content blockquote {
	margin: 30px;
	padding: 10px 20px;
	font-size: 16px;
	color: #999;
	border-left: 4px solid #ddd
}

.article-content blockquote p {
	padding: 0;
	margin: 0 0 10px
}

.prewrapper {
	position: relative
}

.precopy {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-color: #3a3b32;
	color: #bbb!important;
	border-radius: 0 6px 0 6px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 7px;
	z-index: 9
}

.precopy i {
	margin-right: 4px
}

.precopy:hover {
	color: #66d9ef!important;
	background-color: #424439
}

.article-content .wp-block-image {
	text-align: center
}

.article-content .wp-block-image img {
	margin-left: auto;
	margin-right: auto
}

@media(max-width:600px) {
	.article-content h1 {
		font-size: 22px
	}

	.article-content h2 {
		font-size: 20px
	}

	.article-content h3 {
		font-size: 18px
	}

	.article-content h4,.article-content h5,.article-content h6 {
		font-size: 16px
	}

	.article-content ol,.article-content ul {
		margin-left: 30px
	}
}

.p_indent .article-content p {
	text-indent: 32px
}

.post-linkto {
	text-align: center;
	margin-bottom: 30px
}

.mejs-layer,.wp-video,embed,iframe,video {
	max-width: 100%;
	display: block
}

.article-content .mejs-layer,.article-content .wp-video,.article-content embed,.article-content iframe,.article-content video {
	margin: 0 auto 20px
}

.wp-block-gallery {
	margin-left: 0!important
}

.wp-block-image {
	margin-bottom: 20px
}

.wp-block-image figcaption {
	font-size: inherit;
	font-size: 14px;
	color: #999;
	margin-bottom: 0
}

.wp-block-quote cite {
	font-size: 12px;
	color: #bbb
}

.wp-block-file {
	background-color: #f6f6f6;
	padding: 2em;
	text-align: center
}

.wp-block-file .wp-block-file__button {
	font-size: inherit;
	padding: .5em 2em
}

.wp-block-file *+.wp-block-file__button {
	margin-left: 2em
}

.wp-block-button__link {
	font-size: inherit;
	text-decoration: none!important
}

.article-content a.wp-block-button__link {
	color: #fff
}

.wp-block-image {
	overflow: hidden
}

.aligncenter img {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image .aligncenter>figcaption {
	display: block
}

.wp-block-audio figcaption,.wp-block-table figcaption,.wp-block-video figcaption {
	text-align: center;
	font-size: 14px;
	color: #999
}

.wp-block-gallery {
	clear: both;
	overflow: hidden;
	margin-bottom: 9px!important
}

.blocks-gallery-grid {
	margin-left: 0!important;
	margin-bottom: 0!important
}

.blocks-gallery-caption {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-top: -6px;
	margin-bottom: 9px
}

.wp-block-cover,.wp-block-media-text {
	margin-bottom: 20px
}

.wp-block-buttons {
	margin-bottom: 20px!important
}

.wp-block-separator {
	margin: 50px auto;
	width: 20%;
	border: none;
	background-color: var(--tb--line);
	height: 2px
}

.wp-block-separator.is-style-dots {
	width: auto;
	color: #999
}

.wp-block-group__inner-container h2 {
	border-bottom: none;
	padding-bottom: 0;
	line-height: 1.6
}

.wp-block-group__inner-container blockquote {
	border-left: none;
	padding: 0;
	color: #555
}

.wp-block-group__inner-container .wp-block-separator {
	margin: 30px auto
}

.article-content pre.wp-block-preformatted {
	font: 14px/24px Microsoft Yahei,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding: 30px;
	background-color: #f6f6f6;
	color: inherit;
	border-radius: 4px
}

.article-content pre.wp-block-verse {
	font: 16px/30px Microsoft Yahei,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding: 30px;
	background-color: #f6f6f6;
	color: inherit;
	border-radius: 4px
}

.wp-block-pullquote {
	border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	margin-bottom: 30px
}

.wp-block-pullquote blockquote {
	border-left: none;
	margin: 0;
	padding: 0;
	color: inherit
}

.wp-block-pullquote cite {
	font-size: 14px
}

.widget .gallery {
	padding-right: 15px;
	padding-top: 18px
}

.widget .gallery .gallery-item {
	padding-left: 15px
}

.widget .gallery .gallery-item img {
	height: auto
}

.excerpt {
	padding: 20px 20px 20px 220px;
	overflow: hidden;
	background-color: var(--tb--white);
	border-bottom: 1px solid var(--tb--line)
}

.excerpt:last-of-type {
	border-radius: 0 0 6px 6px
}

.excerpt .post-linkto {
	text-align: right;
	margin-bottom: 0;
	margin-top: 5px
}

.excerpt .focus {
	float: left;
	margin-left: -200px;
	width: 180px;
	height: 123px;
	display: flex;
	border-radius: 6px;
	overflow: hidden
}

.excerpt .thumb {
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.excerpt header {
	position: relative;
	margin-bottom: 10px
}

.excerpt h2 {
	display: inline;
	font-size: 18px;
	margin-top: 0;
	font-weight: 700
}

.excerpt h2 a:hover {
	color: var(--tb--main)
}

.excerpt h2 a span {
	color: #ff5e52
}

.excerpt h2 a:hover span {
	color: var(--tb--main)
}

.excerpt .-tags,.excerpt .author,.excerpt .cat,.excerpt .pc,.excerpt .pv,.excerpt time {
	margin-right: 15px;
	display: inline-block
}

.excerpt .author img {
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 8px;
	position: relative
}

.excerpt .post-like {
	float: right
}

.excerpt .post-like.actived {
	color: var(--tb--main)
}

.excerpt .note {
	font-size: 14px;
	color: #666;
	word-wrap: break-word;
	margin-bottom: 0;
	max-height: 46px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.excerpt .meta {
	color: var(--tb--gray);
	margin-top: 20px;
	overflow: hidden;
	height: 24px
}

.excerpt .meta i {
	margin-right: 6px
}

.excerpt .meta a {
	color: var(--tb--gray)
}

.excerpt .meta a:hover {
	color: var(--tb--main)
}

.excerpt .-tags {
	display: inline
}

.excerpt .-tags a {
	margin-right: 22px;
	display: inline-block;
	position: relative
}

.excerpt .-tags a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 9px;
	left: -13px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--tb--gray)
}

.excerpt .-tags a:first-child:before {
	display: none
}

.excerpt .-tags a:last-child {
	margin-right: 0
}

@media(max-width:600px) {
	.excerpt {
		border: none;
		padding: 14px 150px 15px 15px;
		border-radius: 0!important;
		position: relative
	}

	.excerpt:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
		border-top: 1px solid var(--tb--line);
		transform: scaleY(.5);
		transform-origin: 0 0
	}

	.excerpt:last-child:before {
		display: none
	}

	.excerpt .focus {
		float: right;
		margin-right: -135px;
		width: 120px;
		height: 82px
	}

	.excerpt header {
		margin-bottom: 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.excerpt h2 {
		font-size: 15px;
		line-height: 1.4;
		font-weight: 400;
		position: relative;
		top: -2px
	}

	.excerpt .author,.excerpt .note {
		display: none
	}

	.excerpt .meta {
		position: absolute;
		bottom: 11px;
		left: 15px;
		right: 150px;
		font-size: 12px;
		margin-top: 0;
		height: 19px
	}

	.excerpt .meta i {
		margin-right: 4px
	}

	.excerpt .meta .-tags,.excerpt .meta .pc,.excerpt .meta .zlink,.excerpt .meta time {
		display: none
	}

	.excerpt .meta .post-like i {
		display: inline-block
	}

	.excerpt .meta .-tags,.excerpt .meta .author,.excerpt .meta .cat,.excerpt .meta .pc,.excerpt .meta .pv,.excerpt .meta time {
		margin-right: 10px
	}
}

.excerpt-full {
	padding-left: 20px!important
}

.excerpt-full .focus {
	float: none!important;
	margin-left: 0!important;
	width: 100%;
	height: 240px;
	margin-bottom: 10px
}

@media(max-width:600px) {
	.excerpt-full {
		padding-left: 15px!important;
		padding-right: 15px!important
	}

	.excerpt-full .focus {
		height: 160px;
		margin-top: 8px;
		margin-bottom: 25px
	}

	.excerpt-full .meta {
		left: 15px!important;
		right: 15px
	}
}

.excerpt-text {
	padding-left: 20px
}

.excerpt-text .note {
	margin-bottom: 0
}

@media(max-width:600px) {
	.excerpt-text {
		padding-left: 15px;
		padding-right: 15px
	}

	.excerpt-text header {
		height: auto
	}

	.m-excerpt-desc .excerpt-text .note {
		display: block;
		max-height: unset;
		color: var(--tb--gray);
		margin-top: 3px;
		font-size: 13px
	}

	.excerpt-text .meta {
		bottom: -4px;
		left: 0;
		right: 0;
		position: relative
	}

	.excerpt-text .meta time {
		display: inline-block
	}
}

.excerpt-latest time {
	color: #ff5e52
}

.sticky-icon {
	line-height: 1;
	padding: 5px 8px 6px;
	font-size: 12px;
	background-color: #ff5e52;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	top: 2px
}

@media(max-width:600px) {
	.sticky-icon {
		top: 0;
		font-size: 10px;
		padding: 3px 4px;
		margin-right: 7px
	}
}

@media(max-width:600px) {
	.m-excerpt-time .excerpt .meta time {
		display: inline-block;
		margin-right: 10px
	}

	.m-excerpt-time .excerpt .meta .cat,.m-excerpt-time .excerpt .meta .pv {
		margin-right: 10px
	}
}

@media(max-width:600px) {
	.m-list-thumb-left .excerpt {
		padding-right: 15px;
		padding-left: 150px
	}

	.m-list-thumb-left .excerpt .focus {
		float: left;
		margin-left: -135px
	}

	.m-list-thumb-left .excerpt.excerpt-text {
		padding-right: 15px;
		padding-left: 15px
	}

	.m-list-thumb-left .meta {
		left: 150px;
		right: 15px
	}

	.m-list-thumb-left .excerpt-text .meta {
		left: 0;
		right: 0
	}
}

.site-minicat .catleader {
	border-radius: 6px;
	margin-bottom: 20px;
	border-bottom: none
}

@media(max-width:600px) {
	.site-minicat .catleader {
		margin-bottom: 15px;
		border-radius: 0
	}
}

.excerpt-minic {
	padding: 20px;
	overflow: hidden;
	background-color: var(--tb--white);
	margin-bottom: 20px;
	border-radius: 6px
}

.excerpt-minic h2 {
	font-size: 18px;
	margin: 0 0 5px
}

.excerpt-minic h2 a span {
	color: #ff5e52
}

.excerpt-minic h2 a:hover span {
	color: var(--tb--main)
}

.excerpt-minic .author,.excerpt-minic .pc,.excerpt-minic .pv,.excerpt-minic time {
	margin-right: 20px
}

.excerpt-minic .meta {
	color: #999;
	margin-bottom: 15px;
	font-size: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--tb--line)
}

.excerpt-minic .meta i {
	margin-right: 4px
}

.excerpt-minic .meta a {
	color: #999;
	text-decoration: underline
}

.excerpt-minic .meta a:hover {
	color: var(--tb--main)
}

.excerpt-minic .article-content p {
	text-indent: 30px
}

.excerpt-minic .article-content p:last-child {
	margin-bottom: 0
}

.excerpt-minic .note {
	margin-bottom: 0;
	margin-top: 10px
}

@media(max-width:600px) {
	.excerpt-minic {
		padding: 15px 15px 12px;
		margin-bottom: 15px;
		border-radius: 0
	}

	.excerpt-minic h2 {
		font-size: 16px
	}
}

.image-container {
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 20px
}

.image-header {
	margin-bottom: 30px
}

.image-title {
	margin: 0 0 10px
}

.image-meta {
	color: #999
}

.image-content img {
	height: auto
}

.image-navigation {
	margin-top: 30px;
	margin-bottom: 30px
}

.image-navigation a {
	padding: 7px 15px;
	display: inline-block;
	border-radius: 2px;
	background-color: #444;
	opacity: 1;
	color: #fff
}

.image-navigation a:hover {
	opacity: .8
}

.image-caption,.image-description {
	margin: 0 auto 30px;
	max-width: 600px
}

#bigslide {
	margin-bottom: 20px;
	margin-top: -20px;
	text-align: center
}

#bigslide .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	border-radius: 10px
}

#bigslide .swiper-pagination {
	bottom: 12px
}

#bigslide .swiper-button-next,#bigslide .swiper-button-prev {
	display: none
}

@media(max-width:600px) {
	#bigslide {
		margin-bottom: 0;
		margin-top: 0
	}

	#bigslide .swiper-pagination {
		bottom: 5px
	}
}

#focusslide {
	margin-bottom: 20px;
	z-index: 0;
	overflow: hidden;
	border-radius: 6px
}

#focusslide.hastitle .swiper-pagination {
	left: 16px;
	width: auto;
	bottom: 13px
}

#focusslide.hastitle .swiper-slide a {
	position: relative
}

#focusslide.hastitle .swiper-slide a:after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -moz-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.5)));
	background: -webkit-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.5)));
	background: gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.5)))
}

#focusslide.hastitle .swiper-slide span {
	position: absolute;
	z-index: 2;
	bottom: 34px;
	left: 20px;
	right: 20px;
	display: block;
	color: #fff;
	font-weight: 700
}

@media(max-width:600px) {
	#focusslide {
		border-radius: 0;
		margin-bottom: 0
	}

	#focusslide .swiper-button-next,#focusslide .swiper-button-prev {
		display: none!important
	}

	#focusslide.hastitle .swiper-slide,#focusslide.hastitle .swiper-slide a {
		display: flex;
		height: 150px
	}

	#focusslide.hastitle .swiper-slide img {
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover
	}

	#focusslide.hastitle .swiper-slide span {
		left: 15px;
		bottom: 25px;
		font-size: 12px
	}

	#focusslide.hastitle .swiper-pagination {
		left: 11px;
		bottom: 8px
	}
}

.excerpts-title {
	background-color: var(--tb--white);
	border-radius: 6px 6px 0 0;
	padding: 17px 20px 0;
	margin-bottom: 0
}

@media(max-width:600px) {
	.excerpts-title {
		border-radius: 0;
		padding: 10px 15px 0;
		position: relative
	}
}

.excerpt-minic-index {
	padding: 20px;
	overflow: hidden;
	background-color: var(--tb--white);
	margin-bottom: 20px;
	border-radius: 6px
}

.excerpt-minic-index h2 {
	font-size: 18px;
	margin-bottom: 5px
}

.excerpt-minic-index .red {
	color: #ff5e52
}

.excerpt-minic-index .note {
	margin: 0
}

@media(max-width:600px) {
	.excerpt-minic-index {
		margin-bottom: 0;
		border-radius: 0;
		padding: 15px
	}

	.excerpt-minic-index+.excerpts-title:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border-top: 1px solid var(--tb--line);
		transform: scaleY(.5);
		transform-origin: 0 0
	}

	.excerpt-minic-index h2 {
		margin-bottom: 3px;
		font-size: 15px
	}

	.excerpt-minic-index .note {
		font-size: 13px;
		color: #999;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3
	}

	.excerpt-minic-index .note a {
		color: #999
	}
}

.catleader {
	background-color: var(--tb--white);
	border-radius: 6px 6px 0 0;
	padding: 17px 20px;
	border-bottom: 1px solid var(--tb--line)
}

.catleader h1 {
	position: relative;
	font-size: 17px;
	margin: 0;
	padding-left: 17px
}

.catleader h1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	height: 16px;
	width: 4px;
	border-radius: 10px;
	background-color: var(--tb--main)
}

.catleader h1 small {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	top: -1px;
	margin-left: 15px
}

@media(max-width:600px) {
	.catleader {
		padding: 10px 15px;
		border-bottom: none;
		border-radius: 0;
		position: relative
	}

	.catleader:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid var(--tb--line);
		transform: scaleY(.5);
		transform-origin: 0 0
	}

	.catleader h1 {
		font-size: 14px
	}

	.catleader h1:before {
		margin-top: -7px;
		height: 14px
	}
}

.catleader-desc {
	color: var(--tb--gray);
	margin-top: 7px
}

@media(max-width:600px) {
	.catleader-desc {
		margin-top: 5px;
		font-size: 12px
	}
}

.page-template-blank .header,.page-template-full .header {
	margin-bottom: 0
}

.page-template-sidebar .content {
	padding: 30px;
	background-color: var(--tb--white);
	border-radius: 6px
}

@media(max-width:600px) {
	.page-template-sidebar .content {
		padding: 20px;
		border-radius: 0
	}

	.page-template-sidebar .content .article-header {
		padding-top: 0
	}
}

.pagecontent {
	padding: 30px;
	background-color: var(--tb--white);
	border-radius: 6px;
	margin-bottom: 20px
}

@media(max-width:600px) {
	.pagecontent {
		padding: 15px;
		border-radius: 0;
		margin-bottom: 0
	}

	.pagecontent .article-header {
		padding-top: 0
	}
}

.tagslist ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0 -2% 0 0
}

.tagslist li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 15px;
	border: 1px solid var(--tb--line);
	background-color: var(--tb--white);
	border-radius: 6px
}

.tagslist li .name {
	background-color: var(--tb--bdbg);
	display: inline-block;
	padding: 5px 12px;
	border-radius: 6px
}

.tagslist li .name:hover {
	background-color: #202935;
	color: #fff
}

.tagslist li:hover {
	border-color: #e6e6e6
}

.tagslist li:hover .name {
	background-color: var(--tb--dark);
	color: #fff
}

.tagslist li small {
	margin-left: 10px;
	color: #999
}

.tagslist li p {
	margin: 10px 0 0;
	font-size: 14px;
	display: block;
	line-height: 1.5
}

.tagslist li .tit {
	color: #999
}

.tagslist li .tit:hover {
	color: var(--tb--main)
}

@media(max-width:1024px) {
	.tagslist li {
		width: 31.3333333%
	}
}

@media(max-width:768px) {
	.tagslist ul {
		margin-right: -3%
	}

	.tagslist li {
		width: 47%;
		margin-right: 3%;
		margin-bottom: 3%
	}
}

.readers,.readers a {
	overflow: hidden
}

.readers a {
	width: 72px;
	margin: 0 5px 25px;
	float: left;
	text-align: center;
	color: #999;
	font-size: 12px;
	height: 60px;
	text-decoration: none
}

.readers a:hover {
	color: #ff5e52
}

.readers .avatar {
	border-radius: 5px;
	display: block;
	margin: 0 auto 5px;
	width: 36px;
	height: 36px
}

.readers a.item-top {
	width: 31.222222%;
	margin: 0 1% 30px;
	text-align: left;
	height: 100px;
	color: #bbb;
	background-color: var(--tb--bdbg);
	border-radius: 6px;
	padding: 17px 20px
}

@media(max-width:768px) {
	.readers a.item-top {
		float: none;
		width: auto;
		display: block;
		margin: 0 0 15px
	}
}

.readers a.item-top .avatar {
	float: left;
	margin-right: 10px
}

.readers a.item-top h4 {
	color: #ff5e52;
	font-size: 14px;
	margin-bottom: 5px
}

.readers a.item-top strong {
	display: block;
	color: #666
}

.readers a.item-top:hover {
	background-color: #f1f1f1
}

.readers a.item-2 h4 {
	color: #7ccd38
}

.readers a.item-3 h4 {
	color: #52baf5
}

.plinks {
	overflow: hidden
}

.plinks .linkcat {
	margin-bottom: 30px
}

.plinks h2 {
	font-size: 18px;
	margin-bottom: 5px
}

.plinks ul {
	clear: both;
	overflow: hidden;
	margin-right: -1%
}

.plinks ul li {
	width: 19%;
	float: left;
	margin-right: 1%;
	margin-top: 1%
}

.plinks ul li a {
	display: block;
	padding: 10px 15px;
	background-color: var(--tb--bdbg);
	border: 1px solid transparent;
	border-radius: 6px;
	text-align: center
}

.plinks ul li a:hover {
	border-color: var(--tb--main);
	background-color: #fff
}

.plinks ul li img {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-top: 10px
}

@media(max-width:600px) {
	.plinks ul {
		margin-right: -3%
	}

	.plinks ul li {
		width: 47%;
		margin-right: 3%;
		margin-top: 3%
	}
}

.archives .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--tb--line)
}

.archives h3 {
	float: left;
	margin-bottom: 10px;
	font-size: 14px
}

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

.archives-list li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 4px
}

.archives-list time {
	width: 40px;
	display: inline-block
}

.archives-list span {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px
}

.archives-list a span {
	margin-left: 2px;
	font-size: 14px;
	color: #ff5e52
}

@media(max-width:600px) {
	.archives-list {
		margin-left: 60px
	}

	.archives-list span {
		display: none
	}
}

.pagination {
	padding: 20px;
	text-align: center
}

.pagination li {
	vertical-align: top;
	display: inline-block
}

.pagination a,.pagination span {
	display: block;
	margin: 0 3px;
	padding: 7px 15px;
	background-color: #eee;
	color: #777;
	border-radius: 6px;
	border: 1px solid transparent
}

.pagination a:focus,.pagination a:hover {
	color: var(--tb--main);
	border-color: var(--tb--main);
	background-color: transparent
}

.pagination .active a,.pagination .active span {
	cursor: default;
	background-color: var(--tb--main);
	color: #fff
}

.pagination .disabled a,.pagination .disabled a:focus,.pagination .disabled a:hover,.pagination .disabled span,.pagination span {
	color: #999;
	background-color: transparent;
	cursor: default
}

@media(max-width:600px) {
	.pagination {
		padding: 15px;
		font-size: 12px
	}

	.pagination li {
		display: none
	}

	.pagination li.next-page,.pagination li.prev-page {
		display: inline
	}

	.pagination li.next-page a {
		background-color: var(--tb--main);
		color: #fff
	}

	.pagination a,.pagination span {
		padding: 5px 11px
	}
}

.pagination-loading {
	font-size: 16px;
	text-align: center;
	color: #999;
	padding: 20px 0
}

.pagination-loading img {
	width: 50px;
	display: inline-block
}

.ias_trigger {
	margin: 20px 0 0;
	text-align: center
}

.ias_trigger a {
	display: inline-block;
	background-color: #eee;
	padding: 12px 40px;
	text-align: center;
	color: var(--tb--gray);
	border-radius: 6px
}

.ias_trigger a:hover {
	background-color: #ddd;
	color: #666
}

.pagenav {
	overflow: hidden;
	text-align: center;
	padding: 20px
}

.pagenav .current,.pagenav .page-numbers,.pagenav a {
	padding: 6px 12px 5px;
	color: #666;
	display: inline-block;
	border-radius: 3px;
	background-color: #eee;
	margin: 0 1px;
	font-size: 12px
}

.pagenav .current {
	background-color: var(--tb--main);
	color: #fff
}

.pagenav a:hover {
	background-color: #ccc;
	color: #444
}

.single .content {
	background-color: var(--tb--white);
	border-radius: 6px;
	padding: 30px
}

@media(max-width:600px) {
	.single .content {
		padding: 0 15px;
		border-radius: 0
	}
}

.article-header {
	margin-bottom: 30px;
	text-align: center
}

@media(max-width:600px) {
	.article-header {
		text-align: left;
		padding: 12px 0 15px;
		margin-bottom: 0
	}
}

.article-title {
	font-size: 25px
}

.article-title a span {
	color: #ff5e52
}

@media(max-width:600px) {
	.article-title {
		font-size: 20px
	}
}

.article-meta {
	margin-top: 10px;
	color: #999
}

.article-meta .item {
	margin-right: 20px
}

@media(max-width:600px) {
	.article-meta {
		font-size: 12px;
		margin-top: 5px
	}

	.article-meta .item {
		margin-right: 10px
	}

	.article-meta .item:nth-child(2) {
		display: none
	}
}

.article-update-tips {
	background-color: #fffbe5;
	border: 1px solid #f5e295;
	color: #de9e0e;
	border-radius: 6px;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 10px 20px
}

.article-update-tips a {
	color: #b98000
}

.article-update-tips a:hover {
	color: #926500
}

@media(max-width:768px) {
	.article-update-tips {
		padding: 10px 16px;
		line-height: 1.5
	}
}

.post-copyright {
	background-color: var(--tb--bdbg);
	font-size: 12px;
	padding: 10px 30px;
	border-radius: 6px;
	color: var(--tb--gray);
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both
}

.post-copyright a {
	color: #aaa;
	text-decoration: none
}

.post-copyright a:hover {
	color: var(--tb--main)
}

@media(max-width:600px) {
	.post-copyright {
		display: none
	}
}

.post-copyright-custom {
	border: 1px solid var(--tb--line);
	background-color: #fdfdfd;
	border-radius: 6px;
	padding: 18px 20px;
	margin-bottom: 40px;
	color: var(--tb--gray)
}

.post-copyright-custom a {
	color: var(--tb--gray)
}

.darking .post-copyright-custom {
	background-color: var(--tb--tint)
}

@media(max-width:600px) {
	.post-copyright-custom {
		display: none
	}
}

.article-tags {
	margin-bottom: 40px;
	text-align: center;
	color: #999
}

.article-tags a {
	display: inline-block;
	padding: 5px 12px;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 14px;
	background-color: var(--tb--main);
	opacity: .85;
	border-radius: 6px
}

.article-tags a:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}

@media(max-width:600px) {
	.article-tags {
		margin-bottom: 20px;
		text-align: center
	}
}

.article-nav {
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 12px;
	color: var(--tb--gray);
	word-break: break-word
}

.article-nav span {
	float: left;
	position: relative;
	width: 50%
}

.article-nav .article-nav-next {
	float: right;
	text-align: right
}

.article-nav .article-nav-next:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 1px;
	background-color: var(--tb--line)
}

.article-nav a {
	margin-right: 10px;
	display: inline-block;
	font-size: 14px
}

.article-nav .article-nav-next a {
	margin-left: 10px;
	margin-right: 0
}

@media(max-width:600px) {
	.article-nav {
		margin-bottom: 20px
	}
}

.article-author {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 20px 20px 20px 90px;
	color: var(--tb--gray);
	background-color: var(--tb--tint);
	border-radius: 6px;
	border: 1px solid var(--tb--line)
}

.article-author .avatar {
	float: left;
	margin-left: -70px;
	width: 50px;
	border-radius: 50%
}

.article-author h4 {
	margin: 4px 0;
	font-size: 14px
}

@media(max-width:600px) {
	.article-author {
		margin-bottom: 20px;
		padding: 15px 15px 15px 70px;
		font-size: 12px
	}

	.article-author .avatar {
		width: 40px;
		height: 40px;
		margin-left: -55px
	}

	.article-author h4 {
		font-size: 14px;
		margin: 3px 0 4px
	}
}

.relates ul {
	overflow: hidden
}

.relates li {
	position: relative;
	word-break: break-word
}

.relates a span {
	color: #ff5e52
}

.relates a:hover span {
	color: var(--tb--main)
}

.relates-text {
	margin-bottom: 28px
}

.relates-text li {
	padding-left: 17px;
	margin-bottom: 12px
}

.relates-textcol2 {
	margin-bottom: 28px
}

.relates-textcol2 ul {
	margin-right: -5%
}

.relates-textcol2 li {
	padding-left: 17px;
	width: 45%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px
}

@media(max-width:600px) {
	.relates-textcol2 ul {
		margin-right: 0
	}

	.relates-textcol2 li {
		width: auto;
		margin-right: 0
	}
}

.relates-textcol2 li:before,.relates-text li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #999
}

.relates-imagetext {
	margin-bottom: 20px
}

.relates-imagetext ul {
	margin-right: -2.5%
}

.relates-imagetext li {
	display: inline-block;
	vertical-align: top;
	width: 22.5%;
	margin-right: 2.5%;
	margin-bottom: 20px
}

@media(max-width:768px) {
	.relates-imagetext li {
		width: 30.8333333333%
	}
}

.relates-imagetext li a:first-child {
	display: flex;
	height: 127.48px
}

.relates-imagetext img {
	margin-bottom: 8px;
	border-radius: 6px;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width:600px) {
	.relates-imagetext ul {
		margin-right: -3%
	}

	.relates-imagetext li {
		width: 47%;
		margin-right: 3%;
		margin-bottom: 15px
	}
}

.gallery .gallery-item {
	margin-bottom: 18px!important;
	margin-top: 0!important;
	text-align: center!important
}

.gallery .gallery-item a {
	display: inline-block
}

.gallery .gallery-item img {
	border: none!important;
	margin: 0 auto!important
}

.gallery .gallery-item dd {
	color: #999!important;
	margin-top: 2px!important
}

.post-actions {
	text-align: center;
	overflow: hidden;
	margin: 15px 0 40px;
	clear: both
}

.post-actions .action {
	display: inline-block;
	opacity: .8;
	line-height: 1;
	padding: 15px 30px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	background-color: var(--tb--main);
	margin: 0 7px
}

.post-actions .action:hover {
	opacity: 1;
	color: #fff
}

.post-actions .action:focus {
	text-decoration: none
}

.post-actions .action.action-rewards {
	background-color: #f7b10d
}

.post-actions .action.action-link {
	background-color: #f40
}

.post-actions .action.action-like {
	background-color: var(--tb--main)
}

.post-actions .action i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 2px
}

.post-actions .action-like i {
	margin-right: 7px;
	top: 0
}

@media(max-width:600px) {
	.post-actions {
		margin-bottom: 20px
	}

	.post-actions .action {
		padding: 12px 20px;
		margin: 0 3px
	}
}

.rewards-popover-mask {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.rewards-popover,.rewards-popover-mask {
	position: fixed;
	z-index: 9999;
	display: none
}

.rewards-popover {
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -275px;
	width: 550px;
	background-color: #fff;
	padding: 40px 20px 50px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0,.05);
	text-align: center
}

.rewards-popover h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 15px 30px
}

.rewards-popover h5 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 30px 30px
}

.rewards-popover h3+h5 {
	margin-top: -25px;
	color: #999
}

@media(max-width:600px) {
	.rewards-popover {
		width: 300px;
		margin-left: -150px;
		margin-top: -125px;
		padding: 30px 10px
	}

	.rewards-popover h3 {
		font-size: 16px;
		margin: 0 5px 15px
	}

	.rewards-popover h5 {
		font-size: 12px;
		line-height: 1.4;
		margin: 0 5px 15px
	}

	.rewards-popover h3+h5 {
		margin-top: -5px
	}
}

.rewards-popover-item {
	display: inline-block;
	width: 200px;
	margin: 0 20px
}

.rewards-popover-item h4 {
	margin: 0 20px 10px;
	font-size: 15px;
	font-weight: 700
}

.rewards-popover-item img {
	width: 200px;
	height: 200px;
	background-color: #eee;
	border-radius: 2px;
	padding: 5px
}

@media(max-width:600px) {
	.rewards-popover-item {
		width: 125px;
		margin: 0 5px
	}

	.rewards-popover-item h4 {
		font-size: 12px;
		margin: 0 0 10px
	}

	.rewards-popover-item img {
		width: 125px;
		height: 125px
	}
}

.rewards-popover-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	font-size: 16px;
	line-height: 1;
	color: #999;
	cursor: pointer
}

.rewards-popover-close:hover {
	color: #666
}

.liangdian {
	margin: 0 -2% 10px 0!important;
	padding: 0;
	overflow: hidden;
	clear: both
}

.liangdian li {
	float: left;
	position: relative;
	margin: 0 2% 2% 0;
	width: 31.33333%;
	padding: 20px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #eee;
	color: #aaa;
	font-size: 12px;
	height: 105px;
	overflow: hidden;
	line-height: 1.6
}

.liangdian li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #eee;
	color: #bbb;
	line-height: 1;
	padding: 4px 5px;
	font-size: 12px;
	border-radius: 0 0 2px 0
}

.liangdian li:first-child:before {
	content: "亮点1"
}

.liangdian li:nth-child(2):before {
	content: "亮点2"
}

.liangdian li:nth-child(3):before {
	content: "亮点3"
}

.liangdian li:nth-child(4):before {
	content: "亮点4"
}

.liangdian li:nth-child(5):before {
	content: "亮点5"
}

.liangdian li:nth-child(6):before {
	content: "亮点6"
}

.liangdian li:nth-child(7):before {
	content: "亮点7"
}

.liangdian li:nth-child(8):before {
	content: "亮点8"
}

.liangdian li:nth-child(9):before {
	content: "亮点9"
}

.liangdian li:nth-child(10):before {
	content: "亮点10"
}

.liangdian li:nth-child(11):before {
	content: "亮点11"
}

.liangdian li:nth-child(12):before {
	content: "亮点12"
}

.liangdian li:nth-child(13):before {
	content: "亮点13"
}

.liangdian li:nth-child(14):before {
	content: "亮点14"
}

.liangdian li:nth-child(15):before {
	content: "亮点15"
}

.liangdian li:nth-child(16):before {
	content: "亮点16"
}

.liangdian li:nth-child(17):before {
	content: "亮点17"
}

.liangdian li:nth-child(18):before {
	content: "亮点18"
}

.liangdian li:nth-child(19):before {
	content: "亮点19"
}

.liangdian li:nth-child(20):before {
	content: "亮点20"
}

.liangdian li:nth-child(21):before {
	content: "亮点21"
}

.liangdian li:nth-child(22):before {
	content: "亮点22"
}

.liangdian li:nth-child(23):before {
	content: "亮点23"
}

.liangdian li:nth-child(24):before {
	content: "亮点24"
}

.liangdian li:nth-child(25):before {
	content: "亮点25"
}

.liangdian li:nth-child(26):before {
	content: "亮点26"
}

.liangdian li:nth-child(27):before {
	content: "亮点27"
}

.liangdian li:nth-child(28):before {
	content: "亮点28"
}

.liangdian li:nth-child(29):before {
	content: "亮点29"
}

.liangdian li:nth-child(30):before {
	content: "亮点30"
}

.liangdian li:nth-child(31):before {
	content: "亮点31"
}

.liangdian li:nth-child(32):before {
	content: "亮点32"
}

.liangdian li:nth-child(33):before {
	content: "亮点33"
}

.liangdian li:nth-child(34):before {
	content: "亮点34"
}

.liangdian li:nth-child(35):before {
	content: "亮点35"
}

.liangdian li:nth-child(36):before {
	content: "亮点36"
}

.liangdian li:nth-child(37):before {
	content: "亮点37"
}

.liangdian li:nth-child(38):before {
	content: "亮点38"
}

.liangdian li:nth-child(39):before {
	content: "亮点39"
}

.liangdian li:nth-child(40):before {
	content: "亮点40"
}

.liangdian li:nth-child(41):before {
	content: "亮点41"
}

.liangdian li:nth-child(42):before {
	content: "亮点42"
}

.liangdian li:nth-child(43):before {
	content: "亮点43"
}

.liangdian li:nth-child(44):before {
	content: "亮点44"
}

.liangdian li:nth-child(45):before {
	content: "亮点45"
}

.liangdian li:nth-child(46):before {
	content: "亮点46"
}

.liangdian li:nth-child(47):before {
	content: "亮点47"
}

.liangdian li:nth-child(48):before {
	content: "亮点48"
}

.liangdian li:nth-child(49):before {
	content: "亮点49"
}

.liangdian li:nth-child(50):before {
	content: "亮点50"
}

.liangdian li:nth-child(51):before {
	content: "亮点51"
}

.liangdian li:nth-child(52):before {
	content: "亮点52"
}

.liangdian li:nth-child(53):before {
	content: "亮点53"
}

.liangdian li:nth-child(54):before {
	content: "亮点54"
}

.liangdian li:nth-child(55):before {
	content: "亮点55"
}

.liangdian li:nth-child(56):before {
	content: "亮点56"
}

.liangdian li:nth-child(57):before {
	content: "亮点57"
}

.liangdian li:nth-child(58):before {
	content: "亮点58"
}

.liangdian li:nth-child(59):before {
	content: "亮点59"
}

.liangdian li:nth-child(60):before {
	content: "亮点60"
}

.liangdian li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 16px;
	content: "";
	background-color: #fff
}

.liangdian li:hover {
	border-color: #0ae
}

.liangdian li:hover:before {
	background-color: #0ae;
	color: #fff
}

.liangdian strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #555
}

@media(max-width:768px) {
	.liangdian li {
		width: 48%
	}
}

@media(max-width:600px) {
	.liangdian {
		margin: 0 -2% 20px 0!important
	}

	.liangdian li {
		height: 102px;
		padding: 18px 10px;
		line-height: 1.4;
		font-size: 11px
	}

	.liangdian li:before {
		font-size: 10px;
		padding: 4px;
		height: 16px
	}

	.liangdian strong {
		font-size: 12px
	}
}

.article-paging {
	text-align: center;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	font-size: 0
}

.article-paging .post-page-numbers {
	font-size: 13px;
	margin: 5px 2.5px 0;
	display: inline-block;
	padding: 7px 14px;
	background-color: #ddd;
	color: #666;
	border-radius: 2px
}

.article-paging .post-page-numbers.current {
	background-color: #eee
}

.article-paging a.post-page-numbers:hover {
	background-color: #666;
	color: #fff
}

.widget {
	position: relative;
	margin-bottom: 20px;
	border-radius: 6px;
	background-color: var(--tb--white);
	overflow: hidden
}

.widget h3 {
	position: relative;
	font-size: 15px;
	margin: 0;
	padding: 10px 20px 10px 37px;
	background-color: var(--tb--tint);
	border-bottom: 1px solid var(--tb--line)
}

.widget h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -7.5px;
	height: 15px;
	width: 4px;
	border-radius: 10px;
	background-color: var(--tb--main)
}

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

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

.widget ul ul {
	border: none
}

@media(max-width:600px) {
	.widget {
		margin-bottom: 0;
		border-radius: 0
	}

	.widget h3 {
		font-size: 14px;
		padding-left: 28px
	}

	.widget h3:before {
		left: 15px;
		margin-top: -7px;
		height: 14px
	}
}

.widget-tops {
	height: 220px
}

.widget-nav {
	background-color: var(--tb--tint);
	line-height: 44px;
	height: 44px;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid var(--tb--line)
}

.widget-nav li {
	float: left;
	padding: 0 20px;
	text-align: center;
	border-right: 1px solid var(--tb--line);
	cursor: pointer;
	color: var(--tb--gray)
}

.widget-nav li.active {
	background-color: var(--tb--white);
	color: var(--tb--base);
	cursor: default
}

@media(max-width:600px) {
	.widget-nav {
		font-size: 14px
	}
}

.widget-navcontent {
	clear: both;
	position: relative
}

.widget-navcontent .item {
	padding: 15px 20px 20px;
	width: 100%;
	position: absolute;
	left: 100%;
	opacity: 0
}

.widget-navcontent .item.active {
	left: 0;
	opacity: 1
}

.widget-navcontent .item-01 li {
	margin-bottom: 9.5px
}

.widget-navcontent .item-01 li a span {
	color: #ff5e52
}

.widget-navcontent .item-01 li a:hover span {
	color: var(--tb--main)
}

.widget-navcontent .item-01 time {
	float: right;
	color: var(--tb--gray);
	margin-left: 10px;
	margin-top: 2px;
	font-size: 12px
}

.widget-navcontent .item-01 li:first-child a {
	font-weight: 700
}

.widget-navcontent .item-02 dl {
	padding: 10px 0 0 80px;
	overflow: hidden;
	margin-bottom: 20px
}

.widget-navcontent .item-02 dt {
	float: left;
	margin-left: -70px
}

.widget-navcontent .item-02 dd {
	padding-top: 6px
}

.widget-navcontent .item-02 dd .text-muted {
	font-size: 12px;
	display: block;
	margin-top: 3px;
	height: 20px;
	overflow: hidden;
	color: #999
}

.widget-navcontent .item-02 .avatar {
	border-radius: 100px;
	width: 50px;
	height: 50px
}

.widget-navcontent .item-02 ul {
	overflow: hidden;
	padding-left: 80px;
	color: #999
}

.widget-navcontent .item-02 li {
	float: left;
	width: 33.333333333%;
	margin-bottom: 8px
}

.widget-navcontent .item-02 p {
	text-align: center
}

.widget-navcontent .item-02 p a {
	margin: 0 5px
}

.widget-navcontent .item-02 h4 {
	text-align: center;
	font-size: 18px;
	margin: 25px 0;
	letter-spacing: 2px;
	font-weight: 400
}

.widget-navcontent .item-03 {
	text-align: center
}

.widget-navcontent .item-03 h2 {
	font-size: 20px;
	line-height: 32px;
	margin: 10px 0
}

.widget-navcontent .item-03 strong {
	font-weight: 400;
	color: #ff5e52
}

.widget-navcontent .item-04 {
	text-align: center
}

.widget-navcontent .item-04 h2 {
	font-size: 20px;
	line-height: 40px;
	margin: 20px 0
}

.widget-notip h3 {
	margin-bottom: 13px
}

.widget_views li {
	border-bottom: 1px solid #eee;
	padding: 8px 15px;
	font-size: 14px
}

.widget_recent_entries li {
	border-bottom: 1px solid var(--tb--line);
	padding: 10px 20px
}

.widget_recent_entries li:last-child {
	padding-bottom: 18px
}

.widget_recent_entries span {
	display: block;
	font-size: 12px;
	color: #999
}

@media(max-width:600px) {
	.widget_recent_entries li {
		padding: 10px 15px
	}
}

.widget_links ul {
	padding: 20px;
	margin-right: -4%
}

.widget_links li {
	width: 46%;
	margin-right: 4%;
	float: left;
	margin-top: 10px
}

.widget_links li:nth-child(-n+2) {
	margin-top: 0
}

@media(max-width:600px) {
	.widget_links ul {
		padding: 15px
	}
}

.widget_pages ul {
	padding: 20px;
	margin-right: -4%
}

.widget_pages li {
	width: 46%;
	margin-right: 4%;
	float: left;
	margin-top: 10px
}

.widget_pages li:nth-child(-n+2) {
	margin-top: 0
}

@media(max-width:600px) {
	.widget_pages ul {
		padding: 15px
	}
}

.widget_ui_statistics ul {
	overflow: hidden;
	padding: 12px 20px;
	line-height: 2.2;
	color: var(--tb--gray)
}

.widget_ui_statistics li {
	float: left;
	width: 50%
}

.widget_ui_statistics li strong {
	color: var(--tb--base)
}

@media(max-width:600px) {
	.widget_ui_statistics ul {
		line-height: 2;
		padding: 12px 15px
	}
}

.widget_calendar .calendar_wrap {
	padding: 20px
}

.widget_calendar nav {
	margin-top: 10px
}

.widget_calendar table {
	width: 100%;
	text-align: center
}

.widget_calendar table caption {
	font-weight: 700;
	margin-bottom: 5px
}

.widget_calendar table #next a,.widget_calendar table #prev a {
	display: block;
	padding: 0 10px
}

.widget_calendar table #prev {
	text-align: left
}

.widget_calendar table #next {
	text-align: right
}

.widget_calendar table tbody td,.widget_calendar table tfoot td,.widget_calendar table thead th {
	padding: 5px 3px;
	border: 1px solid var(--tb--line)
}

.widget_calendar table thead th {
	background-color: var(--tb--tint);
	text-align: center
}

.widget_calendar table tbody td a {
	display: block;
	margin: 0 3px;
	background-color: #428bca;
	color: #fff
}

.widget_calendar table tbody td a:hover {
	background-color: #357ebd
}

@media(max-width:600px) {
	.widget_calendar .calendar_wrap {
		padding: 15px
	}
}

.widget_categories ul {
	overflow: hidden;
	padding: 16px 20px 20px;
	color: var(--tb--gray)
}

.widget_categories li {
	margin-top: 7px;
	list-style: disc;
	margin-left: 17px
}

.widget_categories li ul {
	padding: 0 0 0 15px
}

.widget_categories li li {
	float: none;
	width: auto
}

.widget_categories>ul>li:first-child {
	margin-top: 0
}

.widget_categories .screen-reader-text {
	display: none
}

.widget_categories form {
	margin: 0 20px 20px
}

.widget_categories select {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 6px;
	border: 1px solid var(--tb--line)
}

@media(max-width:600px) {
	.widget_categories ul {
		padding: 12px 15px 15px
	}
}

.widget_nav_menu ul {
	padding: 10px 20px 20px;
	color: var(--tb--gray)
}

.widget_nav_menu ul ul {
	padding-bottom: 0
}

.widget_nav_menu li {
	margin-top: 7px;
	list-style: disc;
	margin-left: 17px
}

@media(max-width:600px) {
	.widget_nav_menu ul {
		padding: 7.5px 15px 15px
	}
}

.widget_rss ul {
	color: #999
}

.widget_rss li {
	border-bottom: 1px solid #eee;
	padding: 8px 15px;
	font-size: 14px
}

.widget_ui_orbui {
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	text-align: center
}

@media(max-width:1024px) {
	.widget_ui_orbui img {
		width: 100%
	}
}

.widget_ui_orbui .item {
	position: relative;
	overflow: hidden
}

.widget_ui_orbui .sell {
	display: block;
	border: 1px solid #d6d6d6;
	color: #999;
	text-align: center;
	height: 123px;
	line-height: 123px;
	font-weight: 700
}

.widget_ui_orbui .sell:hover {
	border-color: #bbb;
	color: #777
}

.widget_ui_readers ul {
	padding: 20px;
	margin-right: -4%
}

.widget_ui_readers li {
	width: 12.6666666667%;
	margin-right: 4%;
	float: left;
	margin-top: 4%
}

.widget_ui_readers li:nth-child(-n+6) {
	margin-top: 0
}

.widget_ui_readers img {
	height: auto
}

@media(max-width:600px) {
	.widget_ui_readers ul {
		padding: 15px
	}
}

.widget_ui_comments ul a {
	padding: 12px 20px 12px 77px;
	display: block;
	border-bottom: 1px solid var(--tb--line);
	overflow: hidden;
	position: relative;
	color: var(--tb--gray)
}

.widget_ui_comments ul li:last-child a {
	border-bottom: none;
	padding-bottom: 18px
}

.widget_ui_comments ul a:hover {
	color: var(--tb--gray);
	background-color: var(--tb--tint)
}

.widget_ui_comments strong {
	color: var(--tb--main);
	font-weight: 400;
	margin-right: 10px
}

.widget_ui_comments .avatar {
	float: left;
	width: 42px;
	height: 42px;
	margin: 0 0 0 -57px;
	border-radius: 50%
}

@media(max-width:600px) {
	.widget_ui_comments ul a {
		padding-left: 72px
	}
}

.widget_ui_textorbui a {
	display: block;
	padding: 0 20px 16px;
	border: 1px solid transparent;
	border-radius: 6px
}

.widget_ui_textorbui a h2 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 12px
}

.widget_ui_textorbui a p {
	color: var(--tb--gray);
	margin: 10px 0 0
}

.widget_ui_textorbui a strong {
	margin-top: -1px;
	color: #fff;
	display: inline-block;
	padding: 6px 15px 7px;
	font-weight: 400;
	font-size: 12px
}

.widget_ui_textorbui a.style01 {
	color: #428bca
}

.widget_ui_textorbui a.style01:hover {
	border-color: #428bca
}

.widget_ui_textorbui a.style01 strong {
	background-color: #428bca
}

.widget_ui_textorbui a.style02 {
	color: #ff5e52
}

.widget_ui_textorbui a.style02:hover {
	border-color: #ff5e52
}

.widget_ui_textorbui a.style02 strong {
	background-color: #ff5e52
}

.widget_ui_textorbui a.style03 {
	color: #5cb85c
}

.widget_ui_textorbui a.style03:hover {
	border-color: #5cb85c
}

.widget_ui_textorbui a.style03 strong {
	background-color: #5cb85c
}

.widget_ui_textorbui a.style04 {
	color: #c35bff
}

.widget_ui_textorbui a.style04:hover {
	border-color: #c35bff
}

.widget_ui_textorbui a.style04 strong {
	background-color: #c35bff
}

.widget_ui_textorbui a.style05 {
	color: var(--tb--main)
}

.widget_ui_textorbui a.style05:hover {
	border-color: var(--tb--main)
}

.widget_ui_textorbui a.style05 strong {
	background-color: var(--tb--main)
}

@media(max-width:600px) {
	.widget_ui_textorbui {
		margin: 15px
	}
}

.widget_ui_tags .items {
	overflow: hidden;
	padding: 16px 20px;
	margin-right: -3%
}

.widget_ui_tags .items a {
	float: left;
	width: 30.3333333333%;
	margin-right: 3%;
	margin-top: 12px;
	font-size: 14px
}

.widget_ui_tags .items a:nth-child(-n+3) {
	margin-top: 0
}

.widget_ui_tags .items a span {
	position: relative;
	top: -1px;
	margin-left: 5px;
	font-size: 12px;
	color: #bbb
}

@media(max-width:600px) {
	.widget_ui_tags .items {
		padding: 12px 15px
	}
}

.widget_ui_posts ul {
	padding: 0
}

.widget_ui_posts li {
	border-bottom: 1px solid var(--tb--line)
}

.widget_ui_posts li:last-child {
	border-bottom: none
}

.widget_ui_posts li:last-child a {
	padding-bottom: 18px
}

.widget_ui_posts li a {
	padding: 15px 20px 15px 150px;
	overflow: hidden;
	position: relative;
	display: block
}

.widget_ui_posts li a:hover {
	background-color: var(--tb--tint)
}

.widget_ui_posts li.noimg a {
	padding: 12px 20px
}

.widget_ui_posts li a:hover .text {
	color: var(--tb--main)
}

.widget_ui_posts .text {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.widget_ui_posts .text span {
	color: #ff5e52
}

.widget_ui_posts a:hover .text span {
	color: var(--tb--main)
}

.widget_ui_posts .thumbnail {
	float: left;
	margin-left: -130px;
	position: relative;
	top: 2px
}

.widget_ui_posts .thumbnail img {
	width: 117px;
	height: 79.77px;
	border-radius: 6px
}

.widget_ui_posts .muted {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	color: #bbb
}

.widget_ui_posts .nopic li a {
	padding: 10px 15px
}

.widget_ui_posts .nopic .text {
	margin-top: 0;
	color: #555
}

.widget_ui_posts .nopic .text:hover {
	color: var(--tb--main)
}

@media(max-width:600px) {
	.widget_ui_posts li a {
		padding: 15px 15px 15px 145px
	}

	.widget_ui_posts li.noimg a {
		padding: 12px 15px
	}
}

.widget_meta .widget_tit {
	margin: 0 0 10px
}

.widget_meta ul {
	line-height: 24px;
	padding: 15px;
	color: #999
}

.widget_meta ul li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px
}

.widget_meta ul a {
	color: #777
}

.widget_meta ul a:hover {
	color: var(--tb--main)
}

.widget_search .site-search-form {
	padding: 20px
}

.widget_search input {
	height: 40px;
	font-size: 14px;
	padding: 4px 10px
}

.widget_search button {
	height: 40px
}

.widget_archive ul {
	padding: 15px 20px 10px;
	overflow: hidden;
	color: #999
}

.widget_archive li {
	width: 50%;
	float: left;
	margin-bottom: 7px
}

.widget_archive li a {
	margin-right: 5px
}

.widget_archive select {
	margin: 20px;
	display: block;
	width: calc(100% - 40px);
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 6px;
	border: 1px solid var(--tb--line)
}

@media(max-width:600px) {
	.widget_archive ul {
		padding: 10px 15px 5px
	}
}

.tagcloud {
	padding: 10px 10px 15px 15px
}

.tagcloud a {
	display: inline-block;
	margin: 7px 7px 0 0;
	color: #777
}

.tagcloud a:hover {
	color: var(--tb--main)
}

.textwidget {
	padding: 20px
}

.textwidget a,.textwidget a:hover {
	color: var(--tb--main)
}

.textwidget a:hover {
	text-decoration: underline
}

.textwidget ul {
	list-style-type: disc
}

.textwidget ol,.textwidget ul {
	margin-bottom: 10px;
	margin-left: 32px
}

.textwidget ol {
	list-style-type: decimal
}

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

@media(max-width:600px) {
	.textwidget {
		padding: 15px
	}
}

.widget_ui_slider {
	border: none;
	background-color: transparent
}

.widget_ui_slider .swiper-button-next,.widget_ui_slider .swiper-button-prev {
	font-size: 20px;
	text-shadow: 0 0 5px rgba(0,0,0,.3)
}

.widget_ui_slider .swiper-button-next {
	right: 0
}

.sign,.widget_ui_slider .swiper-button-prev {
	left: 0
}

.sign {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: center;
	display: none
}

.sign form {
	display: none;
	position: relative;
	z-index: 9;
	margin: 0 auto;
	padding: 30px 35px 35px;
	background-color: var(--tb--white);
	width: 360px;
	border-radius: 6px;
	text-align: left
}

.sign h4 {
	margin: 0 0 30px;
	font-size: 18px
}

.sign h4 small {
	float: right;
	cursor: pointer;
	color: #999;
	font-size: 14px;
	margin-top: 2px;
	font-weight: 400
}

.sign .-item {
	margin-bottom: 20px
}

.sign .-item label {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	color: #999
}

.sign .-item a {
	float: right;
	font-size: 12px
}

.sign .sign-submit {
	margin-top: 30px
}

.sign .sign-submit label {
	display: none
}

@media(max-width:600px) {
	.sign form {
		padding: 25px 25px 30px;
		width: 80%
	}
}

.sign-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8)
}

.sign-tips {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1.5;
	padding: 10px 20px;
	color: #fff;
	background-color: #fd6e6e;
	overflow: hidden
}

@media(max-width:600px) {
	.sign-tips {
		top: 51px;
		font-size: 12px
	}
}

.sign-show .sign {
	display: flex
}

.footer {
	position: relative;
	z-index: 9;
	clear: both;
	padding: 40px 20px;
	font-size: 12px;
	text-align: center;
	color: var(--tb--gray)
}

.footer p {
	margin: 0 0 7.5px
}

.footer a {
	color: var(--tb--gray)
}

.footer a:hover {
	color: var(--tb--main)
}

.footer img {
	display: inline-block
}

@media(max-width:600px) {
	.footer {
		padding: 15px
	}

	.footer nav {
		display: none
	}

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

.footer-menu {
	text-align: left;
	margin: 0 -2% 30px 0;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #494949
}

.footer-menu dl {
	width: 14.666666666%;
	margin: 0 2% 0 0;
	display: inline-block;
	vertical-align: top
}

.footer-menu dt {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	height: 25px
}

.footer-menu dd a {
	display: block;
	line-height: 20px;
	padding: 0 5px 0 24px;
	margin: 5px 0
}

.footer-menu .fa-envelope-o,.footer-menu .fa-rss,.footer-menu .fa-tencent-weibo,.footer-menu .fa-weibo {
	width: 12px;
	text-align: center
}

.fcode {
	margin-bottom: 20px;
	clear: both
}

.fcode,.flinks {
	overflow: hidden
}

.flinks {
	margin-bottom: 10px
}

.flinks strong {
	margin: 0 7px 10px;
	display: inline
}

.flinks ul {
	margin: 0;
	padding: 0;
	display: inline
}

.flinks ul li {
	display: inline-block;
	margin: 0 7px 7px
}

@media(max-width:600px) {
	.flinks {
		display: none
	}

	.flinks-m .flinks {
		display: block
	}
}

.fixnav {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: var(--tb--white);
	display: flex;
	transition: all .3s ease-in-out
}

.fixnav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #eee;
	transform: scaleY(.5);
	transform-origin: 0 0
}

.darking .fixnav {
	box-shadow: -1px 0 10px rgba(0,0,0,.15)
}

.darking .fixnav:before {
	display: none
}

.fixnav>li {
	flex: 1;
	text-align: center
}

.fixnav>li>a {
	height: 56px;
	line-height: 56px;
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: var(--tb--base)
}

.fixnav i {
	display: block;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: -20px;
	font-size: 20px
}

.fixnav ul {
	display: none!important
}

.fixnav>li.current-menu-item>a,.fixnav>li.current_page_item>a {
	color: var(--tb--main)
}

@media(min-width:767px) {
	.fixnav {
		display: none
	}
}

@media(max-width:768px) {
	.fixnav-m-on {
		margin-bottom: 56px
	}
}

.karbar {
	position: fixed;
	right: 20px;
	width: 68px;
	z-index: 999
}

.karbar.karbar-rb {
	bottom: 20px
}

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

.karbar li {
	position: relative;
	margin-top: 6px;
	text-align: center
}

.karbar li:first-child a {
	color: #fff;
	background-color: var(--tb--main)
}

.karbar li:first-child a:hover {
	opacity: .85
}

.karbar a {
	position: relative;
	z-index: 2;
	display: block;
	height: 65px;
	border-radius: 6px;
	background-color: var(--tb--white);
	border: 1px solid var(--tb--main);
	color: var(--tb--main)
}

.karbar a span {
	display: block;
	font-size: 12px
}

.karbar a:hover {
	color: #fff;
	background-color: var(--tb--main)
}

.karbar i {
	position: relative;
	display: block;
	line-height: 23px;
	font-size: 23px;
	height: 23px;
	margin: 11px 0 4px
}

.karbar li.karbar-totop {
	display: none
}

.karbar li:hover .karbar-qrcode-wrap {
	display: block
}

.karbar-qrcode-wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 100%;
	min-width: 130px;
	margin: -77.5px 10px 0 0;
	padding: 15px;
	font-size: 14px;
	background-color: var(--tb--white);
	border: 1px solid var(--tb--line);
	border-radius: 4px;
	text-align: center;
	display: none
}

.karbar-qrcode-wrap:after,.karbar-qrcode-wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -5px;
	border-left: 5px solid var(--tb--white);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent
}

.karbar-qrcode-wrap:before {
	border-left: 5px solid var(--tb--line)
}

.karbar-qrcode-wrap img {
	margin-top: 5px
}

.copy-wechat-number {
	display: none;
	border-radius: 4px;
	background-color: #202935;
	color: #fff;
	padding: 0;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 120px;
	text-align: center
}

@media(max-width:600px) {
	.copy-wechat-number {
		display: inline-block
	}
}

@media(max-width:600px) {
	.karbar {
		display: none
	}

	.karbar-m-on {
		margin-bottom: 57px
	}

	.karbar-m-on .karbar {
		display: block;
		bottom: 0;
		right: 0;
		left: 0;
		top: auto!important;
		margin: 0!important;
		width: 100%;
		border-top: 1px solid var(--tb--main);
		background-color: var(--tb--main);
		padding: 0
	}

	.karbar-m-on .karbar ul {
		display: flex
	}

	.karbar-m-on .karbar ul li {
		flex: 1;
		margin-top: 0
	}

	.karbar-m-on .karbar ul li a {
		background-color: var(--tb--main);
		color: #fff;
		border: none;
		border-radius: 0
	}

	.karbar-m-on .karbar ul li .tbfa {
		font-size: 20px;
		height: 20px;
		margin-top: 0;
		margin-bottom: 0
	}

	.karbar-m-on .karbar ul li:hover .karbar-qrcode-wrap {
		display: none
	}

	.karbar-m-on .karbar ul li.karbar-qrcode .karbar-qrcode-wrap {
		position: fixed;
		top: auto;
		bottom: 57px;
		left: 0;
		right: 0;
		margin: 0;
		width: 100%;
		background-color: #fff;
		color: #555;
		padding: 15px;
		font-size: 14px;
		font-weight: 700;
		height: auto;
		box-shadow: 0 -1px 5px rgba(0,0,0,.05);
		border-radius: 0;
		border: none
	}

	.karbar-m-on .karbar ul li.karbar-qrcode:hover .karbar-qrcode-wrap {
		display: none
	}

	.karbar-m-on .karbar ul li.karbar-qrcode .karbar-qrcode-wrap img {
		width: 120px;
		height: 120px;
		display: block;
		margin: 0 auto
	}

	.karbar-m-on .karbar a {
		height: 56px;
		padding: 10px 0
	}

	.karbar-m-on .karbar .fa {
		line-height: 1
	}

	.karbar-m-on .karbar a span {
		display: block;
		line-height: 12px;
		font-size: 10px;
		margin-top: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.karbar-m-on .karbar a:active {
		color: #111;
		background-color: #f6f6f6
	}

	.karbar-m-white .karbar {
		background-color: #fff!important;
		border-top-color: #f6f6f6!important
	}

	.karbar-m-white .karbar ul li a {
		background-color: #fff!important;
		color: #444!important;
		border-radius: 2px!important
	}
}

.list-comments-r .excerpt .meta .pc {
	float: right;
	margin-right: 0
}

.text-justify-on .article-content,.text-justify-on .excerpt-minic-index,.text-justify-on .excerpt-minic .note,.text-justify-on .excerpt .note,.text-justify-on .relates li,.text-justify-on .widget_ui_comments ul li,.text-justify-on .widget_ui_posts .text,.text-justify-on .widget_ui_textorbui {
	text-align: justify
}

.thumb-autoheight .thumb {
	height: auto!important
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #eee;
	border: 1px solid transparent;
	padding: 8px 24px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 6px;
	text-decoration: none!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.btn,.btn:hover {
	color: var(--tb--base)
}

.btn:hover {
	background-color: #e2e2e2
}

.btn:focus {
	outline: 0
}

.btn.disabled,.btn:disabled {
	opacity: .45;
	box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.darking .btn,.darking .btn:hover {
	background-color: var(--tb--tint)
}

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

.btn-sm {
	padding: 6px 14px
}

@media(max-width:600px) {
	.btn-sm {
		font-size: 12px;
		padding: 4px 8px
	}
}

.btn-lg {
	font-size: 15px;
	padding: 12px 32px
}

@media(max-width:600px) {
	.btn-lg {
		font-size: 14px;
		padding: 10px 20px
	}
}

a.btn.disabled,fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff!important;
	background-color: var(--tb--main)!important
}

.btn-primary:hover {
	opacity: .88
}

.btn-danger {
	color: #fff!important;
	background-color: #f04444!important
}

.btn-danger:hover {
	opacity: .88
}

.ipt {
	display: block;
	width: 100%;
	height: 39px;
	font-weight: 400;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 6px;
	color: var(--tb--base);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.ipt::-ms-expand {
	background-color: transparent;
	border: 0
}

.ipt:focus {
	outline: 0;
	border-color: #66b0ff;
	box-shadow: 0 0 0 3px rgba(0,123,255,.2)
}

.ipt::-moz-placeholder {
	color: #666;
	opacity: 1
}

.ipt::placeholder {
	color: #666;
	opacity: 1
}

.ipt:disabled,.ipt[readonly] {
	background-color: #f6f6f6;
	opacity: 1
}

.darking .ipt {
	background-color: var(--tb--tint);
	border-color: var(--tb--line)
}

textarea.ipt {
	height: auto
}

select.ipt:focus::-ms-value {
	color: var(--tb--base);
	background-color: #fff
}

select.ipt[multiple],select.ipt[size] {
	height: auto
}

.loop-flash {
	background-color: var(--tb--white);
	border-radius: 6px;
	padding: 50px 140px;
	margin-bottom: 20px
}

.loop-flash article {
	position: relative;
	margin-left: 110px;
	padding: 0 0 50px 150px;
	border-left: 1px solid var(--tb--line)
}

.loop-flash article:last-child {
	padding-bottom: 0
}

.loop-flash article:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: #ccc;
	position: absolute;
	border: 2px solid var(--tb--line);
	left: -6px;
	top: 9.5px
}

.loop-flash article .-date {
	position: absolute;
	top: 4px;
	left: -110px;
	width: 70px;
	height: 70px;
	background-color: #495f7c;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 13px
}

.loop-flash article .-date strong {
	border-radius: 4px 4px 0 0;
	padding: 6px 0 5px;
	margin-bottom: 4px;
	font-size: 27px;
	font-weight: 400;
	display: block;
	line-height: 1.2;
	background-color: #516989
}

.loop-flash article time {
	position: absolute;
	top: 3px;
	left: 20px;
	font-size: 15px;
	color: grey
}

.loop-flash article h2 {
	margin: 0;
	font-size: 20px
}

.loop-flash article .note {
	margin: 10px 0 0;
	color: var(--tb--gray);
	font-size: 16px;
	line-height: 1.6
}

.loop-flash article .note img {
	height: auto;
	border-radius: 6px
}

@media(max-width:768px) {
	.loop-flash {
		margin-top: 15px;
		padding: 30px
	}
}

@media(max-width:600px) {
	.loop-flash {
		margin-top: 0;
		margin-bottom: 0;
		border: none;
		border-radius: 0;
		padding: 15px
	}

	.loop-flash article {
		padding-left: 20px;
		margin-left: 70px;
		padding-bottom: 20px
	}

	.loop-flash article:before {
		top: 6px
	}

	.loop-flash article .-date {
		width: 50px;
		height: 50px;
		left: -70px;
		font-size: 10px
	}

	.loop-flash article .-date strong {
		font-size: 18px;
		padding: 4px 0 3px
	}

	.loop-flash article time {
		position: relative;
		left: 0;
		top: 0;
		color: #999;
		font-size: 12px
	}

	.loop-flash article h2 {
		font-size: 15px
	}

	.loop-flash article .note {
		display: none;
		font-size: 14px;
		overflow: hidden;
		margin: 5px 0 0;
		text-align: justify;
		color: grey
	}

	.loop-flash article .note p {
		margin: 0 0 5px
	}
}

.widget_ui_flash {
	text-align: center
}

.widget_ui_flash h3 {
	text-align: left
}

.widget_ui_flash ul {
	padding: 20px;
	text-align: left
}

.widget_ui_flash li {
	position: relative;
	margin-left: 2px;
	padding: 0 0 15px 17px;
	border-left: 1px solid var(--tb--line)
}

.widget_ui_flash li:last-child {
	padding-bottom: 0
}

.widget_ui_flash li:before {
	content: "";
	z-index: 1;
	position: absolute;
	border: 4px solid transparent;
	border-left: 6px solid #95a6ff;
	left: -3px;
	top: 7px;
	transition: all .3s ease-in-out
}

.widget_ui_flash li:after {
	content: "";
	position: absolute;
	background-color: var(--tb--white);
	width: 11px;
	height: 11px;
	left: -6px;
	top: 6px;
	border-radius: 100px
}

.widget_ui_flash li time {
	font-size: 12px;
	color: #999
}

.widget_ui_flash li h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer
}

.widget_ui_flash li h4:hover {
	text-decoration: underline
}

.widget_ui_flash li .note {
	display: none;
	color: grey;
	font-size: 12px;
	line-height: 1.7
}

.widget_ui_flash li .note img {
	height: auto;
	border-radius: 6px
}

.widget_ui_flash li .note p {
	margin: 0 0 4px
}

.widget_ui_flash li.-on:before {
	left: -5px;
	transform: rotate(90deg)
}

.widget_ui_flash .-more {
	margin: 0 auto 20px;
	display: inline-block;
	background-color: var(--tb--line);
	border-radius: 50px;
	font-size: 14px;
	padding: 8px 30px;
	color: #444
}

.widget_ui_flash .-more:hover {
	background-color: var(--tb--main);
	color: #fff
}

@media(max-width:600px) {
	.widget_ui_flash ul {
		padding: 15px
	}
}

.action-share {
	color: #666;
	position: relative;
	text-align: center;
	margin: 30px 0;
	clear: both
}

@media(max-width:600px) {
	.action-share {
		text-align: left
	}
}

#shareimage {
	display: none
}

.shares {
	z-index: 2;
	position: relative;
	margin-bottom: 40px;
	text-align: center
}

.shares dfn {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	font-style: normal;
	color: #999
}

.shares a {
	position: relative;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	margin: 0 8px;
	opacity: 1;
	border-radius: 100px;
	cursor: pointer
}

.shares a:hover {
	opacity: 1
}

.shares a:hover .share-popover {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0
}

.shares a:before {
	height: 32px;
	width: 10px
}

.shares a:hover:before {
	transition: right .5s;
	right: -70%
}

.shares a.share-tsina {
	background-color: #ff6b60
}

.shares a.share-weixin {
	background-color: #07c160
}

.shares a.share-qzone {
	background-color: #fbc440
}

.shares a.share-sqq {
	background-color: #00a9ee
}

.shares a.share-renren {
	background-color: #95b4ec
}

.shares a.share-tqq {
	background-color: #5fb2d7
}

.shares a.share-douban {
	background-color: #67ce9b
}

.shares a.share-huaban {
	background-color: #dc5e5e
}

.shares a.share-line {
	background-color: #08bc1f
}

.shares a.share-twitter {
	background-color: #41b8fc
}

.shares a.share-facebook {
	background-color: #4867aa
}

.shares a.share-telegram {
	background-color: #2ca5e0
}

.shares a.share-skype {
	background-color: #00aff0
}

.shares i {
	color: #fff;
	font-size: 16px;
	font-weight: 400
}

@media(max-width:600px) {
	.shares {
		margin-bottom: 20px
	}

	.shares dfn {
		font-size: 12px
	}

	.shares a {
		margin: 0 3px 10px;
		width: 30px;
		height: 30px;
		line-height: 30px
	}

	.shares i {
		font-size: 16px
	}
}

.share-popover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	background-color: transparent
}

.share-popover .share-popover-inner {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 6px;
	position: relative;
	bottom: 6px;
	height: 100px
}

.share-popover .share-popover-inner canvas {
	margin-top: 10px
}

.share-popover .share-popover-inner:after,.share-popover .share-popover-inner:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.share-popover .share-popover-inner:before {
	border-top: 5px solid #eee
}

.share-popover .share-popover-inner:after {
	border-top: 5px solid #fff;
	margin-bottom: 1px
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container img {
	width: 100%!important
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform,height
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	font-size: 28px;
	text-align: center;
	color: #fff;
	outline: none;
	opacity: .9
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left: -50px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: -50px;
	left: auto
}

.swiper-container-rtl .swiper-button-next,.swiper-container:hover .swiper-button-prev {
	left: 0
}

.swiper-container-rtl .swiper-button-prev,.swiper-container:hover .swiper-button-next {
	right: 0
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10;
	color: hsla(0,0%,100%,.8)
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 15px;
	height: 4px;
	display: inline-block;
	border-radius: 10px;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: left .2s,-webkit-transform .2s;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: right .2s,-webkit-transform .2s;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-lock {
	display: none
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-coverflow .swiper-wrapper {
	perspective: 1200px
}

.swiper-fixed {
	overflow: hidden
}

.article-swiper-no-transition {
	transition-duration: 0ms!important
}

.article-swiper-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.9);
	z-index: 99999
}

.article-swiper-container img {
	width: auto!important
}

.article-swiper-container:hover .swiper-button-next {
	right: 20px
}

.article-swiper-container:hover .swiper-button-prev {
	left: 20px
}

@media(max-width:600px) {
	.article-swiper-container {
		background-color: #000
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
		bottom: 3px
	}

	.article-swiper-container:hover .swiper-button-next,.article-swiper-container:hover .swiper-button-prev {
		display: none!important
	}
}

@media(max-width:768px) {
	.page-template-topic header:before {
		display: none
	}
}

.topic-items {
	overflow: hidden;
	min-height: 800px
}

.topic-items h1 {
	display: none
}

.topic-items ul {
	margin-right: -1.55%
}

.topic-items ul>li {
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	margin-right: 1.55%;
	margin-bottom: 20px;
	width: 31.7833333333%;
	background-color: var(--tb--white);
	border-radius: 6px
}

.topic-items ul>li .-pic {
	position: relative;
	display: block
}

.topic-items ul>li .-pic:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)))
}

.topic-items ul>li .-pic img {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	transition: all .3s ease-in-out
}

.topic-items ul>li .-pic-only {
	border-radius: 6px;
	overflow: hidden
}

.topic-items ul>li .-pic-only img {
	border-radius: 6px
}

.topic-items ul>li .-info {
	position: absolute;
	z-index: 2;
	margin: 0 20px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff
}

.topic-items ul>li .-info h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0 0
}

.topic-items ul>li .-info dfn {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0
}

.topic-items ul>li .-info dfn i {
	margin-right: 5px
}

.topic-items ul>li .-desc {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	max-height: 38px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	opacity: .8
}

.topic-items ul>li .-pic:hover img {
	opacity: .9
}

.topic-items .-list {
	padding: 10px 0
}

.topic-items .-list ol {
	list-style: none
}

.topic-items .-list ol a {
	display: block;
	padding: 10px 20px 10px 100px;
	overflow: hidden
}

.topic-items .-list ol img {
	float: left;
	margin-left: -80px;
	margin-right: 12px;
	width: 80px;
	border-radius: 6px
}

.topic-items .-list ol span {
	display: block;
	margin-top: 7px;
	max-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.topic-items .-more {
	background-color: var(--tb--line);
	display: block;
	margin: 10px 20px;
	text-align: center;
	border-radius: 6px;
	height: 36px;
	line-height: 36px
}

.topic-items .-more:hover {
	color: #fff;
	background-color: var(--tb--main)
}

.topic-items+.pagination {
	padding-top: 10px
}

@media(max-width:768px) {
	.topic-items {
		margin-top: 0;
		min-height: auto
	}

	.topic-items ul>li {
		width: 48%;
		margin-bottom: 15px
	}
}

@media(max-width:600px) {
	.topic-items {
		margin: 15px 15px 0
	}

	.topic-items ul {
		margin-right: 0
	}

	.topic-items ul>li {
		width: 100%;
		margin-bottom: 15px
	}

	.topic-items ul>li .-info h2 {
		font-size: 17px
	}

	.topic-items ul>li .-info dfn {
		font-size: 12px
	}

	.topic-items ul>li .-info dfn .fa {
		margin-right: 7px
	}

	.topic-items ul>li .-desc {
		font-size: 12px;
		max-height: auto;
		line-height: 1.5
	}

	.topic-items+.pagination {
		padding-top: 5px
	}

	.topic-items+.pagination ul>li {
		display: inline-block
	}
}

.topic-hd {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0
}

.topic-hd:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)))
}

.topic-hd .-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 20px;
	z-index: 2
}

.topic-hd .-info h1 {
	font-size: 22px;
	margin: 10px 0 0
}

.topic-hd .-info dfn {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0
}

.topic-hd .-info dfn i {
	margin-right: 5px
}

.topic-hd .-desc {
	margin-top: 6px;
	opacity: .8
}

@media(max-width:600px) {
	.topic-hd {
		border-radius: 0;
		margin-bottom: 0
	}

	.topic-hd .-info {
		padding: 20px 20px 15px
	}

	.topic-hd .-info h1 {
		font-size: 17px
	}

	.topic-hd .-info dfn {
		font-size: 12px
	}

	.topic-hd .-info dfn .fa {
		margin-right: 7px
	}

	.topic-hd .-desc {
		font-size: 12px
	}
}

.mo-topics {
	overflow: hidden;
	margin-bottom: 20px
}

.mo-topics ul {
	margin-right: -1.5%
}

.mo-topics ul>li {
	margin-top: 1.5%;
	vertical-align: top;
	display: inline-block;
	margin-right: 1.5%;
	width: 31.8333333333%;
	border-radius: 6px;
	overflow: hidden
}

.mo-topics ul>li:nth-child(-n+3) {
	margin-top: 0
}

.mo-topics ul>li .-pic {
	position: relative;
	display: flex;
	height: 149px
}

.mo-topics ul>li .-pic:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)))
}

.mo-topics ul>li .-pic img {
	transition: all .3s ease-in-out;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.mo-topics ul>li .-info {
	position: absolute;
	z-index: 2;
	margin: 0 20px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff
}

.mo-topics ul>li .-info h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0 0
}

.mo-topics ul>li .-info dfn {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0
}

.mo-topics ul>li .-info dfn i {
	margin-right: 7px
}

.mo-topics ul>li .-pic:hover img {
	opacity: .9
}

@media(max-width:600px) {
	.mo-topics {
		margin-bottom: 0;
		padding: 15px;
		background-color: var(--tb--white)
	}

	.mo-topics+.excerpts-title:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border-top: 1px solid var(--tb--line);
		transform: scaleY(.5);
		transform-origin: 0 0
	}

	.mo-topics+.excerpt-minic-index {
		margin-top: 0;
		padding-top: 0
	}

	.mo-topics ul {
		margin-left: -15px;
		margin-right: -15px;
		white-space: nowrap;
		overflow-x: auto;
		padding: 0 15px
	}

	.mo-topics ul::-webkit-scrollbar {
		display: none
	}

	.mo-topics ul>li {
		margin-top: 0;
		margin-right: 7.5px;
		width: 138px;
		border-radius: 6px
	}

	.mo-topics ul>li:last-child {
		margin-right: 0
	}

	.mo-topics ul>li .-pic {
		height: 86px
	}

	.mo-topics ul>li .-info dfn {
		font-size: 10px
	}

	.mo-topics ul>li .-info dfn i {
		margin-right: 2px
	}

	.mo-topics ul>li .-info {
		margin: 0 10px 6px
	}

	.mo-topics ul>li .-info h2 {
		font-size: 12px;
		font-weight: 400;
		margin-top: 2px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1
	}
}

.widget_ui_topics {
	background-color: transparent
}

.widget_ui_topics h3 {
	display: none
}

.widget_ui_topics a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px
}

.widget_ui_topics .-text strong {
	width: 80%;
	float: left
}

.widget_ui_topics .-text li {
	margin-top: 6px
}

.widget_ui_topics .-text li:nth-child(-n+1) {
	margin-top: 0
}

.widget_ui_topics .-text a {
	padding: 14px 20px;
	background-color: var(--tb--white)
}

.widget_ui_topics .-text a:hover {
	color: var(--tb--main);
	border-color: var(--tb--main)
}

.widget_ui_topics .-text a:hover .tbfa:first-child {
	color: var(--tb--main)
}

.widget_ui_topics .-text .tbfa:first-child {
	float: right;
	color: var(--tb--gray);
	position: relative;
	top: 1px
}

.widget_ui_topics .-text .tbfa:nth-child(2) {
	float: left;
	margin-right: 12px
}

.widget_ui_topics .-p1 a,.widget_ui_topics .-p2 a {
	text-align: center;
	color: #fff
}

.widget_ui_topics .-p1 a:hover,.widget_ui_topics .-p2 a:hover {
	color: #fff
}

.widget_ui_topics .-p1 a:hover img,.widget_ui_topics .-p2 a:hover img {
	opacity: .9
}

.widget_ui_topics .-p1 a:before,.widget_ui_topics .-p2 a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)));
	background: gradient(linear,0 50%,0 100%,from(transparent),to(rgba(0,0,0,.6)))
}

.widget_ui_topics .-p1 strong,.widget_ui_topics .-p2 strong {
	position: absolute;
	bottom: 9px;
	left: 12px;
	right: 12px;
	z-index: 2;
	font-weight: 400
}

.widget_ui_topics .-p1 strong {
	bottom: 12px;
	font-weight: 700
}

.widget_ui_topics .-p1 li {
	margin-top: 20px
}

.widget_ui_topics .-p1 li:nth-child(-n+1) {
	margin-top: 0
}

.widget_ui_topics .-p2 {
	margin-right: -2.5%
}

.widget_ui_topics .-p2 li {
	float: left;
	width: 47.5%;
	margin-right: 2.5%;
	margin-top: 2.5%
}

.widget_ui_topics .-p2 li:nth-child(-n+2) {
	margin-top: 0
}

@media(max-width:600px) {
	.widget_ui_topics {
		margin: 15px
	}

	.widget_ui_topics .-p1 li {
		margin-top: 15px
	}
}

.cat-filter {
	margin-left: 17px;
	margin-top: 10px
}

.cat-filter li {
	padding-left: 110px;
	margin-top: 5px
}

.cat-filter li strong {
	width: 110px;
	float: left;
	margin-left: -110px;
	margin-top: 4px;
	color: #999;
	font-weight: 400
}

.cat-filter li a {
	display: inline-block;
	margin-right: 15px;
	border-radius: 6px;
	padding: 0 8px;
	margin-top: 4px;
	border: 1px solid transparent
}

.cat-filter li a:last-child {
	margin-right: 0
}

.cat-filter li a.active {
	border-color: var(--tb--main);
	color: var(--tb--main)
}

@media(max-width:600px) {
	.cat-filter {
		font-size: 12px;
		margin-left: 0
	}

	.cat-filter li {
		padding-left: 70px
	}

	.cat-filter li strong {
		width: 70px;
		margin-left: -70px;
		margin-top: 5px
	}

	.cat-filter li a {
		margin-right: 5px;
		padding: 0 5px
	}

	.cat-filter li a:last-child {
		margin-right: 0
	}
}

.product-container {
	position: relative;
	padding-left: 260px;
	margin-bottom: 20px
}

.product-container:after {
	display: block;
	clear: both;
	content: ""
}

@media(max-width:600px) {
	.product-container {
		margin: 0;
		padding: 0 15px 15px
	}
}

.product-side {
	float: left;
	width: 240px;
	margin-left: -260px
}

@media(max-width:600px) {
	.product-side {
		width: auto;
		position: relative;
		float: none;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 15px
	}
}

.product-filters {
	overflow: hidden;
	background-color: var(--tb--white);
	border-radius: 6px
}

.product-filters h3 {
	position: relative;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	padding: 20px 20px 10px;
	font-weight: 700
}

.product-filters h3 i {
	margin-right: 5px;
	width: 14px;
	height: 14px;
	display: inline-block
}

.product-filters h3 .product-filters-more {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 44px;
	z-index: 2;
	cursor: pointer;
	display: none
}

.product-filters h3 .product-filters-more i {
	margin-right: 0
}

.product-filters .product-filters-all {
	font-weight: 400;
	float: right;
	font-size: 12px
}

.product-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block
}

.product-filters ul ul {
	padding-left: 28px
}

.product-filters ul li {
	position: relative;
	margin: 10px 0;
	font-size: 13px
}

.product-filters ul li:after {
	position: absolute;
	top: 10px;
	right: 102%;
	left: -300px;
	content: "";
	border-top: 1px solid var(--tb--line);
	height: 0
}

.product-filters ul li .children {
	display: none
}

.product-filters ul li.active>.childrengo {
	transform: rotate(-90deg)
}

.product-filters ul li.active>.children {
	display: block
}

.product-filters ul .current-cat>a {
	color: #0ae;
	font-weight: 700
}

.product-filters ul a {
	position: relative;
	top: 1px;
	font-size: 14px;
	display: inline-block
}

.product-filters>ul {
	overflow: hidden;
	position: relative;
	padding-left: 14px;
	margin: 0 15px 15px 20px
}

.product-filters>ul:before {
	position: absolute;
	top: 12px;
	left: 0;
	bottom: 10px;
	content: "";
	border-left: 1px solid var(--tb--line);
	width: 0
}

@media(max-width:600px) {
	.product-filters {
		border-radius: 0
	}

	.product-filters h3 .product-filters-more {
		display: block;
		height: 41px;
		width: 41px;
		line-height: 41px
	}

	.product-filters .product-filters-all {
		margin-right: 41px;
		position: absolute;
		top: 0;
		right: 0;
		height: 41px;
		width: 41px;
		text-align: center;
		line-height: 41px;
		z-index: 2
	}

	.product-filters>ul {
		display: none;
		margin: 0 15px 10px 20px
	}

	.product-filters h3 {
		padding: 10px 15px
	}
}

.product-qrcode {
	background-color: var(--tb--white);
	border-radius: 6px;
	padding: 30px 20px;
	margin-top: 20px;
	text-align: center
}

.product-qrcode h4 {
	font-size: 14px;
	text-align: center;
	margin: 0 0 15px
}

.product-qrcode img {
	max-width: 100%;
	margin: 0 auto
}

.darking .product-qrcode canvas {
	border: 10px solid #fff
}

@media(max-width:600px) {
	.product-qrcode {
		display: none
	}
}

.childrengo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	cursor: pointer;
	line-height: 1;
	transition: all .3s ease-in-out
}

.catpage-catstep ul.children {
	display: none
}

.catpage-catstep .childrengo {
	display: block
}

.product-content {
	position: relative;
	margin-right: -2.05%
}

@media(max-width:600px) {
	.product-content {
		margin-right: -3%
	}
}

.product-content .-item {
	position: relative;
	display: inline-block;
	margin-right: 2.05%;
	margin-bottom: 2.05%;
	width: 22.95%;
	vertical-align: top;
	text-align: center;
	background-color: var(--tb--white);
	border-radius: 6px;
	overflow: hidden
}

.product-content .-item:hover {
	border-color: #ddd #ddd #d6d6d6
}

.product-content .-item h2 {
	font-size: 14px;
	margin: 12px 15px 15px;
	font-weight: 400;
	height: 42px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.product-content .-item .thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 0
}

.product-content .-item .thumb {
	width: 100%
}

.product-content .-item footer {
	margin: 15px 0;
	font-size: 12px;
	color: #bbb
}

.product-content .-item .price {
	color: #ff5e52
}

@media(max-width:1024px) {
	.product-content .-item {
		width: 47.5%
	}
}

@media(max-width:600px) {
	.product-content .-item {
		border: none;
		width: 47%;
		margin-right: 3%;
		margin-bottom: 3%
	}
}

.search-none {
	text-align: center;
	padding: 200px 0 300px;
	font-size: 18px;
	color: #999
}

.search-none .fa {
	font-size: 50px;
	display: block;
	margin-bottom: 30px
}

@media(max-width:768px) {
	.search-none {
		padding: 100px 15px 200px;
		font-size: 14px
	}
}

#navs {
	min-height: 600px;
	margin-bottom: 20px
}

#navs .focus {
	background-color: var(--tb--white);
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 200px;
	text-align: center;
	padding: 60px 20px
}

#navs .focus h1 {
	font-size: 25px
}

#navs .focus .note {
	margin-top: 5px;
	color: var(--tb--gray)
}

#navs nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 180px;
	border-radius: 6px;
	overflow: hidden
}

#navs nav ul {
	width: 180px;
	background-color: var(--tb--white);
	overflow-y: auto
}

#navs nav ul.-roll-top {
	position: fixed;
	bottom: 0;
	border-radius: 0
}

#navs nav ul.-roll-bottom {
	position: fixed;
	top: 0;
	border-radius: 0
}

#navs nav ul::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

#navs nav ul::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.1)
}

#navs nav ul::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.3)
}

#navs nav a {
	display: block;
	padding: 11px 22px
}

#navs nav a:hover {
	color: var(--tb--main)
}

#navs nav .active a {
	color: #fff;
	background-color: var(--tb--main)
}

#navs .items {
	margin-left: 200px
}

#navs .item {
	overflow: hidden;
	margin-top: 20px
}

#navs .item h3 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	margin: 0;
	padding-left: 17px
}

#navs .item h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	height: 16px;
	width: 4px;
	border-radius: 10px;
	background-color: var(--tb--main)
}

#navs .item ul {
	margin-right: -1.3%
}

#navs .item li {
	float: left;
	width: 32.0333333333%;
	margin-right: 1.3%;
	margin-top: 1.3%
}

#navs .item li a {
	display: block;
	padding: 15px 20px;
	background-color: var(--tb--white);
	border-radius: 6px
}

#navs .item li a:hover {
	color: #fff;
	background-color: var(--tb--main)
}

#navs .item li a:hover p {
	color: hsla(0,0%,100%,.8)
}

#navs .item li a:hover i {
	color: #fff
}

#navs .item li a:hover img {
	opacity: 1
}

#navs .item li strong {
	display: block;
	font-size: 15px
}

#navs .item li i {
	float: right;
	font-size: 15px;
	color: #ccc
}

#navs .item li p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 5px 0 0;
	color: #999;
	height: 63px
}

#navs .item li img {
	float: right;
	max-width: 56px;
	max-height: 56px;
	border-radius: 6px;
	margin-left: 15px;
	margin-top: 10px;
	opacity: .8
}

@media(max-width:768px) {
	#navs .item ul {
		margin-right: -3%
	}

	#navs .item li {
		width: 47%;
		margin-right: 3%;
		margin-top: 3%
	}
}

@media(max-width:600px) {
	#navs nav {
		display: none
	}

	#navs .focus {
		margin-left: 0;
		border-radius: 0;
		padding: 40px 15px;
		margin-bottom: 15px
	}

	#navs .focus h1 {
		font-size: 20px
	}

	#navs .items {
		margin-left: 0;
		padding: 0 15px
	}

	#navs .item ul {
		margin-right: -2%
	}

	#navs .item li {
		width: 48%;
		margin-right: 2%;
		margin-top: 2%
	}

	#navs .item h3 {
		font-size: 14px;
		padding-left: 15px
	}

	#navs .item h3:before {
		height: 14px;
		margin-top: -7px
	}

	#navs .item li a {
		padding: 12px 15px
	}

	#navs .item li strong {
		font-size: 14px;
		font-weight: 400
	}

	#navs .item li i {
		font-size: 14px
	}

	#navs .item li p {
		font-size: 12px;
		height: 55px
	}

	#navs .item li img {
		max-width: 50px;
		max-height: 50px;
		margin-left: 10px;
		margin-top: 8px
	}
}

.page-template-pagesuser-php .user-signin {
	display: none
}

.page-template-pagesuser-php.logged-in .user-signin {
	display: block
}

.container-user {
	position: relative;
	padding-left: 200px;
	background-color: var(--tb--white);
	margin-bottom: 20px;
	border-radius: 6px
}

@media(max-width:600px) {
	.container-user {
		margin-bottom: 0;
		border-radius: 0;
		padding-left: 0
	}
}

.usercontent {
	padding: 25px 30px
}

@media(max-width:600px) {
	.usercontent {
		padding: 15px
	}
}

.usertitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--tb--line);
	text-align: center
}

.usertitle h2 {
	font-size: 14px;
	font-weight: 400
}

.usertitle img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px
}

@media(max-width:600px) {
	.usertitle {
		border-bottom: none;
		margin-bottom: 5px;
		padding-bottom: 0;
		color: #999
	}

	.usertitle h2 {
		font-size: 12px
	}

	.usertitle img {
		margin-bottom: 5px
	}
}

.userside {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	border-right: 1px solid var(--tb--line);
	background-color: #fdfdfd;
	padding: 20px;
	border-radius: 6px 0 0 6px
}

.darking .userside {
	background-color: var(--tb--white)
}

@media(max-width:600px) {
	.userside {
		position: relative;
		width: auto;
		border-right: none;
		background-color: #fff;
		border-radius: 0;
		padding: 15px 15px 0;
		border-bottom: 1px solid var(--tb--line)
	}
}

.usermenu li {
	margin-bottom: 4px
}

.usermenu a {
	display: block;
	padding: 10px 20px;
	border-radius: 6px
}

.usermenu li.active a {
	color: #fff;
	background-color: var(--tb--main)
}

@media(max-width:600px) {
	.usermenu {
		display: flex;
		text-align: center;
		margin-left: -5px;
		margin-right: -5px
	}

	.usermenu li {
		flex: auto;
		justify-content: space-between;
		margin-bottom: 0
	}

	.usermenu a {
		padding: 10px 0;
		position: relative
	}

	.usermenu li.active a {
		color: var(--tb--main);
		background-color: transparent
	}

	.usermenu li.active a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 20px;
		margin-left: -10px;
		height: 4px;
		background-color: var(--tb--main);
		border-radius: 10px
	}
}

.user-main {
	position: relative;
	min-height: 600px
}

.user-commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.user-commentlist li {
	border-bottom: 1px solid var(--tb--line);
	overflow: hidden;
	padding: 15px 0 15px 140px
}

.user-commentlist .note {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px
}

.user-commentlist p {
	font-size: 12px;
	margin-bottom: 0
}

.user-commentlist time {
	font-size: 12px;
	color: #999;
	float: left;
	margin-left: -140px;
	margin-top: 2px
}

@media(max-width:600px) {
	.user-commentlist li {
		padding-left: 0
	}

	.user-commentlist time {
		float: none;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 10px;
		display: block
	}
}

.user-loading {
	text-align: center;
	padding: 200px 0;
	color: #999;
	font-size: 16px
}

.user-loading i {
	font-size: 20px
}

.user-meta {
	list-style: none;
	margin: 50px;
	line-height: 36px;
	color: #999;
	max-width: 500px
}

.user-meta li {
	padding-left: 120px;
	margin-bottom: 15px
}

.user-meta label {
	float: left;
	margin-left: -120px;
	width: 110px;
	text-align: right;
	line-height: 36px;
	color: #666
}

@media(max-width:600px) {
	.user-meta {
		margin: 0
	}

	.user-meta li {
		padding-left: 0
	}

	.user-meta label {
		float: none;
		font-size: 12px;
		color: #999;
		margin-left: 0;
		text-align: left;
		display: block;
		line-height: 30px
	}

	.user-meta .btn-primary {
		width: 100%
	}
}

.user-tips {
	position: fixed;
	top: -30px;
	left: 45%;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	background-color: #ff5e52;
	opacity: .85;
	filter: alpha(opacity=85);
	border-radius: 0 0 2px 2px;
	font-size: 12px;
	z-index: 9999
}

.user-postlist h2 {
	font-size: 17px;
	margin-right: 10px;
	word-wrap: break-word
}

.user-postlist li {
	border-bottom: 1px solid var(--tb--line);
	padding: 20px 0;
	overflow: hidden
}

.user-postlist p {
	margin-bottom: 0;
	padding-top: 10px;
	color: #999
}

.user-postlist .note {
	color: #999;
	height: 70px;
	overflow: hidden
}

.user-postlist .thumb {
	float: right;
	margin-left: 20px;
	width: 175px;
	height: 120px;
	border-radius: 6px
}

@media(max-width:600px) {
	.user-postlist h2 {
		font-size: 14px
	}

	.user-postlist p {
		font-size: 12px
	}

	.user-postlist .note {
		font-size: 12px;
		height: auto
	}

	.user-postlist .thumb {
		width: 117px;
		height: 80px
	}
}

.user-postmenu {
	margin-top: -5px;
	border-bottom: 1px solid var(--tb--line)
}

.user-postmenu a {
	display: inline-block;
	padding: 10px 0;
	margin-right: 30px
}

.user-postmenu a.active {
	color: var(--tb--main);
	font-weight: 700
}

.user-postmenu a.active small,.user-postmenu a:hover small,.user-postmenu small {
	font-size: 12px;
	margin-left: 5px;
	color: #999;
	font-weight: 400;
	position: relative;
	top: -1px
}

@media(max-width:600px) {
	.user-postmenu a {
		padding: 5px 0;
		margin-right: 15px
	}
}

.user-postnew {
	max-width: 100%
}

#zip-frame {
	display: none
}

.wp-editor-tools {
	margin-bottom: 10px;
	position: relative;
	top: 2px
}

@media(max-width:768px) {
	#insert-media-button {
		line-height: 2.15384615!important;
		min-height: auto!important
	}
}

.wp-editor-container {
	border: 1px solid #ccc;
	border-radius: 6px;
	position: relative;
	clear: none!important
}

div.mce-panel {
	padding-bottom: 2px;
	border-radius: 6px
}

.wp-editor-tools {
	height: 29px
}

.wp-editor-tabs {
	float: none!important;
	overflow: hidden
}

.wp-switch-editor {
	margin-top: 0!important;
	margin-left: 0!important;
	margin-right: 5px!important;
	border-color: #ccc!important;
	border-radius: 6px 6px 0 0
}

.resetpass {
	padding: 20px;
	background-color: var(--tb--white);
	border-radius: 6px;
	min-height: 600px;
	margin-bottom: 20px
}

.resetpass form {
	width: 300px;
	margin: 0 auto;
	text-align: left
}

.resetpass form p {
	margin-bottom: 20px
}

.resetpass h1 {
	font-size: 22px;
	font-weight: 400
}

.resetpass h3 {
	font-size: 18px;
	margin-bottom: 20px
}

@media(max-width:600px) {
	.resetpass {
		margin-bottom: 0;
		border-radius: 0;
		padding: 15px;
		min-height: 400px
	}

	.resetpass form {
		width: 80%
	}

	.resetpass h3 {
		font-size: 16px
	}
}

.resetpasssteps {
	margin-bottom: 150px;
	overflow: hidden;
	text-align: center;
	border-radius: 6px
}

.resetpasssteps li {
	width: 33.3333333333%;
	float: left;
	background-color: var(--tb--bdbg);
	color: #666;
	line-height: 36px;
	position: relative
}

.resetpasssteps li.active {
	background-color: var(--tb--main);
	color: #fff
}

@media(max-width:600px) {
	.resetpasssteps {
		margin-bottom: 50px;
		font-size: 12px
	}
}

.errtip {
	background-color: #fceaea;
	color: #db5353;
	padding: 8px 15px;
	font-size: 14px;
	border: 1px solid #fc9797;
	border-radius: 5px
}

.woocommerce.single .content {
	padding-top: 35px
}

@media(max-width:600px) {
	.woocommerce.single .content {
		padding-top: 15px
	}
}

.wootb {
	background-color: var(--tb--white);
	border-radius: 6px;
	padding: 35px;
	margin-bottom: 20px
}

@media(max-width:600px) {
	.wootb {
		padding: 15px;
		margin-bottom: 0;
		border-radius: 0
	}
}

.woocommerce-breadcrumb {
	display: none
}

.page-title {
	margin: 0 0 20px;
	font-size: 25px;
	float: left
}

.woocommerce-result-count {
	display: none
}

.woocommerce-ordering {
	float: right;
	margin-bottom: 20px
}

.woocommerce-ordering select {
	border-color: #ddd;
	padding: 3px 6px
}

.products {
	clear: both
}

.woocommerce ul.products li.product a img {
	margin-bottom: 5px
}

.woocommerce ul.products li.product .price {
	color: #ff351a
}

.woocommerce ul.products li.product .price ins {
	float: left;
	margin-right: 15px;
	text-decoration: none
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
	color: #999
}

.woocommerce ul.products li.product .button {
	margin-top: 5px
}

.woocommerce a.button {
	font-size: 12px;
	font-weight: 400;
	border-radius: 2px;
	color: #888
}

.woocommerce-Price-currencySymbol {
	margin-right: 2px;
	display: inline-block
}

.woocommerce-page .container-page {
	padding-left: 0
}

.woocommerce-page .article-content {
	font-size: 14px
}

.woocommerce-page .pageside {
	display: none
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
	padding: 6px 8px;
	border: 1px solid #ddd
}

.woocommerce form .form-row input.input-text:hover,.woocommerce form .form-row textarea:hover {
	border-color: #bbb
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #ddd
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px
}

.select2-container .select2-selection--single {
	height: 34px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px
}

.select2-dropdown {
	border-radius: 0
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
	background-color: #f6f6f6;
	border-radius: 0
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: #ddd
}

#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: collapse
}

.woocommerce table.shop_table {
	border-radius: 6px;
	border: none;
	border-collapse: collapse
}

.woocommerce-account .addresses .title h3 {
	padding-left: 20px
}

.cart_totals table.shop_table {
	border-right: 1px solid #e6e6e6
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	vertical-align: middle
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
	border-left: 4px solid #a46497;
	border-top: none;
	padding-left: 2em
}

.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before {
	display: none
}

.woocommerce-error {
	border-left-color: #f57777
}

.woocommerce-info {
	border-left-color: var(--tb--main)
}

.woocommerce-message {
	border-left-color: #ffa343
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
	background-color: var(--tb--main)
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
	background-color: #4fa9e0
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
	border-radius: 0
}

.woocommerce .star-rating span {
	color: #ff8400
}

.woocommerce-cart-form__contents td {
	text-align: center
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
	margin: 0 auto
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 180px
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 180px)
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.woocommerce-MyAccount-navigation ul li {
	font-size: 15px;
	margin-bottom: 10px
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #888;
	border-left: 4px solid #fff;
	padding-left: 15px;
	line-height: 32px
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	border-left-color: var(--tb--main);
	color: var(--tb--main)
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--tb--main)
}

@media(max-width:768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
		overflow: hidden;
		margin-bottom: 20px
	}

	.woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		margin-right: 15px
	}

	.woocommerce-MyAccount-navigation ul li:last-child {
		margin-right: 0
	}

	.woocommerce-MyAccount-navigation ul li a {
		border-left: none;
		border-bottom: 2px solid transparent;
		padding-left: 0
	}

	.woocommerce-MyAccount-navigation ul li.is-active a {
		border-bottom-color: var(--tb--main)
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%
	}
}

.woocommerce div.product .product_title {
	margin-bottom: 20px;
	font-size: 27px
}

@media(max-width:768px) {
	.woocommerce div.product .product_title {
		margin-bottom: 10px;
		font-size: 22px
	}
}

.woocommerce-review-link {
	color: #bbb
}

.woocommerce div.product p.price,.woocommerce div.product span.price {
	color: #ff351a;
	font-size: 18px
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
	float: left;
	text-decoration: none;
	font-weight: 400;
	margin-right: 20px
}

.woocommerce div.product p.price del,.woocommerce div.product span.price del {
	color: #999
}

.woocommerce-product-details__short-description {
	padding: 20px 0;
	font-size: 14px
}

.woocommerce .quantity .qty {
	border-radius: 2px;
	height: 31px;
	border: 1px solid #ddd;
	margin-right: 5px
}

.product_meta {
	color: #999
}

.product_meta .posted_in,.product_meta .sku_wrapper {
	margin-right: 20px
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	margin-top: 1%;
	margin-right: 1%;
	width: 24%
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
	margin-right: 1%
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs .panel {
	border-radius: 0;
	padding: 15px 30px 30px
}

.woocommerce div.product .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

#reply-title {
	color: #999;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px
}

.woocommerce #review_form #respond textarea {
	border: 1px solid #ddd;
	padding: 4px 8px
}

.woocommerce #review_form #respond textarea:hover {
	border-color: #bbb
}

.products h2 {
	font-size: 22px;
	margin: 0 0 10px
}

.article-content h2.woocommerce-loop-product__title {
	border-bottom: none
}

.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding: 15px 0;
	border: none
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	border: none;
	border-radius: 2px;
	top: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
	font-size: 14px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 5px
}

.woocommerce .comment_container {
	border-bottom: 1px solid #eee
}

.woocommerce div.product .woocommerce-tabs .panel img {
	margin: 5px 0;
	display: block;
	max-width: 100%;
	height: auto
}

.woocommerce div.product .woocommerce-tabs .panel h3,.woocommerce div.product .woocommerce-tabs .panel h4,.woocommerce div.product .woocommerce-tabs .panel h5 {
	padding: 0;
	margin: 20px 0;
	color: #555;
	font-weight: 700
}

.woocommerce div.product .woocommerce-tabs .panel h1,.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-weight: 700;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}

.woocommerce div.product .woocommerce-tabs .panel h1 {
	font-size: 20px
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 18px
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
	font-size: 16px
}

.woocommerce div.product .woocommerce-tabs .panel h4 {
	font-size: 15px
}

.woocommerce div.product .woocommerce-tabs .panel h5 {
	font-size: 14px
}

.woocommerce div.product .woocommerce-tabs .panel ol,.woocommerce div.product .woocommerce-tabs .panel ul {
	margin: 0 0 20px 50px
}

.woocommerce div.product .woocommerce-tabs .panel ul {
	list-style: disc
}

.woocommerce div.product .woocommerce-tabs .panel ol {
	list-style: decimal
}

.woocommerce div.product .woocommerce-tabs .panel li {
	margin-bottom: 6px
}

.woocommerce div.product .woocommerce-tabs .panel p {
	margin-bottom: 20px;
	word-wrap: break-word
}

.woocommerce div.product .woocommerce-tabs .panel pre {
	word-wrap: break-word
}

.woocommerce div.product .woocommerce-tabs .panel table {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px
}

.woocommerce div.product .woocommerce-tabs .panel table th {
	background-color: #f9f9f9;
	text-align: center
}

.woocommerce div.product .woocommerce-tabs .panel table td,.woocommerce div.product .woocommerce-tabs .panel table th {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 10px
}

.woocommerce div.product .woocommerce-tabs .panel .alignnone {
	margin: 0 auto
}

.woocommerce div.product .woocommerce-tabs .panel .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}

.woocommerce div.product .woocommerce-tabs .panel .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}

.woocommerce div.product .woocommerce-tabs .panel .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption {
	margin-bottom: 20px;
	background-color: #f6f6f6;
	padding: 10px 10px 1px;
	max-width: 100%
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption img {
	margin: 0 0 5px
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption p {
	margin-bottom: 10px;
	text-indent: 0
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption.alignnone {
	text-align: center
}

.woocommerce div.product .woocommerce-tabs .panel .wp-caption:hover .wp-caption-text {
	color: var(--tb--main)
}

.woocommerce div.product .woocommerce-tabs .panel a {
	text-decoration: underline;
	color: var(--tb--main)
}

.woocommerce div.product .woocommerce-tabs .panel a:hover {
	color: #ff5e52
}

.comment pre,.woocommerce div.product .woocommerce-tabs .panel pre {
	margin: 20px 0;
	font: 12px/20px courier new;
	background: #272822;
	padding: 10px 15px;
	color: #f8f8d4;
	border: none
}

.woocommerce div.product .woocommerce-tabs .panel blockquote {
	margin: 30px;
	padding: 15px 20px;
	font-size: 16px;
	color: #999;
	border-left: 5px solid #eee
}

.woocommerce div.product .woocommerce-tabs .panel blockquote p {
	padding: 0;
	margin: 0 0 10px
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 30px
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin: 0
}

.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 4px;
	border: none
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #e6e6e6;
	border-radius: 2px;
	padding: 7px 12px;
	color: #999
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #ccc;
	color: #fff
}

.widget_shopping_cart_content {
	padding: 5px 20px 0
}

.widget_shopping_cart_content .product_list_widget {
	padding: 0!important
}

.woocommerce .widget_shopping_cart .total {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px
}

.woocommerce.widget_shopping_cart .cart_list li,.woocommerce .widget_shopping_cart .cart_list li {
	padding-top: 5px;
	padding-bottom: 5px
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,.woocommerce .widget_shopping_cart .cart_list li a.remove {
	top: 8px;
	font-size: 16px
}

.woocommerce.widget_product_categories .product-categories {
	padding: 15px 15px 10px
}

.woocommerce.widget_product_categories .product-categories li {
	margin-bottom: 5px
}

.woocommerce ul.product_list_widget {
	padding: 10px 20px
}

.woocommerce ul.product_list_widget .amount {
	color: #999;
	margin-top: 5px;
	display: inline-block
}

.woocommerce.widget_product_search {
	padding: 15px;
	overflow: hidden
}

.woocommerce.widget_product_search .search-field {
	float: left;
	width: 70%;
	height: 37px;
	border: 1px solid #ddd;
	padding: 5px 10px
}

.woocommerce.widget_product_search button[type=submit] {
	float: right;
	width: 28%;
	height: 37px;
	padding: 5px 10px
}

.woocommerce.widget_product_tag_cloud .tagcloud {
	overflow: hidden
}

.woocommerce.widget_product_tag_cloud .tagcloud a {
	color: #999;
	background-color: #f6f6f6;
	float: left;
	width: 31.3333%;
	margin: 0 1% 1% 0;
	padding: 0 8px;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	overflow: hidden
}

.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: var(--tb--main)
}