/** 帮助 **/
.cat-cover-tip {
	position: relative;
	font-size: 1.2rem;
	z-index: 10;
	line-height: 26px;
	padding: 20px 10px;
}

.be-help-box {
	display: flex;
	align-items: center;
	justify-content: left;
	position: absolute;
	top: 50%;
	left: 3px;
	z-index: 4;
	opacity: 0;
	margin: 2px 15px 15px 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

*:hover > .be-help-box {
	opacity: 1;
}

.slide-mail-main .be-help-box {
	margin: 2px 15px 15px 10px;
}


.links-box .be-help-box {
	top: 40px;
	left: 50%;
	margin: 2px 15px 15px -12px;
}

.links-group .be-help-box {
	top: 70px;
	left: 50%;
	margin: 2px 15px 15px -12px;
}

.site-info .be-help-box, 
.footer-widget .be-help-box {
	left: 50%;
	margin: 2px 15px 15px -12px;
}

.catimg-ajax-cat-post .be-help-box, 
.grid-cat-title-box .be-help-box {
	top: 50px;
	left: 50%;
	margin: 0 15px 15px -12px
}

.g-col .be-help-box {
	top: 72px;
	left: 50%;
	margin: 0 15px 15px -12px
}

.turn .be-help-box {
	left: 40px;
}

.grid-main .be-help-box, 
.blog-main .be-help-box {
	top: 55px;
}

#sidebar .be-help-box {
	top: 20px;
	margin: 30px 0 0 10px;
}

.search-wrap .be-help-box {
	top: 80px;
	left: 0;
}

.search-nav .be-help-box {
	top: -5px;
	left: -10px;
}

.be-nav-logo .be-help-box {
	left: 20px;
	z-index: 5;
}

.debug .be-nav-logo {
	min-width: 200px;
}

.like-left .be-help-box {
	display: none;
}

.nav-top .be-help-box {
	left: 0;
}

.be-nav-wrap .be-help-box {
	left: 350px;
}

.be-nav-wrap .weather-menu .be-help-box {
	left: -25px;
	z-index: 6;
}

.weather-area .be-help-box {
	left: 80px;
}

.weather-area .be-help.active {
	width: 170px;
}

.nav-menu-top-box {
	float: right;
}

.nav-menu-top-box.betip {
	min-width: 30%;
}

.nav-menu-top-box .be-help-box {
	left: -50px;
}

.be-nav-login-but .be-help-box {
	left: -130px;
	z-index: 6;
	margin: 2px 0 0 0;
}

.scroll-but .be-help-box {
	margin: -45px 0 15px 0;
}

.slider-row .be-help-box {
	left: 80px;
}

.scroll .be-help-box {
	top: 20%;
	left: -67px;
	font-size: 1.2rem;
}

.scroll .be-help {
	font-size: 1.2rem;
}

.author-page .be-help-box {
	top: 50px;
	left: 50%;
	margin: 0 0 0 -10px;
}

.header-std-logo.be-nav-logo .be-help-box {
	left: -13px;
}

.header-std-logo .be-help.active {
	position: absolute;
	left: 27px;
	width: 168px;
}

@media screen and (min-width: 1025px) {
	.debug .g-col, 
	.debug .betip {
		position: relative;
	}
}

@media screen and (max-width: 1025px) {
	.be-help-box {
		display: none;
	}
}

.be-help-btu {
	width: 30px;
	height: 60px;
	cursor: pointer;
}

.be-help-btu .cx {
	width: 26px;
	height: 60px;
	font-size: 22px !important;
	color: var(--be-yellow);
	text-align: center;
	line-height: 60px;
}

.be-help-btu:hover .cx {
	color: var(--be-bg-cyan);
}

.help-number {
	position: absolute;
	top: 14px;
	left: -35px;
	width: 35px;
	height: 35px;
	color: var(--be-white);
	font-weight: 700;
	font-style: italic;
	line-height: 18px;
	text-align: center;
}

.be-help {
	position: relative;
	float: left;
	font-size: 1.4rem;
	color: var(--be-yellow);
	line-height: 26px;
	display: none;
	margin: 0 0 0 -2px;
	padding: 10px 15px;
	border-radius: 5px;
	background: var(--be-bg-white);
	border-left: 5px solid var(--be-yellow);
	-webkit-backdrop-filter: saturate(5) blur(20px);
	backdrop-filter: saturate(5) blur(20px);
	transform: translateZ(0);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.main-nav .down-menu .be-help a, 
.be-help a {
	color: var(--be-yellow);
}

.main-nav .down-menu .be-help a:hover, 
.be-help a:hover {
	color: var(--be-body);
}

.be-help.sort_help {
	border-left: 35px solid var(--be-yellow);
}

.about-sidebar .be-help {
	font-size: 1.2rem;
	line-height: 18px;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 10px;
}

.be-nav-r .be-nav-wrap .be-help {
	font-size: 1.4rem;
	line-height: 26px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 10px 15px;
}

.contactus .be-help, 
.scroll-but .be-help {
	line-height: 18px;
	text-align: center;
}

.nav-top.betip .be-help {
	margin: 20px 0 0 -2px;
}

.slide-mail-wrap .be-help {
	padding: 10px;
}

.be-help.active {
	display: inline-block;
}

.be-help .dashicons {
	position: absolute;
	top: 50%;
	left: -17px;
	font-size: 20px;
	color: var(--be-yellow);
	line-height: 0;
	margin: 1px 0 0 0;
	pointer-events: none;
}

.be-help.sort_help .dashicons {
	left: -45px;
}

.scroll-but .be-help .dashicons {
	display: none;
}

.nav-top .be-help .dashicons {
	top: 26%;
}

.be-debug {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	text-align: center;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transform: translateZ(0);
	-webkit-backdrop-filter: saturate(5) blur(20px);
	backdrop-filter: saturate(5) blur(20px);
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.be-debug.active {
	opacity: 1;
}

.be-debug a {
	color: var(--be-white);
	opacity: 0.8;
	display: inline-block;
}

.be-debug a:hover {
	opacity: 1;
}

.be-debug .cx {
	color: var(--be-yellow);
	font-size: 18px !important;
	vertical-align: -25%;
	margin: 0 5px;
}

@media screen and (max-width: 1025px) {
	.be-debug {
		display: none;
	}
}

.revery-bg {
	background-image: 
	radial-gradient(#efd7d7, rgba(172,36,36,.2) 2px, transparent 40px),
	radial-gradient(#f6e9e9, rgba(172,36,36,.15) 1px, transparent 30px),
	radial-gradient(#e3f7fb, rgba(21,193,221,.12) 2px, transparent 40px),
	radial-gradient(#f6e9e9, rgba(172,36,36,.1) 2px, transparent 30px);
	background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
	background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}