<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.float-container{
    width: 52px;
    height: 180px;
    background: #fff;
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 999;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow:0 2px 10px 0 rgba(0,0,0,.16);
    cursor: pointer;
}

.float-wave{
    width:52px;
    padding-bottom:10px;
}

.float-customer-service{
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding: 10px 0;
    color: #357AF6;
    cursor: pointer;
}</pre></body></html>