.leftflex{
    position: fixed;
    left: 0px;
    bottom: 200px;
    z-index: 9999;
}
.leftbbt{
    background: #54567b;
    border-radius: 0px 50% 50% 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}
.leftbbt img{
    width: 40px;
    height: 40px;
    z-index: 999;
}
.codetext{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.smallc{
    width: 20px !important;
    height: 20px !important;
}
.smallbox{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #353653;
    background: #ff9400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.codebox{
    display: none;
    position: fixed;
    left: 0px;
    bottom: 135px;
    width: 0px;
    height: 210px;
    border-radius: 5px;
    background: #fff;
    z-index: 99999;
}
.bcodebox{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;

}
.codeitems{
    width: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.topcodetext{
    background: #ff8900;
    text-align: center;
    color: #fff;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
    border-radius: 5px;
}
.codeitems img{
    width: 130px;
    height: 130px;
}
.codeitems p{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.closeimg{
    position: absolute;
    top: 8px;
    right: 7px;
    cursor: pointer;
}


.limgbox{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 12px;
    background: #c8c8c8;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.limgbox img{
    width: 30px;
    height: 30px;
}
.flexbox{
    position: fixed;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
    font-size: 14px;
    z-index: 99999;
}

.lbtn div{
    text-align: center;
}
.caozuo{
    text-align: center;
}

#LRfloater0{
    left: 100% !important;
    top: 50% !important;
    transform: translate(-100%,-50%)

}
.zanactive{
    background: #ff6700 !important;
}