/*鼠标创建拖尾 *css*/
.trail-particle {
    position: fixed;
    pointer-events: none;
    border-radius: 50%;
    z-index: 9999;
}