﻿html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        height: 100%;
    }
}

html {
    position: relative;
    min-height: 100%;
}
@font-face {
    font-family:'futura';
    src: url('/fonts/Futura LT Medium.ttf'); /*路径要正确*/
    font-weight: normal;
    font-style: normal;
}
body {
    background: url("/images/bg.jpg") top center no-repeat;
    background-size: cover;
    height: 100%;
    /*font-family: fur,Poppins,Helvetica,Arial,sans-serif;*/
    font-family: 'futura';
}
.wf-cell h5.card-title a:link, .wf-cell h5.card-title a:visited {
    color: #007185;
    font-size: 0.85rem;
}
.main-wrapper {
    min-height: 100%;
}

.header-container {
    display: flex;
}

    .header-container .navbar-brand {
        display: flex;
        margin-right: auto;
    }
.woocom-list-content {
    font-size: 0.85rem;
}
.footer {
    background: url('/images/footer.svg') no-repeat top center;
    background-size: cover;
    padding-top: 70px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.header-top {
    background: floralwhite;
    padding: 5px 0;
    color: #999;
}

.main-box {
    height: inherit;
}

.dt-css-grid {
    width: 100%;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
}

    .dt-css-grid .wf-cell {
        display: flex;
        padding: 0;
        vertical-align: top;
    }

        .dt-css-grid .wf-cell > a, .dt-css-grid .wf-cell > article, .dt-css-grid .wf-cell > div {
            width: 100%;
        }


@media (min-width: 640px) {
    .dt-css-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(160px, 1fr));
    }
}
@media (min-width: 960px) {
    .dt-css-grid {
        display: inline-grid;
        grid-auto-columns: 270px;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        grid-template-rows: repeat(1, 1fr);
    }
}
@media (min-width: 1304px) {
    .dt-css-grid {
        display: inline-grid;
        grid-auto-columns: 270px;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        grid-auto-flow: row;
    }
}


.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px #808080 solid;
    margin: 10px 0;
}

.root-cat {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75;
    padding: 15px 0;
}

.child-cata .wf-cell {
    text-align: center;
}
