/*底部客服按钮*/

p {
	margin: 0;
	padding: 0;
}
.a-footer-layer3 {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55px;
	background: #fff;
	z-index: 9
}
.flexbox {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}
.a-footer-layer3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	background: #eee;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}
.a-footer-layer3 .leftBtn {
	box-flex: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}
.flexbox>* {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1
}
.a-footer-layer3 .leftBtn .icon {
	position: relative;
	display: block;
	max-width: 65px;
	min-width: 65px;
	width: 65px;
	height: 55px;
	color: #333!important;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	line-height: 1
}
.a-footer-layer3 .leftBtn .icon {
	height: 55px;
	padding-top: 8px;
	font-size: 13px;
	color: #222!important
}
.a-footer-layer3 .leftBtn i {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/kf6.png) no-repeat;
	background-size: auto 25px;
	margin: 0 auto 4px
}
.a-footer-layer3 .leftBtn i {
	background-position: 0 0
}
.a-footer-layer3 .rightBtn {
	padding: 5px 0px 5px 7px;
}
.a-footer-layer3 .rightBtn a {
	display: block;
	width: 50px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #ff743d;
	margin-right: 7px;
	border-radius: 4px;
	white-space: nowrap
}
.a-footer-layer3 .rightBtn a:first-child {
	background: #ff6d75
}
.a-footer-layer3 .rightBtn a.call {
	background: #57d70a!important;
}
.a-footer-layer3 .rightBtn a {
	height: 45px
}
.a-footer-layer3 .rightBtn a p:first-child {
	font-size: 15px;
	line-height: 22px;
	margin-top: 4px
}
.a-footer-layer3 .rightBtn a p:last-child {
	font-size: 10px;
	line-height: 10px;
	margin-top: 2px;
	font-weight: 400
}
 @media (min-width: 768px) {
.a-footer-layer3 {
	display: none !important;
}
 @media (max-width: 768px) {
 .a-footer-layer3 {
 display: block !important;
}
}
