#floatingBigContainer .floatingRenovate{
    padding: 0;
}
#floatingBigContainer .floatingRenovate .image{
    width: 94px;
    margin-right: 8px;
}
#floatingBigContainer .favInrFloat{
    display: none;
}
.floatingTopText{
    font-weight: bold;
    width: 245px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.floatingText{
    height:20px;
    display: flex!important;
}
.floatingText span{
    font-size: 16px;
    font-weight: bold;
}
.floatingText>:nth-child(2){
    margin-left: 6px;
}
.floatingText>:nth-child(2) span{
    color: #E00923;
}
.floatingDiscuss{
    font-size: 12px;
    font-weight: bold;
}
.floatingDiscuss span{
    color: #E00923;
}
.floatingDiscuss>:nth-child(1){
    font-size: 16px;
}
.floatingDiscuss>:nth-child(2){
    font-size: 12px;
}
@media screen and (max-width: 320px) {
    .floatingTopText{
        width: 194px;
    }
}
