* {
    margin: 0;
    padding: 0;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    background-color: #F9FEFF;
    overflow-y: scroll;
}



ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}



img {
    border: none;
    vertical-align: middle;
}

input {
    outline: none;
}

button {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.type_page {
    width: 1280px;
    margin: 0 auto;
}

html {
    width: 100%;
}