@charset "utf-8";
/* CSS Document */

@media screen and (min-width:320px) {  /*小米2*/
body{ font-size: 90%; }
.idxListName{ width:5em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.idxListComp{ width:7em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}
@media screen and (min-width:365px) {  /*iphone 6(s)*/
body{ font-size: 90%; }
.idxListName{ width:5em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.idxListComp{ width:8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}
@media screen and (min-width:400px) {  /*iphone 6(s) puls/iphone 7 puls*/
body{ font-size: 100%; }
.idxListName{ width:4em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.idxListComp{ width:9em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}
@media screen and (min-width:600px) {  /*平板*/
body{ font-size: 100%; }
.idxListName{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.idxListComp{ width:16em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}
@media screen and (max-width:319px) {  /*小屏*/
body{ font-size: 80%; }
.idxListName{ width:5em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.idxListComp{ width:7em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}



