/* ****************尺寸主题************************ */

.app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-body {
    flex-grow: 1;
    overflow-x: hidden;
    position: relative;
    background-color: var(--r-appBackColor);
}

.app-width {
    width: 100vw;
}


/* *****************颜色主题*********************** */

body {
    min-width: var(--r-appMinWidth);
}

.f-c-root {
    color: var(--f-c-root) !important;
}


/* 除首页之外的页面的灰色背景 */

.b-c-root {
    background-color: var(--f-c-root) !important;
}

.b-c-app {
    background-color: var(--r-appBackColor) !important;
}

.bor-c-root {
    border-color: var(--f-c-root) !important;
}

.root-hover:hover {
    color: var(--f-c-root);
}


/* *****************其他主题*********************** */

.style-bar::-webkit-scrollbar {
    width: 0.2rem;
    height: 0.2rem;
}

.style-bar::-webkit-scrollbar-thumb {
    background: linear-gradient( var(--f-c-root), rgba(255, 255, 255, 1), var(--f-c-root));
    border-radius: 0.1rem;
}

.k-icon-l {
    margin-right: 0.3em;
}

.k-icon-r {
    margin-left: 0.3em;
}


/* 字体大小 */

.font-size-067 {
    font-size: 0.67rem;
}

.font-size-073 {
    font-size: 0.73rem;
}

.font-size-086 {
    font-size: 0.86rem;
}

.font-size-093 {
    font-size: 0.93rem;
}

.font-size-106 {
    font-size: 1.06rem;
}

.font-size-113 {
    font-size: 1.13rem;
}

.font-size-120 {
    font-size: 1.2rem;
}


/* nuxt */

.page-enter-active,
.page-leave-active {
    transition: opacity .5s;
}

.page-enter,
.page-leave-active {
    opacity: 0;
}

@font-face {
    font-family: 'iconfont';
    /* project id 1954984 */
    src: url('https://at.alicdn.com/t/font_1954984_str1jeu6ree.eot');
    src: url('https://at.alicdn.com/t/font_1954984_str1jeu6ree.eot?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_1954984_str1jeu6ree.woff2') format('woff2'), url('https://at.alicdn.com/t/font_1954984_str1jeu6ree.woff') format('woff'), url('https://at.alicdn.com/t/font_1954984_str1jeu6ree.ttf') format('truetype'), url('https://at.alicdn.com/t/font_1954984_str1jeu6ree.svg#iconfont') format('svg');
}

.top-Notify {
    /*  Notify 组件高度 */
    height: 3.21rem !important;
}

.v-html img {
    max-width: 100%;
}

@media screen and (min-width:320px) {
    html {
        font-size: 12.8px
    }
    body {
        font-size: 12.8px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 14.4px
    }
    body {
        font-size: 14.4px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 15px
    }
    body {
        font-size: 15px
    }
}

@media screen and (min-width:384px) {
    html {
        font-size: 15.36px
    }
    body {
        font-size: 15.36px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 16px
    }
    body {
        font-size: 16px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 16.56px
    }
    body {
        font-size: 16.56px
    }
}

@media screen and (min-width:424px) {
    html {
        font-size: 16.9px
    }
    body {
        font-size: 16.9px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 19.2px
    }
    body {
        font-size: 19.2px
    }
}

@media screen and (min-width:540px) {
    html {
        font-size: 21.6px
    }
    body {
        font-size: 21.6px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 28.8px
    }
    body {
        font-size: 28.8px
    }
}

@media screen and (min-width:750px) {
    html {
        font-size: 30px
    }
    body {
        font-size: 30px
    }
}