.dji-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000000;   padding: 12px 24px;
    background: #FFFFFFFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.dji-page-content {
    margin-top: 96px;
}

@media screen and (max-width: 550px) {
    .dji-page-content {
        margin-top: 120px;
    }
}

@media screen and (min-width: 551px) and (max-width: 785px) {
    .dji-page-content {
        margin-top: 120px;
    }
}