.float-bar {
    height:50px;
    position:fixed;
    display:none;
    right:0px;
    bottom:5px;
    /*margin-left:600px;*/
    margin-top:0px;
	margin-bottom: 50px;
    background-repeat:no-repeat;
    z-index: 100;
}

.float-bar .item {
    width:50px;
    height:50px;
    margin-bottom:1px;
    display:block;
    cursor:pointer;
    color:#666;
    text-align:center;
    position: relative;
}
.box20230203171437 {

    background: #d0003a;
    opacity: 1; 
	color: #fff;
    font-size: 20px;
    vertical-align: top;

    border-radius: 3px;
    padding: 6px 12px;
}
