.setupdivs{
    margin-top: 0;
}

.wssres{
    margin-top: 0.75rem;
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 3px;
    display: none;
}

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

.wsspst{
    margin-top: 0.5rem;
}

.wsspst input{
    height: 1.8rem;
    line-height: 1.8rem;
    width: calc(100% - 3.5rem);
    float: left;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 3px 3px 0 0;
    padding-left: 0.5rem;
}

.wsspst span{
    display: inline-block;
    float: left;
    height: 1.8rem;
    line-height: 1.8rem;
    width: 3.5rem;
    background-color: #06b672;
    color: #fff;
    text-align: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 0.65rem;
}

.wsssms{
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #eee;
    background-color: #f6f7fa;
    resize: none;
    border-radius: 3px;
    display: block;
    color: #555;
    line-height: 1.42857143;
    font-size: 0.7rem;
    overflow-x: auto;
    height: 10rem;
}

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

.wsssms>div{
    font-size: 0.65rem;
    line-height: 1.5rem;
}

.wsssms .c1{
    color: #af6c15;
}

.wsssms .c2{
    color: #198cce;
}

.wsssms .c3{
    color: #12a165;
}

.wsssms .c4{
    color: red;
}