* {
    margin: 0;
    padding: 0;
    font-family: PingFang;
}a{
    font-size: 14px;
}

html,
body {
    background: #F3F5F7;
    font-size: medium;
}

@media screen and (min-width:751px) {
    html {
        font-size: 16px !important;
    }

}

.mySwiper {
    overflow: hidden;
}