/*
    Tip:Template of svg css
*/
#containerWhg *{
    user-select: none;
}

#containerWhg {
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    margin-bottom: 10px;
}

.containerWhg {
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    margin-bottom: 10px;
}