#path1 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path2 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path3 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path4 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path5 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path6 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path7 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
#path8 {
    fill: none; /* 确保路径内部不填充颜色 */
    /* stroke: #C80000; 设置路径的颜色 */
    stroke-width: 1; /* 设置路径宽度 */
    stroke-dasharray: 800; /* 虚线的总长度，按需调整 */
    stroke-dashoffset: 800; /* 初始偏移量与长度相等，路径隐藏 */
    animation: draw 4s ease forwards; /* 设置动画效果 */
}
@keyframes draw {
    to {
        stroke-dashoffset: 0; /* 动画结束时路径完全可见 */
    }
}