/*Here is only for ch language */
body {
    font-family: 'Microsoft YaHei';
}

.navbar-nav li a {
    font-family: 'Microsoft YaHei';
}

h1, h2, h3, h4 ,h5 ,h6 {
    font-weight: 600;
}

/* (1024px - 2047px) */
@media screen and (min-width: 1024px) {
    .extra {
        margin-top: 12rem !important;
    }
}

/* (1023px以下) */
@media screen and (max-width: 1023px) {
    .extra {
        margin-top: 0 !important;
    }
}