:root {
	--theme-color: #1e88e5;
	--theme-color2: #1e88e5;
	--theme-radius: 6px;
	--theme-color3: #f1404b;
	--theme-color-rgb: 241, 64, 75;
	--theme-color-bg: rgba(var(--theme-color-rgb), 0.1);
	--hover-color: #d12768;
	--focus-color: var(--theme-color);
	--focus-shadow-color: rgba(220, 65, 75, 0.6);
	--main-color: #484b4f;
	--main-shadow: rgba(0, 0, 0, 0.1);
	--main-bg-color: #fff;
	--main-radius: 12px;
	--main-radius-bg: #93969a;
	--main-aside-basis-width: 218px;
	--main-aside-width: var(--main-aside-basis-width);
	--main-nav-hight: 70px;
	--main-max-width: 1505px;
	--main-blur-bg-color: rgba(245, 245, 245, 0.75);
	--main-blur-bg-color2: rgba(245, 245, 245, 0.85);
	--main-blur-bg-color3: rgba(245, 245, 245, 0.6);
	--muted-color: #93959a;
	--muted-color2: #66686b;
	--muted-color3: #a5a8aa;
	--muted-bg-color: #e6e8ea;
	--muted-bg-color-l: #f1f2f4;
	--muted-shadow: rgba(116, 116, 116, 0.1);
	--muted-bg-a-color: var(--muted-shadow);
	--muted-blur-bg-color: rgba(220, 220, 220, 0.6);
	--body-bg-color: #f2f4f7;
	--posts-card-scale: 70%;
	--posts-list-scale: 70%;
	--home-max-width: 1900px;
	--home-card-padding: 10px;
	--input-bg-color: var(--body-bg-color);
	--theme-border-radius: var(--main-radius);
	--theme-border-radius-xxl: calc(var(--main-radius) + 8px);
	--theme-border-radius-xl: calc(var(--main-radius) + 4px);
	--theme-border-radius-lg: calc(var(--main-radius) - 2px);
	--theme-border-radius-md: calc(var(--main-radius) - 4px);
	--theme-border-radius-sm: calc(var(--main-radius) - 6px);
	--theme-border-radius-xs: calc(var(--main-radius) - 8px);
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 10001;
	background-color: #f3f6fe;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	background-color: #c7c7c7;
	border-radius: 0;
}

/* TOP背景颜色 */
body.has-topbar .header {
	top: 30px;
	box-shadow: none;
}

