﻿.bottomfloat2 {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 3;
}
.m-msgv1-btmf {
	width: 100%;
	background-color: #fff;
}
.m-msgv1-btmf ul {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 55px;
	background: #f5f5f5;
}
.m-msgv1-btmf li {
	float: left;
	width: 33.3333%;
	height: 55px;
	text-align: center;
}
.m-msgv1-btmf li a {
	display: block;
	margin-left: 1px;
	padding-top: 7px;
	height: 48px;
	color: #fff;
	font-size: 14px;
}
.m-msgv1-btmf li:first-child a {
	margin-left: 0;
}
.m-msgv1-btmf li i {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 24px;
	background: url(../images/btm_icon.png) no-repeat 0 0;
	background-size: 25px;
}
.m-msgv1-btmf .ly-v1 a {
	background-color: #d84141;
}
.m-msgv1-btmf .zx-v1 a {
	background-color: #3489df;
}
.m-msgv1-btmf .th-v1 a {
	background-color: #35ad68;
}
.m-msgv1-btmf .zx-v1 i {
	background-position: 0 -38px;
}
.m-msgv1-btmf .th-v1 i {
	background-position: 0 -76px;
}
