@charset "utf-8";
#browserBanner{
	width:100%;
	height: 1.1rem;
	background: #E93030;
	position: relative;
}
#browserBanner p{
	margin:0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: 100% 100%;
	/*
	background-repeat: no-repeat;
	background-size: contain;
	*/
}
#backWashNav{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	/* height:35px; */
	height:.7rem;
	z-index: 9999;
	background: #fff;
	/* padding:8px 15px; */
	padding:.16rem .3rem;
	vertical-align: middle;
	border-top: 1px solid #e7e7e7;
}
.thsIcon{
	float: left;
	display: inline-block;
	vertical-align: middle;
	width:.7rem;
	height:.7rem;
	background: url('../images/thsIcon.png');
	background-size: 100% 100%;
}
#backWashNav div,#backWashNav .title,#backWashNav .subTitle{
	margin:0;
	padding:0;	
}
#backWashNav .subTitle{
	font-weight: normal;
}
#backWashNav div{
	float: left;
	width: 43%;
	margin-left:2%;
}
#backWashNav .title{
	width:100%;
	/* height:18px; */
	height:.36rem;
	/* font-size: 14px; */
	font-size:.28rem;
}
#backWashNav .subTitle{
	width:100%;
	/* height:20px; */
	height:.4rem;
	color: #999;
	/* font-size: 12px; */
	font-size:.24rem;
}
#backWashNav .openBtn{
	display: inline-block;
	position: absolute;
	/* right:68px; */
	right:1.36rem;
	top:.18rem;
	/* top:9px; */
	text-align: center;
	/* padding:6px 14px; */
	padding:.12rem .28rem;
	background-color: #E93030;
	color: #fff;
	border-radius: .06rem;
	/* font-size: 15px; */
	font-size: .3rem;
}
#backWashNav .closeNavBtn{
	display: inline-block;
	/* width: 30px; */
	width:.6rem;
	height:.6rem;
	/* height: 30px; */
	position: absolute;
	/* right:30px; */
	right:.6rem;
	top:.22rem;
	/* top:11px; */
}
.closeNavBtn:before,.closeNavBtn:after{
	content: '';
	display: inline-block;
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform:translate(0,-50%);
	/* width:20px; */
	width:.4rem;
	/* height:1px; */
	height:1px;
	background: #ccc;
}
.closeNavBtn:before{
	-webkit-transform:rotate(-45deg);
}
.closeNavBtn:after{
	-webkit-transform:rotate(45deg);
}