/*Ê×Ò³*/
.menuvice {
    text-align: center;
    width: 320px;
    margin:15px auto;
}

    .menuvice a {
        display: inline-block;
        width:90px;
        height:90px;
        line-height:130px;
        text-align: center;
        background-color:#b9000e;
        color:#fff;
        border-radius:50px;
    }

        .menuvice a span {
            display: block;
            overflow:hidden;
            height: 90px;
            background-position-x: center;
            background-position-y:20px;
            background-repeat: no-repeat;
             white-space: nowrap;
             background-size: 32px 32px;
             white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .menuvice a:nth-child(5) {
            background-color:#fdcc0d;
            color:#2d2d2d;
        }
        .menuvice a:nth-child(2n+2) {
            margin:auto 10px;
        }