/**
 * 左下角悬浮客服窗（对齐泓动目标站样式，二维码内容可替换）
 */
.customer_service {
	width: auto;
	max-width: 190px;
	min-width: 168px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 0;
}

.customer_service-panel {
	background: #0188ff;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 118, 255, 0.28);
}

.customer_service-title {
	margin: 0;
	padding: 16px 12px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.customer_service-bubble-wrap {
	display: flex;
	justify-content: center;
	padding: 4px 16px 0;
}

.customer_service-bubble {
	position: relative;
	width: 132px;
	padding: 7px;
	margin-bottom: 24px;
	background: #fff;
	border: 4px solid #2ed9f4;
	border-radius: 20px;
}

.customer_service-bubble::before {
	content: "";
	position: absolute;
	left: 52%;
	bottom: -17px;
	transform: translateX(-50%);
	border: 14px solid transparent;
	border-top-color: #2ed9f4;
}

.customer_service-bubble::after {
	content: "";
	position: absolute;
	left: 52%;
	bottom: -10px;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top-color: #fff;
	z-index: 1;
}

.customer_service-qr {
	overflow: hidden;
	border-radius: 4px;
	line-height: 0;
}

.customer_service-qr img {
	display: block;
	width: 100%;
	height: auto;
}

.customer_service-foot {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 0 13px;
	background: #fff;
}

.customer_service-wechat img {
	display: block;
	width: 38px;
	height: 38px;
}

.customer_service_guan {
	position: absolute;
	top: 4px;
	right: 6px;
	z-index: 3;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: rgba(0, 0, 0, 0.55);
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.customer_service {
		max-width: 42vw;
		min-width: 150px;
	}

	.customer_service-title {
		font-size: 13px;
		padding-top: 14px;
	}

	.customer_service-bubble {
		width: 118px;
		padding: 6px;
	}

	.customer_service-wechat img {
		width: 32px;
		height: 32px;
	}
}
