* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: 0 none;
    vertical-align: top;
}

i,
em {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    margin: 0 auto;
    height: 100%;
    font-size: .32rem;
    font-family:"微软雅黑", -apple-system, Helvetica, sans-serif;
    line-height: 1;
    color: #333;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.fn{
    float: none;
}

.flex-row{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.flex-column{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.alignC{
    align-items: center;
}
.jusConS{
    justify-content: space-between;
}
.jusConC{
    justify-content: center;
}
.wrap{flex-wrap: wrap}
.show{display: block}
.hide{display: none}
.pad03{
    padding: 0 .3rem;
}
.pad04{
    padding: 0 .4rem;
}
.pad01{
    padding: 0 .1rem;
}
.pad027{padding: 0 .27rem;}
.pad227{
    padding: .2rem .27rem;
}
.center{
    text-align: center;
}
.mar-T2{
    margin-top: .2rem;
}
.mar-T3{
    margin-top: .3rem;
}