.urlslugres{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    display: none;
    border-radius: 3px;
}

.night .urlslugres{
    border: 1px solid #444;
}

.urlslugres div{
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.5rem;
    font-size: 0.6rem;
    background-color: #f6f7fa;
    border-bottom: 1px solid #e8e8fd;
}

.urlslugres div span{
    float: right;
    cursor: pointer;
    margin-right: 0.5rem;
}

.night .urlslugres div{
    background-color: #444;
    border-bottom: 1px solid #444;
}

.urlslugres ul{
    padding: 0.75rem;
}

.urlslugres li{
    margin-bottom: 0.5rem;
}

.urlslugres li:last-child{
    margin-bottom: 0;
}

.urlslugres li span{
    display: inline-block;
}

.urlslugres li p{
    display: inline-block;
}

.layui-form-pane .layui-form-item[pane] {
    height: 1.9rem;
}

/*************************************************/

.setupdivs>div {
    width: 50%;
    float: left;
    padding: 0.25rem;
}

@media screen and (max-width: 1010px){
    .setupdivs>div {
        width: 100%;
    }
}