.addthis-smartlayers, .footer-bar,#toolbar,#wxnr,#weixin {
	display: none
}
.footer-bar, .footer-bar a,#toolbar a {
	color: var(--theme-gray-color)
}
.footer-bar {
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	font-size: 0;
	text-align: center;
	box-shadow: 0 -2px 3px 0 hsla(var(--theme-color-hsl), .06);
	background: var(--theme-el-bg-color);
	padding-bottom: env(safe-area-inset-bottom);
	box-sizing: initial
}
@media (max-width:767px) {
/* 工具栏 */
#toolbar { display:block; position: fixed; bottom: 0; width: 100%; z-index: 888; height:65px; left: 0; }
#toolbar .list { width: 100%; max-width: 640px; min-width: 320px; margin: 0 auto; padding:0; background: #0088e6; }
#toolbar .list li { float: left; width: 25%; text-align: center; border: 1px solid #0071bf; border-left: 0; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; list-style-type:none; }
#toolbar .list li:first-child { border-left: 1px solid #0071bf; }
#toolbar .list a { display: block; height:65px; line-height: 20px; font-size: 15px; padding-top: 10px; }
#toolbar .list a span { text-align: center; color: #fff; display: block; font-size: 15px; }
#toolbar .list a s { margin-left: auto; margin-right: auto; width: 25px; height: 23px; display: block; margin-bottom: 4px; background-position: -57px -16px; }
.icon { background: url(../images/icon.png) no-repeat; display: inline-block; background-size:720% auto; vertical-align: middle; } 
.icon, .iconbef:before, .iconbef:after { content: "\20"; display: block; }
#toolbar .list li:nth-child(2) s { background-position: 1px -16px; }
#toolbar .list li:nth-child(3) s { background-position: -28px -15px; }
#toolbar .list li:nth-child(4) s { background-position: -74px -13px; width:21px; height:21px; }
#toolbar .list li:hover { background: #0071bf; }

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	width: 75%;
	height: 360px;
	padding: 20px;
	padding-top: 40px;
	margin-top: 5%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 15px;
	line-height: 25px; margin:0;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 20px;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding:1px 10px;
	background-color: #dc0000;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}
}
