.robots ul{
    width: 19.5rem;
    float: left;
}

.robots li h2{
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
}

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

.robots li{
    border: 1px solid #eee;
    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: #888;
    font-weight: bold;
}

.night .itemicon span {
    background-color: #181a1b;
    color: #aaa;
}

.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;
}


.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top:0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

.divbuts button:nth-child(2) {
    background-color: #795548;
}

@media screen and (max-width: 418px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: calc(50% - 0.25rem);
        margin-top: 0.5rem;
        float: left;
    }
    .divbuts button:nth-child(4){
        width: calc(50% - 0.25rem);
        margin-top: 0.5rem;
        float: right;
    }
}

.text_input_text {
    width: 100%;
    padding: 0.5rem;
    height: 29.7rem;
    border: 1px solid #eee;
    resize: none;
    border-radius: 6px 6px 0 0;
    display: block;
    color: #555;
    line-height: 1.42857143;
    font-size: 0.7rem;
}

.night .text_input_text{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #aaa;
}

.spiderdiv>div{
    width: calc(50% - 0.25rem);
    float: left;
    display: inline-block;
    clear: inline-end;
}

.spiderdiv>div:nth-child(2n){
    float: right;
}

.spiderdiv>div label{
    width: 3.5rem !important;
    padding: 0.4rem 0.5rem !important;
}

.spiderdiv>div .layui-input-block{
    margin-left: 3.5rem;
}

@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;
    }
    .text_input_text{
        height: 15rem;
    }
}

@media screen and (max-width: 390px){
    .spiderdiv>div{
        width: 100%;
        float: left;
        display: inline-block;
        clear: inline-end;
    }
}