body.has-topbar.topbar-hide .header {
	top: 0;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.container,
.ioui-aside,
.ioui-content {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 1535px) {
	.container,
	.single .main .container {
		max-width: 1200px !important;
	}
	.post-fixed-nav {
		display: none;
	}
}

.single .main .container,
.page-template-default .main .container,
.page-template-tougao .main .container,
.page-template-ask .main .container {
	max-width: 1200px;
}

.header.scrolled {
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.header ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.nav-main {
	float: left;
	font-size: 16px;
	margin-top: 0px;
	margin-left: 30px;
}

.nav-main li {
	position: relative;
	float: left;
	color: #333;
}

.nav-main a:hover {
	color: var(--theme-color) !important;
}

.nav-main > li.menu-item-has-children {
	padding-right: 12px;
}

.nav-main > li.menu-item-has-children:after {
	font-family: 'iconfont-modown' !important;
	content: '\e623';
	position: absolute;
	right: 10px;
	font-size: 12px;
	top: calc(50% - 4px);
	height: 12px;
	line-height: 12px;
}

.nav-main > li.current-menu-item.menu-item-has-children:after,
.nav-main > li.current-menu-parent.menu-item-has-children:after,
.nav-main > li.current_page_item.menu-item-has-children:after,
.nav-main > li.current-post-ancestor.menu-item-has-children:after,
.nav-main > li.current-menu-ancestor.menu-item-has-children:after,
.nav-main > li.current-category-ancestor.menu-item-has-children:after {
	color: var(--theme-color) !important;
}

.nav-main > li.menu-item-has-children:hover:after {
	content: '\e620';
}

.nav-main a {
	display: block;
	padding: 0 15px;
	-webkit-transition: ease-in color 0.15s;
	transition: ease-in color 0.15s;
	position: relative;
}

.nav-main > li > a {
	padding: 25px 13px 23px;
}

.nav-main > li > a > t {
	position: absolute;
	font-size: 11px;
	left: calc(100% - 20px);
	top: 10px;
	background: var(--theme-color);
	color: #fff;
	border-radius: 4px 4px 4px 0;
	padding: 3px 4px;
	width: 32px;
	text-align: center;
	line-height: 1;
}

.nav-main > li.current-menu-item > a,
.nav-main > li.current-menu-parent > a,
.nav-main > li.current_page_item > a,
.nav-main > li.current-post-ancestor > a,
.nav-main > li.current-menu-ancestor > a,
.nav-main > li.current-category-ancestor > a {
	color: var(--theme-color) !important;
}

.nav-main > li.current-menu-item > a:after,
.nav-main > li.current-menu-parent > a:after,
.nav-main > li.current_page_item > a:after,
.nav-main > li.current-post-ancestor > a:after,
.nav-main > li.current-menu-ancestor > a:after,
.nav-main > li.current-category-ancestor > a:after {
	content: '';
	font-size: 12px;
	position: absolute;
	bottom: 1px;
	left: 13px;
	right: 13px;
	font-weight: 300;
	height: 2px;
	border-radius: 2px;
	background: var(--theme-color);
}

.nav-main .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	font-size: 14px;
	padding: 6px 0;
	margin: 20px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	line-height: 32px;
	min-width: 180px;
	border-radius: var(--theme-radius);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
}

.nav-main > li > .sub-menu:before {
	content: ' ';
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	left: 20px;
	top: -14px;
}

.nav-main .sub-menu li {
	float: none;
}

.nav-main .sub-menu li.menu-item-has-children:after {
	font-family: 'iconfont-modown' !important;
	content: '\e621';
	position: absolute;
	right: 15px;
	font-size: 12px;
	top: calc(50% - 6px);
	height: 12px;
	line-height: 12px;
}

.nav-main > li.mega4 .sub-menu li.menu-item-has-children:after,
.nav-main > li.mega33 .sub-menu li.menu-item-has-children:after,
.nav-main > li.mega3 .sub-menu li.menu-item-has-children:after,
.nav-main > li.mega2 .sub-menu li.menu-item-has-children:after {
	content: none;
}

.nav-main .sub-menu a {
	font-weight: normal;
	color: #333;
}

.nav-main .sub-menu a:hover,
.nav-main .sub-menu .current-menu-item > a,
.nav-main .sub-menu .current-menu-ancestor > a,
.nav-main .sub-menu .current-menu-parent > a {
	color: var(--theme-color);
}

.nav-main .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 9;
}

.nav-main .explose {
	display: none;
}

.nav-main li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

