* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: m;
    src: url('../font/Montserrat-Medium的副本.otf')
}

@font-face {
    font-family: r;
    src: url('../font/Montserrat-Regular的副本.otf')
}

@font-face {
    font-family: s;
    src: url('../font/Montserrat-SemiBold的副本.otf')
}

body {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
 
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #8b8d8c;
    box-sizing: border-box;
    list-style: none;
}

em,
i {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

div {
    box-sizing: border-box;
}

img {
    border: none;
    vertical-align: middle;
    object-fit: cover;
}

input {
    outline: none;
    box-sizing: border-box;
}

button {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}