@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

html,
body {
    font-family: 'BlinkMacSystemFont', 'BlinkMacSystemFont', 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'WenQuanYi Micro Hei', sans-serif;
    width: 100%;
    height: 100%;
    color: #333;
}

body {
    min-width: 300px;

}

a {
    text-decoration: none;
}

a:hover {
    color: #b31b2f;
    text-decoration: none;
}

p,
h1 {
    margin: 0;
}


ul {
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    border-radius: 5px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto-Bold';
}

@media (max-width:800px) {
    body {
        padding-top: 60px;
    }
}
.banner img{
    border-radius: 0px;
}