body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td , button, i, em, span{margin: 0; padding: 0; border: 0; }
a,img{border:0;text-decoration:none;}
body,html{background: #F7F7F7;-webkit-overflow-scrolling:touch;}
*{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);list-style-type:none; font-family:Arial; font-style:normal; font-size:12px; line-height:1;}
input{-webkit-appearance:none; border-radius:0; background:#FFF;}
::-webkit-scrollbar{display: none;-webkit-overflow-scrolling: touch; }

@font-face {
  font-family: 'iconfont';  /* project id 325260 */
  src: url('//at.alicdn.com/t/font_rdbnx75dzfjvpldi.eot');
  src: url('//at.alicdn.com/t/font_rdbnx75dzfjvpldi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_rdbnx75dzfjvpldi.woff') format('woff'),
  url('//at.alicdn.com/t/font_rdbnx75dzfjvpldi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_rdbnx75dzfjvpldi.svg#iconfont') format('svg');
}

.checkbox:checked:before{
	content:'\e733';
	font-family:"iconfont";
	text-align:center; line-height:14px;color:#ff3c3c;
}
select{background:none; border:#e3e5e9 solid 0.5px; border-radius:5px;}
.focus{ position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden; color:#8C8C8C}
.focus .hd ul .on{ background:#FE6C9C; color:#FE6C9C}

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;  background:url(images/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }


