﻿.menu-float-right {

    width: 100px;

    position: fixed;

    top: 50%;

    right: 0;

    z-index: 99999;

}

.menu-float-right #group {

    position: absolute;

    right: 10px;

}

.menu-float-right ul {

    padding: 0;

}

.menu-float-right #group ul li {

    background: none;

    position: relative;

    border-radius: 3px;

    border: none;

    list-style: none;

    margin-bottom: 10px;

}

.menu-float-right #group ul li img {

    width: 57px;

    border-radius: 5px;

}

.menu-float-right #group ul li .mo-ta {

    font-size: 9px;

    text-align: center;

    color: #314256;

    position: absolute;

    width: 90%;

    left: 5%;

    bottom: 5%;

    margin-bottom: 0px;

}