
/*------------------------------btn--------------------------------*/
.btn{  box-sizing:border-box;}
.btn img{ width:100%; display:block; }
.btn .hdbox{ height:20px; overflow:hidden; font-size:0; text-align:center; position:relative; margin-top:-18px; z-index:2; }
.btn .hdbox ul{ display:inline-block; padding-top:5px; }	
.btn .hdbox li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; 
-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; }
.btn .hdbox .on{ background:#BA2636;  }
