* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	word-break: break-word;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html,
body {
	min-height: 100%;
}

body {
	line-height: 1;
}

a {
	color: #525c66;
}

/* 字体颜色 */
a:hover {
	color: var(--theme-color);
	text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: transparent;
	/*-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;*/
	text-decoration: none;
	outline: 0;
}

.btn:active,
.btn:focus {
	outline: 0;
}

.btn {
	background: var(--theme-color);
	color: #fff;
	border-radius: 5px;
	padding: 8px 25px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.btn:hover {
	opacity: 0.9;
}

input,
button,
textarea,
select {
	font-size: 100%;
	-webkit-tap-highlight-color: transparent;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.dripicons {
	position: relative;
	top: 2px;
}

a {
	text-decoration: none;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.clearfix:after {
	content: '' !important;
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.clearfix:before {
	content: '' !important;
}

.noscroll {
	height: 100%;
	overflow: hidden;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

:link,
:visited {
	text-decoration: none;
}

:focus {
	outline: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
	-webkit-appearance: none;
}

body {
	background-color: #f3f6fe;
	position: relative;
	margin-top: 70px;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Microsoft Yahei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei UI', 'Source Han Sans CN', sans-serif;
	color: #525c66;
}

/* 字体和背景颜色 */
body.has-topbar {
	margin-top: 100px;
}

body.has-topbar.topbar-hide {
	margin-top: 70px;
}

.main,
.woocommerce #main {
	padding-top: 30px;
}

body.home .main {
	padding-top: 25px;
}

body.home .banner-slider + .main,
body.home .banner-slider-fullwidth + .main,
body.home .slider-bottom-search + .main,
body.home .banner-bottom + .main,
body.home .banner-notices + .main,
body.page-template-task .banner-slider + .main {
	padding-top: 0;
}

body.page-template-cms .main {
	padding-top: 0;
}

body.page-template-vip .main {
	padding: 40px 0 0;
	background-image: url(../img/vipbg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.home .modown-uisdc-widgets + .main,
body.home .modown-uisdc-widgets + .main {
	padding-top: 0;
}

.content-wrap {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	position: relative;
}

body.page-template-vip .content-wrap {
	margin: 0;
	float: none;
}

.content {
	position: relative;
}

.page-template-guestbook .content {
	max-width: 1000px;
	margin: -60px auto 80px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 16px 25px 0px;
}

.page-template-guestbook .content:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 35px;
	right: 35px;
	height: 200px;
	box-shadow: rgba(35, 49, 64, 0.09) 0px 15px 23px 0px;
	z-index: -1;
	border-radius: var(--theme-radius);
}

.page-template-guestbook .content:after {
	content: '';
	position: absolute;
	bottom: -55px;
	left: 80px;
	right: 80px;
	height: 200px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 14px 21px 0px;
	z-index: -3;
	border-radius: var(--theme-radius);
}

.single .content,
.page-template-default .content,
.post-type-archive-blog .content,
.page-template-tougao .content,
.page-template-ask .content,
.page-template-tuan .content,
.page-template-all .content,
.page-template-all-vip .content,
.archive .content,
.search .content,
.home:not(.page-template-links) .content {
	margin-right: 320px;
}

.single .content.nosidebar {
	margin-right: 0;
}

.content-nav {
	padding-left: 220px;
}

.error40404 {
	text-align: center;
	font-size: 80px;
	margin: 100px auto 130px;
}

.center {
	text-align: center;
}

.topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
	z-index: 10002;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar.scrolled {
	height: 0;
	border: none;
}

.topbar .topbar-nav {
	float: left;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.topbar .topbar-nav a {
	margin-right: 10px;
	line-height: 30px;
}

.topbar .topbar-activity {
	float: right;
	position: relative;
}

.topbar .topbar-activity > .icon {
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 17px;
}

.topbar .topbar-activity ul {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-left: 50px;
}

.topbar .topbar-activity ul li {
	list-style: none;
	position: relative;
	width: calc(100% - 20px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	width: 320px;
	padding-right: 80px;
}

.topbar .topbar-activity ul li time {
	font-size: 12px;
	color: #999;
	border-radius: 2px;
	padding: 1px 5px;
	display: inline-block;
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 5px;
	width: 80px;
	text-align: right;
}

.banner {
	color: #fff;
	text-align: center;
	height: 400px;
	background-color: #333;
	background-image: url(../img/banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.banner-bottom {
	margin-bottom: 25px;
	margin-top: 25px;
}

.banner-slider + .banner-bottom {
	margin-top: 0;
}

.banner-slider {
	height: auto !important;
	padding: 25px 0;
	background-image: none;
}

.banner-slider.bg {
	background: #fff;
}

body.gd-list .banner-slider.bg {
	background: #f5f5f5;
}

.banner-slider-fullwidth {
	position: relative;
}

.banner-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner .container {
	top: calc(50% + 20px);
	transform: translateY(-50%);
	z-index: 10;
}

.banner-archive .container,
.banner-page .container {
	z-index: 10;
}

.banner h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 5px;
	color-: #fff;
}

/* 取消顶部资源e站文字颜色 */
.banner p {
	font-size: 16px;
	color-: #fff;
}

/* 取消顶部描述文字颜色 */
.banner .banner-btn,
.banner-archive .banner-btn {
	border: 1px solid #fff;
	background: #fff;
	font-size: 17px;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 36px;
	margin-top: 40px;
}

.banner .search-form,
.banner-archive .search-form {
	margin: 30px auto 0;
	box-sizing: content-box;
	position: relative;
}

.banner-archive .category-search-form {
	margin-top: 15px;
	margin-bottom: 5px;
}

.banner .search-form .site-search-form,
.banner-archive .search-form .site-search-form {
	display: inline-block;
	position: relative;
	max-width: 650px;
}

.banner .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;
}

.banner .search-form .search-cat,
.banner-archive .search-form .search-cat {
	display: inline-block;
	position: absolute;
	border: none;
	left: 10px;
	top: 13px;
	width: 80px;
	height: 22px;
	padding: 0;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}

.banner .search-form .search-input,
.banner-archive .search-form .search-input {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	display: block;
	font-family: 'Microsoft YaHei';
	text-indent: 20px;
	border: none;
	width: 650px;
	border-radius: 10px;
	color: #333;
}

.banner .search-form .search-cat + .search-input,
.banner-archive .search-form .search-cat + .search-input {
	text-indent: 110px;
}

.banner .search-form .search-btn,
.banner-archive .search-form .search-btn {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 16px;
	border: none;
	display: inline-block;
	cursor: pointer;
	background: transparent;
}

.banner .search-form .search-btn .icon,
.banner-archive .search-form .search-btn .icon {
	font-size: 24px;
	top: 1px;
}

.banner .search-form .search-cats,
.banner-archive .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);
}

.banner .search-form .search-cats.show,
.banner-archive .search-form .search-cats.show {
	display: block;
}

.banner .search-form .search-cats:before,
.banner-archive .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;
}

.banner .search-form .search-cats li,
.banner-archive .search-form .search-cats li {
	color: #333;
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.search-form .search-keywords {
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
}

.search-form .search-keywords a {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	margin: 0 3px 3px;
	border-radius: 6px;
	cursor: pointer;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	color: #fff !important;
}

/* 热门搜索透明标签 */
.search-wrap + .banner-bottom {
	padding-top: 30px;
}

body.search .banner-archive .search-form {
	margin-top: 0;
}

body.search .banner-archive .archive-title {
	display: none;
}

.banner-search .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;
}

.banner-search .search-form .search-cat {
	display: inline-block;
	position: absolute;
	border: none;
	left: 10px;
	top: 13px;
	width: 80px;
	height: 22px;
	padding: 0;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}

.banner-search .search-form .search-input {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	display: block;
	font-family: 'Microsoft YaHei';
	text-indent: 20px;
	border: none;
	width: 650px;
	border-radius: 10px;
	color: #333;
}

.banner-search .search-form .search-cat + .search-input {
	text-indent: 110px;
}

.banner-search .search-form .search-btn {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 16px;
	border: none;
	display: inline-block;
	cursor: pointer;
	background: transparent;
}

.banner-search .search-form .search-btn .icon {
	font-size: 24px;
	top: 1px;
}

.banner-search .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);
}

.banner-search .search-form .search-cats.show {
	display: block;
}

.banner-search .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;
}

.banner-search .search-form .search-cats li {
	color: #333;
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.banner-archive,
.banner-page {
	color: #fff;
	text-align: center;
	padding: 30px 0 !important;
	background-color: #333;
	margin-top: 0 !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.banner-archive .archive-avatar {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.banner-archive .archive-avatar span {
	position: absolute;
	right: 5px;
	bottom: -6px;
}

.banner-archive .archive-avatar span:after {
	font-family: 'iconfont-modown';
	content: '\e8d2';
	font-size: 24px;
	color: #fbb715;
}

.banner-archive .avatar {
	border-radius: 50%;
}

.banner-archive p,
.banner-page p {
	font-weight: normal;
	font-size: 13px;
	margin-top: 0;
}

.banner-archive:after,
.banner-page:after {
	content: none;
}

.banner-mobantu {
	padding-top: 20px;
	color: #fff;
	height: 430px;
	background: #151515;
	overflow: hidden;
	position: relative;
}

.banner-mobantu:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 240px;
	left: 50%;
	border-top: 1500px solid #f9f9f9;
	border-right: 1500px solid transparent;
	-webkit-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	transform: rotate(75deg);
}

.banner-mobantu .container h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 80px;
	line-height: 40px;
	font-weight: normal;
	color: #ffe9c3;
	font-family: Arial;
	letter-spacing: 1px;
}

.banner-mobantu .container p {
	margin-top: 20px;
	font-size: 18px;
	color: #898989;
}

.banner-mobantu .container .custom-btn {
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	display: inline-block;
	padding: 13px 46px;
	margin-top: 50px;
	background: linear-gradient(to right, #ffcf87, #ffbc76);
	color: #4e342e;
}

.banner-mobantu .container .custom-btn:hover {
	background: linear-gradient(to right, #fec672, #f6ad61);
}

.banner-mobantu .container img {
	height: 300px;
	max-height: inherit;
	right: 0;
	position: absolute;
	top: -10px;
}

.banner-mobantu-service {
	padding: 190px 0 50px;
	position: relative;
	overflow: hidden;
}

.banner-mobantu-service:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1672px;
	margin-top: -1295px;
	border-bottom: 1500px solid #151515;
	border-left: 1500px solid transparent;
	-webkit-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	transform: rotate(75deg);
}

.banner-mobantu-service ul {
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.banner-mobantu-service li {
	text-align: center;
	float: left;
	width: 25%;
	cursor: default;
	padding: 0 10px;
}

.banner-mobantu-service li strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

.banner-mobantu-service li .dripicons {
	height: 80px;
	line-height: 80px;
	font-size: 56px;
}

.banner-mobantu-service li p {
	font-size: 12px;
	margin: 0;
	color: #999;
}

.slider-left {
	max-width: 895px;
}

.slider-left2 {
	max-width: 590px;
}

.slider-right {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 285px;
}

.slider-right2 {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 590px;
}

.slider-right2 .item {
	width: 285px;
	float: left;
	margin-right: 20px;
}

.slider-right .item,
.slider-right2 .item2,
.slider-right2 .item {
	margin-bottom: 20px;
	position: relative;
}

.slider-right .item:last-child {
	margin-bottom: 0;
}

.slider-right2 .item:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.slider-right22 .item:nth-child(2n) {
	margin-right: 0;
}

.slider-right22 .item h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	text-shadow: 0 1px 3px #525252;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	letter-spacing: 1.2px;
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.slider-right a,
.slider-right2 a {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

.slider-right img,
.slider-right2 img {
	width: 100%;
	height: 180px;
	border-radius: var(--theme-radius);
}

.slider-right + .modown-ad,
.slider-right2 + .modown-ad,
.slider-full + .modown-ad {
	margin-top: 20px;
}

.swiper-container {
	border-radius: var(--theme-radius);
}

.swiper-container .swiper-slide {
	position: relative;
}

.banner-slider .swiper-container .swiper-slide h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	text-shadow: 0 1px 3px #525252;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	letter-spacing: 1.2px;
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.banner-slider .swiper-container .swiper-pagination {
	text-align: right;
	right: 10px;
	left: inherit;
	bottom: 5px;
}

.swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

.swiper-container .swiper-slide img {
	width: 100%;
	height: 380px;
	border-radius: var(--theme-radius);
	object-fit: cover;
}

.slider-bottom-search {
	margin-bottom: 25px;
	box-sizing: content-box;
	position: relative;
	z-index: 9;
}

.banner-slider-fullwidth + .slider-bottom-search,
.banner-slider.bg + .slider-bottom-search {
	margin-top: 25px;
}

.slider-bottom-search .site-search-form {
	display: block;
	position: relative;
	border-radius: var(--theme-radius);
}

.slider-bottom-search .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;
}

.slider-bottom-search .search-cat {
	display: inline-block;
	position: absolute;
	border: none;
	left: 20px;
	top: 19px;
	width: 80px;
	height: 22px;
	padding: 0;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}

.slider-bottom-search .search-input {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	font-family: 'Microsoft YaHei';
	text-indent: 25px;
	border: none;
	width: 100%;
	border-radius: var(--theme-radius);
	color: #333;
}

.slider-bottom-search .search-cat + .search-input {
	text-indent: 120px;
}

.slider-bottom-search .search-btn {
	position: absolute;
	right: 25px;
	top: 16px;
	font-size: 16px;
	border: none;
	display: inline-block;
	cursor: pointer;
	background: transparent;
}

.slider-bottom-search .search-btn .icon {
	font-size: 24px;
	top: 1px;
}

.slider-bottom-search .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);
}

.slider-bottom-search .search-cats.show {
	display: block;
}

.slider-bottom-search .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;
}

.slider-bottom-search .search-cats li {
	color: #333;
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.banner-notices {
	background: #f1f1f1;
	margin-bottom: 25px;
}

.banner-notices ul {
	height: 60px;
	background: url(../img/gg.png) no-repeat left center;
	padding-left: 70px;
	line-height: 60px;
	overflow: hidden;
	font-size: 14px;
}

.banner-notices ul li {
	list-style: none;
	float: left;
	width: 33.333%;
	position: relative;
	padding-left: 15px;
}

.banner-notices ul li:after {
	position: absolute;
	left: 0;
	top: 28px;
	content: '';
	width: 5px;
	height: 5px;
	background: var(--theme-color);
	border-radius: 50%;
}

.banner-notices ul li span {
	display: inline-block;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.banner-notices ul li time {
	position: absolute;
	right: 30px;
	top: 0;
	font-size: 13px;
	color: #999;
}

.only-erphpdown-vip {
	text-align: center;
	min-height: 560px;
	padding-top: 160px;
	color: #fbb715;
	font-weight: 600;
}

.only-erphpdown-vip .icon {
	font-size: 80px;
	color: #fbb715;
}

.archive-title {
	font-size: 22px;
	font-weight: normal;
}

.archive-title span {
	font-size: 12px;
	margin-left: 10px;
}

.archive-desc {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 5px !important;
}

.cat-nav-wrap {
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}

body.gd-list .cat-nav-wrap {
	text-align: inherit;
	background: #fff;
	padding: 20px 20px 10px;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.cat-nav {
	list-style: none;
	display: inline-block;
	white-space: nowrap;
	max-width: 100%;
	font-size: 16px;
	overflow-x: auto;
	overflow-y: hidden;
}

.cat-nav .sub-menu {
	display: none;
}

.cat-nav li {
	float: none;
	margin: 0 2px;
	display: inline-block;
}

body.gd-list .cat-nav li:first-child {
	margin-left: 0;
}

body.gd-list .cat-nav li:first-child a {
	padding-left: 0;
}

.cat-nav li a {
	padding: 5px 12px;
	position: relative;
}

.cat-nav li.current-menu-item a {
	color: var(--theme-color);
}

.cat-nav li.current-menu-item a:after {
	content: ' ';
	width: calc(100% - 30px);
	background: var(--theme-color);
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	margin-left: 15px;
}

body.gd-list .cat-nav li.current-menu-item:first-child a:after {
	margin-left: 3px;
	width: calc(100% - 18px);
}

.filters {
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: var(--theme-radius);
	background: #fff;
}

.filters:empty {
	display: none;
}

body.gd-list .filters {
	background: #fff;
}

.filter-item {
	margin-bottom: 7px;
	padding: 0 0 7px 70px;
	position: relative;
}

.filter-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.filter-item.filter-item-order {
	border-top: 1px solid #f9f9f9;
	margin-top: -7px;
	padding-top: 7px;
}

.filter-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.filter-item > span {
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 4px;
	color: #666;
}

.filter-item.filter-item-order > span {
	top: 11px;
}

.filter-item.filter-item-order .filter a {
	background: transparent !important;
	color: inherit;
}

.filter-item.filter-item-order .filter a:hover,
.filter-item.filter-item-order .filter a.active {
	color: var(--theme-color) !important;
}

.filter-item.filter-item-order .filter .icon {
	font-size: 12px;
	opacity: 0.8;
	margin-left: 3px;
}

.filter {
	display: inline-block;
	font-size: 14px;
}

.filter a {
	display: inline-block;
	margin: 3px;
	padding: 6px 10px 7px;
	color: #666;
	line-height: 1;
}

.filter a.active {
	background: var(--theme-color);
	color: #fff !important;
	border-radius: 4px;
}

.filter .icon {
	font-size: 13px;
}

.lists {
	background: #fff;
	padding: 20px;
	border-radius: var(--theme-radius);
}

.lists.cols-two,
.lists.cols-three {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.lists:empty {
	display: none;
}

.mocat .lists {
	background: transparent !important;
	padding: 0;
	border-radius: 0;
}

body.gd-list .cat-nav-wrap + .lists {
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.lists .list {
	padding: 0 0 0 285px;
	position: relative;
	height: 170px;
	margin-bottom: 40px;
	background-image: none !important;
	border-radius: var(--theme-radius);
	transition: all 0.3s ease 0s;
}

.lists .list:before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	background: #f9f9f9;
	height: 1px;
}

.lists .list:last-child {
	margin-bottom: 0;
}

.lists .list:last-child:before {
	display: none;
}

.lists .list.noimg {
	padding: 0;
	height: auto !important;
}

.lists .list h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}

.lists .list.question h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.lists .list h3 a {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.lists .list.noimg h3 a {
	height: auto !important;
	-webkit-line-clamp: inherit !important;
}

.lists .list.noimg.question h3 a {
	line-height: 24px;
	height: 24px !important;
	-webkit-line-clamp: 1 !important;
}

.lists .list .img {
	float: left;
	margin: 0 0 0 -285px;
	overflow: hidden;
	border-radius: var(--theme-radius);
}

.lists .list.noimg .img {
	display: none;
}

.lists .list img {
	width: 265px;
	height: 170px;
	transition: all 0.3s ease-out 0s;
	border-radius: var(--theme-radius);
	object-fit: cover;
	background: #fff;
	display: block;
	font-size: 0;
}

.lists .list img:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all 0.3s ease-out 0s;
}

.lists .list .img .img-cat {
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-block;
	font-size: 12px;
	z-index: 11;
	background: rgba(48, 56, 72, 0.5);
	color: #fff;
	padding: 1px 6px 2px;
	border-radius: 2px;
}

.lists .list .img .img-cat a {
	display: inline-block;
	height: auto;
	color: #fff;
}

.lists .list .con {
	height: 170px;
}

.lists .list.noimg .con {
	height: auto !important;
}

.lists .list.noimg.question .con {
	padding-left: 70px;
	position: relative;
}

.lists .list.question .question-cat {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: 1.2;
	margin-right: 8px;
}

.lists .list.noimg.question .question-avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 3px;
}

.lists .list.noimg.question .question-avatar img {
	width: 100%;
	height: 100%;
}

.lists .list .cat {
	font-size: 12px;
	color: #777;
	padding-left: 14px;
	height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
}

.lists .list .cat:empty {
	display: none;
}

.lists .list .cat:after {
	content: ' ';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 15px;
	position: relative;
	left: -14px;
	top: -13px;
	border: 2px solid var(--theme-color);
}

.lists .list .tag {
	display: none;
	font-size: 12px;
	color: #777;
	height: 24px;
	position: relative;
	overflow: hidden;
}

.lists .list .tag a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-right: 10px;
}

.lists .list .tag a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.lists .list .tag a:nth-child(1):before {
	background-color: #ff5e5c;
}

.lists .list .tag a:nth-child(2):before {
	background-color: #ffbb50;
}

.lists .list .tag a:nth-child(3):before {
	background-color: #1ac756;
}

.lists .list .tag a:nth-child(4):before {
	background-color: #19b5fe;
}

.lists .list .list-meta {
	color: #777;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	position: relative;
	height: 21px;
}

.lists .list.noimg .list-meta {
	position: static;
}

.lists .list.noimg.question .list-meta {
	margin-top: 0;
}

.lists .list .list-meta a {
	color: #777;
}

.lists .list .list-meta span {
	margin-right: 12px;
}

.lists .list .list-meta .icon {
	font-size: 14px;
}

.lists .list .list-meta .price {
	float: right;
	margin-right: 0;
}

.lists .list .list-meta .price .fee {
	background: #ababab;
	padding: 1px 4px;
	color: #fff;
	border-radius: 2px;
	margin-right: 0;
}

.lists .list .list-meta .price span {
	margin-right: 0;
}

.lists .list .list-meta .price span i {
	font-style: normal;
}

.lists .list .list-meta .vip-tag {
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #4e342e;
	padding: 1px 4px;
	border-radius: 2px;
	position: relative;
	top: 1px;
}

.lists .list .list-meta .free-tag {
	background: #5cb85c;
	padding: 1px 4px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	top: 1px;
}

.lists .list .list-meta .tuan-tag {
	background: #03c8d4;
	padding: 1px 4px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	top: 1px;
}

.lists .list .excerpt {
	margin: 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 72px;
}

.lists .list.noimg .excerpt {
	height: auto !important;
}

.lists .list > .recommend-tag {
	top: -4px;
	left: 10px;
	height: 20px;
	border-radius: 2px;
	border-top-left-radius: 0;
	text-align: center;
	font-weight: 400;
	position: absolute;
	background: var(--theme-color);
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
}

.lists .list > .recommend-tag:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -4px;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent var(--theme-color) transparent;
}

.grids .list {
	padding: 15px 15px 15px 285px;
	position: relative;
	height: 170px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
	border-radius: var(--theme-radius);
	transition: all 0.3s ease 0s;
}

.grids .list:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.grids .list h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.grids .list h3 a {
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-weight: normal;
}

.grids .list .img {
	float: left;
	margin: -15px 0 0 -285px;
	overflow: hidden;
}

.grids .list .thumb {
	width: 265px;
	height: 170px;
	transition: all 0.3s ease-out 0s;
	border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.grids .list .thumb:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all 0.3s ease-out 0s;
}

.grids .list .img .img-cat {
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-block;
	font-size: 12px;
	z-index: 11;
	background: rgba(48, 56, 72, 0.5);
	color: #fff;
	padding: 1px 6px 2px;
	border-radius: 2px;
}

.grids .list .img .img-cat a {
	display: inline-block;
	height: auto;
	color: #fff;
}

.grids .list .con {
	position: relative;
	height: 140px;
}

.grids .list .cat {
	display: inline-block;
	font-size: 12px;
	color: #777;
	margin-left: 16px;
	height: 24px;
}

.grids .list .cat:after {
	content: ' ';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 15px;
	position: relative;
	left: -16px;
	top: -13px;
	border: 2px solid var(--theme-color);
}

.grids .list .list-meta {
	color: #bbb;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.grids .list .list-meta span {
	margin-right: 8px;
}

.grids .list .excerpt {
	margin: 0;
	color: #8d939c;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
}

.grids .list > .recommend-tag {
	top: -4px;
	left: 10px;
	height: 20px;
	border-radius: 2px;
	border-top-left-radius: 0;
	text-align: center;
	font-weight: 400;
	position: absolute;
	background: var(--theme-color);
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
}

.grids .list > .recommend-tag:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -4px;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent var(--theme-color) transparent;
}

.grids {
	margin: 0 -10px 20px;
	position: relative;
}

.grids.waterfall {
	display: block;
}

.grids .grid {
	//width: 285px;
	width: 250px;
	margin: 0 10px 20px;
	float: left;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
	position: relative;
	border-radius: var(--main-radius);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	border: 3px solid #fff !important;
}

.grids .grid:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.grids .grid.grid-ts:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	content: '';
	border-radius: var(--theme-radius);
}

.grids .grid .img {
	overflow: hidden;
	border-radius: var(--main-radius) var(--main-radius) 0 0;
	position: relative;
	height: 180px;
}

.grids .grid .img a {
	display: block;
	height: 100%;
}

.grids .grid .thumb {
	width: 100%;
	height: 100%;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
	transition: all 0.3s ease-out 0s;
	object-fit: cover;
	background: #eee;
	display: block;
	font-size: 0;
}

.grids .grid .thumb:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all 0.3s ease-out 0s;
}

.grids .grid.grid-ts img {
	visibility: hidden;
}

.grids.waterfall .grid .img {
	height: auto !important;
}

.grids .grid .grid-video {
	width: 100%;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
	transition: all 0.3s ease-out 0s;
	display: none;
}

