/*Ê×Ò³*/
.menuvice {
    padding: 3px;
}




    .menuvice a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 8px;
        height: 90px;
        background-color: #6f9c97;
        background-position:left top;
        background-repeat: no-repeat;
        color: #ffffff;
        line-height: 40px;
        white-space: nowrap;
        border-radius:5px;
        background-size: 50%;
    }

        .menuvice a:nth-child(6n+1) {
            background-color:#f57067;
        }

        .menuvice a:nth-child(6n+2) {
            background-color: rgba(245, 163, 60, 0.6);
        }

        .menuvice a:nth-child(6n+3) {
            background-color: rgba(104, 139, 252, 0.6);
        }

        .menuvice a:nth-child(6n+4) {
            background-color: rgba(36, 196, 196, 0.9);
        }

        .menuvice a:nth-child(6n+5) {
            background-color: rgba(247, 191, 73, 0.9);
        }

        .menuvice a:nth-child(6n+6) {
            background-color: rgba(84, 104,247, 0.9);
        }
        .menuvice a span {
            background-image:url(../../images/iconfont-xiangxia.png);
            background-repeat:no-repeat;
            background-size:22px 22px;
            display:inline-block;
            float: right;
            padding-left: 10px;
            height: 90px;
            width: 50%;
            background-position:left 60px;
            background-position-x:10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
		
		.lists.products {
background-color: #fff;
}
.lists.videos {
background-color: #fff;
}
.lists.single {
background-color: #fff;
}