/* 样式重置 */
html,
body,
p,
a,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}


ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}


html,
body {
    /* font-family: 'Austin', 'Garamound', serif; */
    box-sizing: border-box;
    width: 100vw;
    overflow-x: hidden;
    color: #666;
    font-size: 15px;
}


