h1,
h2,
h3,
h4,
h5,
h6,
p,
menu,
dl,
dd {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
    outline: none;
}

body {
    font-family: PingFangSC-Regular, sans-serif;
    font-size: .26rem;
}

body,
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0 none;
    display: block;
}

.clearfix {
    *zoom: 1;
}
.over-flow{
    overflow: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none;
}
.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.wrapper {
    width: 7.5rem;
    margin: 0 auto;
}
.fitwidth{
    width: 7.5rem;
}

.mt10{
    margin-top: 0.1rem;
}
p{
    font-size: .28rem;
}

[v-cloak]{
    display: none;
}

/*toast*/
.m-toast-pop {display: none; position: fixed; width: 100%;top: 0;bottom: 0;right: 0;overflow: auto;text-align: center;}      
.m-toast-inner {position: absolute;left:50%;top:50%;width: 100%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);text-align: center;}
.m-toast-inner-text{display: inline-block;margin: 0 22px; padding: 19px 21px;font-size: 16px;color: #FFFFFF;letter-spacing: 0;line-height: 20px;background: rgba(0,0,0,0.72);border-radius: 10px;} 