@charset "utf-8";

body,
html {
    height: 100%;
    font-family: "SY";
    margin: 0;
}

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

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

a {
    text-decoration: none;
}

button,
input {
    outline: none;
}

img {
    vertical-align: middle;
}


@font-face {
    /*自己起个名称，FontName是我起的，可修改*/
    font-family: "SY";

    /*url引入字体路径*/
    src: url("/static/mobile/fonts/syht.otf") format("truetype");
}

@font-face {
    /*自己起个名称，FontName是我起的，可修改*/
    font-family: "bebas";
    /*url引入字体路径*/
    src: url('/static/mobile/fonts/bebas.TTF') format('truetype');
}

div {
    box-sizing: border-box;
}

.mt-6 {
    margin-top: .6rem;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

<!--0.00023102760314941-->