@charset "utf-8";

/**
 * 此文件仅作为重置html元素默认样式使用，不做他用
 * @author 提拉米苏 [ 2022.02.11 ]
 */

* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
li,
ol {
    list-style: none;
}
b,
strong {
    font-weight: normal;
}
i,
em {
    font-style: normal;
}
li {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #000;
}
input,
select {
    resize: none;
}
img {
    border: 0;
}
input {
    border: 0;
    outline: none;
    background: none;
}
table {
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
body {
    font-family: "Microsoft Yahei", Tahoma, "\5b8b\4f53", Arial, Helvetica, "PingFangSC-Regular", "PingFang SC";
    font-size: 3.4vw;
    margin: 0;
    background-color: #f6f6f9;
    word-break: break-all;
    word-wrap: break-word;
}
