* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Garqag;
    src: url(https://ocdn.erensoft.net/static/font/GarqagTig.woff);
}
@font-face {
    font-family: Qagan;
    src: url(https://ocdn.erensoft.net/static/font/QaganTig.woff);
}
html,
body {
    background-color: #f5f5f5;
    user-select: none;
    -webkit-user-select: none;
}
.mongol {
    font-family: Qagan;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: sideways-right;
    text-orientation: sideways-right;
    -webkit-font-feature-settings: "cv01" on;
    -moz-font-feature-settings: "cv01" on;
    font-feature-settings: "cv01" on;
    -webkit-font-variant-alternates: character-variant(1);
    font-variant-alternates: character-variant(1);
}
.link {
    color: #1d44a6;
}
.bg {
    background-position: center;
    background-size: cover;
    background-color: #e6e6e6;
}
.noneBox {
    height: 100%;
    padding: 0 6px;
    font-size: 14px;
    color: #b9b9b9;
    text-align: center;
}
.dplayer-setting,
.dplayer-notice,
.dplayer-menu {
    display: none !important;
}

.open-app {
    position: fixed !important;
    top: calc(100vh - 80px);
    left: 50%;
    transform: translateX(-50%);

    margin-right: -25%;
    z-index: 999;

}
.bottom-margin{

}
.btn {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    justify-content: center;
    background-color: #1B9CFC;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    border: solid 1px #fff;
    outline: none;
}

script,style{
    display: none !important;
}