﻿
@charset "utf-8";
/* CSS Document */

.concent { margin:13px auto; width:100%; max-width:750px; min-width:320px; }
.box { white-space:nowrap; overflow-x:auto; }   /*注释1*/         
.box::-webkit-scrollbar { width:0; height:0; display: none; }     /*注释2*/
.box div { list-style:none; display:inline-block; width:130px; line-height:30px; margin-right:2px; 
background:#e0e0e0; text-align:center; } /*注释3*/
.box p { width:100%;}
.box div:last-child { margin:0; }