.grids .grid .grid-video video,
.grids .grid .grid-video iframe {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.grids .grid .video-icon {
	position: absolute;
	top: calc(50% - 22.5px);
	left: calc(50% - 22.5px);
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	width: 45px;
	height: 45px;
}

.grids .grid .video-icon i {
	left: 1px;
	top: -10px;
	font-size: 45px;
	height: 45px;
}

.grids .grid .img .img-cat {
	position: absolute;
	left: 15px;
	top: 15px;
	display: inline-block;
	font-size: 12px;
	z-index: 11;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 1px 6px 2px;
	border-radius: 2px;
}

.grids .grid .img .img-cat:empty {
	display: none;
}

.grids .grid .img .img-cat a {
	display: inline-block;
	height: auto;
	color: #fff;
}

.grids .grid .con {
	padding: 15px;
}

.grids .grid h3 {
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

/* 字体大小 */
.grids .grid h3 a {
	color: #525c66;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
	word-break: break-all;
}

/* 字体颜色 */
.grids .grid.grid-ts h3 a {
	color: #f1f1f1 !important;
}

.grids .grid h3 a:hover {
	color: var(--theme-color) !important;
}

.grids .grid .grid-custom-metas {
	padding: 0 10px;
	font-size: 13px;
	color: #5a5f6d;
}

.grids .grid p,
.grids .grid .excerpt {
	margin-top: 7px;
	color: #999;
	font-size: 13px;
	line-height: 19px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 38px;
	word-break: break-all;
	position: relative;
	display: none;
}

.grids .grid.grid-ts p,
.grids .grid.grid-ts .excerpt {
	color: #dadada;
}

.grids .grid .grid-meta {
	color: #777;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-top: 7px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	position: relative;
}

.grids .grid.grid-ts .grid-meta {
	color: #dadada;
}

.grids .grid.grid-ts .cat a {
	color: #f1f1f1;
}

.grids .grid.grid-ts .cat a:hover {
	color: var(--theme-color);
}

.grids .grid .grid-meta .price {
	float: right;
	line-height: 16px;
}

.grids .grid .grid-meta .price .fee {
	background: #ababab;
	padding: 0px 3px;
	color: #fff;
	border-radius: 2px;
	position: relative;
}

.grids .grid .grid-meta .downs,
.grids .grid .grid-meta .time,
.grids .grid .grid-meta .views,
.grids .grid .grid-meta .comments,
.grids .grid .grid-meta .favs {
	margin-right: 8px;
	position: relative;
}

.grids .grid.grid-zz .grid-meta .downs,
.grids .grid.grid-zz .grid-meta .time,
.grids .grid.grid-zz .grid-meta .views,
.grids .grid.grid-zz .grid-meta .comments,
.grids .grid.grid-zz .grid-meta .favs {
	margin-right: 12px;
	position: relative;
}

.grids .grid.grid-zz .grid-meta .time {
	display: none;
}

.grids .grid .grid-meta .icon {
	font-size: 14px;
	line-height: 16px;
}

.grids .grid .grid-meta .price .fee .icon {
	top: 0.5px;
}

.grids .grid .grid-meta .icon-vip-card {
	font-size: 18px;
	top: -2px;
	color: #fbb715;
}

.grids .grid > .vip-tag {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
	background: #ff0;
	background-image: linear-gradient(90deg, rgba(249, 185, 6) 0%, rgba(245, 222, 170) 100%);
	color: #f3f6fe;
	padding: 0 4px;
	font-size: 12px;
	border-radius: var(--theme-radius) 0 var(--theme-radius) 0;
	min-width: 32px;
	text-align: center;
}

/* VIP标签 */
.grids .grid > .vip-tag i {
	font-style: normal;
}

.grids .grid > .free-tag {
	background: #5cb85c;
	background-image: none;
	color: #fff;
}

.grids .grid > .tuan-tag {
	background: #03c8d4;
	background-image: none;
	color: #fff;
}

.grids .grid > .recommend-tag {
	top: -4px;
	right: 10px;
	height: 20px;
	border-radius: 2px;
	border-top-left-radius: 0;
	text-align: center;
	font-weight: 400;
	position: absolute;
	background: var(--theme-color);
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
}

.grids .grid > .recommend-tag:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -4px;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent var(--theme-color) transparent;
}

.grids .grid .cats {
	padding: 0 10px;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}

.grids .grid.grid-ts .cats a {
	color: #fff;
}

.grids .grid .cat {
	padding-left: 14px;
	font-size: 12px;
	color: #777;
	margin-bottom: 7px;
	height: 19px;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
}

.grids .grid .cat:empty {
	height: 19px;
}

.grids .grid .cat:after {
	content: ' ';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 15px;
	position: relative;
	left: -14px;
	top: -13px;
	border: 2px solid var(--theme-color);
}

.grids .grid .cat:empty:after {
	display: none;
}

.grids .grid .cat .price {
	float: right;
	line-height: 18px;
}

.grids .grid .cat .price .fee {
	background: #ababab;
	padding: 1px 4px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	top: 1px;
}

.grids .grid .cat .price .icon {
	font-size: 14px;
	line-height: 16px;
}

.grids .grid .tag {
	display: block;
	font-size: 12px;
	color: #777;
	height: 19px;
	margin-bottom: 7px;
	position: relative;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.grids .grid .tag a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-right: 10px;
}

.grids .grid .tag a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.grids .grid .tag a:nth-child(1):before {
	background-color: #ff5e5c;
}

.grids .grid .tag a:nth-child(2):before {
	background-color: #ffbb50;
}

.grids .grid .tag a:nth-child(3):before {
	background-color: #1ac756;
}

.grids .grid .tag a:nth-child(4):before {
	background-color: #19b5fe;
}

.grids .grid .grid-author {
	padding: 10px 15px;
	border-top: 1px solid #f3f3f3;
	margin: 10px -15px -15px;
	overflow: hidden;
	color: #777;
}

.grids .grid.grid-ts .grid-author {
	color: #616161;
}

.grids .grid .grid-author .avatar {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	float: left;
}

.grids .grid.grid-ts .grid-author .avatar {
	visibility: visible;
}

.grids .grid .grid-author .author-name {
	height: 24px;
	line-height: 24px;
	margin-left: 8px;
	font-size: 12px;
	display: inline-block;
	float: left;
	max-width: 100px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.grids .grid .grid-author .time {
	font-size: 12px;
	float: right;
	height: 24px;
	line-height: 24px;
}

.gd-mini .grids {
	margin: 0 -7.5px 15px;
}

.gd-mini .grids .grid {
	margin: 0 7.5px 15px;
	width: calc(20% - 15px);
}

.gd-mini .grids .grid .img {
	height: 144px;
}

.gd-mini .grids .grid h3 {
	font-size: 14px;
}

.gd-mini.mini-six .grids .grid {
	width: calc(16.6666% - 15px);
}

.gd-mini.mini-six .grids .grid .img {
	height: 118px;
}

.grids .audio {
	height: 125px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
	width: 285px;
	margin: 0 10px 20px;
	padding: 15px;
	float: left;
	position: relative;
	border-radius: var(--theme-radius);
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease 0s;
}

.grids .audio .audio-play {
	float: left;
	display: block;
	width: 51px;
	height: 51px;
	background: url(../img/audio.png) -14px -16px no-repeat;
	cursor: pointer;
}

.grids .audio .audio-play.on {
	background-position: -85px -16px;
}

.grids .audio .info {
	float: left;
	display: block;
	height: 51px;
	margin-left: 15px;
	width: calc(100% - 66px);
	margin-bottom: 24px;
}

.grids .audio .title {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 51px;
	text-align: left;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	font-size: 15px;
	line-height: 51px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.grids .audio .times {
	display: inline-block;
	width: 288px;
	height: 30px;
}

.grids .audio .star-time {
	float: left;
	display: block;
	width: 40px;
	height: 23px;
	color: #696969;
	text-align: right;
	font-size: 14px;
	line-height: 23px;
}

.grids .audio .time-bar {
	position: relative;
	z-index: 1;
	float: left;
	display: block;
	overflow: hidden;
	width: 164px;
	height: 24px;
	margin: 0 5px;
	background: #bfbfbf;
	cursor: pointer;
}

.grids .audio .time-bar .progressBar {
	position: absolute;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../img/audio.png) no-repeat -180px -30px;
}

.grids .audio .time-bar .move-color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 0;
	height: 24px;
	height: 100%;
	background-color: #658ae4;
}

.grids .audio .time-bar .timeTip {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 3;
	width: 40px;
	color: #0099e5;
	text-align: center;
	font-size: 12px;
}

.grids .audio .end-time {
	float: left;
	display: block;
	width: 40px;
	color: #696969;
	font-size: 14px;
	line-height: 23px;
}

.grids .erphpdown-tuan-process {
	display: inline-block;
	width: 60%;
}

.grids .erphpdown-tuan-process .line {
	background: #f1f1f1;
	height: 8px;
	width: 60%;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.grids .erphpdown-tuan-process .line span {
	display: block;
	height: 8px;
	width: 0px;
	background: #03c8d4;
	border-radius: 3px 0 0 3px;
}

.grids .erphpdown-tuan-process .data {
	text-align: center;
	font-size: 10px;
	color: #8a92a9;
	padding: 4px 0 4px 8px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.lists .grid {
	float: left;
	width: calc(33.3333% - 13.3333px);
	float: left;
	background: #fff;
	background-image: none !important;
	margin-right: 20px;
	padding: 0 0 0 120px;
	position: relative;
	height: 80px;
	margin-bottom: 20px;
	border-radius: var(--theme-radius);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}

.lists.cols-two .grid {
	width: calc(50% - 10px);
	padding: 0 0 0 220px;
	height: 150px;
}

.lists .grid:nth-child(3n) {
	margin-right: 0;
}

.lists.cols-two .grid:nth-child(3n) {
	margin-right: 20px;
}

.lists.cols-two .grid:nth-child(2n) {
	margin-right: 0;
}

.lists .grid.noimg {
	padding: 0 !important;
}

.lists.cols-two .grid.noimg {
	padding: 0 !important;
}

.lists .grid .cat {
	display: none;
	font-size: 12px;
	color: #777;
	margin-bottom: 7px;
	height: 16px;
	padding-left: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
}

.lists.cols-two .grid .cat {
	display: -webkit-box;
}

.lists .grid .cat:after {
	content: ' ';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 15px;
	position: relative;
	left: -14px;
	top: -13px;
	border: 2px solid var(--theme-color);
}

.lists .grid .tag {
	font-size: 12px;
	color: #777;
	height: 16px;
	position: relative;
	display: none;
	overflow: hidden;
	margin-bottom: 7px;
}

.lists .grid .tag a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-right: 10px;
}

.lists .grid .tag a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.lists .grid .tag a:nth-child(1):before {
	background-color: #ff5e5c;
}

.lists .grid .tag a:nth-child(2):before {
	background-color: #ffbb50;
}

.lists .grid .tag a:nth-child(3):before {
	background-color: #1ac756;
}

.lists .grid .tag a:nth-child(4):before {
	background-color: #19b5fe;
}

.lists .grid h3 {
	font-size: 15px;
	font-weight: normal;
}

/* 字体大小 */
.lists .grid h3 a {
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
	word-break: break-all;
}

.lists.cols-two .grid h3 a {
	-webkit-line-clamp: 1;
	height: 20px;
}

.lists .grid .grid-custom-metas {
	display: none;
}

.lists .grid .img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.lists .grid.noimg .img {
	display: none;
}

.lists .grid .thumb {
	width: 120px;
	height: 80px;
	transition: all 0.3s ease-out 0s;
	border-radius: var(--theme-radius) 0 0 var(--theme-radius);
	object-fit: cover;
	background: #eee;
	display: block;
	font-size: 0;
}

.lists.cols-two .grid .thumb {
	width: 220px;
	height: 150px;
	padding: 15px;
}

.lists .grid .thumb:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all 0.3s ease-out 0s;
}

.lists .grid .grid-video,
.lists .grid .video-icon {
	display: none;
}

.lists .grid .img .img-cat {
	display: none;
}

.lists.cols-two .grid .img .img-cat {
	position: absolute;
	left: 15px;
	top: 15px;
	display: inline-block;
	font-size: 12px;
	z-index: 11;
	background: rgba(48, 56, 72, 0.5);
	color: #fff;
	padding: 1px 6px 2px;
	border-radius: 2px;
}

.lists .grid .img .img-cat a {
	display: inline-block;
	height: auto;
	color: #fff;
}

.lists .grid .con {
	padding: 15px;
	position: relative;
	height: 100%;
}

.lists .grid .excerpt {
	display: none;
}

.lists.cols-two .excerpt {
	display: block;
	color: #999;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	margin-top: 7px;
}

.lists .grid .grid-meta {
	color: #777;
	font-size: 12px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	position: absolute;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.lists .grid .grid-meta span {
	margin-right: 8px;
}

.lists .grid .grid-meta .price {
	float: right;
	margin-right: 0;
}

.lists .grid .grid-meta .price .fee {
	background: #ababab;
	padding: 0px 3px;
	color: #fff;
	border-radius: 2px;
	margin-right: 0;
}

.lists .grid .grid-meta .price span {
	margin-right: 0;
}

.lists .grid .grid-meta .price span i {
	font-style: normal;
}

.lists .grid .grid-meta .vip-tag {
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #4e342e;
	padding: 0 4px;
	border-radius: 2px;
	position: relative;
}

.lists .grid .grid-meta .free-tag {
	background: #5cb85c;
	padding: 0 3px;
	color: #fff;
	border-radius: 2px;
	position: relative;
}

.lists .grid .grid-meta .tuan-tag {
	background: #03c8d4;
	padding: 0 3px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	top: 3px;
}

.lists .grid .grid-meta .icon {
	font-size: 14px;
}

.lists .grid .grid-author {
	display: none;
}

.lists .grid > .vip-tag {
	display: none;
}

.lists .grid > .recommend-tag {
	top: -4px;
	left: 10px;
	height: 20px;
	border-radius: 2px;
	border-top-left-radius: 0;
	text-align: center;
	font-weight: 400;
	position: absolute;
	background: var(--theme-color);
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
}

.lists .grid > .recommend-tag:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -4px;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent var(--theme-color) transparent;
}

.lists .erphpdown-tuan-process {
	display: inline-block;
	width: 80%;
}

.lists .erphpdown-tuan-process .line {
	background: #f1f1f1;
	height: 8px;
	width: 60%;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.lists .erphpdown-tuan-process .line span {
	display: block;
	height: 8px;
	width: 0px;
	background: #03c8d4;
	border-radius: 3px 0 0 3px;
}

.lists .erphpdown-tuan-process .data {
	text-align: center;
	font-size: 10px;
	color: #8a92a9;
	padding: 4px 0 4px 8px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.contents p:empty {
	margin: 0;
}

.content-none {
	text-align: center;
	color: #888;
	font-size: 22px;
	margin: 80px 0 105px;
}

/* 暂无内容图标 */
.content-none svg {
	display: inline-block;
	fill: #f3f6fe;
	margin-bottom: 2px;
}

/* 暂无内容图标 */
.list-question-new {
	margin-bottom: 20px;
	overflow: hidden;
	display: none;
}

.list-question-new .tit {
	font-size: 18px;
	line-height: 38px;
}

.list-question-new .btn {
	float: right;
	color: #fff !important;
}

.mocom-pic {
	padding: 40px 0;
}

.mocom-pic:nth-child(2n) {
	background: #fff;
}

.mocom-pic .pic-text {
	position: relative;
}

.mocom-pic .pic-text img,
.mocom-pic .pic-text video {
	float: left;
	width: 45%;
	height: auto;
	border-radius: var(--theme-radius);
}

.mocom-pic .pic-text.posright img,
.mocom-pic .pic-text.posright video {
	float: right;
}

.mocom-pic .pic-text .con {
	padding: 20px 0 0 40px;
	float: left;
	width: 55%;
}

.mocom-pic .pic-text.posright .con {
	padding: 20px 40px 0 0;
}

.mocom-pic .pic-text .con h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 45px;
	font-weight: normal;
	position: relative;
}

.mocom-pic .pic-text .con h2:after {
	content: ' ';
	width: 30px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	border-radius: 1.5px;
}

.mocom-pic .pic-text .con .desc {
	color: #666;
	margin-bottom: 30px;
	line-height: 1.7;
}

.mocom-pic .pic-text .con .more {
	color: var(--theme-color);
}

.moad {
	margin: 15px 0;
}

.moad.fullwidth {
	margin: 0;
}

.moad img {
	width: 100%;
	height: auto;
	border-radius: var(--theme-radius);
}

.moad.fullwidth img {
	border-radius: 0;
}

.mocat:first-child {
	margin-top: -10px;
}

.mocat:nth-child(2n) {
	background: #f3f6fe;
}

/* 背景颜色 */
body.gd-list .mocat {
	background: transparent;
}

.mocat .grids {
	margin-bottom: 0;
}

.mocat .mocat-title-nav {
	text-align: center;
}

.mocat .mocat-title-nav a {
	margin: 0 10px 45px;
	font-size: 18px;
	position: relative;
	display: inline-block;
}

.mocat .mocat-title-nav a.active {
	font-size: 24px;
}

.mocat .mocat-title-nav a.active:after {
	content: ' ';
	width: 20px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.mocat .mocat-title-nav a span {
	position: relative;
}

.mocat .mocat-title-nav a i {
	display: none;
}

.mocat h2 {
	margin: 0 0 45px;
	font-size: 24px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.mocat.align-left h2 {
	margin: 0 0 30px;
	position: relative;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}

.mocat h2:after {
	content: ' ';
	width: 20px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.mocat.align-left h2:after {
	content: none;
}

.mocat h2 span {
	position: relative;
}

.mocat h2 icon {
	font-size: 22px;
	margin-right: 6px;
	color: var(--theme-color);
}

/* icon图标大小 */
.mocat h2 i {
	position: absolute;
	right: -43px;
	top: -10px;
	background: var(--theme-color);
	padding: 1px 5px;
	border-radius: 20px 20px 20px 0;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
}

.mocat.align-left h2 i {
	display: none;
}

.mocat .desc {
	text-align: center;
	color: #777;
	margin-bottom: 30px;
	margin-top: -15px;
	font-size: 14px;
}

.mocat.align-left .desc {
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

.mocat.align-left .desc-child {
	display: none;
}

.mocat .child {
	list-style: none;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 24px;
}

.mocat .child li {
	display: inline-block;
	margin: 0 3px;
	margin-bottom: 6px;
}

.mocat .child li a {
	padding: 5px 10px;
	font-size: 14px;
	position: relative;
}

.mocat .child li a.active {
	color: var(--theme-color);
}

.mocat .child li a.active:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--theme-color);
}

.mocat.align-left .child {
	text-align: left;
	margin-bottom: 19px;
	display: inline-block;
	margin-left: 15px;
}

.mocat.align-left .child li a {
	padding: 5px 8px;
}

.mocat.align-left .child li a.active {
	font-weight: 600;
}

.mocat.align-left .child li a.active:after {
	content: none;
}

.mocat .cfilter {
	list-style: none;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 24px;
}

.mocat .cfilter li {
	display: inline-block;
	margin: 0 3px;
	margin-bottom: 6px;
}

.mocat .cfilter li a {
	padding: 5px 10px;
	font-size: 14px;
	position: relative;
}

.mocat .cfilter li a.active {
	color: var(--theme-color);
}

.mocat .cfilter li a.active:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--theme-color);
}

.mocat .more {
	text-align: center;
	margin-top: 15px;
}

.mocat .more a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	background-color: var(--theme-color);
	color: #fff !important;
	border-radius: 50px;
	width: 220px;
}

.mocat .more a:hover {
	opacity: 0.88;
}

.mocat .more a i {
	margin-left: 5px;
	display: none;
	font-size: 14px;
}

.mocat .more a:hover i {
	display: inline-block;
}

.mocat.align-left .more {
	position: absolute;
	right: 0;
	top: 12px;
	margin: 0;
	padding: 0;
}

.mocat.align-left .container .more a {
	font-size: 14px;
	background: transparent !important;
	padding: 0;
	border-radius: 0;
	color: #a7a7a7 !important;
	width: inherit;
}

.mocat.align-left .container .more a:hover {
	color: var(--theme-color) !important;
}

.mocat .pagination-block {
	margin-top: 15px;
}

.mocat .tasks {
	border: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.cat2s {
	margin: 0 -10px;
}

.cat2s h4 {
	font-size: 18px;
	font-weight: normal;
}

.cat2s .cat2s-item {
	margin: 0 10px 20px;
	float: left;
	position: relative;
	background: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	border-radius: var(--theme-radius);
	transition: all 0.3s ease 0s;
	padding: 25px 250px 25px 25px;
	width: calc(50% - 20px);
}

.cat2s .cat2s-item li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.cat2s .cat2s-item li:last-child {
	border: none;
}

.cat2s .cat2s-item li a {
	color: #777;
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 18px;
	word-break: break-all;
}

.cat2s .cat2s-item li a:hover {
	color: inherit;
}

.cat2s .cat2s-item .cat2s-item-thumb {
	position: absolute;
	right: 25px;
	top: -20px;
	width: 200px;
	height: 260px;
}

.cat2s .cat2s-item .cat2s-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.mocats {
	padding-bottom: 10px !important;
}

.mocats .molis {
	margin: 0 -10px;
}

.mocats .moli {
	width: calc(33.3333% - 20px);
	float: left;
	margin: 0 10px 20px;
	background: #fff;
	border-radius: var(--theme-radius);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}

.mocats.cols-two .moli {
	width: calc(50% - 20px);
}

.mocats.cols-four .moli {
	width: calc(25% - 20px);
}

.mocats .moli .moli-header {
	padding: 18px 20px;
	text-align: center;
	background-color: var(--theme-color);
	color: #fff;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.mocats .moli .moli-header:after {
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.mocats .moli .moli-header a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.mocats .moli .moli-header h3 {
	font-weight: normal;
	font-size: 18px;
	z-index: 10;
	position: relative;
}

.mocats .moli .moli-header .des {
	font-size: 13px;
	z-index: 10;
	position: relative;
	line-height: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 16px;
}

.mocats .moli ul {
	padding: 20px 15px;
}

.mocats .moli ul li {
	margin-bottom: 10px;
	padding: 0 60px 0 26px;
	position: relative;
}

.mocats .moli ul li:last-child {
	margin-bottom: 0;
}

.mocats .moli ul a {
	display: block;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
}

.mocats .moli ul span {
	position: absolute;
	right: 0;
	top: -1px;
	color: #777;
	font-size: 12px;
	width: 55px;
	height: 20px;
	overflow: hidden;
	text-align: end;
}

.mocats .moli ul span .icon {
	font-size: 14px;
}

.mocats .moli ul li > i {
	position: absolute;
	left: 0;
	top: 3px;
	background: #ccc;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
}

.mocats .moli ul li:first-child > i {
	background: var(--theme-color);
}

.mocats .moli ul li:nth-child(2) > i {
	background: var(--theme-color);
	opacity: 0.8;
}

.mocats .moli ul li:nth-child(3) > i {
	background: var(--theme-color);
	opacity: 0.6;
}

.post .post-sign,
.article-header .post-sign {
	background: #ff9600;
	color: #fff;
	padding: 0px 4px;
	display: inline-block;
	border-radius: 5px 0 5px 0;
	font-size: 12px;
	margin-right: 5px;
	line-height: 18px;
	position: relative;
	top: -1px;
	font-weight: normal;
}

.more-all {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
}

.more-all a {
	display: inline-block;
	padding: 10px 80px;
	text-decoration: none;
	background-color: var(--theme-color);
	color: #fff !important;
	border-radius: 50px;
}

.more-all a:hover {
	opacity: 0.88;
}

.posts-loading {
	display: none;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	color: #aab2bd;
	padding: 20px;
}

.loadings {
	width: 80px;
	height: 20px;
	margin: 0 auto 30px;
	text-align: center;
}

.loadings span {
	display: inline-block;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: #fdfdfd;
	-webkit-animation: loadings 1s ease infinite;
}

@-webkit-keyframes loadings {
	0%,
	100% {
		height: 20px;
		background: #fdfdfd;
	}

	50% {
		height: 20px;
		margin: -15px 0;
		background: #e4e7ec;
	}
}

.loadings span:nth-child(2) {
	-webkit-animation-delay: 0.2s;
}

.loadings span:nth-child(3) {
	-webkit-animation-delay: 0.4s;
}

.loadings span:nth-child(4) {
	-webkit-animation-delay: 0.6s;
}

.loadings span:nth-child(5) {
	-webkit-animation-delay: 0.8s;
}

.pagination-block {
	margin: 0;
	padding: 20px 20px 20px;
	text-align: center;
	font-size: 12px;
	display: block;
	display: flex;
	justify-content: center;
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

/* 翻页按钮高度 */
body.gd-list .pagination-block,
body.gd-list .pagination-trigger {
	background: #fff;
	padding: 20px;
}

.pagination-block ul {
	display: inline-block !important;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

.pagination-block ul > li {
	display: inline;
}

.pagination-block ul > li > a,
.pagination-block ul > li > span {
	margin: 0 2px;
	float: left;
	padding: 5px 12px;
	background-color: #ddd;
	color: #666;
	border-radius: 5px;
	opacity: 0.88;
	text-decoration: none;
}

.pagination-block ul > li > a:hover,
.pagination-block ul > li > a:focus {
	opacity: 1;
}

.pagination-block ul > .active > a,
.pagination-block ul > .active > span {
	background-color: var(--theme-color) !important;
	color: #fff;
}

.pagination-block ul > .active > a,
.pagination-block ul > .active > span {
	cursor: default;
}

.pagination-block ul > li > span,
.pagination-block ul > .disabled > span,
.pagination-block ul > .disabled > a,
.pagination-block ul > .disabled > a:hover,
.pagination-block ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination-block .pagination_jump {
	margin-left: 15px;
}
.pagination-block .pagination_jump .input-jump-page {
	height: 28px;
	border: none;
	border-bottom: 1px solid #eaeaea;
	width: 40px;
	padding: 0;
	-moz-appearance: textfield;
	background: transparent;
}

.pagination-block .pagination_jump .input-jump-page::-webkit-inner-spin-button,
.pagination-block .pagination_jump .input-jump-page::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pagination-block ul > li .page-jump {
	background-color: transparent !important;
	padding: 5px;
}

.pagination-trigger {
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 20px;
}

body.gd-list .pagination-trigger {
	margin-bottom: 0;
	padding: 0 15px 30px;
}

.pagination-trigger a {
	margin: 0 5px;
	display: inline-block;
	padding: 8px 45px;
	text-decoration: none;
	background-color: var(--theme-color);
	color: #fff !important;
	border-radius: var(--theme-radius);
	opacity: 0.88;
	text-decoration: none;
}

.pagination-trigger a:hover {
	opacity: 1;
}

.pagination-loading {
	font-size: 16px;
	text-align: center;
	color: #aab2bd;
	padding: 10px 15px;
	margin-bottom: 20px;
}

body.gd-list .pagination-loading {
	background: #fff;
}

.home-caticons {
	background: #fff;
	border-radius: var(--theme-radius);
	margin-bottom: 25px;
	margin-top: 25px;
}

.home-caticons .items {
	margin: 0 -10px;
	padding: 15px 0;
}

.home-caticons .item {
	width: calc(12.5% - 20px);
	text-align: center;
	float: left;
	margin: 15px 10px;
}

.home-caticons .item img {
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
}

.home-caticons .item h4 {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.home-cathumbs {
	margin-bottom: 25px;
	margin-top: 25px;
}

.home-cathumbs .container {
	overflow: hidden;
}

.home-cathumbs .swiper-cathumbs {
	overflow: hidden;
}

.home-cathumbs .swiper-button-next,
.home-cathumbs .swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 50%;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	margin-top: 0;
	background-size: 7px 11.9px;
}

.home-cathumbs .items .item {
	float: left;
	width: calc(12.5% - 10px);
	min-width: 141.25px;
	margin: 0;
	position: relative;
	text-align: center;
	border-radius: var(--theme-radius);
	overflow: hidden;
}

.home-cathumbs .items .item a {
	display: block;
	position: relative;
}

.home-cathumbs .items .item a:before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home-cathumbs .items .item img {
	border-radius: var(--theme-radius);
	width: 100%;
	height: auto;
}

.home-cathumbs .items .item h4 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.home-authors {
	background: #fff;
	padding: 40px 0;
}

.home-authors h2 {
	margin: 0 0 45px;
	font-size: 24px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.home-authors h2:after {
	content: ' ';
	width: 20px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.home-authors .home-authors-items {
	margin: 0 -10px;
}

.home-authors .home-authors-items .home-author {
	float: left;
	margin: 0 10px 20px;
	width: calc(12.5% - 20px);
	text-align: center;
}

.home-authors .home-authors-items .home-author .avatar {
	border-radius: 50%;
}

.home-authors .home-authors-items .home-author .name {
	display: block;
	margin-top: 5px;
	color: #777;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
}

.home-blogs {
	padding: 40px 0;
}

.home-blogs h2 {
	margin: 0 0 45px;
	font-size: 24px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.home-blogs h2:after {
	content: ' ';
	width: 20px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.home-blogs .desc {
	text-align: center;
	color: #777;
	margin-bottom: 30px;
	margin-top: -15px;
	font-size: 14px;
}

.home-blogs .lists {
	background: transparent !important;
	padding: 0;
}

.home-blogs .lists .grid.nopic {
	padding-left: 0 !important;
}

.home-blogs .more {
	text-align: center;
	margin-top: 15px;
}

.home-blogs .more a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	background-color: var(--theme-color);
	color: #fff !important;
	border-radius: 50px;
	width: 220px;
}

.home-blogs .more a i {
	margin-left: 5px;
	display: none;
	font-size: 14px;
}

.home-blogs .more a:hover {
	opacity: 0.88;
}

.home-blogs .more a:hover i {
	display: inline-block;
}

.breadcrumbs {
	padding: 0 0 15px;
	font-size: 14px;
	color: #777;
	margin: -10px 0 0;
}

.breadcrumbs .sep,
.breadcrumbs .current,
.breadcrumbs a {
	color: #777;
}

.breadcrumbs .current {
	color: #777;
}

.article-audio {
	margin-bottom: 0;
	border-radius: var(--theme-radius);
	overflow: hidden;
	background: #fff;
	/*height: 480px;*/
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 20px;
}

.article-audio .erphpdown .erphpdown-vip,
.article-audio .erphpdown .erphpdown-buy {
	margin-right: 0;
}

.article-audio .erphpdown {
	border: none !important;
	background: transparent !important;
	z-index: 1;
	position: relative;
}

.article-video {
	border-radius: var(--theme-radius);
	overflow: hidden;
	font-size: 0;
	margin-bottom: 20px;
	position: relative;
	background: #000;
}

.content-wrap .article-video {
	margin-bottom: 0;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
	overflow: hidden;
}

.article-video iframe {
	width: 100%;
}

.article-video .erphp-vod {
	margin-bottom: 0;
}

.article-video .erphpdown .erphpdown-vip,
.article-video .erphpdown .erphpdown-buy {
	margin-right: 0;
}

.dplayer:-webkit-full-screen .dplayer-video-wrap .dplayer-video {
	height: 100% !important;
}

.ckplayer-erphpdown-video,
.dplayer-erphpdown-video,
.fplayer-erphpdown-video {
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.ckplayer-erphpdown-video .playicon,
.dplayer-erphpdown-video .playicon,
.fplayer-erphpdown-video .playicon {
	position: absolute;
	top: calc(50% - 40px);
	width: 80px;
	height: 80px;
	display: inline-block;
	left: calc(50% - 40px);
}

.ckplayer-erphpdown-video .playicon.pre,
.dplayer-erphpdown-video .playicon.pre,
.fplayer-erphpdown-video .playicon.pre {
	cursor: pointer;
}

.ckplayer-erphpdown-video .playicon.pre:after,
.dplayer-erphpdown-video .playicon.pre:after,
.fplayer-erphpdown-video .playicon.pre:after {
	content: '试看';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	font-size: 13px;
}

.ckplayer-erphpdown-video .icon-play,
.dplayer-erphpdown-video .icon-play,
.fplayer-erphpdown-video .icon-play {
	font-size: 80px;
	top: -26px;
}

.ckplayer-erphpdown-video .erphpdown,
.dplayer-erphpdown-video .erphpdown,
.fplayer-erphpdown-video .erphpdown {
	border: none !important;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin-bottom: 10px;
	background: transparent !important;
	padding: 15px 0 !important;
}

.videos-menu {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	width: 0;
	z-index: 999;
	transition: all 0.3s ease 0s;
	overflow-y: auto;
	background: rgba(35, 35, 35, 0.7);
}

.videos-menu.active {
	width: 280px;
	padding: 10px 15px;
}

.videos-menu h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border: none !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: transparent !important;
}

.videos-menu .item {
	position: relative;
	padding-right: 60px;
}

.videos-menu .item a {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	height: 21px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #999;
	text-decoration: none;
}

.videos-menu .item a.active,
.videos-menu .item a:hover {
	color: #fff;
}

.videos-menu .item span {
	position: absolute;
	right: 0;
	top: 1px;
	color: #999;
	font-size: 12px;
}

.vmenu-trigger {
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	height: 40px;
	width: 20px;
	border-radius: 3px 0 0 3px;
	text-align: center;
	color: #999 !important;
	background: rgba(35, 35, 35, 0.7);
	display: inline-block;
	line-height: 40px;
	transition: all 0.3s ease 0s;
	z-index: 999;
	text-decoration: none !important;
}

.vmenu-trigger.active {
	right: 280px;
}

.vmenu-trigger i {
	font-size: 16px;
	top: 0;
}

.vmenu-trigger.active i:before {
	content: '\e621' !important;
}

.article-video .erphpdown .erphpdown-vip {
	color: #845602 !important;
}

.article-header-box {
	background: #fff;
	padding: 20px 20px 20px 445px;
	border-radius: var(--theme-radius);
	margin-bottom: 20px;
}

.single-content .article-header-box {
	padding: 0 0 0 265px;
}

.header-box-img {
	width: 400px;
	height: 260px;
	margin-left: -425px;
	float: left;
}

.single-content .header-box-img {
	width: 250px;
	height: 162px;
	margin-left: -265px;
}

.header-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.header-box-con .article-title {
	margin-bottom: 0;
	margin-top: -4px;
}

.header-box-con .custom-metas {
	background: #f5f5f5;
	padding: 7px 10px;
	font-size: 14px;
	margin-bottom: 15px;
	overflow: hidden;
	color: #999;
	border-radius: 5px;
}

.header-box-con .custom-metas:empty {
	display: none;
}

.header-box-con .custom-metas .meta {
	float: left;
	width: 50%;
	padding-right: 15px;
	margin: 2px 0;
}

.header-box-con .custom-metas .meta span {
	color: #666;
}

.header-box-con .excerpt {
	margin-bottom: 15px;
	color: #8d939c;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 60px;
}

.header-box-con .erphpdown {
	border: none !important;
	padding: 0 !important;
	margin-bottom: 0;
	background: transparent !important;
}

.header-box-con .erphpdown .erphpdown-title {
	display: none;
}

.header-box-con .erphpdown .erphpdown-child {
	padding: 25px 15px;
	border: none;
	margin-bottom: 15px;
	color: #666;
	border-radius: 5px;
}

.header-box-con .erphpdown .erphpdown-child-title {
	padding: 0 7px 1px;
	color: #777;
	position: absolute;
	top: 0;
	left: 15px;
	background: #dedede;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}

.header-box-con .erphpdown .demo-demo {
	background: #67ce9b;
	color: #fff;
	display: inline-block;
}

.header-box-con .erphpdown .erphpdown-btn-large {
	border-radius: 5px;
	padding: 8px 15px;
	min-width: 100px;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 10px;
	margin-left: 0;
	text-align: center;
	float: left;
}

.header-box-con .erphpdown .erphpdown-child .erphpdown-btn-large {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.header-box-con .erphpdown .erphpdown-btn-large.bought {
	background: #5cb85c !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.erphpdown-tuan-btn {
	background: #03c8d4 !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.erphpdown-tuan-over {
	background: #dedede !important;
	color: #333 !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.vip {
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #4e342e !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.disabled {
	opacity: 0.8;
}

.header-box-con .erphpdown .erphpdown-btn-large:hover {
	opacity: 0.9;
}

.header-box-con .erphpdown .erphpdown-box-tips {
	display: inline-block;
	background: #fff3e9;
	border-radius: 5px;
	line-height: 37px;
	padding: 0 13px;
}

.header-box-con .erphpdown .erphpdown-child .erphpdown-box-tips {
	border: none;
	background: transparent !important;
	padding: 0;
	line-height: 37px;
}

.header-box-con .erphpdown .erphpdown-box-tips .erphpdown-vip,
.header-box-con .erphpdown .erphpdown-box-tips .erphp-login-must {
	color: #f58b36 !important;
	padding: 0;
	background: transparent !important;
	font-size: 14px;
}

.header-box-con .erphpdown .erphpdown-box-tips .erphp-login-must {
	margin-right: 6px;
}

.header-box-con .erphpdown .erphpdown-box-tips .icon-crown-s {
	color: #fbb715;
}

.header-box-con .erphpdown .erphpdown-tips-free {
	margin-bottom: 0;
	margin-top: 5px;
}

.header-box-con .erphpdown .erphpdown-tips {
	margin-top: 10px;
}

.header-box-con .erphpdown .erphpdown-free {
	background: #e1f5ee;
	padding: 15px;
}

.header-box-con .erphpdown .erphpdown-free .item2 {
	margin-bottom: 5px;
}

.header-box-con .erphpdown .erphpdown-free .item2:last-child {
	margin-bottom: 0;
}

.erphpdown-header-box .erphpdown-tuan {
	margin-top: 0;
}

.erphpdown-header-box .erphpdown-tuan2 {
	margin-bottom: 15px;
}

.erphpdown-header-box .erphpdown-tuan .erphpdown-tuan-loader {
	background: #03c8d4;
}

.erphpdown-header-box .erphpdown-tuan .erphpdown-price {
	color: #03c8d4;
}

.erphpdown-header-box .erphpdown-tuan-process {
	margin-left: 8px;
}

.erphpdown-header-box .erphpdown-tuituan {
	margin-right: 0;
	margin-left: 8px;
}

.single-images {
	overflow: hidden;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.single-images .swiper-post-container {
	margin-bottom: 0;
	position: relative;
}

.single-images .swiper-post-container img {
	width: 100%;
	height: auto;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.single-images .swiper-pagination {
	bottom: 5px;
	left: 0;
	width: 100%;
}

.single-content {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: var(--theme-radius);
}

body.page-template-vip .single-content {
	padding: 0;
	margin: 0;
	background: transparent !important;
}

.article-video + .single-content,
.article-audio + .single-content {
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

body.page-template-guestbook .single-content {
	margin-bottom: 0;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.article-title {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: normal;
	word-break: break-all;
}

.article-title.center {
	position: relative;
	top: inherit;
	left: inherit;
	transform: unset;
}

body.page-template-vip .article-title {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 28px;
}

.article-meta {
	color: #777;
	margin-bottom: 15px;
	font-size: 13px;
}

.article-meta a {
	color: #777;
}

.article-meta .item {
	margin-right: 15px;
	display: inline-block;
}

.article-meta .post-edit-link {
	margin-right: 15px;
}

.article-meta .item.right {
	float: right;
	margin-right: 0;
}

.article-content {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 10px;
}

body.page-template-vip .article-content {
	padding: 0 30px;
	margin-bottom: 0;
}

body.page-template-guestbook .single-content p:last-child {
	margin-bottom: 0;
}

.article-content .article-tips {
	text-align: center;
	margin: 0 auto 20px;
	max-width: 80%;
	font-size: 13px;
}

.article-content .article-tips > div {
	background: #fff3e9;
	padding: 4px 18px 5px;
	border-radius: 5px;
	display: inline-block;
	color: #f58b36;
}

.article-content .feature-image {
	margin: 0 auto 20px;
	text-align: center;
}

.article-content img {
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}

/* 文章页图片间距 */
.article-content img.loading {
	width: 100px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content p,
.article-content ul,
.article-content ol,
.article-content table,
.article-content pre,
.article-content blockquote,
.article-content .wp-caption {
	margin: 0 0 20px;
}

.article-content a {
	text-decoration: none;
}

/* 取消下划线 */
.article-content tag {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #f3f6fe;
	border-radius: 6px;
	padding: 0 6px;
	color: #1e88e5;
	font-family: Consolas, 'Liberation Mono', Menlo, Courier, 'Microsoft Yahei', monospace;
	line-height: 20px;
}

/* 文字TAG标签 */
/*.article-content code{background: #e9ebec;padding: 0 0px 0px;margin: 0 0px;border-radius: 0px;}
.article-content pre2{margin:20px 0;font:12px/20px 'courier new';background:#4A4A4A;padding:10px 20px;color:#F8F8D4;border:none} */
.article-content blockquote {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 12px 12px;
	font-size: 16px;
	color: #999;
	border-left: 6px solid #ccc;
	margin-top: -12px;
	margin-bottom: 26px;
}

/* 引用 */
.article-content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: -16px;
}

/* 引用 */
.article-content h1 {
	color: #ff6100;
	font-weight: bold;
	font-size: 29px;
	margin: 32px 0 32px;
	padding-left: 8px;
	border-left: 6px solid;
	line-height: 2.3rem;
}

/* 大号橘色标题 */
.article-content h2 {
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
	margin: 22px 0px 6px 0px;
	padding-left: 8px;
	border-left: 6px solid;
	line-height: 1.5rem;
}

/* 小号红色标题 */
.article-content h3 {
	font-size: 18px;
	border-left: 4px solid var(--theme-color);
	padding: 10px 15px;
	line-height: 26px;
	background: #fafafa;
}

.article-content h4 {
	color: #0066aa;
	font-weight: bold;
	font-size: 16px;
	margin: 22px 0px 6px 0px;
	padding-left: 8px;
	border-left: 6px solid;
	line-height: 1.5rem;
}

/* 小号蓝色标题 */
.article-content h6 {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 16px;
	margin: 22px 0px 6px 0px;
	padding-left: 8px;
	border-left: 6px solid;
	line-height: 1.5rem;
}

/* 小号黑色标题 */
.article-content ul,
.article-content ol {
	margin: 0 0 20px 40px;
}

.article-content ul,
.article-content ul li {
	list-style: disc;
}

.article-content ol,
.article-content ol li {
	list-style: decimal;
}

.article-content p {
	margin-bottom: 20px;
	overflow: hidden;
}

.article-content p:empty {
	margin-bottom: 0;
}

/*.article-content pre{word-wrap:break-word}*/
.article-content table {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 100%;
	margin-bottom: 20px;
}

.article-content table th {
	background-color: #f9f9f9;
	text-align: center;
}

.article-content table th,
.article-content table td {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px;
}

.article-content video,
.article-content embed,
.article-content object {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.article-content .gallery-login {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

.article-content .gallery-login span {
	background: #eaeaea;
	padding: 6px 18px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
}

.article-content .gallery-login a {
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	color: var(--theme-color);
}

.article-content .gallery {
	margin: 0 -1% 20px;
}

.article-content .gallery.gallery-column-9 {
	margin: 0 -0.3% 20px;
}

.article-content .gallery.gallery-column-8 {
	margin: 0 -0.4% 20px;
}

.article-content .gallery.gallery-column-7 {
	margin: 0 -0.5% 20px;
}

.article-content .gallery.gallery-column-6 {
	margin: 0 -0.6% 20px;
}

.article-content .gallery.gallery-column-5 {
	margin: 0 -0.8% 20px;
}

.article-content .gallery .gallery-item {
	float: left;
	width: 25%;
	padding: 1%;
}

.article-content .gallery.gallery-column-9 .gallery-item {
	width: 11.1111%;
	padding: 0.3%;
}

.article-content .gallery.gallery-column-8 .gallery-item {
	width: 12.5%;
	padding: 0.4%;
}

.article-content .gallery.gallery-column-7 .gallery-item {
	width: 14.2857%;
	padding: 0.5%;
}

.article-content .gallery.gallery-column-6 .gallery-item {
	width: 16.6666%;
	padding: 0.6%;
}

.article-content .gallery.gallery-column-5 .gallery-item {
	width: 20%;
	padding: 0.8%;
}

.article-content .gallery.gallery-column-4 .gallery-item {
	width: 25%;
}

.article-content .gallery.gallery-column-3 .gallery-item {
	width: 33.3333%;
}

.article-content .gallery.gallery-column-2 .gallery-item {
	width: 50%;
}

.article-content .gallery.gallery-column-1 .gallery-item {
	width: 100%;
}

.article-content .gallery-item img {
	border: none !important;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
	object-fit: cover;
}

.article-content .gallery-blur-item img {
	filter: blur(4px);
}

.article-content .alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.article-content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.article-content .aligncenter img {
	margin: 0 auto;
	display: block;
}

.article-content .alignright {
	float: right;
	margin: 0 0 20px 30px;
}

.article-content .wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.article-content .wp-caption img {
	margin-bottom: 5px;
}

.article-content .wp-caption p {
	margin: 0;
	text-indent: 0;
}

.article-content .wp-caption .alignnone {
	text-align: center;
}

.article-content .wp-caption .wp-caption-text {
	font-size: 14px;
	color: #999;
}

.article-content .wp-video {
	margin-bottom: 20px;
	font-size: 0;
}

.article-content .external-video {
	margin: 0 auto 30px;
	text-align: center;
}

.article-content .mejs-container,
.article-content .wp-video {
	width: 100% !important;
}

.article-content .article-video {
	margin-bottom: 20px;
	border-radius: var(--theme-radius);
}

.article-content .article-content-all {
	position: relative;
	/* max-height: 1999px;
	overflow: hidden; */
}

/* 文章查看全文显示度 */
.article-content .article-content-all.show {
	max-height: inherit;
}

.article-content .article-content-all-more {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	padding: 150px 0 20px;
	text-align: center;
	width: 100%;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(254, 254, 254, 1) 68%);
}

.article-content .article-content-all.show .article-content-all-more {
	display: none !important;
}

.article-content .article-content-all-more span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	color: var(--theme-color);
	line-height: 20px;
	cursor: pointer;
	font-size: 15px;
}

.article-content .article-content-all-more span .icon {
	font-size: 14px;
}

.article-content .erphpdown-content-view {
	margin-bottom: 20px;
}

.article-content .erphpdown-content-vip {
	padding: 15px 25px;
	border: none;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	border-radius: 5px;
	background: #f5f5f5;
}

.article-content .erphpdown-content-vip2 {
	text-align: center;
	color: var(--theme-color);
}

.article-content .erphpdown-content-vip > legend {
	color: var(--theme-color);
	padding: 0 5px;
	font-weight: bold;
	font-size: 17px;
}

.article-content .erphpdown-content-vip .erphpdown-buy,
.article-content .erphpdown-content-vip .erphpdown-see-btn,
.article-content .erphpdown-content-vip .erphp-login-must {
	border-radius: 20px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 14px;
	display: inline-block;
	margin-left: 6px;
	line-height: 1;
}

.article-content .erphpdown-content-vip .erphpdown-price {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	margin-right: 5px;
	font-weight: 600;
	color: var(--theme-color);
}

.article-content .erphpdown-see-video {
	position: relative;
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 15px 25px;
	border: none !important;
	box-sizing: border-box;
}

.article-content .erphpdown-see-video:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	z-index: -1;
}

.article-content .erphpdown-see-video:after {
	content: '\e624';
	font-family: 'iconfont-modown';
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	font-size: 56px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.article-post-minibox {
	margin: 16px 0 16px;
	width: 350px;
	padding: 10px 10px 10px 100px;
	border-radius: 5px;
	background: #fafafa;
	border: 1px solid #eaeaea;
	position: relative;
}

/* 文章卡片 */
.article-post-minibox img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	float: left;
	margin-left: -90px;
}

.article-post-minibox .ctitle {
	text-decoration: none;
	font-size: 15px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 54px;
	margin-bottom: 4px;
}

/* 文章卡片 */
.article-post-minibox .cmeta {
	font-size: 12px;
	color: #999;
}

.article-post-minibox .cmeta .icon {
	font-size: 13px;
}

.article-audio-free {
	position: relative;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 70px;
	width: 355px;
	height: 321px;
	text-align: center;
}

.article-audio-free .guxz {
	display: inline-block;
	width: 359px;
	height: 359px;
	background: url(../img/audio-2.png);
}

.article-audio-free .dy {
	position: absolute;
	top: 31px;
	right: -109px;
	width: 85px;
	height: 82px;
	background: url(../img/audio-1.png) no-repeat -356px -18px;
}

.article-audio-free .xy {
	position: absolute;
	top: 31px;
	right: -108px;
	z-index: 3;
	width: 85px;
	height: 85px;
	background: url(../img/audio-1.png) no-repeat -450px -18px;
}

.article-audio-free .gp {
	position: absolute;
	top: 84px;
	right: -70px;
	width: 173px;
	height: 272px;
	background: url(../img/audio-1.png) no-repeat -350px -138px;
	transition: all 0.6s ease-in-out;
	transform: rotate(-32deg);
	transform-origin: right top;
}

.article-audio-free .imgs {
	transition: all 0.6s ease-in-out;
	transform: rotate(-32deg);
	transform-origin: right top;
}

.article-audio-free .gp.skewing {
	transform: rotate(0);
}

.article-audio-free .xuanz {
	animation: circleRoate 200s;
	animation-timing-function: linear;
}

.audio-player .audio {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.audio-player .audio .audio-play {
	display: inline-block;
	width: 51px;
	height: 51px;
	background: url(../img/audio.png) -14px -16px no-repeat;
	cursor: pointer;
	position: relative;
	font-style: inherit;
}

.audio-player .audio .audio-play t {
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	font-size: 14px;
}

.audio-player .audio .audio-play.on {
	background-position: -85px -16px;
}

.audio-player .audio .times {
	display: inline-block;
	width: 288px;
	height: 30px;
}

.audio-player .audio .info {
	display: inline-block;
	width: 207px;
	height: 100px;
}

.audio-player .audio .star-time {
	display: inline-block;
	margin-left: 17px;
	width: 63px;
	height: 51px;
	color: #696969;
	text-align: center;
	font-size: 20px;
	line-height: 51px;
	position: relative;
	top: -17px;
}

.audio-player .audio .time-bar {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	top: -3px;
	width: calc(100% - 214px);
	max-width: 527px;
	height: 41px;
	background: #bfbfbf;
	cursor: pointer;
	position: relative;
}

.audio-player .audio .time-bar .progressBar {
	position: absolute;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../img/audio.png) no-repeat -16px -83px;
}

.audio-player .audio .time-bar .move-color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 0;
	height: 24px;
	height: 100%;
	background-color: #658ae4;
}

.audio-player .audio .time-bar .timeTip {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 3;
	width: 40px;
	color: #0099e5;
	text-align: center;
	font-size: 12px;
}

.audio-player .audio .end-time {
	display: inline-block;
	width: 63px;
	height: 51px;
	color: #696969;
	font-size: 20px;
	line-height: 51px;
	position: relative;
	top: -17px;
}

.article-content .post-password-form {
	text-align: center;
}

.article-content .post-password-form input[name='post_password'] {
	height: 35px;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 5px 10px;
}

.article-content .post-password-form input[type='submit'] {
	border: none;
	background: #5cb85c;
	color: #fff;
	height: 35px;
	width: 80px;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	top: -2px;
}

.article-custom-metas {
	color: #999;
	font-size: 13px;
	background: #f5f5f5;
	padding: 10px 20px 0;
	border-radius: 5px;
	margin-bottom: 20px;
}

.erphpdown-box + .article-custom-metas {
	margin-top: -20px;
	display: none;
}

.article-custom-metas:empty {
	display: none;
}

.erphpdown-box,
.erphpdown-box + .article-custom-metas:empty {
	display: none;
}

.article-custom-metas .meta {
	margin-bottom: 10px;
	float: left;
	width: 50%;
	padding-right: 10px;
}

.article-custom-metas .meta t {
	color: #666;
}

.article-faqs {
	background: #fafafa;
	font-size: 13px;
	padding: 15px 20px 17px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.article-faqs .article-faq-title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.article-faqs .items .item {
	margin-bottom: 10px;
	border-bottom: 1px dashed #eaeaea;
	padding-bottom: 10px;
}

.article-faqs .items .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.article-faqs .items .item .que {
	font-size: 16px;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
}

.article-faqs .items .item .que .icon-help {
	font-size: 18px;
	color: var(--theme-color);
}

.article-faqs .items .item .que .ic {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 3px;
	right: 0;
}

.article-faqs .items .item.active .que .ic:before {
	content: '\e620';
}

.article-faqs .items .item .ans {
	color: #999;
	display: none;
	padding-left: 24px;
}

.article-faqs .items .item.active .ans {
	display: block;
}

.article-content .anspress h3 {
	border-left: none;
	background: transparent;
	padding: 0;
}

.article-content .ap-answers-tab,
.article-content .ap-answers-tab li {
	list-style: none;
}

.article-content .ap-user-reputation {
	display: none;
}

.article-content #ap-search-form .ap-search-input {
	border: 1px solid #ddd;
}

.article-content .ap-btn {
	cursor: pointer;
}

.article-content .anspress .row {
	margin-left: -15px;
	margin-right: -15px;
}

.article-content #anspress .ap-questions,
.article-content #anspress .ap-list-head {
	border-radius: 3px;
}

.article-content #anspress .ap-taxo-detail {
	display: none;
}

.article-content #anspress .ap-taxo-detail .entry-title {
	border-left: none;
	padding: 0;
	margin: 0;
}

.article-content #anspress .ap-taxo-detail .ap-tax-item-count {
	background: #333 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px;
	vertical-align: super;
	float: none;
}

.article-content #anspress #ap-filter-reset span {
	position: relative;
	top: -3px;
}

.article-content #anspress .ap-list-head .ap-btn-ask {
	background: var(--theme-color);
}

.article-content #anspress .ap-filter-toggle {
	color: var(--theme-color);
}

.article-content #anspress .ap-questions-count.ap-questions-acount {
	border-color: #ddd;
}

.article-content #anspress .ap-btn-insertimage {
	margin-bottom: 5px;
}

.article-content #anspress .ap-field-desc {
	color: #777;
}

.article-content .wp-block-image {
	margin-bottom: 30px;
	text-align: center;
}

.article-tabs-tab {
	margin: 0 -20px 20px;
	border-bottom: 1px solid #eaeaea;
}

.article-tabs-tab a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 17px;
	color: #666;
}

.article-tabs-tab a.active {
	font-weight: 600;
	color: #333;
}

.article-tabs-tab a.active:after {
	width: 30px;
	height: 2px;
	content: '';
	background: var(--theme-color);
	position: absolute;
	bottom: -1px;
	left: calc(50% - 15px);
}

.article-tabs-content {
	margin-bottom: 30px;
}

.article-tabs-content .article-tab-item {
	display: none;
}

.article-tabs-content .article-tab-item.active {
	display: block;
}

.wp-block-gallery {
	margin: 0 -1%;
}

.wp-block-gallery.columns-5 {
	margin: 0 -0.8%;
}

.wp-block-gallery.columns-6 {
	margin: 0 -0.6%;
}

.wp-block-gallery.columns-7 {
	margin: 0 -0.5%;
}

.wp-block-gallery.columns-8 {
	margin: 0 -0.4%;
}

.wp-block-gallery.columns-9 {
	margin: 0 -0.3%;
}

.blocks-gallery-grid {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-left: 0 !important;
}

.blocks-gallery-grid .blocks-gallery-item {
	list-style: none;
	width: 25%;
	padding: 1%;
	float: left;
}

.wp-block-gallery.columns-9 .blocks-gallery-grid .blocks-gallery-item {
	width: 11.1111%;
	padding: 0.3%;
}

.wp-block-gallery.columns-8 .blocks-gallery-grid .blocks-gallery-item {
	width: 12.5%;
	padding: 0.4%;
}

.wp-block-gallery.columns-7 .blocks-gallery-grid .blocks-gallery-item {
	width: 14.2857%;
	padding: 0.5%;
}

.wp-block-gallery.columns-6 .blocks-gallery-grid .blocks-gallery-item {
	width: 16.6666%;
	padding: 0.6%;
}

.wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item {
	width: 20%;
	padding: 0.8%;
}

.wp-block-gallery.columns-4 .blocks-gallery-grid .blocks-gallery-item {
	width: 25%;
}

.wp-block-gallery.columns-3 .blocks-gallery-grid .blocks-gallery-item {
	width: 33.3333%;
}

.wp-block-gallery.columns-2 .blocks-gallery-grid .blocks-gallery-item {
	width: 50%;
}

.wp-block-gallery.columns-1 .blocks-gallery-grid .blocks-gallery-item {
	width: 100%;
}

.wp-block-media-text {
	overflow: hidden;
	margin-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
	width: 50%;
	float: left;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 10px 20px;
	font-size: 28px;
}

.wp-block-columns {
	position: relative;
	flex-wrap: nowrap;
	overflow-wrap: break-word;
	display: flex;
	margin: 0 -10px 30px;
}

.wp-block-columns .wp-block-column {
	max-width: none;
	margin: 0;
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	padding: 10px;
}

.ead-preview {
	margin-bottom: 20px;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

.modown-login,
.modown-reply {
	padding: 10px;
	border: 2px dashed var(--theme-color);
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.modown-login a,
.modown-reply a {
	border-radius: 20px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 5px 12px;
	text-decoration: none !important;
	font-size: 12px;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	line-height: 1;
}

.modown-reply span {
	color: var(--theme-color);
}

.widget .modown-reply {
	margin-bottom: 0;
}

/*.prettyprint,pre.prettyprint{background-color:#272822;border:none;overflow:hidden;padding:10px 15px;border-radius:0;overflow-x:scroll}
.prettyprint.linenums,pre.prettyprint.linenums{-webkit-box-shadow:inset 40px 0 0 #39382E,inset 41px 0 0 #464741;-moz-box-shadow:inset 40px 0 0 #39382E,inset 41px 0 0 #464741;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 .pun,
.prettyprint .opn,
.prettyprint .clo {
	color: #f8f8f2;
}

.prettyprint .fun {
	color: #dc322f;
}

.prettyprint .str,
.prettyprint .atv {
	color: #e6db74;
}

.prettyprint .kwd,
.prettyprint .tag {
	color: #f92659;
}

.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
	color: #a6e22e;
}

.prettyprint .pln {
	color: #66d9ef;
}

.erphpdown {
	display: none;
	padding: 15px 25px 25px;
	border: 2px dashed var(--theme-color);
	font-size: 14px;
	margin-bottom: 30px;
	border-radius: 5px;
}

body.page .erphpdown {
	display: block;
}

.erphpdown > legend {
	color: var(--theme-color);
	padding: 0 5px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
}

.erphpdown .erphpdown-title {
	font-size: 16px;
	color: var(--theme-color);
	margin-bottom: 5px;
}

.erphpdown .erphpdown-item {
	margin-bottom: 5px;
}

.erphpdown .erphpdown-free {
	margin-bottom: 15px;
}

.erphpdown .erphpdown-tips {
	margin-top: 5px;
	color: #f58b36;
	font-size: 13px;
}

.erphpdown .erphpdown-tips-free {
	margin-top: -10px;
	margin-bottom: 15px;
}

.erphpdown .erphpdown-price {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	margin-right: 5px;
	font-weight: 600;
	color: var(--theme-color);
	line-height: 1.2;
}

.erphpdown .erphpdown-buy,
.erphpdown .erphpdown-down,
.erphpdown .erphp-login-must {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 1;
	border-radius: 20px;
}

.erphpdown .erphpdown-down {
	background: #5cb85c;
}

.erphpdown .erphpdown-vip,
.erphpdown .erphpdown-vip.erphp-login-must {
	display: inline-block;
	margin-left: 8px;
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #4e342e !important;
	padding: 7px 18px;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 1;
	border-radius: 20px;
}

.erphpdown .erphpdown-copy {
	text-decoration: none;
	font-size: 12px;
	color: #777;
	margin-left: 8px;
}

.erphpdown .erphpdown-child {
	margin-bottom: 10px;
	border: 1px dashed #f5f5f5;
	background: #f5f5f5;
	padding: 5px 15px 15px;
	position: relative;
}

.erphpdown .erphpdown-child:last-child {
	margin-bottom: 0;
}

.erphpdown .erphpdown-child > legend {
	padding: 0 5px;
	color: #777;
	font-size: 13px;
	border-radius: 0 0 3px 3px;
}

.erphpdown .erphpdown-bought-activation {
	color: #f58b36;
	font-size: 13px;
	margin-top: 10px;
}

.erphpdown-tuan2 {
	margin-top: 10px;
}

.erphpdown-tuan .erphpdown-tuan-btn {
	margin-right: 8px;
	background: #03c8d4;
}

.erphpdown-tuan .erphpdown-tuan-over {
	background: #dedede !important;
	color: #333 !important;
}

.erphpdown-tuan .erphpdown-tuan-btn.disabled {
	opacity: 0.8;
}

.erphpdown .erphpdown-tuan .erphpdown-price {
	color: #03c8d4;
}

.erphpdown-tuan .erphpdown-tuituan {
	margin-right: 8px;
	text-decoration: none;
	font-size: 10px;
}

.erphpdown-tuan .erphpdown-tuan-process {
	display: inline-block;
}

.erphpdown-tuan .erphpdown-tuan-process .line {
	background: #dedede;
	height: 8px;
	width: 200px;
	border-radius: 3px;
	display: inline-block;
}

.erphpdown-tuan .erphpdown-tuan-process .line span {
	display: block;
	height: 8px;
	width: 0px;
	background: #03c8d4;
	border-radius: 3px 0 0 3px;
}

.erphpdown-tuan .erphpdown-tuan-process .data {
	text-align: center;
	font-size: 10px;
	color: #777;
	padding: 4px 0 4px 8px;
	display: inline-block;
}

.erphpdown-tuan .erphpdown-tuan-process .avatars {
	display: inline-block;
	font-size: 0;
	margin-left: 8px;
}

.erphpdown-tuan .erphpdown-tuan-process .avatars img {
	border-radius: 50%;
	margin: 0 1px;
	width: 20px;
	height: 20px;
}

.erphpdown-box {
	padding: 20px;
	background: #fbfbfb;
	border: none;
	margin: 30px 0;
	font-size: 14px;
	line-height: 1.5;
	display: none;
	position: relative;
	border-radius: 5px;
	color: #666;
}

/* 下拉悬浮兑换背景色 */
.single-content > .erphpdown-box {
	display: none;
}

.single-content > .erphpdown-box.fixed {
	display: block;
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0;
	border-radius: 0;
	z-index: 1000;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	background: #fff !important;
	border: none;
}

.single-content > .erphpdown-box.fixed .erphpdown-title {
	display: none;
}

.single-content > .erphpdown-box.fixed .erphpdown-con,
.single-content > .erphpdown-box .erphpdown-tuan2 {
	max-width: 1200px;
	margin: 0 auto;
}

.single-content > .erphpdown-box.fixed .erphpdown-con + .erphpdown-tuan2,
.single-content > .erphpdown-box.fixed .tips + .erphpdown-tuan2,
.single-content > .erphpdown-box.fixed .tips2 + .erphpdown-tuan2 {
	display: none;
}

.single-content > .erphpdown-box .tips,
.single-content > .erphpdown-box .tips2 {
	display: none;
}

@media (max-width: 1024px) {
	.single-content > .erphpdown-box.fixed {
		top: 60px;
	}
}

@media (max-width: 768px) {
	.single-content > .erphpdown-box {
		height: 50px;
		display: none !important;
	}

	.single-content > .erphpdown-box,
	.single-content > .erphpdown-box.fixed {
		display: block;
		position: fixed;
		top: inherit;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		border-radius: 0;
		z-index: 10000;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
		padding: 0;
		background-color: #fff;
	}

	.single-content > .erphpdown-box .erphpdown-price {
		float: left !important;
		text-align: left !important;
		height: 50px;
		line-height: 50px;
		margin-left: 10px;
	}

	.single-content > .erphpdown-box .erphpdown-price span {
		position: relative;
		top: 3px;
		margin-left: 5px;
	}

	.single-content > .erphpdown-box .down {
		display: inline-block !important;
		margin-top: 0 !important;
		border-radius: 0 !important;
		height: 50px;
		line-height: 34px;
		padding: 8px;
		min-width: 80px;
	}

	.single-content > .erphpdown-box .erphpdown-cart {
		float: right !important;
		text-align: inherit;
	}

	.single-content > .erphpdown-box .erphpdown-cart .vip {
		display: inline-block !important;
	}

	.single-content > .erphpdown-box .vip a {
		padding: 8px !important;
		border-radius: 0 !important;
		height: 50px;
		line-height: 34px;
		min-width: 80px;
	}
}

.erphpdown-box .erphpdown-title {
	padding: 0 5px;
	color: var(--theme-color);
	position: absolute;
	top: -14px;
	left: 15px;
	background: #fff;
	font-size: 17px;
	font-weight: bold;
	display: none;
}

.erphpdown-box .erphpdown-child {
	margin-bottom: 15px;
	border: none;
	background: #eaeaea;
	padding: 25px 15px 25px;
	position: relative;
}

.erphpdown-box .erphpdown-child:last-child {
	margin-bottom: 5px;
}

.erphpdown-box .erphpdown-child .erphpdown-child-title {
	padding: 0 7px 1px;
	color: #777;
	position: absolute;
	top: 0;
	left: 15px;
	background: #d4d4d4;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}

.erphpdown-box2 .erphpdown-price {
	float: left;
	line-height: 39px;
}

.erphpdown-box.erphpdown-free-box {
	border-color: #5cb85c !important;
	background: #e1f5ee;
	margin-bottom: 20px;
}

.erphpdown-box.erphpdown-free-box .erphpdown-down {
	background: #5cb85c !important;
}

.erphpdown-box .erphpdown-copy {
	text-decoration: none;
	font-size: 12px;
	color: #777;
	margin-left: 8px;
}

.erphpdown-box .erphpdown-price {
	float: left;
	line-height: 39px;
}

.erphpdown-box .erphpdown-price span {
	font-size: 26px;
	color: var(--theme-color);
	line-height: 1;
	margin-left: 10px;
}

.erphpdown-box .erphpdown-cart {
	float: right;
}

.erphpdown-box .vip {
	display: inline-block;
}

.erphpdown-box .vip a {
	display: inline-block;
	margin-left: 10px;
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #fff;
	border-radius: 5px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	min-width: 100px;
}

/* 开通会员 */
.erphpdown-box .down {
	display: inline-block;
	background: var(--theme-color);
	color: #fff !important;
	border-radius: 5px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	min-width: 100px;
	margin-left: 10px;
}

.erphpdown-box .down.bought {
	background: #5cb85c !important;
}

.erphpdown-box .down.erphpdown-tuan-btn {
	background: #03c8d4 !important;
}

.erphpdown-box .down.erphpdown-tuan-over {
	background: #dedede !important;
	color: #333 !important;
}

.erphpdown-box .down:hover {
	opacity: 0.8;
}

.erphpdown-box .down.disabled {
	opacity: 0.8;
}

.erphpdown-box .epdvip {
	position: absolute;
	top: -2px;
	right: -2px;
	background: var(--theme-color);
	color: #fff;
	padding: 2px 5px 1px;
	font-size: 12px;
}

.erphpdown-box .tips2 {
	color: #f58b36;
	font-size: 13px;
	margin-top: 10px;
}

.erphpdown-box .tips2 .btn {
	text-decoration: none;
	color: #fff;
	padding: 4px 12px;
	display: inline-block;
}

.erphpdown-box .item2 {
	margin-bottom: 10px;
}

.erphpdown-box .item2:last-child {
	margin-bottom: 0;
}

.erphpdown-box .custom-metas {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
	background: #eaeaea;
	padding: 10px 10px 0;
}

.erphpdown-box .custom-metas:empty {
	display: none;
}

.erphpdown-box .custom-metas .meta {
	margin-bottom: 10px;
	float: left;
	width: 25%;
	padding-right: 10px;
}

.erphpdown-box .custom-metas .meta t {
	color: #666;
}

.erphpdown-box .erphpdown-vip {
	border-radius: 20px;
	background: #fbb715;
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
}

.erphpdown-box .erphpdown-buy {
	border-radius: 20px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
}

.erphpdown-box .erphpdown-buy.down {
	border-radius: 5px;
	padding: 8px 0;
	line-height: 1.7;
	width: 200px;
	font-size: 14px;
}

.erphpdown-box .erphpdown-down {
	border-radius: 20px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1;
}

.erphpdown-box .erphpdown-tuan2 {
	margin-top: 25px;
	position: relative;
}

.erphpdown-box .erphpdown-tuan .erphpdown-price span {
	color: #03c8d4;
}

.erphpdown-box .erphpdown-tuituan {
	margin-right: 0;
	margin-left: 8px;
}

.erphpdown-box .erphpdown-tuan-loader,
.erphpdown-box .erphpdown-tuan-btn {
	background: #03c8d4;
	margin-right: 0;
}

.erphpdown-box-default {
	padding: 20px;
	background: #f5f5f5;
	border: none;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	border-radius: 5px;
	color: #666;
}

.erphpdown-box-default .erphpdown-title {
	padding: 0 5px;
	color: var(--theme-color);
	position: absolute;
	top: -14px;
	left: 15px;
	background: #fff;
	font-size: 17px;
	font-weight: bold;
	display: none;
}

.erphpdown-box-default .erphpdown-child {
	margin-bottom: 15px;
	border: none;
	background: #eaeaea;
	padding: 25px 15px 25px;
	position: relative;
}

.erphpdown-box-default .erphpdown-child:last-child {
	margin-bottom: 5px;
}

.erphpdown-box-default .erphpdown-child .erphpdown-child-title {
	padding: 0 7px 1px;
	color: #777;
	position: absolute;
	top: 0;
	left: 15px;
	background: #d4d4d4;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}

.erphpdown-box2 .erphpdown-price {
	float: left;
	line-height: 39px;
}

.erphpdown-box-default.erphpdown-free-box {
	border-color: #5cb85c !important;
	background: #e1f5ee;
}

.erphpdown-box-default.erphpdown-free-box .erphpdown-down {
	background: #5cb85c !important;
}

.erphpdown-box-default .erphpdown-copy {
	text-decoration: none;
	font-size: 12px;
	color: #777;
	margin-left: 8px;
}

.erphpdown-box-default .erphpdown-price {
	float: left;
	line-height: 39px;
}

.erphpdown-box-default .erphpdown-price span {
	font-size: 26px;
	color: var(--theme-color);
	line-height: 1;
	margin-left: 10px;
}

.erphpdown-box-default .erphpdown-cart {
	float: right;
}

.erphpdown-box-default .vip {
	display: inline-block;
}

.erphpdown-box-default .vip a {
	display: inline-block;
	margin-left: 10px;
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #4e342e;
	border-radius: 5px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	min-width: 100px;
}

.erphpdown-box-default .down {
	display: inline-block;
	background: var(--theme-color);
	color: #fff !important;
	border-radius: 5px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	min-width: 100px;
	margin-left: 10px;
}

.erphpdown-box-default .down.bought {
	background: #5cb85c !important;
}

.erphpdown-box-default .down.erphpdown-tuan-btn {
	background: #03c8d4 !important;
}

.erphpdown-box-default .down:hover,
.erphpdown-box-default .vip a:hover {
	opacity: 0.8;
}

.erphpdown-box-default .down.disabled {
	opacity: 0.8;
}

.erphpdown-box-default .epdvip {
	position: absolute;
	top: -2px;
	right: -2px;
	background: var(--theme-color);
	color: #fff;
	padding: 2px 5px 1px;
	font-size: 12px;
}

.erphpdown-box-default .tips2 {
	color: #f58b36;
	font-size: 13px;
	margin-top: 10px;
}

.erphpdown-box-default .item2 {
	margin-bottom: 10px;
}

.erphpdown-box-default .item2:last-child {
	margin-bottom: 0;
}

.erphpdown-box-default .custom-metas {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
	background: #eaeaea;
	padding: 10px 10px 0;
}

.erphpdown-box-default .custom-metas:empty {
	display: none;
}

.erphpdown-box-default .custom-metas .meta {
	margin-bottom: 10px;
	float: left;
	width: 25%;
	padding-right: 10px;
}

.erphpdown-box-default .custom-metas .meta t {
	color: #666;
}

.erphpdown-box-default .erphpdown-vip {
	border-radius: 20px;
	background: #fbb715;
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
}

.erphpdown-box-default .erphpdown-buy {
	border-radius: 20px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
}

.erphpdown-box-default .erphpdown-buy.down {
	border-radius: 5px;
	padding: 8px 0;
	line-height: 1.7;
	width: 200px;
	font-size: 14px;
}

.erphpdown-box-default .erphpdown-down {
	border-radius: 20px;
	background: var(--theme-color);
	color: #fff !important;
	padding: 7px 18px 8px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1;
}

.erphpdown-box-default .erphpdown-tuan2 {
	margin-top: 25px;
	position: relative;
}

.erphpdown-box-default .erphpdown-tuan .erphpdown-price span {
	color: #03c8d4;
}

.erphpdown-box-default .erphpdown-tuituan {
	margin-right: 0;
	margin-left: 8px;
}

.erphpdown-box-default .erphpdown-tuan-loader,
.erphpdown-box-default .erphpdown-tuan-btn {
	background: #03c8d4;
	margin-right: 0;
}

.erphpdown-see-tips {
	opacity: 0.7;
	font-size: 12px;
	margin-left: 5px;
}

.erphpdown-sc-user-wrap {
	background: #fff;
	position: relative;
	padding-left: 150px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
}

.erphpdown-sc-user-wrap * {
	box-sizing: border-box;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	list-style: none !important;
	background: #f1f1f1;
	width: 150px;
	padding: 30px 0 !important;
	margin: 0 !important;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li {
	list-style: none !important;
	display: block;
	padding: 10px 20px 10px 30px;
	margin: 0;
	position: relative;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active:before {
	content: '';
	position: absolute;
	left: 18px;
	top: 13.5px;
	width: 4px;
	height: 15px;
	background-color: #ff5f33;
	border-radius: 2px;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li a {
	color: #333;
	display: block;
	text-decoration: none;
	line-height: 1.5;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active a {
	color: #ff5f33;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside .erphpdown-sc-btn {
	background: rgb(255 95 51 / 0.5);
	padding: 6px 10px;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	font-size: 12px;
	display: inline-block;
	border-radius: 2px;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-content {
	padding: 30px;
	border: 1px solid #f1f1f1;
	border-left: 0;
	min-height: 580px;
}

.erphpdown-sc {
	margin-bottom: 30px;
	font-size: 15px;
}

.erphpdown-sc h2 {
	font-size: 18px;
	margin-bottom: 15px;
	border-left: none;
	padding: 0;
	background: transparent;
}

.erphpdown-sc h2 span {
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background: rgb(255 95 51 / 0.5);
	line-height: 1;
	padding: 1px 5px;
	border-radius: 2px;
}

.erphpdown-sc table {
	width: 100%;
}

.erphpdown-sc table,
.erphpdown-sc table tr,
.erphpdown-sc table th,
.erphpdown-sc table td {
	border: none !important;
	padding: 0 !important;
}

.erphpdown-sc table th,
.erphpdown-sc table td {
	padding: 7px 0 !important;
	text-align: center;
}

.erphpdown-sc table.erphpdown-sc-table td {
	padding: 10px 0 !important;
}

.erphpdown-sc table.erphpdown-sc-list td {
	border-bottom: 1px solid #f9f9f9 !important;
}

.erphpdown-sc table th {
	background-color: #f9f9f9;
}

.erphpdown-sc table td.tit,
.erphpdown-sc table.erphpdown-sc-table td {
	text-align: left;
}

.erphpdown-sc p {
	margin: 0 0 10px;
	font-size: 14px;
	color: #666;
}

.erphpdown-sc del {
	font-size: smaller;
	margin-right: 5px;
	opacity: 0.7;
}

.erphpdown-sc .error {
	color: #ff5f33;
	font-size: 14px;
	margin-bottom: 10px;
}

.erphpdown-sc .updated {
	color: #5cb85c;
	font-size: 14px;
	margin-bottom: 10px;
}

.erphpdown-sc .erphpdown-sc-td-title {
	width: 130px;
	vertical-align: middle;
}

.erphpdown-sc .erphpdown-sc-input {
	border: 1px solid #d6d6d6;
	padding: 8px 10px;
	width: 300px;
	max-width: 100%;
}

.erphpdown-sc .erphpdown-sc-btn {
	background: #ff5f33;
	padding: 8px 15px;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	font-size: 14px;
}

.article-paging {
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	clear: both;
	margin: 15px 0 45px;
}

.article-paging a {
	text-decoration: none;
}

.article-paging .post-page-numbers {
	margin: 3px 2px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 3px;
	background-color: #bbb;
	color: #fff;
	min-width: 28px;
}

.article-paging .post-page-numbers.current {
	background: var(--theme-color);
	color: #fff;
}

.article-copyright {
	font-size: 14px;
	color: #a7a7a7;
	background: #fafafa;
	padding: 10px 15px;
	margin-bottom: 30px;
	border-radius: 5px;
}

/* 文章版权声明 */
.article-copyrighta {
	font-size: 15px;
	color: #a7a7a7;
	margin-bottom: 30px;
	border-radius: 5px;
}

/* 文章版权声明 */
.article-copyright a {
	text-decoration: none;
}

.erphp-faka-query-wrap {
	overflow: hidden;
}

.erphp-faka-query-wrap #erphp_faka_order {
	border: 2px solid #f0f0f0;
	padding: 10px 15px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	height: 43px;
	float: left;
}

.erphp-faka-query-wrap .erphp-faka-query {
	height: 43px;
	line-height: 43px;
	border-radius: 5px;
	width: 80px;
	background: #28d26e;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 16px;
	text-align: center;
	margin-left: 5px;
	text-decoration: none;
}

.erphp-faka-query-wrap .results {
	margin-top: 20px;
}

.erphp-faka-query-wrap .results h3 {
	border-left: 5px solid #249ffd;
	padding-left: 15px;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.erphp-faka-query-wrap .results .result {
	margin-bottom: 15px;
}

.erphp-faka-query-wrap .results .result a {
	color: #249ffd;
}

.article-tags {
	margin-bottom: 20px;
}

.article-tags a {
	display: inline-block;
	margin-bottom: 3px;
	padding: 7px 10px;
	line-height: 1;
	font-size: 12px;
	border-radius: 5px;
	margin-right: 5px;
	color: #fff !important;
	background-color: var(--theme-color);
}

.article-tags a:hover {
	opacity: 0.8;
}

.article-tags a:nth-child(5n) {
	background-color: #4a4a4a;
}

.article-tags a:nth-child(5n + 1) {
	background-color: #ff5e5c;
}

.article-tags a:nth-child(5n + 2) {
	background-color: #ffbb50;
}

.article-tags a:nth-child(5n + 3) {
	background-color: #1ac756;
}

.article-tags a:nth-child(5n + 4) {
	background-color: #19b5fe;
}

.article-act {
	text-align: center;
	margin: 10px 0 30px;
	position: relative;
}

.article-act .article-shang {
	display: inline-block;
	color: var(--theme-color) !important;
	width: 60px;
	height: 60px;
	line-height: 56px;
	margin: 0 5px;
	border-radius: 50%;
	border: 2px solid hsla(210, 8%, 51%, 0.09);
	position: relative;
	font-size: x-large;
	background: #f9f9f9;
}

.article-act > .popup {
	position: absolute;
	width: 280px;
	background: #fbfbfb;
	bottom: 80px;
	left: 50%;
	margin-left: -140px;
	color: #fff;
	box-shadow: 0 0 5px 0 rgba(17, 58, 93, 0.1);
	border-radius: var(--theme-radius);
	line-height: 0;
	z-index: 9;
}

.article-act > .wechat {
	background: #05af4e;
}

.article-act > .alipay {
	background: #00a2ea;
}

.article-act > .popup > .head {
	text-align: center;
	padding-top: 30px;
}

.article-act .qrcode {
	text-align: center;
}

.article-act .qrcode img {
	margin: 30px auto;
	width: 80%;
}

.article-act ul.platform {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.article-act ul.platform li {
	display: inline-block;
	cursor: pointer;
	margin: 5px;
	filter: grayscale(100%);
}

.article-act ul.platform li.active {
	font-weight: 600;
	filter: grayscale(0%);
}

.article-act ul.platform li.sicon-wechat {
	background: url(../img/wechat.svg) no-repeat center center;
	width: 24px;
	height: 24px;
	background-size: cover;
}

.article-act ul.platform li.sicon-alipay {
	background: url(../img/alipay.svg) no-repeat center center;
	width: 24px;
	height: 24px;
	background-size: cover;
}

.article-act .article-collect {
	display: inline-block;
	color: #bbb !important;
	width: 60px;
	height: 60px;
	line-height: 53px;
	margin: 0 5px;
	border-radius: 50%;
	border: 2px solid hsla(210, 8%, 51%, 0.09);
	position: relative;
}

.article-act .article-collect.active {
	color: #fbb715 !important;
}

.article-act .article-collect.active .icon:before {
	content: '\e8d3';
}

.article-act .article-collect .icon {
	top: -6px;
	font-size: 26px;
}

.article-act .article-zan {
	margin: 0 5px;
	border-radius: 50%;
	border: 2px solid hsla(210, 8%, 51%, 0.09);
	display: inline-block;
	color: #bbb !important;
	width: 60px;
	height: 60px;
	line-height: 53px;
	position: relative;
}

.article-act .article-zan.active {
	color: var(--theme-color) !important;
}

.article-act .article-zan .icon {
	top: -6px;
	font-size: 26px;
}

.article-act a span {
	font-family: tahoma, arial, sans-serif;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	font-size: 12px;
}

.article-shares a {
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.8;
	cursor: pointer;
	color: #fff !important;
	background: var(--theme-color);
	border-radius: 50%;
}

.article-shares .share-popover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	background-color: transparent;
}

.article-shares .share-popover .share-popover-inner {
	display: block;
	background-color: #fff;
	border: 1px solid #999;
	padding: 4px;
	border-radius: 2px;
	position: relative;
	bottom: 6px;
	height: 90px;
}

.article-shares .share-popover .share-popover-inner::before,
.shares .share-popover .share-popover-inner::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 9px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.article-shares .share-popover .share-popover-inner::before {
	border-top: 5px solid #555;
}

.article-shares .share-popover .share-popover-inner::after {
	border-top: 5px solid #fff;
	margin-bottom: 1px;
}

.article-shares a.share-weixin {
	background: #7bd172;
}

.article-shares a.share-tsina {
	background: #ff8d8d;
}

.article-shares a.share-sqq {
	background: #f68575;
}

.article-shares a.share-qzone {
	background: #fbc440;
}

.article-shares a.share-douban {
	background: #67ce9b;
}

.article-shares .article-cover #wx-thumb-qrcode {
	display: none;
}

.article-shares a:hover {
	opacity: 1;
}

.article-shares a:hover .share-popover {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0;
}

.article-shares b {
	font-size: 12px;
	color: #777;
	font-weight: normal;
	line-height: 30px;
}

.article-shares i {
	font-size: 18px;
	top: -1px;
}

.article-shares a.right {
	float: right;
	width: auto;
	line-height: 28px;
	font-size: 14px;
	background: transparent;
	color: #777 !important;
}

.article-shares a.right:last-child {
	margin-right: 0;
}

.article-shares a.right .icon {
	top: 1px;
	font-size: 16px;
}

.article-nav {
	clear: both;
	overflow: hidden;
	color: #777;
	font-size: 12px;
	background: #fff;
	border-radius: var(--theme-radius);
	margin-bottom: 20px;
	padding: 20px;
}

.article-nav a {
	font-size: 14px;
}

.article-nav .article-nav-prev {
	float: left;
	width: 50%;
	border-right: 1px dashed #eaeaea;
}

.article-nav .article-nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

.post-fixed-nav {
	left: -130px;
	top: 30px;
	bottom: inherit;
	width: 120px;
	border-right: 2px solid #eaeaea;
	position: absolute;
}

.post-h3-nav ul {
	line-height: 32px;
	font-size: 16px;
	text-align: left;
}

.post-h3-nav ul li {
	padding-right: 20.5px;
	margin-right: -7.5px;
	margin-bottom: 5px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: right;
}

.post-h3-nav li a {
	color: #999;
	display: block;
	padding: 0;
	position: relative;
}

.post-h3-nav li.active a {
	color: var(--theme-color);
}

.post-h3-nav li.active a::after {
	right: -20px;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid var(--theme-color);
	background-color: #f6f6f6;
}

.single-related {
	margin-bottom: 20px;
	background: #fff;
	padding: 20px 20px 0;
	border-radius: var(--theme-radius);
}

.single-related .related-title {
	margin-bottom: 15px;
	line-height: 1;
	font-weight: normal;
	font-size: 17px;
}

.single-related .related-title .icon {
	font-size: 18px;
	color: var(--theme-color);
	line-height: 1;
}

.single-related .lists {
	padding: 0;
}

.single-related .lists.cols-title {
	margin: 0 -7.5px;
}

.single-related .lists.cols-title .grid {
	padding-left: 8px;
}

.single-related .lists.cols-title .grid .img {
	display: none;
}

.single-related .lists.cols-title .grid .grid-meta {
	left: 8px;
}

.single-related .lists .list:last-child {
	margin-bottom: 20px !important;
}

.single-related .lists.cols-title .list.noimg:nth-last-child(2) {
	margin-bottom: 20px !important;
}

.single-related .lists.cols-title .list.noimg:nth-last-child(2):before {
	display: none;
}

.single-related .lists.cols-title .list.noimg h3 {
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 30px;
	word-break: break-all;
}

.single-related .lists.cols-title .list.noimg {
	width: calc(50% - 15px);
	margin: 0 7.5px 40px;
	float: left;
}

.single-related .lists.cols-two .grid {
	padding: 0 0 0 170px;
	height: 115px;
}

.single-related .lists.cols-two .grid .thumb {
	width: 170px;
	height: 115px;
}

.single-related .lists.cols-two .excerpt {
	display: none;
}

.single-related .grids {
	margin-bottom: 0;
}

.single-related .grids .grid {
	width: calc(33.333% - 20px);
}

.gd-mini .single-related .grids .grid {
	width: calc(25% - 15px);
}

.single-related .grids .grid .img {
	height: 166px;
}

.single-related .grids .audio .info {
	width: 165px;
}

.single-related .grids .audio .time-bar {
	width: 145px;
}

.gd-mini .single-related .grids .grid .img {
	height: 124px;
}

.home-widgets {
	margin: 0 -10px 0;
	text-align: left;
}

.home-widgets .home-widget {
	width: 25%;
	float: left;
	padding: 0 10px;
	overflow: hidden;
}

.home-widgets .vitara_slide_in {
	border-radius: var(--theme-radius);
	margin-bottom: 15px;
	margin-top: 15px;
}

@media (min-width: 1024px) {
	.home-widgets .vitara_slide_in {
		margin-bottom: 0;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.home-widgets .vitara_slide_in ul li h3 {
		display: none;
	}
}

.home-widgets .hf-widget {
	background: #fff;
	padding: 14px 17px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
	border-radius: var(--theme-radius);
	height: 135px;
	overflow: hidden;
}

body.gd-list .home-widgets .hf-widget {
	background: #fff;
	border: none;
}

@media (min-width: 1024px) {
	.home-widgets .hf-widget {
		margin-bottom: 0;
	}
}

.home-widgets .hf-widget [class*=' icon-']:before,
.home-widgets .hf-widget [class^='icon-']:before {
	margin: 0;
}

.home-widgets .hf-widget .hf-widget-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #efefef;
	padding: 0 0 10px;
	margin-bottom: 14px;
	color: #383838;
}

.home-widgets .hf-widget .hf-widget-title a {
	color: #383838;
}

.home-widgets .hf-widget .hf-widget-title > i {
	color: var(--theme-color);
	margin-right: 2px;
}

.home-widgets .hf-widget .hf-widget-title span {
	font-size: 12px;
	font-weight: normal;
	color: #a7a7a7;
	line-height: 20px;
	margin-left: 10px;
}

@media (min-width: 1024px) {
	.home-widgets .hf-widget .hf-widget-title span {
		display: none;
	}
}

@media (min-width: 1330px) {
	.home-widgets .hf-widget .hf-widget-title span {
		display: inline;
	}
}

.home-widgets .hf-widget .hf-widget-title .pages {
	float: right;
	padding-top: 2px;
}

.home-widgets .hf-widget .hf-widget-title .pages .prev,
.home-widgets .hf-widget .hf-widget-title .pages .next {
	font-size: 9px;
	border: 1px solid #eee;
	float: left;
	margin: 0;
	color: #ccc;
	height: 16px;
	line-height: 15px;
	padding: 0 2px;
	cursor: pointer;
}

.home-widgets .hf-widget .hf-widget-title .pages .prev .icon,
.home-widgets .hf-widget .hf-widget-title .pages .next .icon {
	font-size: 9px;
	top: 0;
}

.home-widgets .hf-widget .hf-widget-title .pages .prev:hover,
.home-widgets .hf-widget .hf-widget-title .pages .next:hover {
	color: var(--theme-color);
}

.home-widgets .hf-widget .hf-widget-title .pages .prev {
	border-right: none;
}

.home-widgets .hf-widget .hf-tags {
	margin-bottom: -10px;
}

@media (min-width: 768px) {
	.home-widgets .hf-widget .hf-tags {
		height: 64px;
		overflow: hidden;
	}
}

.home-widgets .hf-widget .hf-tags a {
	display: inline-block;
	white-space: nowrap;
	word-break: break-all;
	font-size: 12px;
	background: #f9f9f9;
	color: #888;
	border-radius: 3px;
	margin: 0 5px 10px;
	line-height: 22px;
	height: 22px;
	padding: 0 5px;
}

.home-widgets .hf-widget .hf-tags a:hover {
	background: var(--theme-color);
	color: #fff;
}

.home-widgets .hf-widget .hf-tags a.active {
	background: var(--theme-color);
	color: #fff;
}

.home-widgets .hf-widget-4 .hf-widget-title {
	margin-bottom: 19px;
}

.home-widgets .hf-widget-4 .hf-widget-content {
	font-size: 14px;
	color: #888;
}

.home-widgets .hf-widget-4 .hf-widget-content a {
	color: #888;
}

.home-widgets .hf-widget-4 .hf-widget-content a:hover {
	color: var(--theme-color);
}

.home-widgets .hf-widget-4 .hf-widget-content h3 {
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}

.home-widgets .hf-widget-4 .hf-widget-content em {
	float: right;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
	background: #f9f9f9;
	color: var(--theme-color);
	font-size: 12px;
	font-style: normal;
}

.home-widgets .hf-widget-4 .hf-widget-content ul {
}

.home-widgets .hf-widget-4 .hf-widget-content ul.holdon {
	display: none;
}

.home-widgets .hf-widget-4 .hf-widget-content ul li {
	margin-bottom: 5px;
}

.home-widgets .hf-widget-4 .hf-widget-content ul li:last-child {
	margin-bottom: 0;
}

.home-widgets .hf-widget-1 .hf-widget-content a {
	color: #888;
}

.home-widgets .hf-widget-1 .hf-widget-content a:hover {
	color: var(--theme-color);
}

.home-widgets .hf-widget-1 .hf-widget-content li {
	float: left;
	font-size: 12px;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 8px;
}

.home-widgets .hf-widget-1 .hf-widget-content li .modown-thumb-bg {
	display: block;
	height: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
	width: 36px;
	padding-top: 36px;
	margin: 0 auto 4px;
}

.home-widgets .hf-widget-1 .hf-widget-content li span {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.home-widgets .hf-widget-1 .hf-widget-content .modown-scroll-h {
	margin: 0 -10px;
}

.home-widgets .modown-scroll-h {
	position: relative;
	overflow: hidden;
	height: 56px;
}

.home-widgets .modown-scroll-h ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	*zoom: 1;
	transition: all 0.2s;
}

.home-widgets .modown-scroll-h ul:before,
.home-widgets .modown-scroll-h ul:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both;
}

.home-widgets .modown-scroll-h .holdon {
	position: absolute;
	left: 100%;
	top: 0;
}

.home-widgets .modown-scroll-h .holdon-prev {
	left: -100%;
}

.home-widgets .hf-widget-hot-cats .hf-widget-content i {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background: #f3f3f3;
	color: var(--theme-color);
	display: inline-block;
	margin-bottom: 5px;
}

.home-widgets .hf-widget-hot-cats .modown-scroll-h li a {
	display: block;
}

.home-widgets .hf-widget-hot-cats .modown-scroll-h li a:hover i {
	background: var(--theme-color);
	color: #fff;
}

.sidebar {
	float: left;
	width: 300px;
	margin-left: -300px;
	margin-bottom: 20px;
}

.sidebar .widget {
	padding: 15px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: var(--theme-radius);
	overflow: hidden;
	position: relative;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget.nopadding {
	padding: 0;
}

.sidebar .widget.affix {
	position: fixed;
	width: 300px;
	z-index: 999;
}

.sidebar .widget h3 {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: normal;
}

.sidebar .widget h3 .icon {
	font-size: 18px;
	color: var(--theme-color);
	line-height: 1;
}

.sidebar .widget img {
	max-width: 100%;
	height: auto;
}

.widget-erphpdown {
	overflow: inherit !important;
}

.widget-erphpdown.widget-erphpdown-free,
.widget-erphpdown.widget-erphpdown-faka {
	padding-top: 30px;
}

.widget-erphpdown .erphpdown-child {
	margin-bottom: 10px;
	padding: 20px 15px;
	position: relative;
	background: #f5f5f5;
}

.widget-erphpdown .erphpdown-child .erphpdown-child-title {
	padding: 0 7px 1px;
	color: #777;
	position: absolute;
	top: 0;
	left: 15px;
	background: #dedede;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}

.widget-erphpdown .item {
	margin-bottom: 7px;
}

.widget-erphpdown2 .item2 {
	margin-top: 10px;
}

.widget-erphpdown .erphpdown-title {
	padding: 2px 12px 3px;
	color: #333;
	position: absolute;
	top: 0;
	left: 15px;
	background: #f1f1f1;
	border-radius: 0 0 3px 3px;
}

.widget-erphpdown.widget-erphpdown-free .erphpdown-free-title {
	padding: 2px 12px 3px;
	color: #5cb85c;
	position: absolute;
	top: 0;
	left: 15px;
	background: #e1f5ee;
	border-radius: 0 0 3px 3px;
}

.widget-erphpdown t {
	display: inline-block;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}

.widget-erphpdown .price {
	text-align: center;
}

.widget-erphpdown .price span {
	font-size: 30px;
	color: var(--theme-color);
}

.widget-erphpdown .price i {
	background: var(--theme-color);
	color: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 0;
}

.widget-erphpdown .epdvip {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--theme-color);
	color: #fff;
	padding: 2px 5px 1px;
	font-size: 12px;
}

.widget-erphpdown .vip {
	color: #777;
	font-size: 14px;
	text-align: center;
}

.widget-erphpdown .vip a {
	display: inline-block;
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #fff;
	border-radius: 15px;
	padding: 6px 15px 7px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 1;
}

/* 开通会员 */
.widget-erphpdown .vip-only {
	text-align: center;
	margin-top: 10px;
}

.widget-erphpdown .vip-only a {
	display: block;
	background: #e0bf73;
	background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
	color: #4e342e;
	border-radius: 5px;
	padding: 8px 0;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
	font-size: 15px;
	line-height: 1.5;
}

.widget-erphpdown .vip-text {
	overflow: hidden;
}

.widget-erphpdown .vip-text .vit {
	align-items: center;
	margin-bottom: 10px;
}

.widget-erphpdown .vip-text .vit:last-child {
	margin-bottom: 0;
}

.widget-erphpdown .vip-text .tit {
	float: left;
	align-items: center;
	width: 93px;
	text-align: left;
	line-height: 25px;
}

/* 文章右侧兑换框 */
.widget-erphpdown .vip-text .pri {
	float: right;
	align-items: center;
	text-align: right;
	line-height: 25px;
}

.widget-erphpdown .vip-text .pri b {
	margin-right: 2px;
	color: var(--theme-color);
}

.widget-erphpdown .vip-text .erphpdown-vip-btn {
	float: right;
	align-items: center;
	width: 80px;
	border-radius: 22px;
	padding: 6px 5px 7px;
	font-size: 12px;
	margin-left: 33px;
}

/* 文章右侧兑换框 */
.widget-erphpdown .vip-text .erphpdown-vip-btn:empty {
	visibility: hidden;
}

.widget-erphpdown .erphpdown-child .vip-text .erphpdown-vip-btn {
	margin-left: 10px;
}

.widget-erphpdown .erphpdown-child .vip-text .erphpdown-vip-btn:empty {
	visibility: hidden;
}

.widget-erphpdown .down {
	display: block;
	background: var(--theme-color);
	color: #fff !important;
	border-radius: 5px;
	padding: 8px 0;
	text-align: center;
	margin-top: 15px;
}

.widget-erphpdown.widget-erphpdown-free .down,
.widget-erphpdown .down.bought {
	background: #5cb85c !important;
}

.widget-erphpdown .down.erphpdown-tuan-btn {
	background: #03c8d4 !important;
}

.widget-erphpdown .down.erphpdown-tuan-over {
	background: #dedede !important;
	color: #333 !important;
}

.widget-erphpdown .down.disabled {
	opacity: 0.8;
}

.widget-erphpdown .down:hover {
	opacity: 0.9;
}

.widget-erphpdown .erphpdown-down {
	border-radius: 3px;
	background: #03a9f4;
	color: #fff !important;
	padding: 2px 7px;
	text-decoration: none !important;
	font-size: 13px;
	display: inline-block;
	margin-left: 8px;
}

.widget-erphpdown .demos {
	margin: 15px -5px;
}

.widget-erphpdown .demos .demo-item2 {
	padding: 8px 0;
	display: inline-block;
	margin: 0 5px;
	width: calc(50% - 10px);
	text-align: center;
	background: #fbb715;
	border-radius: 5px;
	color: #fff;
}

.widget-erphpdown .demos .demo-item {
	padding: 8px 0;
	display: inline-block;
	margin: 0 5px;
	width: calc(100% - 10px);
	text-align: center;
	background: #fbb715;
	border-radius: 5px;
	color: #fff;
}

.widget-erphpdown .demos .demo-demo {
	background: #67ce9b;
}

.widget-erphpdown .demos a:hover {
	opacity: 0.8;
}

.widget-erphpdown .left {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 15px;
	background: var(--theme-color);
	padding: 2px 5px;
	border-radius: 3px 0 0 3px;
}

.widget-erphpdown .tips {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	color: #f58b36;
}

.widget-erphpdown .tips .btn {
	text-decoration: none;
	color: #fff;
	padding: 4px 12px;
	display: inline-block;
}

.widget-erphpdown .meta {
	font-size: 12px;
	color: #777;
	padding: 5px 0;
	text-align: right;
}

.widget-erphpdown .custom-metas {
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 5px;
}

.widget-erphpdown .custom-metas:empty {
	display: none;
}

.widget-erphpdown .custom-metas:after {
	content: '';
	position: absolute;
	bottom: -15px;
	width: 32px;
	height: 2px;
	background: #ebebeb;
	left: calc(50% - 16px);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.widget-erphpdown .custom-metas:hover:after {
	width: 100%;
	left: 0;
}

.widget-erphpdown .custom-metas .meta {
	text-align: right;
	font-size: 13px;
	padding-left: 80px;
	position: relative;
	border-top: 1px solid #efefef;
}

.widget-erphpdown .custom-metas .meta:first-child {
	padding-top: 0;
	border-top: none;
}

.widget-erphpdown .custom-metas .meta:last-child {
	padding-bottom: 0;
}

.widget-erphpdown .custom-metas .meta span {
	display: inline-block;
	position: absolute;
	left: 0;
	text-align: left;
	color: #333;
}

.widget-erphpdown .erphpdown-icon-buy,
.widget-erphpdown .erphpdown-icon-vip {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -3px;
	right: -3px;
	overflow: hidden;
	z-index: 10;
}

.widget-erphpdown .erphpdown-child .erphpdown-icon-buy,
.widget-erphpdown .erphpdown-child .erphpdown-icon-vip {
	top: -3px;
	right: -3px;
}

.widget-erphpdown .erphpdown-icon-buy:before,
.widget-erphpdown .erphpdown-icon-vip:before,
.widget-erphpdown .erphpdown-icon-buy:after,
.widget-erphpdown .erphpdown-icon-vip:after {
	content: '';
	position: absolute;
	z-index: 0;
	background-color: #5cb85c;
}

.widget-erphpdown .erphpdown-icon-buy:before,
.widget-erphpdown .erphpdown-icon-vip:before {
	height: 3px;
	width: 10px;
	left: 0;
	top: 0;
}

.widget-erphpdown .erphpdown-icon-buy:after,
.widget-erphpdown .erphpdown-icon-vip:after {
	height: 10px;
	width: 3px;
	right: 0;
	bottom: 0;
}

.widget-erphpdown .erphpdown-icon-buy i,
.widget-erphpdown .erphpdown-icon-vip i {
	height: 14px;
	line-height: 14px;
	width: 60px;
	background-color: #5cb85c;
	-webkit-box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, 0.22);
	box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, 0.22);
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -13px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 1;
	font-style: normal;
}

.widget-erphpdown .erphpdown-icon-vip i {
	background-color: #fbb715;
}

.widget-erphpdown .erphpdown-icon-vip:before,
.widget-erphpdown .erphpdown-icon-vip:after {
	background-color: #fbb715;
}

.widget-erphpdown .item2 {
	text-align: center;
}

.widget-erphpdown .item2 .down {
	margin-top: 0;
	margin-bottom: 2px;
}

.widget-erphpdown .item2 .erphpdown-copy {
	font-size: 12px;
	color: #a1a4ad;
	margin-left: 8px;
}

.widget-erphpdown .erphpdown-tuan {
	margin-bottom: 15px;
	text-align: center;
	margin-top: 0 !important;
}

.widget-erphpdown .price font {
	background: #03c8d4;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 4px;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 3px;
}

.widget-erphpdown .price font.xz {
	background: var(--theme-color);
}

.widget-erphpdown .erphpdown-tuan .price span {
	color: #03c8d4;
}

.widget-erphpdown .erphpdown-tuan-process {
	display: block;
	text-align: center;
}

.widget-erphpdown .erphpdown-tuan-process .line {
	width: 100%;
	display: block;
}

.widget-erphpdown .erphpdown-tuan-process .line span {
	background: #03c8d4;
}

.widget-erphpdown .erphpdown-tuan-process .avatars {
	display: block;
	margin-left: 0;
}

.widget-erphpdown .erphpdown-tuan-loader,
.widget-erphpdown .erphpdown-tuan-btn {
	background: #03c8d4;
	margin-right: 0;
}

.widget-erphpdown .erphpdown-tuituan {
	margin-right: 0;
	color: #8a92a9;
}

.widget_search label {
	display: none;
}

.widget_search input[type='text'] {
	float: left;
	width: calc(100% - 70px);
	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_search input[type='submit'] {
	float: left;
	width: 70px;
	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-commentlist {
	max-height: 400px;
	overflow: auto !important;
	overflow-y: scroll !important;
}

.widget-commentlist .comment-item {
	margin-bottom: 20px;
}

.widget-commentlist .sidebar-comments-comment {
	font-size: 12px;
	padding: 10px 20px;
	background: #f5f5f5;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	color: #656d78;
}

.widget-commentlist .sidebar-comments-comment:before {
	content: ' ';
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	border-bottom-color: #f5f5f5;
	position: absolute;
	left: 20px;
	top: -9px;
}

.widget-commentlist .postmeta {
	color: #777;
	font-size: 13px;
}

.widget-commentlist .sidebar-comments-title {
	font-size: 12px;
	color: #777;
}

.widget-commentlist .sidebar-comments-title a {
	margin-left: 5px;
}

.widget-tags .items a {
	padding: 5px 8px;
	margin: 0 8px 8px 0;
	display: inline-block;
	background: #f1f1f1;
	color: #444;
	font-size: 12px;
	border-radius: 5px;
}

.widget-postlist li {
	padding: 8px 0;
	position: relative;
}

.widget-bloglist li:first-child {
	padding-top: 0 !important;
}

.widget-postlist li:last-child {
	padding-bottom: 0 !important;
}

.widget-postlist li a {
	font-size: 14px;
	font-weight: normal;
}

.widget-postlist li .meta {
	font-size: 12px;
	color: #777;
	margin: 0;
}

.widget-postlist li .meta span {
	margin-right: 10px;
}

.widget-postlist .hasimg {
	margin-top: -8px;
}

.widget-postlist .hasimg li {
	padding: 8px 0 8px 110px;
	height: 79px;
}

.widget-postlist .hasimg li:last-child {
	padding-bottom: 0;
	height: 71px;
}

.widget-postlist .hasimg2 li {
	padding: 8px 0 0 !important;
	height: auto !important;
	width: calc(50% - 5px);
	float: left;
	margin-right: 10px;
}

.widget-postlist .hasimg2 li:nth-child(2n) {
	margin-right: 0;
}

.widget-postlist .hasimg li .img {
	position: absolute;
	left: 0;
	width: 100px;
	overflow: hidden;
}

.widget-postlist .hasimg2 li .img {
	position: static;
	width: 100% !important;
}

.widget-postlist .hasimg li .img img {
	width: 100%;
	height: 63px;
	border-radius: 5px;
	object-fit: cover;
}

.widget-postlist .hasimg2 li .img img {
	width: 100% !important;
	height: auto !important;
	border-radius: 5px;
}

.widget-postlist .hasimg li h4 {
	height: 38px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
}

.widget-postlist .hasimg li .meta {
	position: absolute;
	bottom: 8px;
	line-height: 14px;
}

.widget-postlist .hasimg li:last-child .meta {
	bottom: 2px;
}

.widget-postlist .hasimg li .meta .time {
	display: none;
}

.widget-postlist .hasimg li .meta .icon {
	font-size: 14px;
}

.widget-tablist .posttoptab {
	text-align: center;
	color: #999;
}

.widget-tablist .posttoptab a {
	display: inline-block;
	margin: 0 5px 5px;
	color: #666;
}

.widget-tablist .posttoptab a.active {
	color: var(--theme-color);
	font-weight: 600;
}

.widget-tablist .posttopcon {
	display: none;
}

.widget-tablist .posttopcon.active {
	display: block;
}

.widget-tablist .posttopcon li h4 {
	max-height: 45px;
	overflow: hidden;
}

.widget-toplist li {
	padding: 8px 0 8px 24px;
}

.widget-toplist li .sort {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 12px;
	background: #ccc;
	height: 16px;
	width: 16px;
	line-height: 16px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
}

.widget-toplist li:first-child .sort {
	background: var(--theme-color);
}

.widget-toplist li:nth-child(2) .sort {
	background: var(--theme-color);
	opacity: 0.8;
}

.widget-toplist li:nth-child(3) .sort {
	background: var(--theme-color);
	opacity: 0.6;
}

.widget-text img {
	width: 100%;
	height: auto;
}

.widget .custom-html-widget p {
	margin-bottom: 10px;
}

.widget_categories ul {
	margin-left: 20px;
	list-style: disc;
}

.widget_categories li {
	list-style: inherit;
}

.widget_categories .children {
	margin-left: 20px;
	list-style: circle;
}

.widget_author .author-cover {
	position: relative;
	width: 100%;
	height: 0 !important;
	padding-bottom: 37%;
	overflow: hidden;
}

.widget_author .author-cover img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
}

.widget_author .author-avatar {
	margin-top: -40px;
	text-align: center;
}

.widget_author .avatar-link {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	padding: 4px;
	margin: 0 auto;
	border-radius: 50%;
	background: hsla(0, 0%, 100%, 0.3);
}

.widget_author .avatar {
	width: 100%;
	height: 80px !important;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease-out 0s;
}

.widget_author .author-info {
	padding: 10px 15px 20px;
	text-align: center;
	line-height: 1.6;
}

.widget_author .author-name {
	display: inline-block;
	line-height: 22px;
	overflow: hidden;
	max-width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.widget_author .author-group {
	position: relative;
	display: inline-block;
	padding: 3px 8px;
	margin-left: 8px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid var(--theme-color);
	vertical-align: top;
	border-radius: 1px;
	background: var(--theme-color);
}

.widget_author .author-group:before {
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -4px;
	content: '';
	border: 4px solid transparent;
	border-right: 4px solid var(--theme-color);
}

.widget_author .author-description {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
	max-height: 61px;
	overflow: hidden;
}

.widget_author .avatar-link span {
	position: absolute;
	right: 7px;
	bottom: -2px;
}

.widget_author .avatar-link span:after {
	font-family: 'iconfont-modown';
	content: '\e8d2';
	font-size: 17px;
	color: #fbb715;
}

.widget_nav_menu ul {
	list-style: none;
}

.widget_nav_menu li {
	list-style: none;
	padding: 4px 0;
}

.widget_nav_menu .sub-menu {
	margin-left: 20px;
}

.widget_archive ul {
	overflow: hidden;
}

.widget_archive li {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

.widget_calendar #wp-calendar {
	width: 100%;
	margin: 0;
	color: #777;
}

.widget_calendar #wp-calendar caption {
	margin-bottom: 10px;
	font-size: 13px;
}

.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	border: 0;
	font-size: 12px;
	padding: 5px 3px;
	text-align: center;
}

.widget_calendar #wp-calendar th {
	color: #333;
}

.widget_media_image .wp-caption {
	width: 100% !important;
	text-align: center;
}

.widget-question-new {
	background: transparent !important;
}

.widget-question-new a {
	width: 100%;
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #fff !important;
}

.ap-questions-widget .ap-question-item {
	color: #777;
	font-size: 13px;
	margin-bottom: 10px;
}

.ap-questions-widget .ap-question-item .ap-question-title {
	color: #333;
	font-size: 15px;
}

.erphpdown-popover-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.erphpdown-popover {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -205px;
	width: 410px;
	background-color: #fff;
	padding: 40px 0;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 9999;
	display: none;
	text-align: center;
}

.erphpdown-popover h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0 15px 20px;
}

.erphpdown-popover-item {
	display: inline-block;
	margin: 0 0;
}

.erphpdown-popover-item h4 {
	margin: 0 20px 10px;
	font-size: 15px;
	font-weight: normal;
}

.erphpdown-popover-item img {
	width: 200px;
	height: 200px;
	background-color: #eee;
	border-radius: 2px;
	padding: 5px;
}

.erphpdown-popover-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	font-size: 16px;
	line-height: 1;
	color: #999;
	cursor: pointer;
}

.erphpdown-popover-close:hover {
	color: #666;
}

.single-comment {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: var(--theme-radius);
}

.page-template-guestbook .single-comment {
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.comments-title {
	margin: 0;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 17px;
}

.comments-title .icon {
	font-size: 18px;
	color: var(--theme-color);
	line-height: 1;
}

.comments-title small {
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
	color: var(--theme-color);
	font-size: 12px;
}

.comments-respond {
	position: relative;
	margin-bottom: 15px;
}

.comment-signarea {
	text-align: center;
	border-radius: 5px;
	padding: 15px 0;
	background: #fafafa;
}

.comment-signarea a {
	color: var(--theme-color);
}

.page-template-guestbook .comments-respond {
	margin-bottom: 35px;
}

.comt {
	position: relative;
	padding-left: 52px;
}

.comt-title {
	font-size: 12px;
	color: #777;
	float: left;
	margin-left: -52px;
	width: 42px;
	text-align: center;
}

.comt-title .avatar {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	margin-bottom: 5px;
}

.comt-title p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.comt-box {
	border: 1px solid #eaeaea;
	padding: 5px 10px 0;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	margin-bottom: 15px;
}

.comt-area {
	width: 100%;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
	line-height: 22px;
	font-size: 14px;
	outline: 0;
	color: #666;
	height: 82px;
	background: transparent;
}

.page-template-guestbook .comt-area {
	height: 122px;
}

.comt-ctrl {
	position: relative;
	min-height: 36px;
}

.comt-ctrl .smile {
	position: absolute;
	width: 14.375rem;
	height: 6.375rem;
	padding: 0.125rem;
	box-shadow: 0 0.125rem 0.625rem 0.125rem rgba(0, 0, 0, 0.11);
	background-color: #fff;
	z-index: 99;
	display: none;
	transform: perspective(500px) rotateX(-15deg);
	transform-origin: 50% 0;
	transition: all 0.15s ease-out;
}

.comt-ctrl .smile.open {
	display: block;
	transform: none;
}

.comt-ctrl .smile a {
	width: 2rem;
	height: 2rem;
	display: block;
	border: 0.125rem solid #fff;
	background-color: #f0f0f0;
	padding: 0.25rem;
	float: left;
}

.comt-ctrl .comt-add-btn {
	display: inline-block;
}

.comt-submit {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--theme-color);
	border: none;
	border-left: none;
	border-top: none;
	padding: 0px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

.page-template-guestbook .comt-submit {
	height: 42px;
	width: 120px;
	font-size: 15px;
}

.comt-submit:hover {
	opacity: 0.88;
}

.comt-count {
	float: right;
	color: #777;
	margin-bottom: 5px;
}

.comt-tips {
	font-size: 14px;
	color: #fff;
	margin-top: 17px;
}

.comt-tips .comt-tip {
	color: #7ad071;
}

.comt-tips .comt-error {
	color: #ff5e52;
}

.comt-comterinfo ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	display: inline-block;
	color: #777;
}

.comt-comterinfo li {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.comt-comterinfo input {
	margin-right: 10px;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	height: 36px;
	padding: 4px 8px;
	outline: none;
	width: 100%;
	max-width: 200px;
	box-shadow: none;
	*height: 20px;
}

.comt-ctrl #captcha_code {
	margin-left: 5px;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	height: 36px;
	padding: 4px 8px;
	outline: none;
	width: 100%;
	max-width: 100px;
	box-shadow: none;
	*height: 20px;
	background: transparent;
}

.postcomments {
	margin-bottom: 30px;
}

.commentlist {
	padding: 0;
	list-style: none;
	margin: 0;
}

.commentlist .comments-respond {
	margin-top: 30px;
}

.comment {
	position: relative;
	padding: 0px 0 0px 0px;
	border-bottom: 0px solid #eee;
}

/* 代码高亮修改 */
.comment .comt-avatar {
	width: 42px;
	height: 42px;
	background-color: #fff;
	float: left;
	position: relative;
	margin-left: -52px;
}

.comment .comt-avatar .avatar {
	display: block;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}

.comment .comt-main {
	position: relative;
	font-size: 14px;
	word-wrap: break-word;
}

.comment .comt-main p {
	margin-top: 15px;
	margin-bottom: 0;
}

.comment .comt-main img {
	max-width: 50%;
	height: auto;
}

.comment .comt-author {
	margin-right: 10px;
}

.comment .comt-bought {
	margin-left: 5px;
	background: #5cb85c;
	color: #fff;
	border-radius: 2px;
	padding: 1px 5px;
}

.is-vip {
	color: #fbb715;
	margin-left: 2px;
}

.comment .url:hover {
	text-decoration: none;
}

/* 删除下划线 */
.comment .comt-meta {
	font-size: 12px;
	color: #777;
	margin-top: 7px;
}

.comment .comt-meta .icon {
	font-size: 15px;
}

.comment .comt-zan {
	margin-left: 10px;
	color: #777;
}

.comment .comment-reply-link,
.comment .comment-reply-login {
	font-size: 12px;
	display: none;
	margin-left: 10px;
	color: #777;
}

.comment .comt-f {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 16px;
	color: #777;
}

.comment .comt-approved {
	border-radius: 2px;
	font-size: 12px;
	background-color: #666;
	color: #fff;
	display: inline-block;
	padding: 2px 3px 2px;
	line-height: 1;
	margin-right: 10px;
}

.comment .children {
	list-style: none;
	padding: 0;
}

.comment .children .comment {
	margin: 15px 0 0;
	border-top: 1px solid #eee;
	border-bottom: none;
	padding-bottom: 0;
}

.comment pre {
	margin: 3px 0 5px;
	padding: 7px 10px;
	border-radius: 1px;
}

.comment .depth-1 {
	border-bottom: #eee 1px solid;
}

.comment .wp-smiley {
	margin-bottom: 2px;
}

.comment:hover > .comt-main .comment-reply-link,
.comment:hover > .comt-main .comment-reply-login {
	display: inline-block;
}

#cancel-comment-reply-link {
	display: none;
	font-size: 12px;
	text-align: center;
	margin-top: 7px;
}

.comment #cancel-comment-reply-link {
	display: block;
}

.comments-pagination {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}

.comments-pagination a,
.comments-pagination span {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 5px;
	margin: 0 2px;
}

.comments-pagination a {
	text-decoration: none;
	background-color: #ddd;
	color: #666;
	opacity: 1;
}

.comments-pagination span {
	cursor: default;
	color: #aaa;
}

.comments-pagination a:hover,
.comments-pagination a:focus {
	opacity: 0.8;
}

.comments-pagination .current {
	color: #fff;
	background-color: #aaa;
}

.tougao-title .icon {
	color: var(--theme-color);
	font-size: 22px;
}

.tougao-item {
	margin-bottom: 20px;
	position: relative;
}

.tougao-item-erphpdown {
	display: none;
}

.tougao-item > label {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.tougao-item > label.error {
	color: #ff0000;
}

.tougao-item > p {
	font-size: 12px;
	color: #aaa;
	margin: 0;
}

.tougao-item .tougao-input {
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 10px 12px;
	display: block;
	border-radius: 5px;
}

.tougao-item .tougao-btn {
	background: var(--theme-color);
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 8px 30px;
	cursor: pointer;
}

.tougao-item .tougao-btn2 {
	background: #555;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 8px 30px;
	cursor: pointer;
}

.tougao-item .tougao-tax {
	display: inline-block;
}

.tougao-item .tougao-select {
	display: inline-block;
}

.tougao-item .tougao-select label {
	margin-right: 10px;
	cursor: pointer;
}

.tougao-item .tougao-select .postform {
	border: 1px solid #eaeaea;
	height: 32px;
	line-height: 32px;
	background: transparent;
	border-radius: 5px;
	padding: 2px 5px;
}

.tougao-item .tougao-image-wrap {
	padding-left: 170px;
	position: relative;
	min-height: 150px;
}

.tougao-item .tougao-file-wrap {
	padding-left: 120px;
	position: relative;
	min-height: 100px;
}

.tougao-item .tougao-image-box,
.tougao-item .tougao-file-box {
	width: 150px;
	height: 150px;
	border: 2px dashed #eaeaea;
	text-align: center;
	left: 0;
	position: absolute;
	cursor: pointer;
	color: #ccc;
}

.tougao-item .tougao-file-box {
	width: 100px;
	height: 100px;
	font-size: 15px;
}

.tougao-item .tougao-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tougao-item .tougao-image-box i,
.tougao-item .tougao-file-box i {
	font-size: 36px;
	color: #eaeaea;
	display: inline-block;
	margin-top: 30px;
}

.tougao-item .tougao-file-box i {
	font-size: 28px;
	margin-top: 10px;
}

.tougao-item .tougao-image-input {
	position: relative;
	display: none;
}

.tougao-item .tougao-file-input {
	position: relative;
}

.wp-editor-container {
	border-radius: 5px;
}

.tougao-item .notice-bg {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.01);
}

.tougao-item .notice-wrap {
	position: absolute;
	z-index: 101;
	width: 100%;
	left: 0;
	top: 46px;
	text-align: center;
}

.tougao-item .notice-inner {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.2;
	color: #cd6e00;
	background: #ffedc8;
	border-radius: 3px;
}

.tougao-item .notice-inner.notice-1 {
	color: #388202;
	background: #e1ffe3;
}

.tougao-item .notice-loading {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.tougao-item .mce-btn .mce-i-image,
.tougao-item .mce-btn .mce-i-media,
.tougao-item .mce-btn .mce-i-upload {
	height: 16px;
	position: relative;
	top: 2px;
}

.media-frame-content .media-toolbar,
.media-views-heading,
.media-modal-close span.screen-reader-text {
	display: none;
}

.vip-desc {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: -10px;
	margin-bottom: 40px;
}

/* VIP页面高度 */
.vip-desc-table {
	background: #fff;
	text-align: center;
	margin-bottom: 40px !important;
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.vip-desc-table th,
.vip-desc-table td {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px;
	vertical-align: middle;
}

.vip-desc-table .thead {
	background: #fff2cc;
}

.vip-content {
	text-align: center;
	margin: 0 -15px 60px;
}

body.home .vip-content {
	padding: 40px 0 40px;
	margin: 0;
	background-image: url(../img/vipbg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* 75%箭头虚线底部高度 */
.vip-content .home-vip-content {
	margin: 0 -15px;
	font-size: 0;
}

.vip-content .page-vip-content {
	font-size: 0;
}

.vip-content h2 {
	margin: 0 0 45px;
	font-size: 28px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

/* VIP字体大小 */
.vip-content h2:after {
	content: ' ';
	width: 20px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.vip-item {
	padding: 0 30px 50px;
	border-radius: 12px;
	background-color: #ffffff;
	text-align: center;
	width: calc(25% - 30px);
	margin: 0 15px 30px;
	font-size: 15px;
	display: inline-block;
	top: 0;
	position: relative;
	box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vip-item:hover {
	top: -10px;
}

.vip-item h6 {
	font-size: 20px;
	margin: 0 -30px;
	background: #33cc00;
	padding: 15px 0;
	font-weight: normal;
	color: #fff;
	border-radius: 12px 12px 0 0;
}

/* VIP颜色 */
.vip-item.item-no h6 {
	background: #ccc;
}

.vip-item.item-1 h6 {
	background: #1e88e5;
}

/* VIP颜色 */
.vip-item.item-2 h6 {
	background: #0066ff;
}

/* VIP颜色 */
.vip-item.item-3 h6 {
	background: #6f0ee6;
}

/* VIP颜色 */
.vip-item.item-4 h6 {
	background: #fbb715;
}

/* VIP颜色 */
.vip-item p.border-decor {
	margin-bottom: 50px;
	text-align: center;
}

.vip-item p.border-decor.border-decor-cat {
	margin-bottom: 20px;
}

.vip-item p.border-decor.no {
	height: 25px;
}

.vip-item p.border-decor span {
	background: #f5f5f5;
	border-radius: 30px;
	padding: 6px 12px;
	color: #333;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
}

.vip-item p.border-decor span:empty {
	visibility: hidden;
}

.vip-item p.vip-cat-desc {
	margin: -10px 0 20px;
	font-size: 13px;
	color: #999;
}

.vip-item .price {
	font-weight: 600;
	font-size: 32px;
	display: block;
	margin: 20px 0 5px;
}

.vip-item .price del {
	color: #999;
	font-size: 18px;
	font-weight: normal;
}

.vip-item .price small {
	font-size: 14px;
}

.vip-item .buca {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 12px;
	background: #f5f5f5;
	border-radius: 0 0 3px 3px;
	padding: 1px 8px 2px 8px;
}

/* 补差价 */
.vip-item .vip-tips-box {
	width: 290px;
	height: 88px;
	position: absolute;
	background: url(../img/choose.png) no-repeat left top;
	background-size: auto 77px;
	left: 0;
	bottom: -60px;
	z-index: 4;
}

/* 75%箭头 */
.vip-item .vip-tips-box span {
	position: absolute;
	bottom: 0;
	left: 95px;
	line-height: 24px;
	text-align: center;
	color: #202942;
	font-size: 16px;
}

/* 75%颜色 */
.vip-item .vip-tips-box span em {
	color: #ff0000;
	font-weight: 500;
}

/* 75%颜色 */
.vip-item ul {
	margin-bottom: 20px;
}

.vip-item ul li {
	font-size: 15px;
	padding-bottom: 10px;
}

.vip-item ul li:not(:first-child) {
	padding-top: 10px;
}

.vip-item ul li:not(:last-child) {
	border-bottom: solid 1px #f7f7f7;
}

.vip-item ul li i {
	width: 8px;
	height: 8px;
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.vip-item.item-1 ul li i {
	border-color: #1e88e5;
}

/* VIP颜色 */
.vip-item.item-2 ul li i {
	border-color: #0066ff;
}

/* VIP颜色 */
.vip-item.item-3 ul li i {
	border-color: #6f0ee6;
}

/* VIP颜色 */
.vip-item.item-4 ul li i {
	border-color: #fbb715;
}

/* VIP颜色 */
.vip-item .btn {
	color: #fff !important;
	background: #33cc00;
	border-radius: 50px;
	padding: 12px 35px;
}

/* VIP颜色 */
.vip-item .btn.disabled {
	visibility: hidden;
}

.vip-item.item-1 .btn {
	background: #1e88e5 !important;
}

/* VIP颜色 */
.vip-item.item-2 .btn {
	background: #0066ff !important;
}

/* VIP颜色 */
.vip-item.item-3 .btn {
	background: #6f0ee6 !important;
}

/* VIP颜色 */
.vip-item.item-4 .btn {
	background: #fbb715 !important;
}

/* VIP颜色 */
.vip-logs {
	margin: 30px auto 20px;
	text-align: center;
}

.vip-logs ul {
	display: inline-block;
	border: 1px solid #fbb715;
	background: #ffffff;
	border-radius: 20px;
	height: 40px;
	overflow: hidden;
}

/* VIP介绍页面滚动开通记录 */
.vip-logs ul li {
	height: 40px;
	line-height: 37px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	min-width: 300px;
}

.vip-logs ul li img {
	margin-right: 5px;
	border-radius: 50%;
}

.vip-why {
	background: #f3f8fd;
	padding: 40px 0 60px;
}

/* VIP页面改背景色 */
.vip-why h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: normal;
}

body.home .vip-why h2 {
	margin: 0 0 45px;
	font-size: 24px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

body.home .vip-why h2:after {
	content: ' ';
	width: 20px;
	background: var(--theme-color);
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.vip-why .desc {
	text-align: center;
	color: #777;
	font-size: 14px;
	margin-bottom: 40px;
}

body.home .vip-why .desc {
	margin-top: -15px;
}

.vip-why .items .item {
	float: left;
	width: 25%;
	text-align: center;
}

.vip-why .items .item div {
	text-align: left;
}

.vip-why .items .item div,
.vip-why .items .item span {
	display: inline-block;
}

.vip-why .items .item span {
	background: var(--theme-color);
	color: #fff;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 12px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	position: relative;
	top: -10px;
}

.vip-why .items .item span i {
	top: 3px;
}

.vip-why .items .item h4 {
	font-weight: normal;
	font-size: 18px;
}

.vip-why .items .item p {
	text-align: inherit;
	color: #666;
}

.vip-faqs {
	padding: 40px 0px 0px 0px;
	background: #f3f8fd;
}

/* VIP常见问题背景颜色 */
.vip-faqs h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: normal;
}

.vip-faqs .items {
	margin: 0 auto;
	max-width: 840px;
}

.vip-faqs .items .item {
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	position: relative;
}

.vip-faqs .items .item:last-child {
	border: none;
}

.vip-faqs .items .item h5 {
	font-weight: normal;
	font-size: 17px;
	cursor: pointer;
}

.vip-faqs .items .item h5:before,
.vip-faqs .items .item h5:after {
	content: '';
	position: absolute;
	top: 12.5px;
	right: 0;
	width: 16px;
	height: 2px;
	background: #aaa;
	border-radius: 2px;
	-webkit-transition: background 0.2s, -webkit-transform 0.2s;
	transition: background 0.2s, -webkit-transform 0.2s;
	transition: background 0.2s, transform 0.2s;
	transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.vip-faqs .items .item h5:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.vip-faqs .items .item.active h5:after {
	display: none;
}

.vip-faqs .items .item .ans {
	font-size: 14px;
	color: #888;
	display: none;
	margin-top: 10px;
}

.vip-faqs .items .item.active .ans {
	display: block;
}

.totals {
	position: relative;
	padding: 50px 0;
	background: #f3f8fd url(../img/light-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* 底部数据背景色 */
.totals .item {
	width: 25%;
	text-align: center;
	float: left;
	z-index: 9;
	position: relative;
}

.totals .item .icon {
	font-size: 28px;
	color: #777;
}

.totals .item span {
	font-size: 52px;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	font-weight: 400;
	line-height: 1.2;
	opacity: 0.8;
}

.totals .item span:after {
	content: '+';
	position: absolute;
	right: -15px;
	top: -10px;
	font-size: 26px;
}

.totals .item h4 {
	font-size: 15px;
	font-weight: normal;
	color: #666;
}

.pageside {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

.pageside h2 {
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.pagemenu-trigger {
	background: #eee;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

.pagemenu {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	border-radius: var(--theme-radius);
}

.pagelinks .pagemenu {
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.pagemenu li a {
	display: block;
	padding: 12px 20px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.pagemenu li.current_page_item a {
	color: #fff;
	background-color: var(--theme-color);
	margin: 0 -1px;
}

.pagemenu li:last-child a {
	border-bottom: none;
}

.pagelinks li a .icon {
	float: right;
}

.tagslist ul {
	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;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border-radius: var(--theme-radius);
}

.tagslist li .name {
	background-color: #eee;
	display: inline-block;
	padding: 5px 10px 4px;
	font-size: 12px;
	color: #666;
}

.tagslist li .name:hover {
	background-color: var(--theme-color);
	color: #fff;
}

.tagslist li:hover .name {
	background-color: var(--theme-color);
	color: #fff;
}

.tagslist li small {
	margin-left: 10px;
	color: #bbb;
}

.tagslist li p {
	margin: 10px 0 0;
	font-size: 12px;
	height: 17px;
	overflow: hidden;
	display: block;
	line-height: 1.5;
}

.tagslist li .tit {
	color: #999;
}

.archives {
	max-width: 800px;
	margin: 0 auto;
}

.archives .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.archives h3 {
	float: left;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: var(--theme-color);
	line-height: 20px;
	margin-top: 0;
}

.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;
}

.authors {
	margin: 0 -10px 20px;
}

.authors .author-item {
	width: calc(25% - 20px);
	float: left;
	margin: 0 10px 20px;
	background: #fff;
	border-radius: var(--theme-radius);
	text-align: center;
	padding: 15px;
	min-height: 275px;
}

.authors .author-item .avatar {
	border-radius: 50%;
	margin-bottom: 5px;
}

.authors .author-item .name {
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
	margin: 0 20px;
}

.authors .author-item .posts a {
	display: block;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
}

.authors .author-item .posts a:hover {
	color: var(--theme-color);
}

.page-template-authors .pagination-block {
	display: block !important;
}

.readers {
	max-width: 900px;
	margin: 0 auto;
}

.readers a {
	width: 80px;
	margin: 0 5px 20px;
	float: left;
	text-align: center;
	color: #999;
	font-size: 12px;
	height: 85px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
}

.readers a:hover {
	color: var(--theme-color);
}

.readers .avatar {
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
}

.readers a.item-top {
	width: 31.222222%;
	margin: 0 1% 30px;
	text-align: left;
	height: 100px;
	color: #bbb;
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 10px;
}

.readers a.item-top .avatar {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.readers a.item-top h4 {
	color: var(--theme-color);
	font-size: 16px;
}

.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;
}

.erphpdown-msg .title {
	font-size: 18px;
	margin-bottom: 5px;
	display: none;
}

.erphpdown-msg p {
	margin-bottom: 20px;
	text-align: left;
	padding: 20px 13px;
	background: #f4f4f4;
	border-radius: 5px;
	color: #666;
	font-size: 15px;
}

/* 资源下载通道 */
.erphpdown-msg p:last-child {
	margin-bottom: 0;
}

.erphpdown-msg p .link {
	background: #666;
	color: #fff;
	text-decoration: none;
	padding: 6px 25px;
	border-radius: 5px;
	display: inline;
	margin: 0 30px 0 7px;
}

/* 资源下载通道 */
.erphpdown-msg p .tit {
	width: 120px;
	display: inline-block;
}

.erphpdown-msg .hidden-content {
	border: 1px dashed #ccc !important;
	border-radius: 5px;
	padding: 10px;
}

/* 资源下载通道 */
.erphpdown-msg .hidden-content > div {
	margin: 0 0 10px;
}

.erphpdown-msg .hidden-content > div:last-child {
	margin-bottom: 0;
}

.mbt-down-top {
	position: absolute;
	top: -7.5px;
	border-radius: 10px;
	height: 15px;
	width: calc(100% + 20px);
	left: -10px;
	z-index: -9;
	box-shadow: inset 0 5px 5px #bbb;
}

.modown-erphpdown-bottom {
	background: #fff;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.modown-erphpdown-bottom .line {
	position: absolute;
	top: 0;
	width: 94%;
	border-top: 1px dashed #eee;
	left: 3%;
}

.modown-erphpdown-bottom img {
	border-radius: 3px;
}

.modown-erphpdown-bottom:before {
	content: '';
	background: #f9f9f9;
	position: absolute;
	left: -11px;
	top: -11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}

.modown-erphpdown-bottom:after {
	content: '';
	background: #f9f9f9;
	position: absolute;
	right: -11px;
	top: -11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}

.link-box {
	margin-bottom: 15px;
	border-radius: var(--theme-radius);
	background: #fff;
}

.link-box .link-title {
	margin-bottom: 15px;
	font-size: 17px;
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.link-box .link-title .icon {
	font-size: 17px;
	top: 0;
}

.link-box .link-list {
	padding: 15px 0;
}

.link-box .link-list .link-item {
	float: left;
	width: calc(25% - 15px);
	margin: 7.5px;
}

.link-box .link-list .link-item .link-main {
	padding: 10px 10px 10px 50px;
	position: relative;
}

.link-box .link-list .link-item .link-main .link-img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
}

.link-box .link-list .link-item .link-main .link-img.icon {
	font-size: 24px;
}

.link-box .link-list .link-item .link-main h2 {
	line-height: 30px;
	font-weight: normal;
}

.link-box .link-list .link-item .link-desc {
	padding: 0 10px 10px 50px;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	color: #999;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.topic-list {
	margin: 0 -10px 20px;
}

.topic-list .topic-item {
	width: calc(33.33333% - 20px);
	margin: 0 10px 20px;
	float: left;
	background: #fff;
	border-radius: var(--theme-radius);
}

.topic-list .topic-item img {
	width: 100%;
	height: auto;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.topic-list .topic-item > a {
	overflow: hidden;
	display: block;
}

.topic-list .topic-item .info {
	margin: 10px 10px 0;
	font-size: 14px;
	color: #999;
	padding-bottom: 15px;
	height: 90px;
	overflow: hidden;
}

.topic-list .topic-item .info h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.filters-task {
	background: #fff !important;
	border-radius: var(--theme-radius) !important;
}

.filter-task a.active,
.tasks-title .erphp-task-new {
	background: var(--theme-color) !important;
}

.erphp-task-metas,
.erphp-task-content,
body.single-task .widget,
.filters-task,
.tasks {
	border: none !important;
}

.tasks-nav {
	background: #f1f1f1 !important;
	border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.tasks {
	border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.tasks .task .view {
	background: var(--theme-color) !important;
}

.modown-fixed-da {
	position: fixed;
	right: 10px;
	top: 100px;
	width: 125px;
	z-index: 999;
	display: none;
}

.modown-fixed-da img {
	width: 100%;
	height: auto;
}

.modown-fixed-da .icon-close {
	position: absolute;
	right: -9px;
	top: -10px;
	font-size: 14px;
	line-height: 21px;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background: #e9eaea;
}

.sitetips-default {
	background: #fff3e9;
	border: 1px solid #fcecdf;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 70%;
	max-width: 1000px;
	border-radius: var(--theme-radius);
	font-size: 15px;
	display: none;
	padding: 14px 35px 12px;
	color: #f58b36;
	margin: 0 auto;
}

.sitetips-default .close {
	position: absolute;
	top: calc(50% - 12px);
	right: 15px;
	color: #ff7c3c !important;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

.sitetips-default .close .icon {
	font-size: 24px;
	top: -1px;
}

.sitetips-default a {
	padding: 0 !important;
	background: transparent !important;
	color: var(--theme-color) !important;
	text-decoration: underline;
}

.sitetips-default .btn {
	padding: 6px 12px !important;
	background: var(--theme-color) !important;
	color: #fff !important;
	border-radius: 20px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
}

.erphp-login-tips {
	position: fixed;
	z-index: 99999;
	bottom: -258px;
	right: 0;
	width: 250px;
	height: auto;
	background: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #2e3757;
	border-radius: 3px 0 0 0;
	padding: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 14px;
	color: #999;
}

.erphp-login-tips-welcome {
	margin-bottom: 10px;
}

.erphp-login-tips-welcome span {
	color: #666;
}

.erphp-login-tips-current {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.erphp-login-tips-current span,
.erphp-login-tips-last span {
	font-family: tahoma, arial, sans-serif;
}

.erphp-login-tips-bug {
	color: #ff0000;
	margin-top: 5px;
	font-weight: 600;
	font-size: 13px;
}

.erphp-login-tips .close {
	position: absolute;
	right: 0;
	top: -24px;
	background: #fff;
	opacity: 1;
	color: #999;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	font-size: 20px;
	box-shadow: -2px -3px 3px rgba(0, 0, 0, 0.1);
}

.sitetips-pop {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 19991016;
	width: 370px;
	min-height: 300px;
	border-radius: 12px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	color: #333;
	padding: 0;
	font-size: 15px;
	display: none;
	margin: 0 auto;
}

.sitetips-pop:before {
	content: '';
	position: absolute;
	background-image: url(../img/pop.png);
	background-position: 200% 0;
	background-size: 70%;
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	top: 0;
	border-radius: 0 12px 0 0;
	z-index: -1;
}

.sitetips-pop:after {
	content: '';
	position: absolute;
	background-image: url(../img/pop.png);
	background-position: 200% 0;
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: right -40px;
	background-size: contain;
	bottom: 0;
	transform: rotate(180deg);
	z-index: -1;
}

.sitetips-pop .sitetips-header {
	text-align: center;
	padding: 40px 30px 10px;
	margin-bottom: 30px;
}

.sitetips-pop .sitetips-header h3 {
	position: relative;
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
}

.sitetips-pop .sitetips-header h3::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30%;
	background: #fde6dd;
	border-radius: 5px;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.sitetips-pop .sitetips-main {
	padding: 0 30px 30px;
}

.sitetips-pop .sitetips-main p {
	margin-bottom: 15px;
}

.sitetips-pop .btn {
	display: block;
	padding: 12px 12px !important;
	font-size: 15px;
	margin-top: 20px;
	background: transparent !important;
	border: 1px solid var(--theme-color);
	color: var(--theme-color) !important;
	font-weight: 600;
	border-radius: 20px;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

.sitetips-pop .close {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 24px;
	line-height: 24px;
	color: #999;
}

.sitetips-pop .close .icon {
	font-size: 24px;
	top: -1px;
}

.sitetips-pop-shadow {
	z-index: 19991015;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.video-pop {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 19991016;
	width: 640px;
	height: 360px;
	border-radius: 12px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	color: #333;
	padding: 0;
	font-size: 15px;
	display: none;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.video-pop {
		width: 85%;
		max-width: 480px;
		height: 240px;
	}
}

.video-pop iframe {
	border-radius: var(--theme-radius);
}

.video-pop-shadow {
	z-index: 19991015;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.video-pop .close {
	position: absolute;
	right: -30px;
	top: 0;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #fff;
}

.video-pop .close .icon {
	font-size: 30px;
}

.bought-barrage-fixed {
	position: fixed;
	left: -800px;
	bottom: 20px;
	background: #fff !important;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	padding: 13px 15px 13px 15px !important;
	font-size: 14px;
	margin: 0 !important;
	z-index: 9999;
}

.bought-barrage.bought-barrage-fixed {
	overflow: visible;
}

.bought-barrage-fixed .close {
	position: absolute;
	right: 10px;
	top: 30px;
}

.bought-barrage-fixed .btt {
	position: absolute;
	right: 20px;
	top: 16.5px;
	display: inline-block;
	background: var(--theme-color);
	color: #fff !important;
	border-radius: 20px;
	padding: 5px 15px;
	opacity: 0.8;
}

.bought-barrage.bought-barrage-fixed .pro-item {
	width: 390px;
	margin-bottom: 0;
	padding: 0 100px 0 110px;
	position: relative;
	height: 64px;
}

.bought-barrage.bought-barrage-fixed .pro-item .tit {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.bought-barrage.bought-barrage-fixed .pro-item span {
	color: #999;
	font-size: 12px;
}

.bought-barrage.bought-barrage-fixed .pro-item img {
	width: 100px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.sign {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10003;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	transform: perspective(1px) scale(1.1);
	transition: visibility 0s linear 0.15s, opacity 0.15s 0s, transform 0.15s;
}

.sign-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.sign .sign-box {
	background-color: #f3f6fe;
	width: 370px !important;
	position: absolute;
	z-index: 9;
	margin: auto;
	border-radius: 12px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	overflow: hidden;
}

/*登录框*/
.sign .sign-box.has-left {
	width: 630px !important;
	padding-left: 260px;
}

.sign .sign-box.has-left .loginimage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 260px;
	border-radius: 12px 0 0 12px;
	overflow: hidden;
}

.sign .sign-box.has-left .loginimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sign .close-link {
	color: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 22px 0;
	font-size: 18px;
	color: #3da9f7;
	display: block;
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 70px;
	margin-left: -60px;
	text-align: center;
}

.sign .close-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.sign form {
	padding: 38px 28px;
}

/* 窗弹登录内高宽度 */
.sign .form-item {
	margin-bottom: 15px;
	position: relative;
	font-size: 14px;
	z-index: 3;
}

.sign .form-item i {
	position: absolute;
	left: 10px;
	top: 8px;
}

.sign .logo-login {
	width: auto;
	height: 80px;
	z-index: 9;
	position: relative;
}

.sign .captcha-clk,
.sign .captcha-clk2,
.sign .captcha-sms-clk {
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.sign .captcha-clk.disabled {
	cursor: auto;
}

.sign .captcha-img {
	height: 38px;
	width: 80px;
	top: -9px;
	right: -8px;
	cursor: pointer;
	position: relative;
}

.sign .invitation-link {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 13px;
}

.sign .form-control {
	border-radius: 7px;
	padding-left: 33px;
	width: 100%;
	background: #ffffff;
	border: none;
	border: 1px solid #eaeaea;
	min-height: 40px;
	margin: 0 !important;
}

/* 窗弹登录输入框 */
.sign .sign-submit {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 20px;
}

.sign .sign-submit .btn {
	width: 100%;
	padding: 10px 25px;
	border-radius: 7px;
}

.sign .sign-submit label {
	margin-top: 8px;
	font-weight: normal;
	font-size: 14px;
}

.sign .sign-submit label input {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.sign .erphp-weixin-scan .ews-box .ews-input {
	background: #e6eaed;
	border: none;
}

.sign-trans {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
}

#sign-up .sign-trans {
	margin-top: 10px;
}

#sign-up.signup-social-only .sign-trans {
	text-align: center;
}

.sign-trans a,
.form-policy a {
	color: var(--theme-color);
}

.form-policy {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}

.form-policy input {
	position: relative;
	top: 2px;
}

.form-policy label {
	font-size: 12px !important;
}

.sign-tips {
	position: absolute;
	bottom: 0;
	background-color: #202942;
	left: 0;
	right: 0;
	height: 0;
	line-height: 29px;
	padding: 0 50px;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	border-radius: 0 0 6px 6px;
}

/* 窗弹登录底部提示条 */
.sign-tips a {
	display: none;
}

.sign-show .sign {
	opacity: 1;
	visibility: visible;
	transform: perspective(1px) scale(1);
	transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;
}

.sign-show .sign .sign-box {
	-webkit-animation: showPanel 0.5s ease;
	-moz-animation: showPanel 0.5s ease;
	animation: showPanel 0.5s ease-in;
}

body.sign-show {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.sign-social {
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
}

#sign-up .sign-social {
	margin: 10px auto 0;
}

#sign-up.signup-social-only .sign-social {
	margin-bottom: 40px;
}

.sign-social h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	color: #999;
}

.sign-social .login-qq,
.sign-social .login-weibo,
.sign-social .login-weixin,
.sign-social .login-google,
.sign-social .login-facebook,
.sign-social .login-twitter {
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 6px;
	display: inline-block;
}

#sign-up.signup-social-only .sign-social .login-qq,
#sign-up.signup-social-only .sign-social .login-weibo,
#sign-up.signup-social-only .sign-social .login-weixin,
#sign-up.signup-social-only .sign-social .login-google,
#sign-up.signup-social-only .sign-social .login-facebook,
.sign-social .login-twitter {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.sign-social .login-qq {
	background-color: #3f92d6;
}

.sign-social .login-weibo {
	background-color: #ff766c;
}

.sign-social .login-weixin {
	background-color: #40c34a;
}

.sign-social .login-google {
	background-color: #ea4335;
}

.sign-social .login-facebook {
	background-color: #1877f2;
}

.sign-social .login-twitter {
	background-color: #4ab3f4;
}

.sign-social .login-qq:hover,
.sign-social .login-weibo:hover,
.sign-social .login-weixin:hover,
.sign-social .login-google:hover,
.sign-social .login-facebook:hover,
.sign-social .login-twitter:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.sign-social .icon {
	font-size: 24px;
	top: -1px;
}

#sign-up.signup-social-only .sign-social .icon {
	font-size: 26px;
}

.sign .expend-container {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
}

.sign .expend-container:after {
	content: ' ';
	position: absolute;
	right: 1.4rem;
	top: 1.4rem;
	z-index: 2;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
	height: 6.5rem;
	width: 6.5rem;
	background: #fff;
	transform: rotate(45deg);
	transition: all 0.4s;
}

.sign .expend-container:hover:after {
	right: 1.8rem;
	top: 1.8rem;
}

.sign .expend-container a {
	display: inline-block;
}

.sign .expend-container svg {
	fill: #999;
}

.analysis {
	display: none;
}

#erphpdown-download {
	margin-top: 150px !important;
}

.modown-ad {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border-radius: var(--theme-radius);
}

.modown-ad:empty {
	display: none;
}

.lists + .modown-ad {
	margin-top: 20px;
}

.modown-ad-items {
	margin: 0 -10px 0;
}

.modown-ad-items-five {
	margin: 0 -7.5px 0;
}

.modown-ad img {
	max-width: 100%;
	height: auto;
	border-radius: var(--theme-radius);
}

.modown-ad-items .item {
	width: 285px;
	margin: 0 10px;
	display: block;
	float: left;
}

.modown-ad-items-five .item {
	width: calc(20% - 15px) !important;
	margin: 0 7.5px;
	display: block;
	float: left;
}

.modown-ad-items .item img,
.modown-ad-items-five .item img {
	width: 100%;
}

.erphpad-loader {
	border-radius: var(--theme-radius);
}

.rollbar {
	position: fixed;
	right: 10px;
	bottom: 55px;
	z-index: 999;
}

/* 右贴导航高度 */
.rollbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40px;
}

.rollbar li {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	border-radius: var(--theme-radius);
	background: #e9eaea;
}

.rollbar .qq-li {
	background: var(--theme-color);
}

.rollbar .qq-li a {
	color: #fff !important;
}

.rollbar .totop-li {
	display: none;
}

.rollbar a {
	position: relative;
	z-index: 2;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #888;
}

.rollbar a:hover {
}

.rollbar .kefu_weixin img {
	position: absolute;
	right: 50px;
	width: 120px;
	height: 120px;
	top: -35px;
	border-radius: var(--theme-radius);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	max-width: inherit;
	max-height: inherit;
	display: none;
}

.rollbar .kefu_weixin:hover img {
	display: block;
}

.rollbar .icon {
	line-height: 38px;
	font-size: 26px;
}

.rollbar li:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
	display: block;
}

.rollbar a.active .icon-calendar:before {
	content: '\e8da';
}

.rollbar a.active .icon-moon:before {
	content: '\e639';
}

.rollbar a.fullscreen.active {
	color: var(--theme-color);
}

.rollbar a.fullscreen.active .icon-fullscreen:before {
	content: '\e678';
}

.rollbar li:hover h6 {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.rollbar li:hover h6 {
	right: 100%;
}

.rollbar h6 {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -15%;
	margin: -13px 10px 0 0;
	line-height: 26px;
	font-size: 12px;
	background: #e9eaea;
	color: #888;
	width: 70px;
	border-radius: 2px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	font-weight: normal;
}

.rollbar li:hover p {
	opacity: 0.9;
	filter: alpha(opacity=90);
	right: 100%;
}

.rollbar p {
	position: absolute;
	z-index: 1;
	top: -50%;
	right: -15%;
	margin: -13px 10px 0 0;
	line-height: 26px;
	font-size: 12px;
	background: #e9eaea;
	color: #888;
	width: 70px;
	border-radius: 2px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	font-weight: normal;
}

.rollbar h6 i {
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #e9eaea;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.home-anchor-nav {
	position: fixed;
	width: 58px;
	transform: translateY(-50%);
	top: 50%;
	left: 10px;
	font-size: 14px;
	background-color: #fff;
	border-radius: var(--theme-radius);
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
}

.home-anchor-nav li {
	text-align: center;
	padding: 10px;
	height: 58px;
	letter-spacing: 2px;
	position: relative;
	line-height: 1.4;
}

.home-anchor-nav li:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #efefef;
	left: calc(50% - 15px);
	bottom: 0;
	position: absolute;
}

.home-anchor-nav li:last-child:after {
	content: none;
}

.home-anchor-nav li a {
	height: 38px;
	overflow: hidden;
	display: block;
}

.home-anchor-nav li.current a {
	color: var(--theme-color);
}

.home-anchor-nav li i {
	display: block;
	line-height: 1.1;
	font-size: 18px;
}

.erphpdown-type-desc {
	background: #f5f5f5;
	padding: 20px;
	margin: -20px -20px 30px;
	text-align: center;
}

.erphpdown-type-desc .type-name {
	margin-bottom: 5px;
}

.erphpdown-type-desc .type-price span {
	font-size: 32px;
	margin-right: 5px;
}

.erphpdown-type-desc .type-price span del {
	font-size: 16px;
	color: #999;
}

.erphpdown-type-link {
	display: inline-block;
	border-radius: 5px;
	min-width: 145px;
	padding: 13px 20px 14px;
	font-size: 14px;
	color: #fff !important;
	background: var(--theme-color);
	line-height: 1;
	text-align: center;
	margin: 0 19px 7px 0;
}

/* 弹出支付框间距 */
.erphpdown-type-link:nth-child(2n) {
	margin-right: 0;
}

.erphpdown-type-wxpay {
	background: #00c250;
}

.erphpdown-type-alipay {
	background: #00a3ee;
}

.erphpdown-type-qqpay {
	background: #0bb2ff;
}

.erphpdown-type-paypal {
	background: #0070ba;
}

.erphpdown-type-stripe {
	background: #635bff;
}

.erphpdown-type-ut {
	background: #0e932e;
}

.erphpdown-type-credit {
	display: block;
	float: none;
	margin: 3px 0 10px 0;
}

.erphpdown-type-card {
	background: #555;
	display: block;
	float: none;
	margin-right: 0;
}

.erphpdown-promo {
	text-align: center;
	color: #999;
	margin-top: 15px;
	font-size: 12px;
}

.erphpdown-promo input {
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	width: 100px;
	padding: 5px;
}

.erphpdown-promo a {
	color: #333;
	background: #e8e8e8;
	border-radius: 2px;
	height: 27px;
	padding: 0 10px;
	line-height: 27px;
	display: inline-block;
}

.erphpdown-vip-login {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 28px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 28px;
	margin: auto;
}

.circular .path {
	width: 100%;
	height: 100%;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke: #757575;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.wppay-toast {
	background: #2a2a2a;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding: 20px 60px;
	opacity: 0;
}

.wppay-toast .icon .modia {
	font-size: 28px;
}

.wppay-toast .text {
	font-size: 18px;
	font-weight: normal;
}

.wppay-toast.it {
	padding: 20px 40px;
}

.wppay-toast.it .text {
	margin-top: 10px;
}

.wppay-toast.icon {
	padding: 25px;
}

.wppay-toast.fs {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wppay-toast.el {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wppay-custom-modal-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.6);
}

.wppay-custom-modal-box .wppay-modal {
	max-width: 350px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	background: #fff;
	border-radius: 3px;
	display: block !important;
}

.wppay-custom-modal-box .wppay-modal .close-modal {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 32px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode {
	padding-top: 0;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: -15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 .price {
	color: var(--theme-color);
	float: none !important;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab {
	padding: 0px 30px;
	text-align: center;
	margin-top: 15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a {
	font-size: 16px;
	color: #9b9b9b;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active {
	color: #2a2a2a;
	font-size: 20px;
	position: relative;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .wppay-weixin.active:after {
	background: #21ab36;
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .wppay-alipay.active:after {
	background: #00a3ee;
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a .price {
	color: var(--theme-color);
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
	margin-top: 180px;
	background: var(--theme-color);
	height: 220px;
	border-radius: 0 0 3px 3px;
	display: block;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item {
	text-align: center;
	position: relative;
	top: -166px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title {
	margin-bottom: 10px;
	font-size: 15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title .price {
	color: var(--theme-color);
	font-weight: 600;
	font-size: 18px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .warning {
	color: #f00;
	font-size: 13px;
	margin-bottom: 5px !important;
	margin-top: -5px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code {
	border: #f3f3f3 solid 1px;
	width: 225px;
	height: 225px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto;
	background: #fff;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code img {
	width: 100%;
	height: auto;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	color: #ffffff;
	font-size: 14px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .desc {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 12px;
	color: #cecece;
	font-family: tahoma, arial, sans-serif;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
	display: none;
	margin-top: 10px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap a {
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #fff;
	font-size: 14px;
}

@media (max-width: 768px) {
	.wppay-custom-modal-box .wppay-modal {
		width: 90%;
	}

	.wppay-toast {
		padding: 10px 20px;
	}

	.wppay-toast .text {
		font-size: 16px;
		font-weight: normal;
		white-space: nowrap;
	}

	.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
		height: 230px;
	}

	.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
		margin-top: 10px !important;
	}

	.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
		display: block;
		font-size: 14px;
	}
}

.erphp-wppay {
	background-color: #fff;
	border: 2px dashed var(--theme-color);
	color: #333;
	font-size: 14px;
	line-height: inherit;
	padding: 5px 10px;
}

.erphp-wppay-success {
	border: 2px dashed #54c468;
}

.erphp-wppay b {
	color: var(--theme-color);
}

.erphp-wppay-qrcode .payment {
	margin-bottom: 10px;
}

.erphp-wppay-qrcode .payment img {
	max-width: 160px;
	height: auto;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active.wppay-alipay {
	color: #00a3ee;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active.wppay-weixin {
	color: #21ab36;
}

#erphpdown-danmu {
	position: fixed;
	z-index: 99;
	max-width: 400px;
	max-height: 138px;
	overflow: hidden;
	right: 0;
	bottom: 0;
}

#erphpdown-danmu li {
	display: flex;
	opacity: 0;
	border-radius: 20px;
	color: #fff;
	padding: 3px 10px 3px 4px;
	clear: both;
	font-size: 13px;
	height: 31px;
	float: right;
	line-height: 26px;
	overflow: hidden;
}

#erphpdown-danmu li a {
	text-decoration: underline;
}

#erphpdown-danmu li a:first-child {
	margin-right: 4px;
	width: 26px;
}

#erphpdown-danmu li a,
#erphpdown-danmu li a font {
	color: #fff !important;
}

#erphpdown-danmu li a:last-child n {
	text-decoration: underline;
	margin: 0 5px;
}

#erphpdown-danmu li img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	vertical-align: inherit;
	margin-right: 3px;
}

@media (max-width: 768px) {
	#erphpdown-danmu {
		max-width: 70%;
	}
}

.ap-form-label {
	font-size: 15px;
}

.ap-form-control {
	border: 1px solid #eaeaea;
	padding: 10px 12px;
	border-radius: 5px;
	height: auto;
}

select.ap-form-control {
	height: 32px;
	line-height: 32px;
	padding: 2px 5px;
}

.ap-btn {
	cursor: pointer;
}

.ap-modal {
	z-index: 10002;
}

.ap-modal-body {
	margin-top: 100px;
	z-index: 10002;
}

.mobile-share-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
}

.mobile-share-bg .top_tips {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: rgba(255, 235, 155, 0.95);
	color: #a65018;
	text-align: center;
}

@media (min-width: 768px) {
	.mobile-share-bg .top_tips {
		display: none !important;
	}
}

.mobile-share-wrap {
	position: fixed;
	width: 100%;
	height: 80%;
	left: 0;
	top: 80px;
	z-index: 9999999;
	text-align: center;
}

.mobile-share-wrap img {
	position: relative;
	max-height: 100%;
	max-width: 96%;
	width: auto;
	display: block;
	margin: 0 auto;
	float: none;
	border-radius: var(--theme-radius);
}

.mobile-share-wrap .mobile-share-close {
	position: relative;
	display: inline-block;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 26px;
	line-height: 48px;
	font-weight: 300;
	color: #333;
	border-radius: 50%;
	background: #fefefe;
	text-align: center;
	vertical-align: top;
	font-family: serif;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.erphp-weixin-scan {
	text-align: center;
	z-index: 9;
}

.erphp-weixin-scan img {
	margin: 10px 0;
	border-radius: 3px;
}

.cat.nocat {
	margin-left: 0 !important;
}

.cat.nocat:after {
	content: none !important;
}

.layui-layer {
	border-radius: var(--theme-radius) !important;
}

.layui-layer-title {
	border-radius: var(--theme-radius) var(--theme-radius) 0 0 !important;
	border-bottom: none !important;
	background: transparent !important;
	font-size: 16px !important;
}

.layui-layer-dialog {
	min-width: 360px;
}

.layui-layer-dialog.layui-layer-msg {
	min-width: auto;
}

.layui-layer-btn a {
	font-size: 12px;
	border-color: #e1e6f0;
	color: #8187a1;
	box-sizing: content-box;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce #review_form #respond textarea,
.woocommerce table.shop_table,
.article-content table th,
.article-content table td,
.woocommerce table.shop_table td,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	border-color: #eaeaea;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: 2px 2px 0 #eaeaea;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: -2px 2px 0 #eaeaea;
}

.woocommerce .quantity .qty {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	height: 33.5px;
}

.woocommerce-page .content {
	margin-right: 0;
}

.woocommerce-page .sidebar {
	display: none;
}

.woocommerce-page .article-content ul,
.woocommerce-page .article-content ul li {
	list-style: none;
}

.woocommerce-page .article-content h2,
.woocommerce-page .article-content h3 {
	margin-left: 0;
	border-left: 0;
	padding: 0;
	background: transparent;
	color: #444;
	font-weight: bold;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: var(--theme-color);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	opacity: 0.8;
}

.woocommerce-error {
	margin-left: 0 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .woocommerce-ordering select {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 8px 12px;
}

.woocommerce-account .banner {
	display: none;
}

.woocommerce-account .single-content {
	padding: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 200px;
	background: #fbfbfb;
	padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	text-decoration: none;
	display: block;
	padding: 6px 20px;
	font-size: 16px;
	color: #888;
	border-radius: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
	background: #eee;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 200px);
	padding: 40px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 40%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 56%;
}

.woocommerce-products-header {
	display: none;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 5px;
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
}

.woocommerce span.onsale {
	background: var(--theme-color);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--theme-color);
}

.woocommerce div.product .product_title {
	font-size: 22px;
	margin-bottom: 10px;
}

.woocommerce div.product form.cart {
	margin-top: 30px;
}

.woocommerce #reviews #comments h2,
.woocommerce .woocommerce-noreviews,
.woocommerce .comment-reply-title {
	display: none;
}

.article-content .product-name a {
	text-decoration: none;
}

.woocommerce #review_form_wrapper {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}

@media (min-width: 1536px) {
	.gd-large .container,
	.single.gd-large .main .container,
	.page-template-default.gd-large .main .container,
	.page-template-tougao.gd-large .main .container,
	.page-template-ask.gd-large .main .container {
		max-width: 1340px;
	}

	.gd-large .slider-left {
		max-width: 1035px;
	}

	.gd-large .slider-left2 {
		max-width: 730px;
	}

	.gd-large .grids:not(.relateds) .grid {
		width: 320px;
	}

	.gd-large .grids:not(.relateds) .grid .img {
		height: 200px;
	}

	.gd-large .lists:not(.relateds, .cols-two) .grid {
		padding: 4px 8px 4px 140px;
		height: 88px;
	}

	.gd-large .lists:not(.relateds, .cols-two) .grid .thumb {
		width: 130px;
		height: 88px;
	}

	.gd-large .home-blogs ul li {
		padding: 8px 8px 4px 140px;
		height: 88px;
	}

	.gd-large .home-blogs ul li h3 {
		margin-bottom: 13px;
	}

	.gd-large .home-blogs ul li img {
		width: 130px;
		height: 88px;
	}
}

@media (min-width: 1536px) {
	body.nv-left,
	body.nv-left.has-topbar.topbar-hide {
		margin: 70px 0 0 240px !important;
	}

	body.nv-left.has-topbar {
		margin: 100px 0 0 240px !important;
	}

	body.nv-left .header .container,
	body.nv-left .topbar .container {
		max-width: 100% !important;
		padding: 0 15px;
	}

	body.nv-left .nav-main {
		position: fixed;
		left: 0;
		top: 70px;
		bottom: 0;
		width: 240px;
		margin-left: inherit;
		font-size: 15px;
		text-align: left;
		background: #f1f1f1;
		padding: 30px 0;
		box-shadow: none;
		overflow-y: scroll;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

	body.nv-left.has-topbar .nav-main {
		top: 100px;
	}

	body.nv-left.has-topbar.topbar-hide .nav-main {
		top: 70px;
	}

	body.nv-left .nav-main::-webkit-scrollbar {
		width: 0;
	}

	body.nv-left .nav-main li {
		float: none;
		display: block;
	}

	body.nv-left .nav-main li:hover {
		background: #f5f5f5;
	}

	body.nv-left .nav-main > li > a {
		padding: 12px 13px 12px 30px;
	}

	body.nv-left .nav-main > li > a > i {
		margin-right: 10px;
	}

	body.nv-left .nav-main > li.current-menu-item,
	body.nv-left .nav-main > li.current-menu-parent,
	body.nv-left .nav-main > li.current_page_item,
	body.nv-left .nav-main > li.current-post-ancestor,
	body.nv-left .nav-main > li.current-menu-ancestor,
	body.nv-left .nav-main > li.current-category-ancestor {
		background: #f9f9f9;
	}

	body.nv-left.night .nav-main > li.current-menu-item,
	body.nv-left.night .nav-main > li.current-menu-parent,
	body.nv-left.night .nav-main > li.current_page_item,
	body.nv-left.night .nav-main > li.current-post-ancestor,
	body.nv-left.night .nav-main > li.current-menu-ancestor,
	body.nv-left.night .nav-main > li.current-category-ancestor {
		background: #232323;
	}

	body.nv-left .nav-main > li.current-menu-item > a:after,
	body.nv-left .nav-main > li.current-menu-parent > a:after,
	body.nv-left .nav-main > li.current_page_item > a:after,
	body.nv-left .nav-main > li.current-post-ancestor > a:after,
	body.nv-left .nav-main > li.current-menu-ancestor > a:after,
	body.nv-left .nav-main > li.current-category-ancestor > a:after {
		display: none;
	}

	body.nv-left .nav-main > li.menu-item-has-children {
		padding-right: 0;
	}

	body.nv-left .nav-main li.menu-item-has-children:after {
		content: '\e623';
		right: 27px;
		top: 18px;
		display: inline-block;
	}

	body.nv-left .nav-main li.menu-item-has-children.active:after {
		content: '\e620';
	}

	/*body.nv-left .nav-main .sub-menu{left: 100%;top:0;text-align: left;font-size: 15px;min-width: 160px;padding: 10px 0;border-radius: 0;}
	body.nv-left .nav-main .sub-menu .sub-menu{top: -10px;}*/
	body.nv-left .nav-main .sub-menu {
		left: inherit;
		top: inherit;
		text-align: left;
		font-size: 15px;
		min-width: inherit;
		padding: 0;
		margin: 0;
		border-radius: 0;
		position: static;
		display: none;
		box-shadow: none;
		line-height: inherit;
		background: #f1f1f1;
	}

	body.nv-left .nav-main .sub-menu.active {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	body.nv-left .nav-main > li > .sub-menu:before {
		content: none;
	}

	body.nv-left .nav-main .sub-menu a {
		padding: 12px 13px 12px 60px;
	}

	body.nv-left .nav-main .sub-menu .sub-menu a {
		padding: 12px 13px 12px 75px;
	}

	body.nv-left .nav-main > li.mega2 > .sub-menu > li {
		float: none;
		width: auto;
		height: auto;
	}

	body.nv-left .nav-search-form {
		display: block;
	}

	body.nv-left .mocat,
	body.home.nv-left .vip-content,
	body.nv-left .home-blogs {
		padding: 40px 0 0;
	}

	body.nv-left .mocat:nth-child(2n),
	body.nv-left .vip-why,
	body.home.nv-left .vip-content,
	body.nv-left .home-blogs {
		background: #fff;
	}

	body.nv-left.night .nav-main {
		background: #181818;
	}

	body.nv-left.night .nav-main li:hover {
		background: #131313;
	}

	body.nv-left.night .nav-main > li.current-menu-item,
	body.nv-left.night .nav-main > li.current-menu-parent,
	body.nv-left.night .nav-main > li.current_page_item,
	body.nv-left.night .nav-main > li.current-post-ancestor,
	body.nv-left.night .nav-main > li.current-menu-ancestor,
	body.nv-left.night .nav-main > li.current-category-ancestor {
		background: #121212;
	}

	body.nv-left.night .nav-main .sub-menu {
		background: #181818;
	}

	body.nv-left.night .nav-main li a {
		color: #999;
	}

	body.nv-left.night .mocat:nth-child(2n),
	body.nv-left.night .vip-why,
	body.home.nv-left.night .vip-content,
	body.nv-left.night .home-blogs {
		background: #121212;
	}
}

body.night {
	background-color: #121212 !important;
	color: #999;
}

body.night a {
	color: #999;
}

body.night a:hover {
	color: var(--theme-color);
}

body.night .topbar {
	background: #232323;
	border-color: #343434;
	color: #999;
}

body.night .header,
body.home.night .header.scrolled {
	background: #232323;
	box-shadow: 0px 1px 5px 0px rgb(64 64 64 / 10%);
}

body.night .logo:before {
	display: none;
	background-color: rgba(28, 31, 43, 0.5);
}

body.night .nav-main li {
	color: #999;
}

body.night .nav-main li a,
body.night .nav-right li a,
body.night .nav-left li a {
	color: #bbb;
}

body.night .nav-main .sub-menu,
body.night .nav-right .sub-menu {
	background: #232323;
	color: #777;
}

body.night .nav-main .sub-menu a,
body.night .nav-right .sub-menu a,
body.night .nav-right .sub-menu a.money:hover {
	color: #999;
}

body.night .nav-main .sub-menu a:hover,
body.night .nav-main .sub-menu .current-menu-item > a,
body.night .nav-main .sub-menu .current-menu-ancestor > a,
body.night .nav-main .sub-menu .current-menu-parent > a {
	color: var(--theme-color);
}

body.night .nav-right .sub-menu .money-left,
body.night .nav-right .sub-menu .vip-left,
body.night .nav-right .sub-menu .cart-left,
body.night .nav-right .sub-menu li.item a {
	background-color: #303030;
	color: #777;
}

body.night .nav-right .sub-menu:before {
	border-bottom-color: #232323;
}

body.night .nav-main > li > .sub-menu:before {
	border-bottom-color: #232323;
}

body.night .nav-main li.menu-item-has-children:after {
	color: #999;
}

@media (min-width: 769px) {
	body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:before,
	body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a,
	body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a {
		background: #414243;
	}

	body.night .nav-main > li.mega4 > .sub-menu > li.mg-hide > a {
		background: transparent;
	}

	body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
		border-bottom-color: #414243;
	}

	body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:after,
	body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
		border-bottom-color: #414243;
	}

	body.night .nav-main > li.mega4 > .sub-menu > li > a,
	body.night .nav-main > li.mega4 > .sub-menu > li > .sub-menu > li > a {
		border-color: #414243;
	}

	body.night .nav-main > li.mega4 > .sub-menu > li > .sub-menu {
		border-color: #414243;
	}

	body.night .nav-main > li.mega33 > .sub-menu > li:first-child > a:before,
	body.night .nav-main > li.mega33 > .sub-menu > li:first-child > a,
	body.night .nav-main > li.mega33 > .sub-menu > li.mg-show > a {
		background: #414243;
	}

	body.night .nav-main > li.mega33 > .sub-menu > li.mg-hide > a {
		background: transparent;
	}

	body.night .nav-main > li.mega33 > .sub-menu > li.mg-show > a:after {
		border-bottom-color: #414243;
	}

	body.night .nav-main > li.mega33 > .sub-menu > li:first-child > a:after,
	body.night .nav-main > li.mega33 > .sub-menu > li.mg-show > a:after {
		border-bottom-color: #414243;
	}

	body.night .nav-main > li.mega33 > .sub-menu > li > a,
	body.night .nav-main > li.mega33 > .sub-menu > li > .sub-menu > li > a {
		border-color: #414243;
	}

	body.night .nav-main > li.mega33 > .sub-menu > li > .sub-menu {
		border-color: #414243;
	}
}

body.night .nav-mobile-show .nav-main {
	background: #232323;
	color: #777;
}

body.night .nav-mobile-show .nav-main > li.menu-item {
	border-color: #414243;
}

body.night .nav-mobile-show .nav-main > li > a,
body.night .header.nav-mobile-show.scrolled .nav-main > li > a {
	color: #999 !important;
}

body.night .nav-mobile-show .nav-main > li.current-menu-item > a,
body.night .nav-mobile-show .nav-main > li.current-menu-parent > a,
body.night .nav-mobile-show .nav-main > li.current_page_item > a,
body.night .nav-mobile-show .nav-main > li.current-post-ancestor > a,
body.night .nav-mobile-show .nav-main > li.current-menu-ancestor > a,
body.night .nav-mobile-show .nav-main > li.current-category-ancestor > a {
	color: var(--theme-color) !important;
}

body.night .nav-mobile-show .nav-right .nav-button a {
	color: #777 !important;
}

body.night .nav-right .nav-notice .header__name {
	border-color: #414243;
}

body.night .search-wrap {
	color: #777;
}

body.night .search-wrap .search-wrap-container {
	background: #232323;
	color: #777;
}

body.night .search-wrap .search-input {
	color: #777;
	border-color: #333;
}

body.night .search-wrap .search-input::-webkit-input-placeholder {
	color: #999;
}

body.night .search-wrap .search-form .search-cat {
	color: #777;
}

body.night .search-wrap .search-form .search-cat:after {
	border-color: #777 transparent transparent transparent;
}

body.night .search-wrap .search-form .search-cats {
	background: #2f2f2f;
}

body.night .search-wrap .search-form .search-cats:before {
	border-bottom-color: #2f2f2f;
}

body.night .search-wrap .search-form .search-cats li {
	color: #777;
}

body.page-template-vip.night .main {
	background: transparent !important;
}

body.night .banner,
body.night .banner-slider {
	background-color: #151515;
	color: #777;
}

/* banner暗夜背景色 */
body.night .banner-slider.bg {
	background-color: #151515;
	color: #777;
}

body.night .banner-archive,
body.night .banner-page {
	background-color: #151515 !important;
}

body.night .banner-mobantu:after {
	border-color: #232323;
}

body.night .banner-mobantu-service {
	background: #232323;
	color: #bbb;
}

body.night .banner-notices {
	background: #181818;
}

body.night .home-caticons {
	background: #181818;
}

body.night .slider-bottom-search .site-search-form {
	border: none;
}

body.night .slider-bottom-search .search-input {
	background: #232323;
	color: #fff;
}

body.night .slider-bottom-search .search-cats {
	background: #2f2f2f;
}

body.night .slider-bottom-search .search-cats:before {
	border-bottom-color: #2f2f2f;
}

body.night .slider-bottom-search .search-cats li {
	color: #777;
}

body.night .slider-bottom-search .search-cat,
body.night .slider-bottom-search .search-btn {
	color: #999;
}

body.night .mocom-pic .pic-text .con h2 {
	color: #bbb;
}

body.night .mocom-pic .pic-text .con .desc {
	color: #999;
}

body.night .mocat,
body.night .home-blogs,
body.night .home-authors,
body.night .vip-why {
	background: #121212;
}

body.night .mocat:nth-child(2n),
body.night .mocom-pic:nth-child(2n) {
	background: #151515;
}

body.night .mocats .moli {
	background: #181818;
}

body.night .cat2s .cat2s-item {
	background: #181818;
}

body.night .cat2s .cat2s-item li {
	border-color: #303030;
}

body.night .grids .grid,
body.night .lists .grid,
body.night .home-blogs ul li {
	background-color: #181818;
	color: #777;
}

body.night .grids .grid.audio {
	background-color: #2c2c2c;
}

body.night .grids .grid h3 a,
body.night .lists .grid h3 a,
body.night .lists .list h3 a,
body.night .home-blogs ul li h3 a {
	color: #bbb;
}

body.night .grids .grid .grid-meta .price .fee,
body.night .grids .grid .cat .price .fee,
body.night .lists .grid .grid-meta .price .fee,
body.night .lists .list .list-meta .price .fee {
	background: #2f2f2f;
	color: #777;
}

body.night .grids .grid img,
body.night .lists .list img,
body.night .lists .grid img,
body.night .home-blogs ul li img {
	background: #151515;
}

body.night .grids .grid .grid-author {
	border-color: #252525;
}

body.night .grids .audio .time-bar .progressBar {
	background: url(../img/audio-dark.png) no-repeat -180px -30px;
}

body.night .lists .list:before {
	background: #252525;
}

body.night .audio-player .audio .time-bar .progressBar {
	position: absolute;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../img/audio-dark.png) no-repeat -16px -83px;
}

body.night .home-blogs ul li .excerpt,
body.night .lists .list .excerpt,
body.night .lists.cols-two .excerpt {
	color: #777;
}

body.night .pagination-block,
body.night .pagination-trigger,
body.night .pagination-loading {
	background: #121212;
}

body.gd-list.night .pagination-block,
body.gd-list.night .pagination-trigger,
body.gd-list.night .pagination-loading {
	background: #181818;
}

body.night .pagination-block ul > li > a,
body.night .pagination-block ul > li > span {
	background-color: #303030;
	color: #bbb;
}

body.night .pagination-block .pagination_jump .input-jump-page {
	border-color: #bbb;
	color: #777;
}

body.night .authors .author-item {
	background: #303030;
	color: #777;
}

body.night .authors .author-item .name {
	color: #fff;
}

body.night .authors .author-item .posts a {
	color: #999;
}

body.night .filters {
	background: #181818;
	border: none;
}

body.night .filter-item {
	border-color: #252525;
}

body.night .filter-item > span {
	color: #777;
}

body.gd-list.night .cat-nav-wrap {
	background: #181818;
}

body.night .lists {
	background: #181818;
}

body.night .article-header-box {
	background: #181818;
	color: #777;
}

body.night .article-title {
	color: #bbb;
}

body.night .header-box-con .custom-metas {
	background: #303030;
}

body.night .header-box-con .erphpdown .erphpdown-box-tips {
	background: #303030;
}

body.night .single-content,
body.night .sidebar .widget,
body.night .article-nav,
body.night .single-related,
body.night .single-comment {
	background: #181818;
	color: #777;
}

body.night .article-audio {
	background: #2c2c2c;
	color: #777;
	border: none;
}

body.night .article-content .article-tips > div {
	background: #303030;
}

body.night .article-content h4,
body.night .article-content h2,
body.night .article-content h3 {
	background: #303030;
	color: #999;
}

body.night .article-content .gallery-login span {
	background: #303030;
	color: #777;
}

body.night .article-content .gallery-login a {
	color: #fff;
}

body.night .article-content blockquote {
	color: #999;
	border-color: #777;
}

body.night .article-content .article-content-all-more {
	background-image: linear-gradient(-180deg, rgba(35, 35, 35, 0), rgba(34, 34, 34, 1) 68%);
}

body.night .article-content .erphpdown-content-vip,
body.night .erphpdown,
body.night .erphpdown-box,
body.night .erphpdown-box-default {
	border-color: #777 !important;
	background: #303030;
}

body.night .single-content > .erphpdown-box.fixed {
	background: #303030 !important;
}

body.night .article-content .erphpdown-content-vip > legend,
body.night .erphpdown > legend,
body.night .erphpdown-box > legend,
body.night .erphpdown-box-default > legend {
	color: #777 !important;
}

body.night .article-tabs-tab {
	border-color: #303030;
}

body.night .article-tabs-tab a.active {
	color: #fff;
}

body.night .erphpdown .erphpdown-child,
body.night .erphpdown-box .erphpdown-child,
body.night .erphpdown-box-default .erphpdown-child {
	background: #272727;
	border-color: #272727;
}

body.night .erphpdown .erphpdown-child > legend,
body.night .erphpdown-box .erphpdown-child > legend,
body.night .erphpdown-box-default .erphpdown-child > legend {
	color: #777;
}

body.night .header-box-con .erphpdown .erphpdown-child {
	background: #303030;
}

body.night .header-box-con .erphpdown .erphpdown-child-title {
	background: #272727;
	color: #999;
}

body.night .erphpdown-box .erphpdown-title {
	background: #232323;
	color: #777;
}

body.night .erphpdown-box .erphpdown-child .erphpdown-child-title {
	background: #212121;
	color: #999;
}

body.night .erphpdown-box-default .erphpdown-title {
	background: #232323;
	color: #777;
}

body.night .erphpdown-box-default .erphpdown-child .erphpdown-child-title {
	background: #212121;
	color: #999;
}

body.night .article-post-minibox {
	border-color: #414241;
	background: #303030;
}

body.night .article-custom-metas {
	color: #777;
	background: #303030;
}

body.night .article-copyright {
	color: #777;
	background: #212121;
}

body.night .post-fixed-nav {
	border-right-color: #303030;
}

body.night .article-faqs {
	color: #777;
	background: #212121;
}

body.night .article-faqs .items .item {
	border-color: #414243;
}

body.night .article-act .article-collect,
body.night .article-act .article-zan {
	border-color: #414243;
	color: #414243 !important;
}

body.night .article-act .article-shang {
	background: #303030;
}

body.night .prettyprint,
body.night pre.prettyprint {
	background: #121212;
}

body.night .article-nav .article-nav-prev {
	border-color: #414243;
}

body.night .article-tags a {
	color: #fff;
}

body.night .single-related .grids .grid {
	background-color: #303030;
}

body.night .topic-list .topic-item {
	background: #303030;
}

body.night .topic-list .topic-item a {
	color: #bbb;
}

body.night .topic-list .topic-item a:hover {
	color: var(--theme-color);
}

body.night .lists .list.question .question-cat {
	background: #191919;
}

body.night .comment-signarea {
	background: #212121;
}

body.night .comment {
	border-color: #414243 !important;
}

body.night .comment .comt-avatar {
	background: #232323;
}

body.night .comment .comt-meta {
	color: #555;
}

body.night .comt-box {
	border-color: #303030;
	background: #303030;
}

body.night .comt-area {
	color: #777;
}

body.night .comt-comterinfo input {
	border-color: #303030;
	background: #303030;
	color: #777;
}

body.night .pagemenu,
body.night .pagemenu li a {
	background-color: #181818;
	border-color: #232323;
}

body.night .widget-commentlist .sidebar-comments-comment {
	background: #303030;
	color: #777;
}

body.night .widget-commentlist .sidebar-comments-comment:before {
	border-bottom-color: #303030;
}

body.night .widget-tags .items a {
	background: #303030;
	color: #777;
}

body.night .widget_calendar #wp-calendar th {
	color: #999;
}

body.night .widget_calendar #wp-calendar {
	color: #777;
}

body.night .widget-erphpdown .erphpdown-title {
	background: #303030;
	color: #999;
}

body.night .widget-erphpdown .custom-metas {
	background: #303030;
	border-color: #303030;
}

body.night .widget-erphpdown .custom-metas .meta {
	border-color: #414243;
}

body.night .widget-erphpdown .custom-metas .meta span {
	color: #999;
}

body.night .widget-erphpdown .erphpdown-child {
	background: #303030;
}

body.night .widget-erphpdown .erphpdown-child .erphpdown-child-title {
	color: #999;
	background: #272727;
}

body.home.night .vip-content {
	background: #151515;
}

body.night .vip-item {
	background: #232323;
	box-shadow: none;
}

body.night .vip-item ul li:not(:last-child) {
	border-color: #414243;
}

body.night .vip-item p.border-decor span {
	background: #303030;
	color: #777;
}

body.night .vip-item .buca {
	background: #303030;
}

body.night .vip-logs ul {
	border: 1px solid #5c5c5c;
	background: #2e2e2e;
}

body.night .vip-faqs .items .item {
	border-color: #5c5c5c;
}

body.night .vip-why .items .item p {
	color: #999;
}

body.night .vip-faqs {
	background: #181818;
}

body.night .totals {
	background: #151515;
}

body.night .totals .item h4 {
	color: #999;
}

body.night .footer {
	background: #121212;
	color: #999;
}

/* 网页底部改背景色 */
body.night .footer-widget h3 {
	color: #777;
}

body.night .footer-widget.widget-commentlist .sidebar-comments-comment {
	background: #414243;
}

body.night .footer-widget.widget-commentlist .sidebar-comments-comment:before {
	border-bottom-color: #414243;
}

body.night .widget-commentlist .sidebar-comments-title,
body.night .widget-commentlist .postmeta {
	color: #777;
}

body.night .footer-widget.widget-tags .items a {
	background: #414243;
	color: #777;
}

body.night .widget-bottom-search input[type='text'] {
	background: #232323;
	border-color: #232323;
}

body.night .footer-links {
	border-color: #414243;
	color: #777;
}

body.night .rollbar li {
	background: #232323;
}

body.night .rollbar h6 {
	background: #232323;
	color: #999;
}

body.night .rollbar h6 i {
	border-left-color: #232323;
}

body.night .home-anchor-nav {
	background: #232323;
}

body.night .home-anchor-nav li:after {
	background: #414243;
}

body.night .sign .sign-box {
	background: #232323;
	color: #777;
}

body.night .sign .form-control {
	background: #303030;
	color: #777;
}

body.night .sign .form-control::-webkit-input-placeholder {
	color: #777;
}

body.night .sign .sign-submit {
	border-color: #414243;
}

body.night .sign .expend-container:after {
	background: #232323;
}

body.night .sign .expend-container svg {
	fill: #999;
}

body.night .sign-trans,
body.night .form-policy {
	color: #777;
}

body.night .sign .captcha-clk {
	color: #777;
}

body.night .bought-barrage.bought-barrage-fixed {
	background: #232323 !important;
}

body.night .bought-barrage.bought-barrage-fixed .pro-item .tit {
	color: #bbb;
}

body.night .bought-barrage.bought-barrage-fixed .pro-item span {
	color: #666;
}

body.night .mbt-down-top {
	box-shadow: inset 0 5px 5px #232323;
}

body.night .modown-erphpdown-bottom {
	background: #181818;
}

/* 下载页 */
body.night .modown-erphpdown-bottom:before,
body.night .modown-erphpdown-bottom:after {
	background: #121212;
}

body.night .modown-erphpdown-bottom .line {
	border-color: #414243;
}

body.night .erphpdown-msg p {
	background: #121212;
	color: #777;
}

body.night .erphpdown-msg p .link {
	background: #303030;
	color: #777;
}

body.night .tougao-item .tougao-input {
	border-color: #303030;
	background: #303030;
	color: #999;
}

body.night .tougao-item .tougao-select .postform {
	border-color: #303030;
	color: #777;
	background: #232323;
}

body.night .tougao-item .tougao-image-box,
body.night .tougao-item .tougao-file-box {
	border-color: #303030;
}

body.night .tougao-item > p {
	color: #999;
}

body.night .archives .item {
	border-color: #414243;
}

body.night .tagslist li {
	background: #232323;
	color: #777;
}

body.night .tagslist li .name {
	background: #313852;
	color: #777;
}

body.night .tagslist li .tit {
	color: #999;
}

body.night .link-box {
	background-color: #181818;
}

body.night .link-box .link-title {
	border-color: #232323;
}

body.night .link-box .link-list .link-item .link-main h2 {
	color: #777;
}

body.night .link-box .link-list .link-item .link-desc {
	color: #999;
}

body.night .footer-fixed-nav,
body.night .footer-fixed-nav .footer-nav-trigger {
	background: #151515;
	color: #777;
}

body.night .footer-fixed-nav.footer-fixed-nav5 a.special:after {
	background: #1f1f1f;
}

body.night .home-widgets .hf-widget {
	background: #181818;
}

body.night .home-widgets .hf-widget .hf-widget-title a,
body.night .home-widgets .hf-widget-4 .hf-widget-content em {
	color: #999;
}

body.night .home-widgets .hf-widget .hf-widget-title span {
	color: #777;
}

body.night .home-widgets .hf-widget .hf-widget-title,
body.night .home-widgets .hf-widget .hf-widget-title .pages .prev,
body.night .home-widgets .hf-widget .hf-widget-title .pages .next {
	border-color: #303030;
}

body.night .home-widgets .hf-widget-4 .hf-widget-content em,
body.night .home-widgets .hf-widget .hf-tags a,
body.night .home-widgets .hf-widget-hot-cats .hf-widget-content .icon {
	background: #232323;
}

body.night .erphp-task-content,
body.night .filters-task,
body.night .tasks .task {
	background: #181818 !important;
	color: #777;
}

body.night .tasks-nav {
	background: #232323 !important;
}

body.night .erphp-task-metas .task-boss-info:before {
	background: #414243;
}

body.night .erphp-task-metas .task-boss-info .boss-line {
	background: transparent;
	color: #bbb;
}

body.night .erphp-task-metas .task-process,
body.night .erphp-task-metas .task-deadline-box,
body.night .tasks .task,
body.night .tasks {
	border-color: #414243;
}

body.night .erphp-task-metas .task-deadline-box,
body.night .erphp-task-metas .task-price-box,
body.night .task-bids .bids-list .bid-item {
	background: #303030;
}

body.night .erphp-task-metas .task-meta-box .item .task-meta-tit,
body.night .erphp-task-metas .task-deadline-box {
	color: #777;
}

body.night .erphp-task-title {
	border-color: #272727;
}

body.night .task-bid-form .bid-btn,
body.night .filter-task a.active,
body.night .tasks-title .erphp-task-new {
	color: #fff !important;
}

body.night .task-bid-form .bid-input,
body.night .task-bid-form .bid-textarea {
	border: none;
	background: #303030;
	color: #777;
}

body.night .article-content #ap-search-form .ap-search-input {
	background: #303030;
	border-color: #414243;
	color: #bbb;
}

body.night #anspress .ap-list-head,
body.night #anspress .ap-questions {
	border-color: #414243;
}

body.night #anspress .ap-questions-title a,
body.night .ap-questions-widget .ap-question-item .ap-question-title {
	color: #bbb;
}

body.night #anspress .ap-q-metas {
	background: #303030;
	color: #777;
}

body.night #anspress .ap-minimal-placeholder {
	background: #303030;
	color: #777;
}

body.night #anspress .mce-panel {
	border-color: #414243;
}

body.night #anspress .mce-btn {
	background: transparent;
}

body.night #anspress .mce-toolbar .mce-btn button {
	border-right: none;
}

body.night #anspress div.mce-edit-area {
	background: transparent;
	color: #bbb;
}

body.night #anspress .ap-form-control {
	background: #303030;
	border-color: #414243;
	color: #bbb;
}

body.night .modown-fixed-da .icon-close {
	background: #232323;
}

body.night .content-none svg {
	fill: #232323;
}

@media (max-width: 1230px) {
	.container {
		max-width: 990px !important;
	}

	.header .container,
	.topbar .container {
		max-width: 100% !important;
		padding: 0 15px;
	}

	.single .main .container,
	.page:not(.page-template-all, .page-template-cms, .page-template-all-vip, .page-template-homepage1, .page-template-homepage2, .page-template-homepage3, .page-template-tuan, .page-template-waterfall) .main .container {
		padding: 0 15px;
	}

	.home .main .container,
	.page-template-homepage1 .main .container {
		padding: 0;
	}

	.banner {
		height: 360px !important;
	}

	.swiper-container .swiper-slide img {
		height: auto;
	}

	.slider-left,
	.slider-left2 {
		max-width: 100% !important;
	}

	.slider-right,
	.slider-right2 {
		display: none;
	}

	.home-cathumbs .items .item {
		min-width: 115px;
	}

	.home-cathumbs .items .item h4 {
		font-size: 14px;
	}

	.grids .grid {
		width: 232.5px;
	}

	.gd-mini .grids .grid,
	.gd-mini.mini-six .grids .grid {
		width: calc(25% - 15px);
	}

	.grids .grid .img {
		height: 147px;
	}

	.gd-mini .grids .grid .img,
	.gd-mini.mini-six .grids .grid .img {
		height: 149px;
	}

	.modown-ad .item {
		width: 232.5px;
	}
}

@media (max-width: 1230px) and (min-width: 1025px) {
	.grids .audio .time-bar {
		width: 110px !important;
	}
}

@media (max-width: 1024px) {
	body {
		margin-top: 60px;
	}

	body.has-topbar {
		margin-top: 90px;
	}

	body.has-topbar.topbar-hide {
		margin-top: 60px;
	}

	.topbar .topbar-activity {
		display: none;
	}

	.header {
		height: 60px;
	}

	.logo,
	.logo a {
		height: 60px;
	}

	.nav-main {
		margin-left: 20px;
	}

	.nav-main > li.menu-item-has-children {
		padding-right: 17px;
	}

	.nav-main > li > a {
		padding: 19px 10px;
	}

	.nav-main > li > a > t {
		top: 3px;
	}

	.nav-right .nav-search,
	.nav-right .nav-tougao,
	.nav-right .nav-notice,
	.nav-right .nav-cart {
		padding: 9px 12px;
	}

	.nav-right .nav-login {
		padding: 6px 0 6px 12px;
	}

	.nav-right .nav-login.no {
		padding: 14px 0 12px 12px;
	}

	.nav-right .nav-login.no a.reg {
		margin-left: 24px;
	}

	.nav-right .nav-vip {
		padding: 4px 12px 5px;
	}

	.search-wrap.show {
		top: 60px;
	}

	body.has-topbar .search-wrap.show {
		top: 90px;
	}

	body.has-topbar.topbar-hide .search-wrap.show {
		top: 60px;
	}

	.container {
		max-width: 895px !important;
	}

	.banner-bottom {
		margin-bottom: 20px;
	}

	.banner-slider {
		padding: 15px 0;
	}

	.banner-slider.bg {
		margin-bottom: 20px;
	}

	.grids .grid {
		width: 285px;
	}

	.gd-mini .grids .grid,
	.gd-mini.mini-six .grids .grid {
		width: calc(33.333% - 15px);
	}

	.gd-mini .single-related .grids .grid {
		width: calc(33.333% - 15px);
	}

	.grids .grid .img {
		height: 180px;
	}

	.gd-mini .grids .grid .img,
	.gd-mini.mini-six .grids .grid .img {
		height: 180px;
	}

	.lists.cols-two .grid {
		padding: 0 0 0 170px;
		height: 115px;
	}

	.lists.cols-two .grid .thumb {
		width: 170px;
		height: 115px;
	}

	.lists.cols-two .excerpt {
		-webkit-line-clamp: 1;
		height: 20px;
		display: none;
	}

	.mocats .moli {
		width: calc(50% - 20px);
	}

	.list-question-new {
		display: block;
	}

	.modown-ad .item {
		width: 285px;
	}

	.modown-ad .item:nth-child(4n) {
		display: none;
	}

	.modown-ad-items-five .item {
		width: calc(25% - 15px) !important;
	}

	.home-widgets .home-widget {
		width: 50%;
	}

	.link-box .link-list .link-item {
		width: calc(33.333% - 15px);
	}

	.tagslist li {
		width: 31.3333333%;
	}

	.article-header-box {
		padding-left: 340px;
	}

	.header-box-img {
		width: 300px;
		height: 195px;
		margin-left: -320px;
	}

	.sidebar {
		display: none;
	}

	.single .content,
	.page-template-default .content,
	.post-type-archive-blog .content,
	.page-template-tuan .content,
	.page-template-all .content,
	.page-template-all-vip .content,
	.archive .content,
	.search .content,
	.home .content,
	.page-template-tougao .content,
	.page-template-ask .content {
		margin-right: 0;
	}
}

@media (max-width: 925px) {
	.banner h2 {
		font-size: 28px;
	}

	.banner .banner-btn {
		margin-top: 40px;
		padding: 8px 28px;
	}

	.banner-notices ul {
		padding-left: 60px;
		height: 50px;
		line-height: 50px;
	}

	.banner-notices ul li {
		width: 100%;
		padding-left: 0;
	}

	.banner-notices ul li:nth-child(2),
	.banner-notices ul li:nth-child(3) {
		display: none;
	}

	.banner-notices ul li:after {
		display: none;
	}

	.banner-notices ul li span {
		width: calc(100% - 80px);
	}

	.banner-notices ul li time {
		right: 0;
	}

	.container {
		max-width: 737.5px !important;
	}

	.lists.cols-two .grid .tag,
	.lists.cols-two .grid .cat,
	.lists .grid .tag,
	.lists .grid .cat {
		display: none;
	}

	.lists .grid .grid-meta .downs,
	.lists .grid .grid-meta .comments {
		display: none;
	}

	.grids .grid {
		width: 232.5px;
	}

	.gd-mini .grids .grid,
	.gd-mini.mini-six .grids .grid {
		width: calc(33.333% - 15px);
	}

	.grids .grid .img {
		height: 147px;
	}

	.gd-mini .grids .grid .img,
	.gd-mini.mini-six .grids .grid .img {
		height: 149px;
	}

	.grids .grid .grid-meta .downs,
	.grids .grid .grid-meta .comments {
		display: none;
	}

	.modown-ad .item {
		width: 232.5px;
	}

	body.page-template-vip .article-content {
		padding: 0 2%;
	}

	body.page-template-vip .article-title {
		margin-top: 0;
	}

	.vip-item {
		width: calc(50% - 30px);
		margin: 0 15px 30px 15px;
	}

	.vip-item .vip-tips-box {
		display: none;
	}

	.home-authors .home-authors-items .home-author {
		width: calc(25% - 20px);
	}

	body.page-template-tougao .content,
	body.page-template-ask .content {
		margin-right: 0;
	}

	body.page-template-tougao .sidebar,
	body.page-template-ask .sidebar {
		display: none;
	}

	.home-widgets .home-widget {
		width: 50%;
	}
}

@media (max-width: 925px) and (min-width: 769px) {
	.grids .audio .audio-play {
		margin-top: 15px;
		margin-left: 15px;
	}

	.grids .audio .info {
		width: 166.5px;
	}

	.grids .audio .title {
		margin-top: 15px;
		margin-left: 15px;
		width: 138.5px !important;
	}

	.grids .audio .down {
		margin-left: 15px;
	}

	.grids .audio .star-time {
		width: 54px;
	}

	.grids .audio .time-bar {
		width: 115px !important;
	}

	.grids .audio .end-time {
		margin-left: 10px;
	}
}

@media (max-width: 768px) {
	.search-wrap-container {
		height: 80px;
		padding: 15px 15px !important;
	}

	.main,
	.woocommerce #main {
		padding-top: 15px;
	}

	body.home .main {
		padding-top: 25px;
	}

	.cat-nav {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.cat-nav li:first-child a {
		padding-left: 0;
	}

	.cat-nav li:last-child a {
		padding-right: 0;
	}

	.mocom-pic {
		padding: 30px 0;
	}

	.mocom-pic .pic-text img,
	.mocom-pic .pic-text video,
	.mocom-pic .pic-text .con {
		width: 100%;
	}

	.mocom-pic .pic-text .con {
		padding: 20px 0 0 !important;
	}

	.mocat {
		padding: 30px 0;
	}

	.mocat .excerpt {
		display: none !important;
	}

	.mocat.align-left .child {
		display: none;
	}

	.mocat.align-left .more {
		right: 15px;
	}

	.lists {
		padding: 10px;
	}

	.lists .grid {
		width: calc(50% - 10px);
	}

	.lists .grid h3 {
		margin-bottom: 0 !important;
	}

	.lists .grid {
		padding: 0 0 0 120px !important;
		height: 80px !important;
		margin-bottom: 15px;
	}

	.lists .grid:nth-child(3n) {
		margin-right: 20px;
	}

	.lists .grid:nth-child(2n) {
		margin-right: 0;
	}

	.lists .grid .thumb {
		width: 120px !important;
		height: 80px !important;
	}

	.lists .grid .grid-meta .views {
		display: none;
	}

	.lists.cols-three .grid {
		margin-bottom: 15px;
	}

	.mocats .molis {
		margin: 0;
	}

	.mocats .moli {
		width: 100% !important;
		margin: 0 0 20px;
	}

	.cat2s .cat2s-item {
		width: calc(100% - 20px);
		padding: 25px;
	}

	.cat2s .cat2s-item .cat2s-item-thumb {
		display: none;
	}

	.home-blogs ul li {
		width: 49%;
	}

	.home-blogs ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.home-blogs ul li:nth-child(2n) {
		margin-right: 0;
	}

	.banner {
		height: 300px !important;
	}

	.banner .search-form,
	.banner-archive .search-form {
		width: 95%;
		margin-top: 20px;
	}

	.banner .search-form .site-search-form,
	.banner-archive .search-form .site-search-form {
		width: 100%;
	}

	.banner .search-form .search-cat,
	.banner-archive .search-form .search-cat {
		display: none;
	}

	.banner .search-form .search-input,
	.banner-archive .search-form .search-input {
		width: 100%;
		height: 44px;
		line-height: 44px;
	}

	.banner .search-form .search-keywords,
	.banner-archive .search-form .search-keywords {
		margin-top: 10px;
	}

	.banner .search-form .search-cat + .search-input,
	.banner-archive .search-form .search-cat + .search-input {
		text-indent: 15px;
	}

	.banner .search-form .search-btn,
	.banner-archive .search-form .search-btn {
		top: 7px;
		right: 15px;
	}

	.banner-slider .swiper-container .swiper-pagination {
		text-align: center;
		right: inherit;
		width: 100%;
	}

	.banner-slider .swiper-container .swiper-slide h3 {
		display: none;
	}

	.slider-bottom-search {
		margin-bottom: 15px;
	}

	.banner-slider-fullwidth + .slider-bottom-search {
		margin-top: 15px;
	}

	.banner-notices {
		margin-bottom: 15px;
	}

	.search-wrap + .banner-bottom {
		padding-top: 15px;
	}

	.slider-bottom-search .search-input {
		height: 50px;
		line-height: 50px;
	}

	.slider-bottom-search .search-cat {
		top: 14px;
	}

	.slider-bottom-search .search-btn {
		top: 11px;
		right: 20px;
	}

	.banner-mobantu {
		margin-bottom: 0;
		padding-top: 0;
		height: 420px;
	}

	.banner-mobantu:after {
		top: 230px;
	}

	.banner-mobantu .container h2 {
		font-size: 26px;
		margin-top: 60px;
	}

	.banner-mobantu .container p {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.banner-mobantu .container .custom-btn {
		margin-top: 10px;
		font-size: 16px;
		padding: 8px 28px;
	}

	.banner-mobantu .container img {
		height: 150px;
		top: inherit;
		bottom: -180px;
	}

	.banner-mobantu-service {
		padding: 50px 0;
	}

	.banner-mobantu-service ul {
		margin-left: -5px;
		margin-right: -5px;
	}

	.banner-mobantu-service li {
		width: 50%;
		margin-top: 15px;
	}

	.banner-mobantu-service li:nth-child(-n + 2) {
		margin-top: 0;
	}

	.banner-mobantu-service li .dripicons {
		height: 70px;
		line-height: 70px;
		font-size: 42px;
	}

	.banner-mobantu-service li strong {
		font-size: 16px;
	}

	.container {
		padding: 0 15px;
		max-width: 620px !important;
	}

	.home .main .container,
	.page-template-homepage1 .main .container {
		padding: 0 15px;
	}

	.content-wrap {
		margin-bottom: 15px;
	}

	.page-template-guestbook .content {
		margin-top: 0;
	}

	.breadcrumbs {
		padding-top: 0px !important;
		padding-bottom: 10px;
		margin-top: 0;
		font-size: 12px;
	}

	.nav-left {
		display: block;
	}

	.nav-main {
		margin-left: 0;
		display: none;
	}

	.nav-main .explose {
		display: inline-block;
	}

	.nav-main > li > a {
		padding: 8px 10px 4px;
	}

	.nav-main > li > .sub-menu:before {
		content: none;
	}

	.nav-main > li.menu-item-has-children {
		padding-right: 0;
	}

	.nav-main > li.current-menu-item > a:after {
		bottom: 3px;
	}

	.nav-main > li.menu-item-has-children:after,
	.nav-main .sub-menu li.menu-item-has-children:after {
		content: none !important;
	}

	.nav-main > li.mega22 > .sub-menu > li {
		width: 100%;
		float: none;
	}

	.nav-main .explose {
		position: absolute;
		top: 0;
		right: 0;
		height: 42px;
		line-height: 42px;
		z-index: 9;
	}

	.nav-main .sub-menu .explose {
		height: 32px;
		line-height: 32px;
	}

	.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 {
		display: none;
	}

	.nav-right {
		font-size: 18px;
	}

	.nav-right .nav-vip {
		padding: 4px 12px 5px;
	}

	.nav-right .nav-vip a .icon {
		font-size: 29px;
	}

	.nav-right .nav-search,
	.nav-right .nav-tougao,
	.nav-right .nav-notice,
	.nav-right .nav-cart {
		padding: 9px 9px;
	}

	.nav-right .nav-login {
		padding: 9px 9px !important;
	}

	.nav-right .nav-login.no span,
	.nav-right .nav-line,
	.nav-right .signup-loader {
		display: none;
	}

	.nav-right .nav-login.no i,
	.nav-right .nav-login.yes i {
		display: inline-block;
	}

	.nav-right .nav-login.yes > a > .avatar {
		display: none;
	}

	.nav-right .nav-login.yes .vip {
		right: -5px;
		bottom: 3px;
	}

	.nav-right .nav-login.yes .vip:after {
		font-size: 12px;
	}

	.nav-right .nav-button {
		display: block;
		padding: 9px 0 9px 9px;
	}

	.nav-right .nav-button a {
		padding: 6px 0 !important;
	}

	.nav-right .icon {
		font-size: 18px;
	}

	.nav-right .sub-menu {
		right: -30px;
		min-width: 310px;
	}

	.nav-right .nav-notice .sub-menu {
		right: -60px;
	}

	.nav-right .sub-menu:before {
		right: 40px;
	}

	.nav-right .nav-notice .sub-menu:before {
		right: 70px;
	}

	.nav-mobile-show .nav-main {
		display: block;
		float: none;
		position: fixed;
		top: 0;
		z-index: 10002;
		background: #fff;
		left: 0;
		bottom: 0;
		overflow-y: auto;
		width: 250px;
	}

	.nav-mobile-show .nav-main > li {
		color: #333 !important;
	}

	.nav-mobile-show .nav-main > li.menu-item {
		float: none;
		list-style: inherit;
		border-bottom: 1px solid #efefef;
		font-size: 15px;
		margin: 0 15px;
	}

	.nav-mobile-show .nav-main > li > a,
	.header.nav-mobile-show.scrolled .nav-main > li > a {
		padding: 12px 0 12px;
		color: #333 !important;
	}

	.nav-mobile-show .nav-main > li > a > t {
		position: static;
		margin-left: 5px;
		border-radius: 4px;
	}

	.nav-mobile-show .nav-main > li.current-menu-item > a,
	.nav-mobile-show .nav-main > li.current-menu-parent > a,
	.nav-mobile-show .nav-main > li.current_page_item > a,
	.nav-mobile-show .nav-main > li.current-post-ancestor > a,
	.nav-mobile-show .nav-main > li.current-menu-ancestor > a,
	.nav-mobile-show .nav-main > li.current-category-ancestor > a {
		color: var(--theme-color) !important;
	}

	.nav-mobile-show .nav-main > li .autoicon {
		float: right;
		font-size: 14px;
	}

	.nav-mobile-show .nav-main > li.current-menu-item > a:after {
		content: none;
	}

	.nav-mobile-show .nav-main .sub-menu {
		position: relative;
		top: -6px;
		left: inherit;
		box-shadow: none;
		width: auto;
		display: none;
		padding-left: 15px;
	}

	.nav-mobile-show .nav-main .sub-menu.show {
		opacity: 1 !important;
		visibility: visible !important;
		display: block;
		border-radius: 0;
		margin: 0;
	}

	.nav-mobile-show .nav-main .sub-menu a {
		padding: 0;
		margin-bottom: 5px;
	}

	.nav-mobile-show .nav-mobile-show-mask {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(45, 50, 55, 0.4);
		z-index: 10000;
		overflow: hidden;
	}

	.cat-nav-wrap {
		padding-bottom: 0 !important;
		margin-bottom: 0;
	}

	.cat-nav li a {
		padding: 5px;
	}

	.authors .author-item {
		width: calc(50% - 20px);
	}

	.filters {
		margin-bottom: 15px;
		padding: 10px;
	}

	.filter-item {
		padding-left: 50px;
	}

	.filter-item > span {
		top: 1px;
		font-size: 14px;
		width: 42px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.filter-item.filter-item-order > span {
		top: 7px;
	}

	.filter {
		font-size: 13px;
	}

	.filter a {
		margin: 1px 2px;
		font-size: 12px;
		padding: 3px 6px 4px;
	}

	.content-none {
		margin: 80px 0;
	}

	.list-question-new {
		margin-bottom: 10px;
	}

	.grids .grid {
		width: 285px;
	}

	.gd-mini .grids .grid,
	.gd-mini.mini-six .grids .grid {
		width: calc(50% - 15px);
	}

	.grids .grid .img {
		height: 180px;
	}

	.gd-mini .grids .grid .img,
	.gd-mini.mini-six .grids .grid .img {
		height: 180px;
	}

	.grids .grid .grid-meta .comments {
		display: none;
	}

	.grids .erphpdown-tuan-process {
		width: 50%;
	}

	.modown-ad-mobile-hide {
		display: none !important;
	}

	.modown-ad {
		margin-bottom: 15px;
	}

	.modown-ad .item {
		width: 285px;
		margin-bottom: 15px;
	}

	.modown-ad-items,
	.modown-ad-items-five {
		margin-bottom: 0;
	}

	.modown-ad-items-five .item {
		width: calc(33.333% - 15px) !important;
		margin-bottom: 0;
	}

	.modown-ad .item:nth-child(4n) {
		display: block;
	}

	.modown-ad-items-five .item:nth-child(4n),
	.modown-ad-items-five .item:nth-child(5n) {
		display: none;
	}

	.modown-ad .item:nth-last-child(1),
	.modown-ad .item:nth-last-child(2) {
		margin-bottom: 0;
	}

	.container .modown-ad .container .home-widgets {
		margin: 0 -15px 0;
	}

	.home-caticons {
		margin: 15px 0;
	}

	.home-caticons .items {
		margin: 0 -10px;
		padding: 10px;
	}

	.home-caticons .item {
		margin: 10px;
		width: calc(20% - 20px);
	}

	.home-caticons .item img {
		width: 42px;
		height: 42px;
	}

	.home-caticons .item h4 {
		font-size: 12px;
	}

	.home-cathumbs {
		margin: 15px 0;
	}

	.lists .list {
		padding: 0 0 0 200px;
		height: 120px;
	}

	.lists .list .img {
		margin: 0 0 0 -200px;
	}

	.lists .list img {
		width: 180px;
		height: 120px;
	}

	.lists .list .con {
		height: 120px;
	}

	.lists .list h3 {
		margin-bottom: 6px;
		font-weight: normal;
		font-size: 17px;
	}

	.lists .list h3 a {
		-webkit-line-clamp: 2;
		line-height: 24px;
	}

	.lists .list .excerpt {
		-webkit-line-clamp: 1;
		height: 18px;
		margin-bottom: 0;
		display: none;
	}

	.lists .list.noimg .excerpt {
		display: block;
	}

	.grids .list {
		padding: 10px 10px 10px 200px;
		height: 120px;
	}

	.grids .list .img {
		margin: -10px 0 0 -200px;
	}

	.grids .list img {
		width: 180px;
		height: 120px;
	}

	.grids .list .con {
		height: 100px;
	}

	.grids .list .excerpt {
		display: none;
	}

	.mocat .desc {
		margin-bottom: 20px;
	}

	body.home .vip-why {
		padding-bottom: 20px;
	}

	.vip-why {
		padding: 30px 0 20px;
	}

	.vip-why .items .item {
		width: 50%;
		margin-bottom: 35px;
	}

	.vip-why .items .item h4 {
		font-size: 17px;
	}

	.vip-why .items .item p {
		font-size: 14px;
	}

	.vip-faqs .items {
		margin: 0;
		max-width: 100%;
	}

	.vip-faqs .items .item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.vip-desc-table th,
	.vip-desc-table td {
		padding: 2px 5px !important;
	}

	.totals {
		padding: 30px 0;
	}

	.totals .item {
		width: 50%;
		margin-bottom: 10px;
	}

	body.single,
	body.gd-list.single {
		background: #fff !important;
	}

	body.single.night,
	body.page.night:not(.home),
	body.ap-page-category.night,
	body.ap-page-tag.night {
		background: #232323 !important;
	}

	.banner-archive,
	.banner-page {
		padding: 20px 0 !important;
	}

	.archive-title {
		font-size: 20px;
	}

	.sidebar {
		display: none;
	}

	.single .content,
	.page-template-default .content,
	.post-type-archive-blog .content,
	.page-template-tuan .content,
	.page-template-all .content,
	.page-template-all-vip .content,
	.archive .content,
	.search .content,
	.home .content,
	.page-template-tougao .content,
	.page-template-ask .content {
		margin-right: 0 !important;
	}

	.single-content,
	.article-nav,
	.single-comment {
		padding: 10px;
	}

	body.single .single-content,
	body.single .article-nav,
	body.single .single-comment {
		padding: 0;
	}

	body.night .single-content,
	body.night .sidebar .widget,
	body.night .article-nav,
	body.night .single-related,
	body.night .single-comment {
		background: transparent;
	}

	body.page .single-content,
	body.page .single-comment {
		padding: 0;
		background: transparent;
	}

	body.page-template-guestbook .single-comment {
		padding: 10px;
	}

	.article-tabs-tab {
		margin: 0 -15px 20px;
	}

	.article-tabs-tab a {
		padding: 10px 15px;
	}

	.article-shares a {
		margin-right: 5px;
	}

	.single-related {
		padding: 0;
	}

	.article-video,
	.content-wrap .article-video {
		border-radius: 0;
		margin-bottom: 15px;
	}

	.ckplayer-erphpdown-video .playicon,
	.dplayer-erphpdown-video .playicon {
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
		display: inline-block;
		left: calc(50% - 25px);
	}

	.ckplayer-erphpdown-video .icon-play,
	.dplayer-erphpdown-video .icon-play {
		font-size: 50px;
		top: -16px;
	}

	.article-header-box {
		padding: 10px;
	}

	.single-content .article-header-box {
		padding: 0;
	}

	.header-box-img {
		width: 100% !important;
		max-height: 260px;
		height: auto !important;
		margin-left: 0 !important;
		float: none;
		margin-bottom: 15px;
	}

	.header-box-img img {
		max-height: 260px;
	}

	.header-box-con .custom-metas {
		margin-bottom: 10px;
	}

	.header-box-con .erphpdown .erphpdown-box-tips {
		margin-bottom: 10px;
		width: 100%;
	}

	.header-box-con .erphpdown .erphpdown-child .erphpdown-box-tips {
		line-height: inherit;
	}

	.header-box-con .erphpdown .erphpdown-child .erphpdown-box-tips .erphpdown-vip {
		background: #e0bf73 !important;
		background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%) !important;
		color: #4e342e !important;
		border-radius: 3px;
		padding: 8px 15px;
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
		margin-left: 0;
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.header-box-con .erphpdown .erphpdown-btn-large,
	.header-box-con .erphpdown .erphpdown-child .erphpdown-btn-large {
		float: none;
		margin: 0;
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 10px 15px;
	}

	.header-box-con .erphpdown .demo-demo {
		margin-bottom: 10px;
	}

	.article-title {
		font-size: 20px;
	}

	.article-meta {
		font-size: 13px;
	}

	.article-content {
		font-size: 15px;
	}

	.article-content p {
		margin-bottom: 20px;
	}

	/*.article-audio{height: 360px;}*/
	.article-audio-free {
		padding-top: 0;
		width: 250px;
		height: auto;
		padding-bottom: 30px;
	}

	.article-audio-free .guxz {
		width: 250px;
		height: 250px;
		background-size: 100%;
	}

	.article-audio-free .dy {
		right: -20px;
		top: 15px;
	}

	.article-audio-free .xy {
		right: -19px;
		top: 15px;
	}

	.article-audio-free .gp {
		right: 19px;
		top: 64px;
		transform: rotate(-16deg);
	}

	.audio-player .audio .time-bar .progressBar {
		background: url(../img/audio.png) no-repeat -35px -83px;
	}

	.audio-player .audio .star-time {
		margin-left: 5px;
	}

	.erphpdown-tuan .erphpdown-tuan-process .line {
		width: 150px;
	}

	.erphpdown-box .erphpdown-tuituan {
		margin-left: 0;
	}

	.erphpdown-header-box .erphpdown-tuan-process {
		margin-left: 0;
		display: block;
	}

	.erphpdown-header-box .erphpdown-tuan-process .line {
		width: 100% !important;
	}

	.erphpdown-header-box .erphpdown-tuan-process .data {
		display: block;
		text-align: center;
	}

	.article-tags,
	.article-shares {
		margin-bottom: 20px;
	}

	.article-custom-metas .meta {
		width: 50%;
	}

	.single-related .lists.cols-two .grid h3 a {
		-webkit-line-clamp: 1;
		height: 20px;
	}

	.single-related .lists.cols-title .list.noimg {
		width: calc(100% - 15px);
	}

	.single-related .lists.cols-title .list.noimg:nth-last-child(2):before {
		display: block;
	}

	.pageside {
		width: 90px;
		z-index: 9;
	}

	.pagemenu-trigger {
		display: inline-block;
	}

	.pagemenus {
		display: none;
	}

	.pagemenus.show {
		display: block;
	}

	.pagemenu li a {
		font-size: 12px;
		padding: 8px 16px;
	}

	.content-nav {
		padding-left: 0;
	}

	.erphpdown-box,
	.erphpdown-box + .article-custom-metas {
		display: block;
	}

	.erphpdown-box2 {
		text-align: center;
	}

	.erphpdown-box2 .down {
		margin: 10px 0;
	}

	.sitetips-default {
		width: 90%;
		text-align: left;
		font-size: 14px;
		padding: 15px;
		right: 0;
		left: 0;
		bottom: 50px;
	}

	.sitetips-default .close {
		right: calc(50% - 12px);
		bottom: -30px;
		top: inherit;
		font-size: 28px;
	}

	.sitetips-pop {
		width: 90%;
		max-width: 370px;
	}

	.link-box .link-list .link-item {
		width: calc(50% - 15px);
	}

	.tagslist li {
		width: 48%;
	}

	.erphpdown-msg p .tit {
		display: block;
		width: 100%;
	}

	.erphpdown-msg p .link {
		margin: 0 15px 0 0;
	}

	.rollbar ul {
		width: 35px;
	}

	.rollbar a {
		height: 35px;
		line-height: 35px;
	}

	.rollbar .icon {
		line-height: 35px;
		font-size: 24px;
	}

	.home-anchor-nav {
		display: none;
	}

	.footer-fixed-nav {
		display: block;
	}

	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
	}

	.topic-list .topic-item {
		width: calc(50% - 20px);
	}

	.topic-list .topic-item .info {
		font-size: 13px;
		height: 82px;
	}

	.topic-list .topic-item .info h3 {
		font-size: 16px;
	}

	.sign .sign-box.has-left {
		width: 400px !important;
		padding-left: 0;
	}

	.sign .sign-box.has-left .loginimage {
		display: none;
	}

	.bought-barrage-fixed {
		display: none;
	}

	.footer {
		padding: 20px 15px;
	}

	.footer-widgets {
		margin-bottom: 20px;
	}

	.footer-widget {
		width: calc(33.3333% - 20px);
		margin-bottom: 25px;
	}

	.footer-widget:first-child {
		width: calc(100% - 20px);
		padding-right: 0;
	}

	.footer-widget:last-child {
		width: calc(100% - 20px);
		padding-left: 0;
		margin-bottom: 0;
	}

	.footer-widget h3 {
		margin-bottom: 10px;
	}

	.widget-bottom-logo .footer-logo img {
		margin-bottom: 10px;
	}
}

@media (max-width: 620px) {
	.banner-mobantu-service {
		padding: 40px 0;
	}

	.banner-mobantu-service li strong {
		font-size: 14px;
		font-weight: bold;
	}

	.search-wrap-container {
		height: 70px;
	}

	.search-wrap .search-form {
		width: calc(100% - 20px);
		margin: 0;
	}

	.search-wrap .search-input {
		width: calc(100% - 80px);
		height: 40px;
		font-size: 15px;
	}

	.search-wrap .search-form .search-cat + .search-input {
		text-indent: 90px;
	}

	.search-wrap .search-form .search-btn {
		width: 80px;
		height: 40px;
		font-size: 15px;
	}

	.search-wrap .search-form .search-btn .icon {
		font-size: 18px;
		margin-right: 3px;
	}

	.search-wrap .search-form .search-cat {
		top: 8px;
	}

	.search-wrap .icon-close {
		right: -24px;
		top: 2px;
	}

	.container {
		max-width: 515px !important;
	}

	.mocat .child li a {
		padding: 4px 10px;
		font-size: 12px;
	}

	.grids .grid {
		width: 232.5px;
	}

	.single-related .grids .grid {
		width: calc(50% - 20px);
		margin: 0 10px 15px;
	}

	.gd-mini .single-related .grids .grid,
	.gd-mini.mini-six .single-related .grids .grid {
		width: calc(33.333% - 15px);
		margin: 0 7.5px 15px;
	}

	.grids .grid .img {
		height: 147px;
	}

	.gd-mini .grids .grid .img,
	.gd-mini.mini-six .grids .grid .img {
		height: 149px;
	}

	.modown-ad .item {
		width: 232.5px;
	}

	.container .modown-ad .container .home-widgets {
		margin: 0 -10px 0;
	}

	.erphpdown,
	.erphpdown-box,
	.article-content .erphpdown-content-vip {
		padding: 15px;
	}

	.erphpdown-box .down:hover {
		opacity: 1;
	}

	.vip-content {
		margin-bottom: 80px;
	}

	.vip-item {
		padding: 0 10px 20px;
	}

	.vip-item h6 {
		margin: 0 -10px;
	}

	.vip-item .vip-tips-box {
		bottom: -80px;
	}

	.archives h3 {
		float: none;
	}

	.archives-list {
		margin-left: 0;
	}

	.home-authors .home-authors-items .home-author {
		width: calc(33.3333% - 20px);
	}

	.home-widgets .home-widget {
		padding: 0 5px;
	}

	.home-widgets .hf-widget .hf-widget-title span {
		display: none;
	}

	.home-widgets .hf-widget .hf-tags {
		height: 66px;
		overflow: hidden;
	}
}

@media (max-width: 620px) and (min-width: 481px) {
	.grids .audio .audio-play {
		margin-top: 15px;
		margin-left: 15px;
	}

	.grids .audio .info {
		width: 166.5px;
	}

	.grids .audio .title {
		margin-top: 15px;
		margin-left: 15px;
		width: 138.5px !important;
	}

	.grids .audio .down {
		margin-left: 15px;
	}

	.grids .audio .star-time {
		width: 54px;
	}

	.grids .audio .time-bar {
		width: 115px !important;
	}

	.grids .audio .end-time {
		margin-left: 10px;
	}
}

@media (max-width: 480px) {
	.banner h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.banner p {
		font-size: 15px;
	}

	.banner a {
		margin-top: 20px;
		padding: 5px 22px;
		font-size: 18px;
	}

	.banner-archive p {
		font-size: 14px;
	}

	.mocat,
	.home-blogs,
	.home-authors,
	body.home .vip-content {
		padding: 25px 0;
	}

	.mocat h2,
	.home-blogs h2,
	.home-authors h2,
	body.home .vip-content h2,
	body.home .vip-why h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.mocat.align-left h2 {
		margin-bottom: 15px;
	}

	.mocat h2:after,
	.home-blogs h2:after,
	.home-authors h2:after,
	body.home .vip-content h2:after,
	body.home .vip-why h2:after {
		top: 30px;
	}

	.mocat h2 icon {
		font-size: 20px;
	}

	.mocat.align-left .more {
		top: 6px;
	}

	.mocat .mocat-title-nav a {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.mocat .mocat-title-nav a.active {
		font-size: 18px;
	}

	.mocat .mocat-title-nav a.active:after {
		top: 30px;
	}

	.lists .grid,
	.lists.cols-two .grid {
		width: 100%;
	}

	.lists .grid,
	.lists.cols-two .grid {
		margin-right: 0 !important;
	}

	.lists .grid .con {
		padding: 10px;
	}

	.lists .grid h3,
	.home-blogs ul li h3,
	.lists .list h3,
	.grids .audio .title {
		font-size: 14px !important;
	}

	.lists .list .excerpt {
		font-size: 12px;
	}

	.lists .grid .tag {
		display: none !important;
	}

	.lists .grid .grid-meta {
		left: 10px !important;
		right: 10px;
		bottom: 10px;
	}

	.lists .grid .grid-meta .comments,
	.lists .grid .grid-meta .downs {
		display: none;
	}

	.mocat .child {
		margin-bottom: 20px;
	}

	.home-blogs ul li {
		width: 100%;
	}

	.home-blogs ul li:nth-child(3n) {
		margin-right: 0;
	}

	body.home .home-vip-content,
	.vip-content {
		margin: 0 -10px;
	}

	.vip-item {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}

	.vip-item h6 {
		font-size: 15px;
		padding: 8px 0;
	}

	.vip-item .price {
		font-size: 24px;
		margin: 10px 0 5px;
	}

	.vip-item p.border-decor.no {
		height: 23px;
	}

	.vip-item p.border-decor span {
		font-size: 12px;
		padding: 5px 10px 5px;
	}

	.vip-item p.border-decor {
		margin-bottom: 20px;
	}

	.vip-item ul li {
		font-size: 12px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.vip-item ul li:not(:first-child) {
		padding-top: 5px;
	}

	.vip-item ul li i {
		top: 0;
	}

	.vip-item .btn {
		padding: 6px 15px;
		font-size: 13px;
	}

	.vip-why .items .item div {
		text-align: center;
	}

	.vip-why .items .item span {
		margin-right: 0;
	}

	.totals .item .icon {
		font-size: 24px;
	}

	.totals .item span {
		font-size: 36px;
	}

	.totals .item h4 {
		font-size: 14px;
	}

	.link-box .link-list .link-item {
		width: calc(100% - 15px);
	}

	/*.slider-right + .modown-ad, .slider-right2 + .modown-ad, .slider-full + .modown-ad{display: none;}*/
	.modown-ad-items,
	.modown-ad-items-five {
		margin: 0 -5px 0;
	}

	.modown-ad .item {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}

	.modown-ad-items-five .item {
		width: calc(50% - 10px) !important;
		margin-bottom: 10px;
	}

	.modown-ad .item:nth-child(4n) {
		display: block;
	}

	.container .modown-ad .container .home-widgets {
		margin: 0 -15px 0;
	}

	.home-widgets .home-widget {
		width: 100%;
	}

	.home-widgets .home-widget:last-child .hf-widget {
		margin-bottom: 0;
	}

	.authors .author-item {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
		min-height: 255px;
	}

	.authors .author-item .avatar {
		width: 50px;
		height: 50px;
	}

	body.gd-list .cat-nav-wrap {
		padding: 10px;
	}

	.grids,
	.gd-mini .grids,
	.gd-mini.mini-six .grids {
		margin: 0 -5px 10px;
	}

	.grids .grid,
	.single-related .grids .grid,
	.gd-mini .grids .grid,
	.gd-mini.mini-six .grids .grid {
		width: calc(50% - 10px);
		margin: 0 5px 15px;
	}

	.gd-mini .single-related .grids .grid,
	.gd-mini.mini-six .single-related .grids .grid {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}

	.grids .grid .img {
		height: 120px;
	}

	.gd-mini .grids .grid .img,
	.gd-mini.mini-six .grids .grid .img {
		height: 120px;
	}

	.single-related .grids .grid .img {
		height: 120px;
	}

	.grids .grid .img .img-cat,
	.lists .grid .img .img-cat,
	.lists .list .img .img-cat,
	.grids .list .img .img-cat {
		left: 6px;
		top: 6px;
	}

	.grids .grid .con {
		padding: 10px;
	}

	.grids .grid h3 {
		font-size: 14px;
	}

	.grids .grid .grid-meta .views,
	.grids .grid .grid-meta .downs,
	.grids .grid .grid-meta .comments {
		display: none;
	}

	.grids .grid .grid-author {
		padding: 10px;
		margin: 10px -10px -10px;
	}

	.grids .grid .grid-author .author-name {
		max-width: 60px;
		margin-left: 6px;
	}

	.grids .audio {
		height: 115px;
		padding: 10px;
	}

	.grids .audio .info {
		width: calc(100% - 61px);
		margin-left: 10px;
	}

	.single-related .grids .audio .info {
		width: calc(100% - 61px);
	}

	.grids .audio .time-bar {
		width: calc(100% - 80px);
		margin: 0;
	}

	.single-related .grids .audio .time-bar {
		width: 60px;
	}

	.single-related .lists.cols-title .list.noimg {
		margin-bottom: 20px;
	}

	.lists .list {
		padding: 0 0 0 141px;
		height: 80px;
		margin-bottom: 20px;
	}

	.lists .list:before {
		bottom: -10px;
	}

	.lists .list .img {
		margin: 0 0 0 -141px;
	}

	.lists .list img {
		width: 130px;
		height: 80px;
	}

	.lists .list .con {
		height: 80px;
	}

	.lists .list .cat,
	.lists .list .tag {
		display: none;
	}

	.lists .list h3 {
		height: 48px;
	}

	.lists .list.noimg h3 {
		height: auto;
	}

	.lists:not(.cols-title) .list .list-meta .comments,
	.lists:not(.cols-title) .list .list-meta .downs,
	.lists:not(.cols-title) .list .list-meta .views {
		display: none;
	}

	.grids .list {
		padding: 10px 10px 10px 145px;
		height: 80px;
	}

	.grids .list .img {
		margin-left: -145px;
	}

	.grids .list img {
		width: 130px;
		height: 80px;
	}

	.grids .list .con {
		height: 60px;
	}

	.grids .list .cat,
	.grids .list .tag {
		display: none;
	}

	.grids .list .list-meta .downs,
	.grids .list .list-meta .comments {
		display: none;
	}

	.article-meta .item,
	.article-meta .post-edit-link {
		margin-right: 5px;
	}

	.article-meta .item.right {
		float: none;
	}

	.erphpdown-box .erphpdown-price {
		float: none;
		text-align: center;
	}

	.erphpdown-box .erphpdown-cart {
		float: none;
		text-align: center;
	}

	.erphpdown-box .erphpdown-cart .vip {
		display: block;
	}

	.erphpdown-box .vip a {
		padding: 3px 15px;
		min-width: 80px;
	}

	.erphpdown-box .down {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.single-content > .erphpdown-box .down {
		margin-left: 10px;
	}

	.single-content > .erphpdown-box .vip + .down {
		margin-left: 0;
	}

	.erphpdown-box-default .erphpdown-price {
		float: none;
		text-align: center;
	}

	.erphpdown-box-default .erphpdown-cart {
		float: none;
		text-align: center;
	}

	.erphpdown-box-default .erphpdown-cart .vip {
		display: block;
	}

	.erphpdown-box-default .vip a {
		padding: 3px 15px;
		min-width: 80px;
	}

	.erphpdown-box-default .down {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.article-custom-metas .meta {
		width: 100%;
		padding-right: 0;
	}

	.topic-list .topic-item {
		width: calc(100% - 20px);
	}

	.topic-list .topic-item .info {
		font-size: 13px;
		height: 82px;
	}

	.topic-list .topic-item .info h3 {
		font-size: 16px;
	}

	.sign .sign-box {
		width: 100% !important;
		bottom: 0;
		top: auto;
		transform: none;
		left: 0;
		border-radius: 12px 12px 0 0 !important;
	}

	.sign .sign-box.has-left {
		width: 100% !important;
	}
}

@keyframes circleRoate {
	from {
		transform: rotate(0) infinite;
	}

	to {
		transform: rotate(7600deg);
	}
}

@-webkit-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.wp-block-audio figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-audio figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-code > code {
	font-family: Menlo, Consolas, monaco, monospace;
	color: #1e1e1e;
	padding: 0.8em 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wp-block-embed figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-embed figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.blocks-gallery-caption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .blocks-gallery-caption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-image figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-image figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-pullquote {
	border-top: 4px solid;
	border-bottom: 4px solid;
	margin-bottom: 1.75em;
	color: currentColor;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: currentColor;
	text-transform: uppercase;
	font-size: 0.8125em;
	font-style: normal;
}

.wp-block-quote {
	border-left: 0.25em solid;
	margin: 0 0 1.75em;
	padding-left: 1em;
}

.wp-block-quote cite,
.wp-block-quote footer {
	color: currentColor;
	font-size: 0.8125em;
	position: relative;
	font-style: normal;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 0.25em solid;
	padding-left: 0;
	padding-right: 1em;
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
	border: none;
}

.wp-block-search .wp-block-search__label {
	font-weight: 700;
}

.wp-block-group:where(.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.4;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
	border: 1px solid;
	word-break: normal;
}

.wp-block-table figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-table figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-video figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-video figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-template-part.has-background {
	padding: 1.25em 2.375em;
	margin-top: 0;
	margin-bottom: 0;
}

body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #fff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--blue: #21759b;
	--wp--preset--color--dark-gray: #444;
	--wp--preset--color--medium-gray: #9f9f9f;
	--wp--preset--color--light-gray: #e6e6e6;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

/* Theme by zye.cc */
.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap;
}

html #layuicss-layer {
	display: none;
	position: absolute;
	width: 1989px;
}

.layui-layer,
.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto;
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight + 'px');
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 3px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}

.layui-layer-close {
	position: absolute;
}

.layui-layer-content {
	position: relative;
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.layui-layer-load {
	background: url(../img/loading.gif) center center no-repeat #eee;
}

.layui-layer-ico {
	background: url(../img/icon.png) no-repeat;
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647;
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}

.layer-anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.layer-anim-00 {
	-webkit-animation-name: layer-bounceIn;
	animation-name: layer-bounceIn;
}

@-webkit-keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateY(-2000px);
		-ms-transform: scale(0.1) translateY(-2000px);
		transform: scale(0.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateY(60px);
		-ms-transform: scale(0.475) translateY(60px);
		transform: scale(0.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.layer-anim-01 {
	-webkit-animation-name: layer-zoomInDown;
	animation-name: layer-zoomInDown;
}

@-webkit-keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.layer-anim-02 {
	-webkit-animation-name: layer-fadeInUpBig;
	animation-name: layer-fadeInUpBig;
}

@-webkit-keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(48px);
		transform: scale(0.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) translateX(-2000px);
		-ms-transform: scale(0.1) translateX(-2000px);
		transform: scale(0.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.475) translateX(48px);
		-ms-transform: scale(0.475) translateX(48px);
		transform: scale(0.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.layer-anim-03 {
	-webkit-animation-name: layer-zoomInLeft;
	animation-name: layer-zoomInLeft;
}

@-webkit-keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

@keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

.layer-anim-04 {
	-webkit-animation-name: layer-rollIn;
	animation-name: layer-rollIn;
}

@keyframes layer-fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.layer-anim-05 {
	-webkit-animation-name: layer-fadeIn;
	animation-name: layer-fadeIn;
}

@-webkit-keyframes layer-shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes layer-shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.layer-anim-06 {
	-webkit-animation-name: layer-shake;
	animation-name: layer-shake;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 3px 3px 0 0;
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial;
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden;
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer;
	_overflow: hidden;
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca;
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px;
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px;
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px;
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px;
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 1px -40px;
	cursor: pointer;
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: 0.7;
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none;
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px;
}

.layui-layer-btn {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn a:hover {
	opacity: 0.9;
	text-decoration: none;
}

.layui-layer-btn a:active {
	opacity: 0.8;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #1e9fff;
	background-color: #1e9fff;
	color: #fff;
}

.layui-layer-btn-l {
	text-align: left;
}

.layui-layer-btn-c {
	text-align: center;
}

.layui-layer-dialog {
	min-width: 260px;
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px;
}

.layui-layer-ico1 {
	background-position: -30px 0;
}

.layui-layer-ico2 {
	background-position: -60px 0;
}

.layui-layer-ico3 {
	background-position: -90px 0;
}

.layui-layer-ico4 {
	background-position: -120px 0;
}

.layui-layer-ico5 {
	background-position: -150px 0;
}

.layui-layer-ico6 {
	background-position: -180px 0;
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-shadow: none;
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none;
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center;
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left;
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px;
}

.layui-layer-nobg {
	background: 0 0;
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%;
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none;
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(../img/loading-0.gif) no-repeat;
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(../img/loading-1.gif) no-repeat;
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(../img/loading-2.gif) no-repeat;
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none;
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 8px 15px;
	font-size: 14px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #000;
	color: #fff;
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px;
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden;
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000;
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px;
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px;
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
	top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px;
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px;
}

.layui-layer-lan[type='dialog'] {
	min-width: 280px;
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none;
}

.layui-layer-lan .layui-layer-btn {
	padding: 5px 10px 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7;
}

.layui-layer-lan .layui-layer-btn a {
	background: #fff;
	border-color: #e9e7e7;
	color: #333;
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5;
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none;
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
	border-color: #009f95;
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1;
}

.layui-layer-iconext {
	background: url(../img/img/icon-ext.png) no-repeat;
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 230px;
	height: 36px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #333;
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px;
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px;
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0;
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.4);
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	overflow: visible;
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.layui-layer-tab .layui-layer-title span.layui-this {
	height: 43px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	z-index: 10;
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none;
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both;
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none;
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
	display: block;
}

.layui-layer-photos {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center;
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.layui-layer-imgbar,
.layui-layer-imguide {
	display: none;
}

.layui-layer-imgnext,
.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur());
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px;
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px;
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px;
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px;
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0;
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff;
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline;
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal;
}

@-webkit-keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.layer-anim-close {
	-webkit-animation-name: layer-bounceOut;
	animation-name: layer-bounceOut;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}

@media screen and (max-width: 1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	/*pointer-events:none*/
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 5px;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	opacity: 0.5;
	margin: 0 4px;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	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;
	width: 18px;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.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 {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	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-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s, visibility 0s linear 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity 0.25s, visibility 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0;
}

.fancybox-slide--iframe {
	padding: 44px 44px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	vertical-align: top;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color 0.2s;
	vertical-align: top;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
	content: '';
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: 0.8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke 0.1s;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:hover svg {
	opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a 0.8s infinite linear;
	animation: a 0.8s infinite linear;
	background: transparent;
	border: 6px solid hsla(0, 0%, 39%, 0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: 0.6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.fancybox-thumbs > ul > li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

/* Theme by zye.cc */
/* 按钮 */
.copy-button {
	padding: 5px 10px;
	background-color: #888;
	border: none;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}

.content img {
	max-width: 100%;
}

.copy-button {
	padding: 5px 10px;
	background-color: #888;
	border: none;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}

.copy-button:hover {
	background-color: #1e88e5;
}

/* 按钮2 */
.copy-button2 {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	color: #525c66;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}

.content img {
	max-width: 100%;
}

.copy-button2 {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	color: #525c66;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}

.copy-button2:hover {
	background-color: #f9f9f9;
}

/* 昵称美化 */
.display-name {
	background-image: -webkit-linear-gradient(90deg, #07c160, #fb6bea 25%, #3aedff 50%, #fb6bea 75%, #28d079);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-size: 100% 600%;
	animation: wzw 10s linear infinite;
}

@keyframes wzw {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -300%;
	}
}

/* THE END */
.theend {
	text-align: center;
	padding: 26px;
	font-size: 0.8em;
	color: #ccc;
}
