/* reset */


/*
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select,
header,
section,
footer,
nav,
figure,
figcaption,
article {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
nav,
figure,
figcaption,
article,
menu {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 18px;
}

em,
i {
    font-style: normal;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #999;
    cursor: pointer;
    font-size: 12px;
}

a:hover {
    color: #333;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

html,
body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
}


/* inupt常用样式 */

button:focus,
input:focus,
input {
    outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}


/* public */

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
    top: 0;
    left: 0;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.icon {
    font-size: 1rem;
}

.box-j {
    display: -webkit-box;
    -webkit-box-pack: justify;
}
