*{
    margin: 0;
    padding:0;
}
html{
    font-size: 20px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

/*为了去除输入框和表单点击时的灰色背景*/
input, form{
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
textarea { -webkit-appearance: none;}
ul, ol, dl {
    list-style: none; }

a {
    color: inherit;
    text-decoration: none; }

img {
    vertical-align: top; }

input {
    outline: none; }

textarea {
    outline: none;
    resize: none; }
.clearfix:after {
    display: block;
    content: "";
    clear: both; }
.fl{
    float: left; }
.fr{
    float: right;  }
.dis_line{
    display: inline;  }
.dis_block{
    display: block;  }
body {
    /*font-family: "Microsoft YaHei UI";*/
    /*font-size: 20px;  }*/
}