
@media only screen and (min-width:641px) {
html {
	font-size: 100px;
}

#toolbar{ display:none}

}
@media only screen and (max-width:640px) {
html {
	font-size: 100px;
}
}
@media only screen and (max-width:540px) {
html {
	font-size: 84.375px;
}
}
@media only screen and (max-width:480px) {
html {
	font-size: 75px;
}
}
@media only screen and (max-width:414px) {
html {
	font-size: 64.6875px;
}
}
@media only screen and (max-width: 400px) {
html {
	font-size: 62.5px;
}
}
@media only screen and (max-width: 375px) {
html {
	font-size: 58.5938px;
}
}
@media only screen and (max-width: 360px) {
html {
	font-size: 56.25px;
}
}
@media only screen and (max-width: 320px) {
html {
	font-size: 50px;
}
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;height: .9rem;left: 0;}
#toolbar .list{width: 100%;max-width: 640px;min-width: 320px;margin: 0 auto;background: #315cc5;box-shadow: 0 -8px 8px 0px rgba(45,120,221, 0.08);}
#toolbar .list li{float: left;width: 20.7%;text-align: center;}
#toolbar .list li:nth-child(4){margin-left: 17.2%;}
#toolbar .list li:first-child{border-left: 0;}
#toolbar .list a{display: block;height: 1.1rem;line-height: 0.24rem;font-size: 0.26rem;padding-top: .1rem;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 0.24rem;}
#toolbar .list a s{margin-left: auto;margin-right: auto;height: 0.34rem;display: block;margin-bottom: .12rem;background-position: -.0rem -.2rem;}
#toolbar .list li:nth-child(2) s{background-position: -1.55rem -.19rem;}
#toolbar .list li:nth-child(3) s{background-position: -.76rem -.2rem}
#toolbar .list li:nth-child(4) s{background-position: -.37rem -.2rem;}
#toolbar .list li:nth-child(5) s{background-position: -1.2rem -.2rem;width:.34rem;height:.34rem;}
#toolbar .list li.home{width: .93rem;height: .93rem;background: #fff;background: -webkit-linear-gradient(top ,#fff ,#D9D9D9 100%);border-radius: 100%;display: block;position: absolute;top: -.25rem;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);box-shadow: 0 0 1px 3px rgba(0,0,0,.4);box-sizing: border-box;color: #515151;}
#toolbar .list li.home span{color: #315cc5;}



#toolbar img{ width:25px;}


#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	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: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 0.24rem;
	line-height: 0.45rem;
	text-align: center; padding-bottom:0px; margin-bottom:0px;
}
#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #1f6eb1;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(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;
}