﻿body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0px;
    padding: 0px;
}

body div {
    box-sizing: border-box;
}

body div:focus {
    outline: none;
}

body img {
    /* 不能反白 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* End */
    vertical-align: middle;
}

body a {
    text-decoration: none;
    color: #000000;
}

body ul {
    list-style: none;
}

body input {
    box-sizing: border-box;
    outline: none;
}

.underline {
    text-decoration: underline;
}
