* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* font-family: MiSans-Light; */
    font-family: "Microsoft YaHei";
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.none {
    display: none !important;
}

.swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper.h {
    -ms-flex-direction: row;
    flex-direction: row;
}

.swiper {
    overflow: hidden;
}

.mask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.81);
}

/* @font-face {
    font-family: 'MiSans-Medium';
    src: url(/font/MiMediuml.ttf);
}

@font-face {
    font-family: 'MiSans-Bold';
    src: url(/font/MiBoldl.ttf);
} */

/* @font-face {
    font-family: 'MiSans-Regular';
    src: url(/font/MiRegularl.ttf);
}

@font-face {
    font-family: 'MiSans-Light';
    src: url(/font/MiLightl.ttf);
} */