.crisp-client .cc-1qbp0::after {
				content: "WEB" !important;
				position: absolute !important;
				top: -2px !important;
				right: -2px !important;
				left: auto !important;
				bottom: auto !important;
				width: 24px !important;
				height: 24px !important;
				line-height: 24px !important;
				text-align: center !important;
				font-size: 9px !important;
				font-weight: bold !important;
				color: white !important;
				background: #00D9A5 !important;
				border-radius: 50% !important;
				border: 2px solid white !important;
				box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
				z-index: 10 !important;
			}
			
			.tg-final-v {
				position: fixed !important;
				/* 这里的 right 从 30px 改为 26px，往右挪了 4 像素 */
				right: 24px !important;
				bottom: 110px !important;
				width: 54px !important;
				height: 54px !important;
				background-color: #24A1DE !important;
				border-radius: 50% !important;
				display: flex !important;
				align-items: center !important;
				justify-content: center !important;
				z-index: 2147483647 !important;
				box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
				text-decoration: none !important;
				transition: all 0.3s ease !important;
			}
			/* 调大中间白圆，更接近 Crisp 内部图标的饱满感 */
			
			.tg-icon-wrapper {
				width: 40px !important;
				/* 从 36 增加到 40 */
				height: 40px !important;
				background-color: white !important;
				border-radius: 50% !important;
				display: flex !important;
				align-items: center !important;
				justify-content: center !important;
			}
			
			.tg-icon-wrapper i {
				color: #24A1DE !important;
				font-size: 24px !important;
				/* 飞机也等比例放大一点 */
				/* 抵消图标自带的偏心 */
				transform: translate(-1px, 0px) !important;
			}
			
			.tg-tag-v {
				position: absolute !important;
				top: -4px !important;
				right: -2px !important;
				/* 标签也往右微调 */
				background-color: #44bec7 !important;
				color: white !important;
				font-size: 11px !important;
				padding: 2px 7px !important;
				border-radius: 12px !important;
				border: 2px solid white !important;
				font-weight: bold !important;
			}
			
			.tg-final-v:hover {
				transform: translateY(-5px) !important;
			}