body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    /* 移动端去除有色边框 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body,
img,
h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dd,
dt,
i,
input,
form,
p {
    margin: 0;
    padding: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a,
img {
    border: none;
}
