
* {
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    font-style: normal;
    font-family: PingFang SC;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
}

ul,
ol {
    list-style-type: none;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}
[v-cloak]{
    display: none;
}
button {
    border: none !important;
}
:focus {outline:none;} /*for IE*/
::-moz-focus-inner {border-color: transparent;} /*for mozilla*/

img{
    object-fit: cover;
    font-size: 0.22rem;
}
