* {
    /* -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none;*/
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    font-style: normal !important;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: "Microsoft YaHei", "Helvetica", sans-serif;
    -webkit-overflow-scrolling: touch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
th,
td,
img,
button,
footer,
header,
nav {
    margin: 0;
    padding: 0;
}

input,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei", "Helvetica", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    -webkit-user-select: auto;
    border-radius: 0;
}

ul,
ol,
li {
    list-style: none;
}

li {
    text-decoration: none;
}

a {
    color: #454545;
    text-decoration: none;
}

a:hover {
    color: #13559f;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.main {
    max-width: 1400px;
    max-width: 14rem;
    margin: 0 auto;
    display: block;
}
