.elementor-kit-1244{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-astglobalcolor4 );}.elementor-kit-1244 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (max-width: 768px) {
    /* 调整按钮容器位置，避免遮挡页面内容 */
    .contact-buttons-container {
        /* 移动到右下角，使用 vw/vh 单位更灵活 */
        right: 2vw; 
        bottom: 2vh;
        top: auto;
        transform: none;
        flex-direction: row;
        gap: 10px;
    }

    /* 按钮在移动端尺寸可以小一些 */
    .contact-button {
        width: 45px;
        height: 45px;
    }

    /* 按钮图标也相应缩小 */
    .contact-button img {
        width: 25px;
        height: 25px;
    }

    /* 保留悬停效果，但调整弹出文字和二维码的样式 */
    /* 文字样式 */
    .whatsapp-button .button-text {
        padding: 5px 10px;
        font-size: 12px; /* 缩小字体 */
        left: -5px; /* 调整弹出位置 */
        transform: translateX(-100%);
    }

    .whatsapp-button:hover .button-text {
        transform: translateX(-120%);
    }

    /* 二维码容器样式 */
    .wechat-container .qrcode-container {
        padding: 5px; /* 缩小内边距 */
        left: -5px; /* 调整弹出位置 */
        transform: translateX(-100%) scale(0.7); /* 缩小并平滑弹出 */
    }

    /* 二维码图片也相应缩小 */
    .wechat-container .qrcode-container img {
        width: 120px;
        height: 120px;
    }

    .wechat-container:hover .qrcode-container {
        transform: translateX(-110%) scale(1);
    }
}/* End custom CSS */