* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    <!-- 20211210 注释 -->
/*     font-size: 12px; */
/*     font-family:'Microsoft YaHei'; */
}

input,
button {
    outline: 0;
    border: 0;
}

a,
u,
del,
s {
    text-decoration: none;
    color:#000;
}

h1,
h3,
h4,
h5,
h6,
b,
strong,
i,
em,
var {
    font-weight: normal;
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: middle;
}

.noborder {
    border: 0 !important;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.border-rad-t-l {
    border-top-left-radius: 16px;
}

.border-rad-t-r {
    border-top-right-radius: 16px;
}

.border-rad-b-l {
    border-bottom-left-radius: 16px;
}

.border-rad-b-r {
    border-bottom-right-radius: 16px;
}

.margin_1 {
    margin-right: 1%;
}

.margin_top_1 {
    margin-top: 1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

