#Customer_service_but {
	width: 46px;
	height: 46px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 10;
	transition: all 1000ms;
	transform: rotate(0deg);
}
#Customer_service_but>span {
	width: 46px;
	height: 46px;
	background-image: url(../image/kefu.png);
	background-repeat: no-repeat;
	background-size: 46px;
	display: block;
}
.kefupopup-container, .kefupopup-container .kefupopup-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0
}
.kefupopup-container {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
	visibility: hidden;
	z-index: 199
}
.kefucolor {
	color: #4ebd52;
}
.kefupopup-container .kefupopup-mask {
	background: rgba(0,0,0,.8);
	z-index:200;
}
.kefupopup-container .kefupopup {
	position: fixed;
	width: 260px;
	background-color: #fff;
	text-align: center;
	z-index:210;
	left:0px;  border-radius: 5px;
	top:0px;
	margin-top:150px;
	margin-left: calc( 50% - 130px);
}
.kefupopup-head {
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.kefupopup-title {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.kefupopup-sub-title {
	margin: 5px 0 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px
}
.focusclick {
	background: url(../image/chahao.png) center center #fff;
	display: block;
	left: -12px;
	background-size: 100%;
	top: -15px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: absolute;
}
.kefupopup-container.kefupopup-show {
	visibility: visible;
	z-index: 999;
}
.kefupopup-body {
	width: 260px;
	height: auto !important;
	padding: 10px 0px;
	text-align: center;
}
.kefupopup-body #bottom_erweima{
	margin: 0px auto;
}
.kefupopup-body p img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	vertical-align: middle;
}
.kefupopup-body a {
	font-size: 16px;
	color: #ed414a;
}
@-webkit-keyframes layui-m-anim-scale {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes layui-m-anim-scale {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
