



/*侧边客服*/
/*.custom-wrapper {*/
/*position: fixed;*/
/*right: 0;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*z-index: 500;*/
/*}*/
.custom-item {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -100%;
	z-index: 500;
	-webkit-transition: right linear 0.5s;
	-moz-transition: right linear 0.5s;
	-ms-transition: right linear 0.5s;
	-o-transition: right linear 0.5s;
	transition: right linear 0.5s;
}

.custom-right {
	padding: 0 11px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 2px;

}

.custom-right.custom-show {
	right: 0%;
}

.custom-right > ul > li {
	padding-top: 10px;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid #F0F4F9;
}

.custom-right > ul > li p,
.custom-right > ul > li span {
	font-size: 14px;
	color: #555;
}

.custom-right > ul > li img {
	margin-bottom: 8px;
}

.custom-right > ul > li:first-child,
.custom-right > ul > li:last-child {
	line-height: 50px;
}

/*.custom-right>ul>li>p{*/
/*line-height:30px;*/
/*}*/
.custom-right > ul > li:last-child {
	border-bottom: 0;
}

.custom-left {
	width: 148px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background-color: #fff;
}

.custom-left.custom-show {
	right: 0%;
}

.custom-left-tip {
	height: 36px;
	background-color:#0D9474;
	color: #fff;
	display: block;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}

.custom-left-tip:before {
	content: "";
	background-image: url(../img/kefu/right.png);
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 0;
	height: 36px;
	width: 10px;
	background-size: 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
}

.custom-qq-list {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

.custom-qq-list > li > a {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	padding-left: 15px;
	font-size: 15px;
	color: #555;
}

.custom-qq-list > li > a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/kefu/qq.png);
	width: 16px;
	height: 18px;
	margin-right: 10px;
}

.custom-phone {
	padding: 15px 9px;
	border-bottom: 1px dashed #ccc;
}

.custom-phone > p {
	color: #959595;
	font-size: 14px;
}

.custom-phone > p:first-child {
	margin-bottom: 7px;
}

.custom-qrcode {
	padding: 0 10px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #959595;
	border-bottom: 2px solid #E04543;
}

.custom-qrcode > img {
	margin-bottom: 5px;
}

.custom-qrcode > p {
	line-height: 20px;
}

.custom-phone-text:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/kefu/phone.png);
	width: 16px;
	height: 16px;
	margin-right: 9px;
}

.custom-time-text:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/kefu/time.png);
	width: 15px;
	height: 15px;
	margin-right: 10px;
}


.open-qq:before {
	content: "";
	background-image: url(../img/kefu/left.png);
	display: inline-block;
	width: 10px;
	height: 9px;
}
.custom-anchor a{
	color:#555;
}
.custom-anchor:after{
	content: "";
	background-image: url(../img/kefu/icon_jiao.png);
	display: block;
	width: 7px;
	height: 4px;
	margin: 0 auto;
	margin-top: -14px;
}
.open-qq-btn,
.custom-anchor,
.custom-left-tip {
	cursor: pointer;
}


