.dwfloatingdiv {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    background-color: rgba(108, 189, 255, 0.9);
    box-shadow: 15px 22px 30px -12px rgba(0, 45, 70, 0.45);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
    z-index: 1000;
    padding: 15px 0;
    border-radius: 25px;
    text-align: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><rect width="200" height="200" fill="none"/><!-- 8条超长随机线条，长度大，数量极少 --><line x1="12" y1="18" x2="168" y2="152" stroke="rgba(255,255,255,0.12)" stroke-width="1"/><line x1="185" y1="32" x2="23" y2="177" stroke="rgba(255,255,255,0.09)" stroke-width="1"/><line x1="42" y1="163" x2="176" y2="44" stroke="rgba(255,255,255,0.15)" stroke-width="1"/><line x1="152" y1="187" x2="31" y2="21" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><line x1="67" y1="134" x2="194" y2="56" stroke="rgba(255,255,255,0.08)" stroke-width="1"/><line x1="108" y1="9" x2="19" y2="192" stroke="rgba(255,255,255,0.13)" stroke-width="1"/><line x1="197" y1="105" x2="58" y2="170" stroke="rgba(255,255,255,0.11)" stroke-width="1"/><line x1="81" y1="196" x2="144" y2="14" stroke="rgba(255,255,255,0.14)" stroke-width="1"/></svg>');
    background-repeat: repeat;
    background-blend-mode: normal;
}
.dwfloatingdiv.show {
    transform: translateY(-50%) translateX(0);

}

.dwli{
    width: 100%;

    letter-spacing: 1px;
}

.dwdiv{
    padding: 10px 0 6px; 
    width: 300px;
    letter-spacing: 5px;
    font-weight: bold;
}


