body,p,h1,h2,h3,h4,h5,h6,ul,li,dd,dl,dt,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video {
    padding: 0;
    margin: 0;
}

body,
html {
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    width: 100%;
    vertical-align: baseline;
}

ol,
ul,
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    vertical-align: middle;
}

/* custom */
a{
    outline: none;
    color: rgba(90, 90, 90, 1);
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

a:hover {
    text-decoration-line: none;
}

a:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.center{
    width:1200px;
    margin:0 auto;
}

img{
    width:100%;
    display:block;
}

.clear{
    zoom:1;
}
.clear:after{
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}
