* {
    -webkit-tap-highlight-color: transparent;
}

body, h1, h2, h3, h4, h5, h6, hr, p,
dl, dt, dd, ul, ol, li,
fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
    color: #414141;
}

body {
    font-size: 14px;
}

body,
button, input, select, textarea { /* for ie */
    font-family: "microsoft yahei", Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-self;
    font-size: 14px;
}

h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 14px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
}

label {
    position: inherit;
}

html, body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:active, a:visited {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
}
/* public */

.clearfix {
    content: '';
    clear: both;
}

.hide {
    display: none;
}

.block {
    display: block;
    width: 100%;
}
input {
    -webkit-appearance: none;
}