/* currentek：侧栏社媒品牌色（覆盖系统 xy_online.css） */
.side_contact_social .side_contact_icon {
	cursor: pointer;
}
.side_contact_social .side_contact_icon .xy-iconfont,
.side_contact_social .side_contact_icon .xy-icon-svg {
	font-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 1;
	color: #fff;
}
.side_contact_facebook .side_contact_icon { background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%); }
.side_contact_facebook:hover .side_contact_icon { background: linear-gradient(135deg, #3b8ef5 0%, #1877f2 100%); }
.side_contact_instagram .side_contact_icon { background: linear-gradient(135deg, #e1306c 0%, #c13584 100%); }
.side_contact_instagram:hover .side_contact_icon { background: linear-gradient(135deg, #f0467c 0%, #e1306c 100%); }
.side_contact_linkedin .side_contact_icon { background: linear-gradient(135deg, #0a66c2 0%, #004182 100%); }
.side_contact_linkedin:hover .side_contact_icon { background: linear-gradient(135deg, #1a7ad9 0%, #0a66c2 100%); }
.side_contact_youtube .side_contact_icon { background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%); }
.side_contact_youtube:hover .side_contact_icon { background: linear-gradient(135deg, #ff2a2a 0%, #ff0000 100%); }
.side_contact_twitter .side_contact_icon { background: linear-gradient(135deg, #111111 0%, #000000 100%); }
.side_contact_twitter:hover .side_contact_icon { background: linear-gradient(135deg, #333333 0%, #111111 100%); }
.side_contact_tiktok .side_contact_icon { background: linear-gradient(135deg, #25f4ee 0%, #fe2c55 55%, #000 100%); }
.side_contact_tiktok:hover .side_contact_icon { filter: brightness(1.08); }
.side_contact_pinterest .side_contact_icon { background: linear-gradient(135deg, #e60023 0%, #bd081c 100%); }
.side_contact_pinterest:hover .side_contact_icon { background: linear-gradient(135deg, #ff1a3c 0%, #e60023 100%); }
.side_contact_telegram .side_contact_icon { background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%); }
.side_contact_telegram:hover .side_contact_icon { background: linear-gradient(135deg, #4bb8f0 0%, #2AABEE 100%); }
.side_contact_vk .side_contact_icon { background: linear-gradient(135deg, #0077ff 0%, #0055cc 100%); }
.side_contact_vk:hover .side_contact_icon { background: linear-gradient(135deg, #1a88ff 0%, #0077ff 100%); }
.side_contact_social .side_contact_panel span {
	white-space: nowrap;
}
