.robots ul{
    width: 19.5rem;
    float: left;
}
.robots li h2{
    font-size: 0.65rem;
    margin-bottom: 0.5rem;
    color: #6f6fb4;
}

.night .robots li h2 {
    color: #ccc;
}

.robots li{
    border: 1px solid #e8e8fd;
    border-radius: 6px;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    margin-bottom: 0.75rem;
}

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

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

.layui-form-pane .layui-form-radio{
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.itemicon{
    position: absolute;
    right: 1px;
    top: 1px;
}
.itemicon span{
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    cursor: pointer;
    padding: 0 0.3rem;
    background-color: #fafafa;
    float: right;
    color: #7a7aba;
}

.night .itemicon span {
    background-color: #333;
}

.itemicon span.layui-icon-addition{
    border-left: 1px solid #eee;
}

.night .itemicon span.layui-icon-addition {
    border-left: 1px solid #444;
}

.robots>div{
    width:calc(100% - 19.5rem);
    float: right;
    padding-left:0.75rem;
}
.butss{
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}
.butss span{
    padding: 0.25rem 0.5rem;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    background-color: #06b672;
    border:1px solid #06b672;
}
.butss span.cle{
    background-color: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.night .butss span.cle {
    background-color: #555;
    color: #ccc;
    border: 1px solid #666;
}

.text_input {
    height:20rem;
}
@media screen and (max-width: 1150px){
    .robots ul {
        width: 100%;
        float: left;
    }
    .robots>div {
        width: 100%;
        float: right;
        padding-left: 0;
        margin-top: 0.75rem;
    }
}