.rest p{
    padding: 0.2rem 0.1rem 0.2rem 3rem;
    line-height: 2rem;
    background-color: #f5f5f5;
    margin-bottom: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    position: relative;
}

.night .rest p{
    background-color: #222;
    border: 1px solid #444;
}

.rest p i{
    position: absolute;
    left: 0.5rem;
    font-size: 0.6rem;
    font-style: normal;
}

.rest p:last-child{
    margin-bottom: 0px;
}

.rest p span{
    width: 1.3rem;
    height:  1.3rem;
    line-height: 1.3rem;
    display: inline-block;
    background-color: #ff6353;
    color: #fff;
    text-align: center;
    margin-right: 0.75rem;
    border-radius: 100%;
    font-weight: bold;
}

@media screen and (max-width: 450px){
    .layui-form-item .layui-inline {
        margin-bottom: 0.25rem;
    }
}