* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft Yahei", "宋体";

}

html, body {
    height: 100%;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: 400;
    font-size: 14px;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

ol,
ul,
li {
    list-style: none;
}

p {
    background-color: transparent;
    word-break: break-all;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

@charset "utf-8";
/****公共样式****/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address,
big, button, cite, code, del, dfn, em, img, ins, input, kbd, q, s, samp, select, small, strike, strong,
sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, textarea,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*font:inherit;*/
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
}
b, strong {
    font-weight: bold;
}

img {
    border: none;
    display: block;
    -webkit-touch-callout: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

textarea,
input {
    outline: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
}

/*input {
    -webkit-appearance: none;
}*/

textarea {
    -webkit-appearance: none;
}






