﻿#wjdh-kefu {
	width: 150px;
	position: fixed;
	z-index: 999;
}
.wjdh-kefu-open {
	position: fixed;
	top: 150px;
	right: 10px;
	border-radius: 3px;
	padding-top: 10px;
	box-shadow: 0 0 15px #57a9f6;
	background: #57a9f6;
}
.wjdh-kefu-topbox span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-family: Arial;
	margin-left: 118px;
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
}
.wjdh-kefu-tel {
	width: 140px;
	padding-bottom: 5px;
	margin: -10px auto 0;
	background: url(../images/tel.png) no-repeat 6px 6px;
}
.wjdh-kefu-tel p {
	padding-left: 40px;
	font-size: 14px;
	color: #fff;
}
.wjdh-kefu-tel p span {
	font-family: Arial;
	display: block;
	line-height: 26px;
	font-size: 15px;
}
.wjdh-kefu-box {
	width: 150px;
	background: #fff;
	border-radius: 3px;
	padding: 1px 0;
}
.wjdh-kefu-qq a {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	text-indent: 45px;
	margin: 10px auto 0;
	font-size: 15px;
	color: #fff;
	background: #57a9f6 url(../images/qq.png) no-repeat 10px center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wjdh-kefu-ewm {
	width: 120px;
	margin: 10px auto;
}
.wjdh-kefu-ewm img {
	width: 120px;
	height: 120px;
}
.wjdh-kefu-ewm span {
	display: block;
	text-align: center;
	line-height: 25px;
}
.wjdh-kefu-close {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	top: 180px;
	right: -100px;
	cursor: pointer;
	background: #57a9f6;
	box-shadow: 0 0 15px #57a9f6;
}
.wjdh-kefu-close img {
	width: 35px;
	height: 44px;
	padding: 18px 22px;
}
