@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 {
    /*鑷繁璧蜂釜鍚嶇О锛孎ontName鏄垜璧风殑锛屽彲淇敼*/
    font-family: "SY";

    /*url寮曞叆瀛椾綋璺緞*/
    src: url("../fonts/syht.otf") format("truetype");
}

@font-face {
    /*鑷繁璧蜂釜鍚嶇О锛孎ontName鏄垜璧风殑锛屽彲淇敼*/
    font-family: "bebas";
    /*url寮曞叆瀛椾綋璺緞*/
    src: url('../fonts/bebas.TTF') format('truetype');
}

div {
    box-sizing: border-box;
}

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

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

