html {
    height: 100%;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #848484;
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow-y: hidden;*/
}


input:focus, textarea:focus {
    /*border: 0;*/
    /*outline: none;*/
}

p, span, strong, em, ol, ul, dl {
    margin: 0;
    padding: 0;
}

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

img {
    border: 0;
}

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

th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: Verdana, arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    padding: 0;
}

input[type=button], input[type=submit], button,
input[type=button]:active, input[type=submit]:active, button:active,
input[type=button]:hover, input[type=submit]:hover, button:hover {
    outline: 0 !important;
}

*, :focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #606266;
}


i, em {
    font-style: normal;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}
