/**
 * aluminummade — 覆盖系统侧栏客服位置（抬高，避开手机底栏 + Tawk）
 * 由 CommonAction xyInjectThemeOverrideCss 自动挂载
 */
@media only screen and (max-width: 768px) {
	.side_contact {
		top: auto;
		bottom: 185px;
		transform: none;
	}
}
