a,
input,
button {
    /*清除点击阴影*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
    /*清除按钮的圆角*/
  -webkit-appearance: none;
  border-radius: 0;
}
body {
    /*选中文字设置*/
  margin: 0;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%;

  background-color: #eee;
}
html{
  width: 100%;
}
body * {
    /*文字设置*/
  -webkit-user-select: none;
  font-family: Helvetica;
}
img{
    display: block;
    width:100%;
    height: 100%;
    border: none;
}
 
h1,h2,h3,h3,h4,h5,h6,ul,li,p{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}

a{
    color:#333;
    text-decoration:none;
    cursor:pointer;
    font-size:14/@rem;
}

.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
.clearfix{
    zoom:1;
}
