.elementor-358 .elementor-element.elementor-element-a306a3f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-358 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-358{justify-content:center;align-items:center;}/* Start custom CSS for html, class: .elementor-element-856bba5 */.custom-contact-sidebar {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9999;
        }
        .custom-contact-item {
            position: relative;
            padding-right: 5px;
        }
        .custom-contact-item:not(:last-child)::after {
            content: '';
            display: block;
            height: 1px;
            background-color: #ddd;
        }
        .custom-icon-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: auto;
            background: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 6px 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            height: 70px;
            overflow: visible;
        }
        .custom-icon-wrapper img {
            margin-bottom: 5px;
        }
        .custom-icon-text {
            color: #666;
            font-size: 10px;
            text-align: center;
            white-space: nowrap;
            line-height: 1.2;
        }
        .custom-icon-wrapper:hover {
            background-color: #f8f8f8;
            border-color: #ccc;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .custom-contact-content {
            position: absolute;
            right: calc(100% + 5px);
            top: 0;
            background: white;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            width: 210px;
            text-align: center;
            transform: translateX(10px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: auto;
            z-index: 999;
            /* 核心：统一悬浮窗口内所有文字的字号 */
            font-size: 14px;
        }
        /* 继承父容器的字号，无需单独设置 */
        .custom-contact-content p {
            margin: 0 0 10px 0;
            color: #333;
            /* 移除单独的font-size，继承上面的14px */
        }
        .custom-contact-info {
            color: #12B7F5;
            font-weight: bold;
            /* 同样继承14px，无需重复设置 */
        }
        /* 确保链接也继承字号 */
        .custom-contact-info a {
            color: inherit;
            text-decoration: none;
            font-size: inherit; /* 继承父元素的14px */
        }
        .custom-contact-item:hover .custom-contact-content,
        .custom-contact-content:hover {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }
        .custom-qrcode-placeholder {
            border: 1px solid #eee;
            padding: 5px;
            overflow: hidden;
        }/* End custom CSS */