li{
    list-style: none;
}
.s-page{
    display: flex;
}
.s-page .active a{
    color: red;
}
.s-description{
    margin-bottom: 5px;
        height: 38px;
}
.s-p3{
    display: flex;
    justify-content: space-between;
}
.s-cont-top{
    border-bottom: 2px solid #d3d0d0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;

}
.s-cont-lx{
    background: #e10b0b;
    padding: 8px;
    color: white;
    position: relative;
}
.s-cont-lx a{

    color: white;

}
.s-cont-lxs{
    position: absolute;
    color: white;
    width: 32px;
    height: 20px;
    background: #e10b0b;
    top: 12px;
    left: 75px;
    text-align: center;
    line-height: 25px;
}
.s-button-group a {
    margin-right: 5px;
    display: flex !important;
    align-items: center;
}
.s-user-nav{
    display: flex;
}
.s-user-nav div{
   margin-right: 8px;
   margin-left: 8px;
}