html, body, ul, ol, h1, h2, h3, h4, h5, h6, p, dl, dd, input, form {
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-fluid {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

.fp-tableCell {
    display: block;
}

/* .section { */
    /* min-height: 580px; */
    /* width: 1920px; */
    /* height: 1080px; */
/* } */

/* @font-face{
    font-family: 'number';
    src: url('../assets/font/YuanmoSC.ttf');
}

@font-face{
    font-family: 'medium';
    src: url('../assets/font/Montserrat-Medium.otf');
}

@font-face{
    font-family: 'regular';
    src: url('../assets/font/Montserrat-Regular.otf');
}

@font-face{
    font-family: 'jd-light';
    src: url('../assets/font/JDZhengHT-Light.ttf');
}

@font-face{
    font-family: 'jd-bold';
    src: url('../assets/font/JDZhengHT-Bold.ttf');
}

@font-face{
    font-family: 'jd-regular';
    src: url('../assets/font/JDZhengHT-Regular.ttf');
} */