.jieling-inquiry-btn {
    background: #0F6E56 !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 500;
}
.jieling-inquiry-btn:hover {
    background: #085041 !important;
}
.jieling-wa-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    z-index: 9999;
    transition: transform .2s;
}
.jieling-wa-float:hover {
    transform: scale(1.08);
}
