/*Ê×Ò³*/
.menuvice {
    text-align: center;
    width: 320px;
    margin:110px auto;
}

    .menuvice a {
   display: inline-block;
width: 85px;
height: 85px;
background-position: center 10px;
background-repeat: no-repeat;
text-align: center;
background-color: #fff;
color: #fff;
line-height: 20px;
border-radius: 50px;
position: relative;
margin-bottom: 30px;
/* padding-bottom: 50px; */

        
    }

        .menuvice a span {
       display: block;
overflow: hidden;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* line-height: 0px; */
position: absolute;
top: 90px;
left: 0px;
z-index: 2000;
width: 80px;
height: 25px;
        }
         .menuvice a:nth-child(6n+1) {
           margin-right: 12px;
        }
            .menuvice a:nth-child(6n+2) {
           margin-right: 12px;
        }
       
                  .menuvice a:nth-child(6n+4) {
           margin-right: 12px;
        }
                      .menuvice a:nth-child(6n+5) {
           margin-right: 12px;
        }
     