@media (min-width: 769px) {
	.nav-main > li.mega4 > .sub-menu {
		min-width: 500px;
		padding: 10px 0;
	}

	.nav-main > li.mega4 > .sub-menu > li {
		position: static;
	}

	.nav-main > li.mega4 > .sub-menu > li > a {
		position: relative;
	}

	.nav-main > li.mega4 > .sub-menu > li > a {
		width: 110px;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		height: 32px;
		border-right: none;
	}

	.nav-main > li.mega4 > .sub-menu > li:first-child > a,
	.nav-main > li.mega4 > .sub-menu > li.mg-show > a {
		background: #f3f3f3;
	}

	.nav-main > li.mega4 > .sub-menu > li:first-child > a:after,
	.nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
		content: ' ';
		height: 0;
		width: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 8px;
		border-bottom-color: #f3f3f3;
		position: absolute;
		right: -14px;
		top: 8px;
		transform: rotate(-270deg);
	}

	.nav-main > li.mega4 > .sub-menu > li.mg-hide > a:after {
		content: none;
	}

	.nav-main > li.mega4 > .sub-menu > li.mg-hide > a {
		background: transparent;
	}

	.nav-main > li.mega4:hover > .sub-menu > li:first-child > .sub-menu,
	.nav-main > li.mega4:hover > .sub-menu > li:first-child > .sub-menu > li > .sub-menu,
	.nav-main > li.mega4 > .sub-menu > li.mg-show .sub-menu {
		opacity: 1;
		visibility: visible;
		display: block;
	}

	.nav-main > li.mega4 > .sub-menu > li.mg-hide .sub-menu {
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	.nav-main > li.mega4 > .sub-menu > li > .sub-menu {
		position: absolute;
		border-radius: 0;
		box-shadow: none;
		left: 110px;
		top: 0;
		bottom: 0;
		margin: 0;
		overflow: hidden;
		padding: 10px 0;
		min-width: 400px;
		border-left: 1px solid #f3f3f3;
		border-radius: 0 var(--theme-radius) var(--theme-radius) 0;
	}

	.nav-main > li.mega4 > .sub-menu > li > .sub-menu > li {
		padding: 8px 0;
	}

	.nav-main > li.mega4 > .sub-menu > li > .sub-menu > li > a {
		width: 90px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 16px;
		height: 16px;
		border-right: 1px solid #f3f3f3;
	}

	.nav-main > li.mega4 > .sub-menu > li > .sub-menu li {
		float: none;
	}

	.nav-main > li.mega4 .sub-menu .sub-menu .sub-menu a {
		color: #777;
	}

	.nav-main > li.mega4 .sub-menu .sub-menu .sub-menu {
		box-shadow: none;
		margin: 0;
		padding: 0;
		min-width: auto;
		left: 90px;
	}

	.nav-main > li.mega4 .sub-menu .sub-menu .sub-menu li {
		float: left;
	}

	.nav-main > li.mega33 > .sub-menu {
		min-width: 500px;
		padding: 10px 0;
	}

	.nav-main > li.mega33 > .sub-menu > li {
		position: static;
	}

	.nav-main > li.mega33 > .sub-menu > li > a {
		position: relative;
	}

	.nav-main > li.mega33 > .sub-menu > li > a {
		width: 110px;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		height: 32px;
		border-right: none;
	}

	.nav-main > li.mega33 > .sub-menu > li:first-child > a,
	.nav-main > li.mega33 > .sub-menu > li.mg-show > a {
		background: #f3f3f3;
	}

	.nav-main > li.mega33 > .sub-menu > li:first-child > a:after,
	.nav-main > li.mega33 > .sub-menu > li.mg-show > a:after {
		content: ' ';
		height: 0;
		width: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 8px;
		border-bottom-color: #f3f3f3;
		position: absolute;
		right: -14px;
		top: 8px;
		transform: rotate(-270deg);
	}

	.nav-main > li.mega33 > .sub-menu > li.mg-hide > a:after {
		content: none;
	}

	.nav-main > li.mega33 > .sub-menu > li.mg-hide > a {
		background: transparent;
	}

	.nav-main > li.mega33:hover > .sub-menu > li:first-child > .sub-menu,
	.nav-main > li.mega33:hover > .sub-menu > li:first-child > .sub-menu > li > .sub-menu,
	.nav-main > li.mega33 > .sub-menu > li.mg-show .sub-menu {
		opacity: 1;
		visibility: visible;
		display: block;
	}

	.nav-main > li.mega33 > .sub-menu > li.mg-hide .sub-menu {
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	.nav-main > li.mega33 > .sub-menu > li > .sub-menu {
		position: absolute;
		border-radius: 0;
		box-shadow: none;
		left: 110px;
		top: 0;
		bottom: 0;
		margin: 0;
		overflow: hidden;
		padding: 10px 0;
		min-width: 400px;
		border-left: 1px solid #f3f3f3;
		border-radius: 0 var(--theme-radius) var(--theme-radius) 0;
	}

	.nav-main > li.mega33 > .sub-menu > li > .sub-menu > li {
		padding: 8px 0;
	}

	.nav-main > li.mega33 > .sub-menu > li > .sub-menu > li > a {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 16px;
		height: 16px;
	}

	.nav-main > li.mega33 > .sub-menu > li > .sub-menu li {
		float: left;
		width: 25%;
	}

	.nav-main > li.mega3 > .sub-menu {
		min-width: 470px;
		padding: 10px 6px;
		line-height: 28px;
	}

	.nav-main > li.mega3:hover > .sub-menu .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.nav-main > li.mega3 .sub-menu .sub-menu {
		position: relative;
		border-radius: 0;
		box-shadow: none;
		left: 0;
		margin: 0;
		overflow: hidden;
		margin-left: 15px;
		padding: 0;
		line-height: 25px;
		font-size: 12px;
		background: transparent;
	}

	.nav-main > li.mega3 .sub-menu .sub-menu a {
		color: #777;
	}

	.nav-main > li.mega3 > .sub-menu > li {
		width: 150px;
		display: inline-block;
		text-align: left;
		float: left;
		margin-bottom: 10px;
	}

	.nav-main > li.mega3 .sub-menu .sub-menu > li {
		margin-left: 0;
		display: block;
		float: none;
	}

	.nav-main > li.mega3 .sub-menu .sub-menu > li a {
		padding: 0 15px 0 0;
	}

	.nav-main > li.mega2 > .sub-menu {
		min-width: 360px;
		padding: 15px 6px;
		line-height: 30px;
	}

	.nav-main > li.mega2 > .sub-menu > li {
		float: left;
		width: 33.33333%;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		height: 30px;
	}

	.nav-main > li.mega22 > .sub-menu {
		min-width: 240px;
	}

	.nav-main > li.mega22 > .sub-menu > li {
		float: left;
		width: 50%;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		height: 30px;
	}
}

.nav-left {
	display: none;
	float: left;
	font-size: 15px;
}

.nav-left li {
	position: relative;
	float: left;
}

.nav-left .nav-search {
	padding: 9px 10px;
}

.nav-left .nav-search a {
	padding: 6px 0;
}

.nav-left .nav-button {
	padding: 9px 10px 9px 0;
}

.nav-left .nav-button a {
	padding: 6px 0 !important;
}

.nav-left a {
	display: inline-block;
}

.nav-left .icon {
	font-size: 18px;
}

.nav-right {
	float: right;
	font-size: 15px;
	margin-top: 0px;
}

.nav-right li {
	position: relative;
	float: left;
}

.nav-right a {
	display: inline-block;
	padding: 0 15px;
	-webkit-transition: ease-in color 0.15s;
	transition: ease-in color 0.15s;
	position: relative;
}

.nav-right a:hover {
	color: var(--theme-color) !important;
}

.nav-right > li > a {
	padding: 25px 10px 23px;
}

.nav-right .icon {
	font-size: 20px;
}

.nav-right .nav-login {
	padding: 11px 0 11px 13px;
}

.nav-right .nav-login.no {
	padding: 19px 0 17px 13px;
}

.nav-right .nav-login.no .nav-line {
	display: none;
}

.nav-right .nav-login a {
	padding: 6px 0;
	border: none;
	position: relative;
}

.nav-right .nav-login a.reg {
	background: var(--theme-color);
	color: #fff !important;
	padding: 6px 16px;
	border-radius: 3px;
	margin-left: 26px;
}

.nav-right .nav-login i {
	display: none;
}

.nav-right .nav-login .avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.nav-right .nav-login.yes span {
	position: absolute;
	right: -3px;
	bottom: -1px;
}

.nav-right .nav-login.yes span:after {
	font-family: 'iconfont-modown';
	content: '\e8d2';
	font-size: 14px;
	color: #fbb715;
}

.nav-right .nav-vip {
	padding: 9.5px 13px;
}

.nav-right .nav-vip a {
	padding: 3px 0;
	color: #fbb715 !important;
}

.nav-right .nav-vip a .icon {
	font-size: 30px;
}

.nav-right .nav-tougao {
	padding: 14px 13px;
}

.nav-right .nav-tougao a {
	padding: 6px 0;
}

.nav-right .nav-notice {
	padding: 14px 13px;
}

.nav-right .nav-notice a {
	padding: 6px 0;
}

.nav-right .nav-notice .header__notify {
	position: absolute;
	top: 9px;
	right: -4px;
	width: 6px;
	height: 6px;
	background: var(--theme-color);
	border-radius: 50%;
}

.nav-right .nav-notice .header__name {
	padding: 0 6px 6px;
	border-bottom: 1px solid #f5f5f5;
}

.nav-right .nav-notice .header__scroll {
	max-height: 338px;
	padding: 0 6px;
	margin: 10px 0;
	overflow: auto;
}

.nav-right .nav-notice .notify {
	line-height: 1.8;
}

.nav-right .nav-notice .notify__item {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
}

.nav-right .nav-notice .notify__icon {
	margin-right: 20px;
	margin-top: 6px;
	font-size: 0;
}

.nav-right .nav-notice .notify__icon svg {
	font-size: 10px;
	fill: #a7a7a7;
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
}

.nav-right .nav-notice .noread .notify__icon svg {
	fill: var(--theme-color);
}

.nav-right .nav-notice .header__notify_read {
	float: right;
	font-size: 12px;
	color: #a7a7a7;
	cursor: pointer;
}

.nav-right .nav-notice .header__notify_read .icon {
	font-size: 13px;
	position: relative;
	top: 0.5px;
}

.nav-right .nav-notice .notify__content {
	margin-bottom: 4px;
}

.nav-right .nav-notice .notify a {
	color: #a7a7a7;
	transition: color 0.2s;
	display: inline-block;
	padding: 0;
}

.nav-right .nav-notice .noread a {
	color: var(--theme-color);
}

.nav-right .nav-notice .notify strong {
	color: #a7a7a7;
	font-weight: 600;
}

.nav-right .nav-notice .notify__span {
	margin: 0 3px;
	color: #a7a7a7;
	font-weight: 300;
}

.nav-right .nav-notice .notify__time {
	font-size: 9px;
	color: #a7a7a7;
}

.nav-right .nav-search {
	padding: 14px 13px;
}

.nav-right .nav-search a {
	padding: 6px 0;
}

.nav-right .nav-cart {
	padding: 14px 13px;
	position: relative;
}

.nav-right .nav-cart a {
	padding: 6px 0;
	z-index: 99;
}

.nav-right .nav-cart span {
	position: absolute;
	top: 5px;
	right: -3px;
	font-size: 12px;
	color: var(--theme-color);
	font-weight: bold;
}

.nav-right .nav-line {
	width: 1px;
	background: #777;
	height: 10px;
	display: inline-block;
	margin: 0 15px;
}

.nav-right .nav-button {
	display: none;
}

.nav-right .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 8px 10px;
	margin: 20px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	line-height: 32px;
	min-width: 330px;
	border-radius: var(--theme-radius);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
}

