@charset "utf-8";
.kefuSystem {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 600;
	width: auto;
	height: auto;
}

.kefu-title {
	width: 25px;
	height: 150px;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 600;
	display: none;
}

.kefu-content{
	position: relative;
	z-index: 600;
}

.kefu-content ul li {
	background: #df0029;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

.kefu-content ul li:hover {
	background: #df0029;
}

.kefu-content ul li:first-child {
	border-radius: 6px 0px 0px 0px;
}

.kefu-content ul li:last-child {
	border-radius: 0px 0px 0px 6px;
	border-bottom: none;
}

.kefu-content ul li .hideDiv {
	position: absolute;
	right: 66px;
	z-index: 600;
	background: #df0029;
	height: auto;
	width: auto;
	min-width: 240px;
	min-height: 45px;
	display: none;
	top: 0px;
}

.telClass {
	padding: 15px;
}

.telClass span {
	font-size: 14px;
	color: #fff;
	text-align: right;
}

.telClass span i {
	font-weight: 600;
	font-size: 16px;
}

.ewmClass {
	padding: 10px;
	overflow: hidden;
}

.messageClass {
	padding: 5px;
	height: auto;
	overflow: hidden;
}
@media (min-width: 600px) and (max-width: 3919px)
{
.messageClass .messageClassArea {
	background: #fff;
	padding: 10px;
	width:600px;
}}
@media (min-width: 100px) and (max-width: 600px)
{
    .messageClass .messageClassArea {
	background: #fff;
	padding: 10px;
	width:300px;
}
}
.mClassTitle {
	color: #064769;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.kf-margin {
	margin-bottom: 7px;
	overflow: hidden;
}

.kf-margin input {
	border: 1px solid #ddd;
	height: 36px;
	line-height: 36px;
	padding: 2px;
	font-size: 14px;
	color: #aaa;
	width: 204px;
}

.kf-margin p {
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #145070;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#xtyqList li {
	float: left;
	padding: 2% 0%;
        width:30%;
        text-align:center;
	background: #eee;
	border: 1px solid #ddd;
	margin-right: 5px;
	margin-bottom: 5px;
        border-radius:none;
}

#xtyqList li.on {
	border: 1px solid #008cd6;
	background: #008cd6;
	color: #fff;
}

.kf-margin select {
	width: 46%;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 30px;
}

.kf-margin .kfpf{float:left;width:44%;height:24px;line-height:24px;padding:2px;border:1px solid #ddd;}

.qqKefuClass{width:150px;height:auto;overflow: hidden ;}
.kf-head{width:150px;height:183px;background: url(kf-head.png) no-repeat center top;overflow: hidden;}
.kf-bottom{width:150px;padding:15px 0px; height: 54px;background: url(kf-bottom-bg.png) no-repeat center top; overflow: hidden;text-align: center;}
.kf-bottom span{font-size:14px;color:#fff;}
.kf-bottom span i{font-size:16px;color:#fff;}
.kf-center{width:150px;min-height:154px;background: url(kf-content-bg.png) repeat-y center top;}
.kf-center ul li{padding:10px 0px;text-align: center;background: url(ico_item1.gif) no-repeat center center;border-bottom: none;}
.kf-center ul li:hover{background: url(ico_item1.gif) no-repeat center center;}