.swan-app-navigation-bar {
    opacity: 0;
}

.swan-app-navigation-bar > .custom {
    border-bottom: 0 !important;
    display: none;
}

/* 短线去掉上拉刷新状态文字，解决由于H5自定义头部，上拉刷新状态显示在头部上面，以及页面中同时出现两个loading的问题 */
.mars-pull-refresh-header,
.mars-pull-refresh-loading-text,
.mars-pull-refresh-loaded-text {
    background: transparent !important;
    color: transparent !important;
}

/* OPPO 隐藏元素 */
.oppo-webview .coop-hide-element,
.oppo-webview [class*=_coop-hide-element] {
    display: none !important;
}

/* rem自适应 */
@media screen and (max-width: 420px) {
    html.rem {
        font-size: calc(100 / 414 * 100vw) !important;
    }
}
@media screen and (min-width: 421px) {
    html.rem {
        font-size: 100px !important;
    }
}