html, body {
    height: 100%;
    background-color: white;
}
.layui-container.contentText{
    padding: 10px;
}
.contentText .textInfo{
    padding: 10px 0;
}

.contentText .textContext{
    overflow-x: hidden;
}
.textContext * {
    max-width: 100% !important;
}


.List {
    height: calc(100% - 68px);
    list-style-type: none;
}

.List li {
    display: flex;
    flex-direction: row;
}

.List li div {
    padding-right: 5px;
    flex: 1;
}
.List li span {
    position: unset;
}



@media screen and (max-width: 769px){
    .List li div {
        background: none;
    }
}

@media screen and (min-width: 768px){
    .layui-container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