.nav-right .sub-menu:before {
	content: ' ';
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	right: 10px;
	top: -14px;
}

.nav-right .sub-menu li {
	float: left;
	width: 20%;
}

.nav-right .sub-menu li.first {
	width: 100%;
	margin-bottom: 14px;
}

.nav-right .sub-menu a {
	font-weight: normal;
	padding: 0 10px;
	color: #333;
}

.nav-right .sub-menu a:hover {
	color: var(--theme-color);
}

.nav-right .sub-menu li.item {
	text-align: center;
	line-height: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}

.nav-right .sub-menu li.item a {
	padding: 0;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #f5f5f5;
	display: inline-block;
	text-align: center;
}

.nav-right .sub-menu .user-info {
	padding: 0 6px;
}

.nav-right .sub-menu .user-info .avatar {
	width: 45px;
	height: 45px;
}

.nav-right .sub-menu .user-info a {
	padding: 0;
	display: inline-block;
	position: relative;
	line-height: 1;
}

.nav-right .sub-menu .user-info a .vip {
	bottom: -2px;
}

.nav-right .sub-menu .user-info .name {
	display: inline-block;
	margin-left: 6px;
	height: 45px;
	line-height: 45px;
}

.nav-right .sub-menu .user-info .name .nickname {
	display: inline-block;
	max-width: 92px;
	overflow: hidden;
	float: left;
	height: 36px;
}

