jmnodes.theme-linshui jmnode.root {
    border-radius: 0 20px 0 20px;
    background-color: #2d9aff;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    box-shadow: none;
}

jmnodes.theme-linshui jmnode {
    background-color: #FFF;
    border: 1px solid #2d9aff;
    color: #323B3F;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0 20px 0 20px;
}

jmnodes.theme-linshui jmexpander {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-weight: 800;
    line-height: normal;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-weight: 800;
    line-height: 10px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
}