a:link {
    text-decoration: none;
}
/* p {
margin: 80px 20px;
} */
.float {
    position: absolute;
    top: 10%;
    right: 10px;
    color: #fff;
    text-align: center;
    z-index: 999;
}

.float-item{
    background-color: blue;
    background-image: linear-gradient(#1cc3f0, #0d8ee8);
    padding-bottom: 0px;
    margin-bottom: 5px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #0d8ee8;
    font-size: 14px;
    position: relative;
}

.float-item .text{
    padding-top: 8px;
    color: #fff;
    text-decoration: none;
}

.float-item:hover {
    background-image: linear-gradient(#1aa9ef, #0f85e9);
}

.float-item:hover > .float-item-list{
    display: block;
}

.float-item-list{
    position: absolute;
    top: 0;
    right: 78px;
    width: 150px;
    background-color: #fff;
    color: #505050;
    border-radius: 10px;
    border: 1px solid #0d8ee8;
    padding: 5px 10px;
    display: none;
}

.float-item-list.qr{
    right: 172px;
    display: none;
}

.float-item-list.qr .text-g{
    padding-top: 10px;
}

.qr li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.li-qr:hover >  ul{
    display: block;
}

.float-item-list ul{
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}

.float-item-list li{
    border-bottom: #0d8de86c solid 1px;
    padding: 10px 0;
    display: flex;
    list-style-type: none;
    cursor: pointer;
}

.float-item-list li:hover{
    color:#0d8ee8;
}

.float-item-list-img{
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.text-g {
text-align: left;
}



@media screen and (max-width:920px) {
    .float{
        display: none;
    }


}