.nav-right .sub-menu .user-info .name t {
	background: #fbb715;
	color: #fff;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 10px;
	font-size: 12px;
}

.nav-right .sub-menu .user-info .name d {
	background: rgba(45, 50, 55, 0.7);
	color: #fff;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 10px;
	font-size: 12px;
}

.nav-right .sub-menu .user-money {
	display: block;
	padding-bottom: 8px;
	font-weight: normal;
	padding: 0 6px;
	color: #333;
}

.nav-right .sub-menu .user-vip {
	display: block;
	padding-bottom: 8px;
	font-weight: normal;
	padding: 0 6px;
	color: #333;
}

.nav-right .sub-menu .user-cart {
	display: block;
	padding-bottom: 8px;
	font-weight: normal;
	padding: 0 6px;
	color: #333;
}

.nav-right .sub-menu .icon {
	top: 5px;
	font-size: 22px;
	display: inline-block;
	line-height: 30px;
}

.nav-right li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.nav-right .money-left {
	background-color: #f5f5f5;
	padding: 2px 10px;
	border-radius: 0 var(--theme-radius) 0 var(--theme-radius);
	font-size: 13px;
	margin-top: 14px;
}

.nav-right .money-left t {
	float: right;
	color: #777;
}

.nav-right .cart-left {
	background-color: #f5f5f5;
	padding: 2px 10px;
	border-radius: 0 var(--theme-radius) 0 var(--theme-radius);
	font-size: 13px;
	margin-top: 14px;
	display: block;
}

