/* 导航条 */
.header .grid li a {color: #666;}

/* .no {
    background: rgba(250,250,250,.9);
} */

/* 主体 */

.items {margin: 0 auto;	overflow: hidden;}
.items li,.artist li {position: relative;width: 24%;margin: 0.5%;float: left;}
.items li .out{ position:absolute; bottom:2%; right:2%; z-index:99; font-size:0.5rem; background-color:#eee; padding:1em; font-family:Verdana, Arial, Helvetica, sans-serif }
.artist li h2{ font-size:1em; float:left; width:100%; margin-top:50%}
.artist li span{ float:right}
.mobile .icon-menu{color: #333;}

