body {
    margin: 0;
    height: 100%;
    font-family: "SY" !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

div,
ul,
li,
p {
    box-sizing: border-box;
}

a,
a:hover {
    color: #424242;
    text-decoration: none !important;
    box-sizing: border-box;
}

button {
    color: #424242;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
}


img {
    max-width: 100%;
    width: 100%;
}

.clearfix {
    zoom: 1;
}

.header .main-nav .nav-menu .nav-item .nav-link {
    padding: 0 10px !important;
}