.wsspst{
    margin-top: 0.75rem;
}
.wsspst input{
    height: 1.8rem;
    line-height: 1.8rem;
    width: calc(100% - 3rem);
    float: left;
    border: 1px solid #bebedd;
    border-radius: 6px;
    padding-left: 0.5rem;
}
.wsspst span{
    display: inline-block;
    float: right;
    height: 1.8rem;
    line-height: 1.8rem;
    width: 2.5rem;
    background-color: #06b672;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-left: 0.4rem;    
    cursor: pointer;
    font-size: 0.65rem;
}
.wsssms{
    overflow-x: auto;
    height: 15rem;
}
.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;
}