.nav-right .cart-left t {
	float: right;
}

.nav-right .vip-left {
	background-color: #f5f5f5;
	border-radius: 0 var(--theme-radius) 0 var(--theme-radius);
	padding: 2px 10px;
	font-size: 13px;
	margin-top: 14px;
}

.nav-right .vip-left t {
	float: right;
	color: #777;
	line-height: 22px;
	margin-top: 5px;
}

.nav-right .vip-left v {
	cursor: pointer;
	float: right;
	background: #fbb715;
	color: #fff;
	border-radius: 30px;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
	margin-top: 6px;
}

.nav-right .vip-left .down-left {
	margin-top: -5px;
	color: #777;
}

.nav-right .vip-left .down-left b {
	font-size: 16px;
}

.logo {
	overflow: hidden;
	float: left;
	height: 70px;
	position: relative;
}

.logo.scaning:before {
	content: '';
	position: absolute;
	left: -465px;
	top: -260px;
	width: 250px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: searchLights 1s ease-in 1s infinite;
	-o-animation: searchLights 1s ease-in 1s infinite;
	animation: searchLights 1s ease-in 1s infinite;
}

.logo a {
	display: block;
	height: 70px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo a img {
	height: auto;
	max-height: 100%;
}
@media (max-width: 1024px) {
	.logo a img {
		height: auto;
		max-height: 100%;
	}
	.code-btn {
		text-align: center;
	}
	.code-btn .mr-3 {
		margin-right: 0 !important;
	}
}

.nav-search-form {
	margin-left: 30px;
	float: left;
	margin-top: 15px;
	background: #f6f7f9;
	border-radius: 5px;
	display: none;
}

.nav-search-form .search-form {
	position: relative;
}

.nav-search-form .search-input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	border: none;
	background: transparent;
	width: 300px;
	padding: 0 15px;
}

.nav-search-form .search-form .search-cat:after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
}

