
a {
    text-decoration: none;
   
}

.newFoot {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.05);
	width: 100%;
	padding: 0.65rem 0.75rem;
        z-index: 9999;
}
.newFoot .newbtn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 8.25rem;
	height: 2.75rem;
	border-radius: 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
}
.newFoot .newbtn::before {
	content: '';
	display: inline-block;
	margin-right: 0.25rem;
	width: 2.15rem;
	height: 2.15rem;
}
.newFoot .phone {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#256df2),
		to(#09f)
	);
	background-image: linear-gradient(0deg, #256df2 0, #09f 100%);
}
.newFoot .phone::before {
	background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/telIcon.png)
		center no-repeat;
	background-size: 100% 100%;
}
.newFoot .newLeyu {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#fd8203),
		to(#fbb315)
	);
	background-image: linear-gradient(0deg, #fd8203 0, #fbb315 100%);
}
.newFoot .newLeyu::before {
	background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/consultIcon.png)
		center no-repeat;
	background-size: 100% 100%;
}