@charset "utf-8";
/* CSS Document */
/***************************** 底部栏 *****************************/
.footer{ width:100%;}


/***************************** 底部栏 *****************************/
footer{
    background: #2B2F33;
    text-align: center;
    padding: 0.3rem 0 0.25rem 0;
    color: #979797;
    width: 100%;
	font-size:0.2rem;
}
footer .tel{
    width: 4rem;
    margin: 0 auto;
}
footer .link{
    display: inline-block;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
footer .link a{
    font-size: 0.3rem;
    color: #979797;
    float: left;
    position: relative;
    padding: 0 0.18rem;
    line-height: 0.33rem;
}
footer .link a::after{
    content: '';
    display: block;
    width: 1px;
    height: 0.15rem;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .link a:last-child::after{
    display: none;
}
footer .copy{
    display: inline-block;
    line-height: 0.28rem;
    font-size: 0.2rem;
    overflow: hidden;
}
footer .copy span{
    float: left;
}
footer .copy img{
    width: 0.58rem;
    height: 0.24rem;
    margin-top: 0.02rem;
    float: left;
}
.foot2 .link{
    margin-top: 0;
}
.clearFix::after,.clearFix::before{content: "";height: 0;line-height: 0;display: block;visibility: hidden;clear: both;}


/***************************** 底部固定栏 *****************************/
	.lf{float: left;}
	.rt{float: right;}
	.listFixBot{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 46px;
		line-height: 46px;
		z-index: 10;
		-webkit-box-shadow:0 -0.04rem 0.08rem 0 rgba(2,4,51,0.10);
		box-shadow: 0 -0.04rem 0.08rem 0 rgba(2,4,51,0.10);
	}
	.listFixBot .demand a,.listFixBot .tel a{
		line-height: 46px;
		display: block;
		/*width: 100%;*/
	}
	.listFixBot .demand{
		background-color: #fff;
		width: 32%;
	}
	.listFixBot .demand a{
		text-align: center;
	}
	.listFixBot .demand a span{position: relative;padding-left:30px;font-size:16px}
	.listFixBot .demand a span::before{
		content: '';
		display: inline-block;
		width: 26px;;
		height: 26px;
		background: url("https://m.zhaoshang800.com/NewStyles/images/ic_message.png") no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.listFixBot .tel{
		background-image: -webkit-linear-gradient(138deg, #DD2534 0%, #F79632 100%);
		background-image: linear-gradient(138deg, #43CD80 0%, #3CB371 100%);
		width: 68%;
	}
	.listFixBot .tel a{
		color: #fff;
		text-align: center;
	}
	.listFixBot .tel span{
		font-size: 16px;;
		display: inline-block;
		line-height: 46px;
	}
	.listFixBot .tel span.telTxt{
		font-size: 16px;
		margin-left: 16px;
	}
