.lcload{
    width: 100%;
    height: 1rem;
    position: relative;
    background-color: #f5f5f5;
    margin-top: 0.5rem;
    border-radius: 6px;
    display: none;
    border-radius: 100px;
    overflow: hidden;
}

.night .lcload{
    background-color: #444;
}

.lcads{
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    line-height: 1rem;
    width: 5%;
    background-color: #06b672;
    color: #fff;
    text-align: right;
    padding-right: 0.1rem;
}

.lcres{
    border: 1px solid #FFC107;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    border-radius: 6px;
    display: none;
}

.night .lcres{
    border: 1px solid #444444;
    background-color: #222;
}

.lcres p{
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px dashed #ffc207;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.night .lcres p{
    border-bottom: 1px dashed #444444;
}

.lcres p:last-child{
    border-bottom: 0;
}

.night .lcres p:last-child{
    border-bottom: 0;
}
