html {
    height: 100%;
}


body {
    height: 100%;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    color: #475669;
    overflow-y: scroll;
    min-width: 320px;
}

.page {
    background: #ffffff;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main.container {
    display: block;
}

.container {
    padding-left: 280px;
    padding-right: 130px;
    max-width: 2000px;
}

.content-min-16perc {
    width: calc(100% - 16.6% - 5px);
}

.content-min-32perc {
    width: calc(100% - 16.6% - 16.6% - 5px);
}

.page .page-up-btn i {
    color: #cccccc;
    font-size: 40px;
    padding-top: 8px;
}

.page .page-up-btn:hover {
    background: #fff6ec;
    color: #ff8e41;
}

.page .page-up-btn {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    border: none;
    background-color: rgba(165, 165, 165, 0.44);
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    z-index: 1111;
}


html body .page .lsfw-loader-bg {
    -webkit-animation: LsfwBgLoader 5s infinite;
    animation: LsfwBgLoader 5s infinite;
    background-color: #eeeeee !important;
}

@-webkit-keyframes LsfwBgLoader {
    0% {
        background-color: #eeeeee !important;
    }
    50% {
        background-color: #d9d9d9 !important;
    }
    100% {
        background-color: #eeeeee !important;
    }
}

@keyframes LsfwBgLoader {
    0% {
        background-color: #eeeeee !important;
    }
    50% {
        background-color: #d9d9d9 !important;
    }
    100% {
        background-color: #eeeeee !important;
    }
}

 .show-1199 {
    display: none!important;
}

@media screen and (max-width: 1800px) {
    .container {
        padding-left: 40px;
        padding-right: 25px;
    }

    .page .page-up-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 21px;
        bottom: 10px;
        right: 10px;
    }

    .info-icon {
        left: 19px;
        bottom: 19px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    html body .page .info-icon::before {
        content: '';
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .content-min-32perc, .content-min-16perc {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hide-1199 {
        display: none!important;
    }

    .show-1199 {
        display: inline-block!important;
    }

}


@media screen and (max-width: 1023px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bth__uper-link.fz18 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .page .page-up-btn {
        display: none !important;
    }
}