.nav-search-form .search-form .search-cat {
	display: inline-block;
	position: absolute;
	border: none;
	left: 15px;
	top: 9px;
	width: 80px;
	height: 22px;
	padding: 0;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}

.nav-search-form .search-form .search-cat + .search-input {
	text-indent: 90px;
}

.nav-search-form .search-form .search-cats {
	position: absolute;
	top: 55px;
	left: 0;
	background: #fff;
	width: 180px;
	border-radius: var(--theme-radius);
	padding: 10px 20px;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-search-form .search-form .search-cats.show {
	display: block;
}

.nav-search-form .search-form .search-cats:before {
	content: ' ';
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	left: 20px;
	top: -14px;
}

.nav-search-form .search-form .search-cats li {
	color: #333;
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
	float: none;
}

.nav-search-form .search-form .search-cats li:hover {
	color: var(--theme-color);
}

.nav-search-form .search-form .search-btn {
	height: 40px;
	width: 40px;
	text-align: center;
	border: none;
	background: transparent;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

.nav-search-form .search-form .search-btn .icon {
	font-size: 20px;
}

.search-wrap {
	position: fixed;
	top: -170px;
	left: 0;
	right: 0;
	transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 10000;
}

.search-wrap.show {
	top: 70px;
}

body.has-topbar .search-wrap.show {
	top: 100px;
}

body.has-topbar.topbar-hide .search-wrap.show {
	top: 70px;
}

.search-wrap-container {
	height: 100px;
	padding: 25px 0;
	background: #fff;
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}

.search-wrap .search-form {
	position: relative;
	width: 86%;
	margin: 0 7%;
}

.search-wrap .search-input {
	width: calc(100% - 120px);
	height: 50px;
	font-size: 17px;
	padding: 0 15px;
	border: none;
	background: transparent;
	border: 1px solid #efefef;
	border-radius: 10px 0 0 10px;
	float: left;
}

.search-wrap .search-form .search-btn {
	float: left;
	width: 120px;
	height: 50px;
	border-radius: 0 10px 10px 0;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	border: none;
	background: var(--theme-color);
	color: #fff;
	cursor: pointer;
}

.search-wrap .search-form .search-btn .icon {
	font-size: 20px;
	margin-right: 8px;
}

.search-wrap .search-form .search-cat:after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
}

.search-wrap .search-form .search-cat {
	display: inline-block;
	position: absolute;
	border: none;
	left: 15px;
	top: 13px;
	width: 80px;
	height: 22px;
	padding: 0;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}

.search-wrap .search-form .search-cat + .search-input {
	text-indent: 110px;
}

.search-wrap .search-form .search-cats {
	position: absolute;
	top: 55px;
	left: 0;
	background: #fff;
	width: 180px;
	border-radius: var(--theme-radius);
	padding: 10px 20px;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-wrap .search-form .search-cats.show {
	display: block;
}

.search-wrap .search-form .search-cats:before {
	content: ' ';
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	left: 20px;
	top: -14px;
}

.search-wrap .search-form .search-cats li {
	color: #333;
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.search-wrap .search-form .search-cats li:hover {
	color: var(--theme-color);
}

.search-wrap .icon-close {
	position: absolute;
	right: -35px;
	top: 8px;
	font-size: 24px;
	cursor: pointer;
}

body.home .header {
	background: transparent;
	box-shadow: none;
	webkit-box-shadow: none;
}
body.home .header {
	background: #f3f6fe;
	webkit-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
	-ms-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
}

/* footer */

.footer {
	position: relative;
	z-index: 9;
	clear: both;
	padding: 40px 15px;
	font-size: 12px;
	text-align: center;
	color: #a7a7a7;
	background-color: #333;
}

.footer .container {
	padding: 0;
	max-width: 1505px;
}

.footer a {
	color: #dcdcdc;
}

.footer a:hover {
	color: var(--theme-color);
}

.footer-widgets {
	overflow: hidden;
	margin: 0 -10px 20px;
}

.footer-widget {
	width: calc(14% - 20px);
	float: left;
	text-align: left;
	margin: 0 10px 20px;
}

.footer-widget:first-child {
	width: calc(33% - 20px);
	padding-right: 30px;
}

.footer-widget:last-child {
	width: calc(25% - 20px);
	padding-left: 20px;
}

.footer-widget h3 {
	font-size: 16px;
	color: #f5f5f5;
	margin-bottom: 25px;
	font-weight: normal;
}

.footer-widget h3 .icon {
	display: none;
}

.footer-widget ul li {
	margin-top: 15px;
	line-height: 14px;
}

.footer-widget .footer-widget-content ul li {
	margin-top: 15px;
}

.footer-widget .footer-widget-content p {
	line-height: 16px;
}

.footer-widget.widget-postlist li {
	padding: 0;
}

.footer-widget.widget-postlist li h4 {
	margin-bottom: 8px;
}

.footer-widget.widget-commentlist {
	max-height: 300px;
}

.footer-widget.widget-commentlist .sidebar-comments-comment {
	background: #454545;
}

.footer-widget.widget-commentlist .sidebar-comments-comment:before {
	border-bottom-color: #454545;
}

.footer-widget.widget-commentlist .sidebar-comments-title,
.footer-widget.widget-commentlist .postmeta {
	color: #a7a7a7;
}

.footer-widget.widget-tags .items a {
	background: #454545;
	color: #dcdcdc;
}

.footer-links {
	text-align: left;
	margin-bottom: 20px;
	color: #a7a7a7;
	border-top: 1px dashed #888888;
	border-bottom: 1px dashed #888888;
}

.widget-bottom-search .searchform {
	margin-bottom: 15px;
}

.widget-bottom-search input[type='text'] {
	float: left;
	width: calc(100% - 60px);
	border: 1px solid #eaeaea;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	border-right: none;
	border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.widget-bottom-search button {
	float: left;
	width: 60px;
	border: none;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: var(--theme-color);
	color: #fff;
	border-radius: 0 var(--theme-radius) var(--theme-radius) 0;
	cursor: pointer;
}

.widget-bottom-search button .icon {
	top: 0;
}

.widget-bottom-logo .footer-logo img {
	max-height: 80px;
	width: auto;
	max-width: 150px;
	margin-bottom: 15px;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 首页底部友情链接边框 */
.footer-links ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	float: left;
	margin: 10px 5px 5px;
}

.footer-links a {
	color: #a7a7a7;
}

.footer-fixed-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 50px;
	z-index: 9999;
	box-shadow: 0px -4px 10px 0px rgba(17, 58, 93, 0.1);
	transition: all 0.3s ease 0s;
}

.footer-fixed-nav a {
	display: inline-block;
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}

.footer-fixed-nav.footer-fixed-nav5 a.special:after {
	content: '\e8d2';
	font-family: 'iconfont-modown' !important;
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #eaeaea;
	border-radius: 50%;
	font-size: 32px;
}

.footer-fixed-nav a span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	top: 0;
}

.footer-fixed-nav a i {
	font-size: 24px;
	top: 6px;
	line-height: 24px;
}

.footer-fixed-nav.footer-fixed-nav5 a.special i {
	top: 0;
}

.footer-fixed-nav .footer-nav-trigger {
	position: absolute;
	top: -16px;
	left: calc(50% - 15px);
	width: 30px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #fff;
	border-radius: 3px 3px 0 0;
	box-shadow: 0px -4px 10px 0px rgba(17, 58, 93, 0.1);
}

.footer-fixed-nav .footer-nav-trigger .icon {
	top: 0;
	font-size: 12px;
}

.footer-fixed-nav .footer-nav-trigger.active .icon:before {
	content: '\e620';
}

.footer {
	background-image: url(../images/footer.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-fixed-nav a {
	width: 20%;
}

.footer .copyright p {
	margin-bottom: 0px !important;
	font-size: 100% !important;
}

#posts {
	min-height: 260px;
}
