#compatibility{
    width: 100%;
    height: 38px;
    line-height: 38px;
    /*background-color: 	#D9B300 !important;*/
    text-align: center;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content:space-around;
    z-index: 99;
    transition:all 1s ;

}

#compatibility .signboard{
    color: red;
}
#clones{
    display: inline-block;
    width: 20px;
    cursor: pointer;
}

