@media screen {
    .breadcrumb {
        width: 100%;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 3;
        display: none;
        opacity: 0;
        font-size: 1.4rem;
        font-weight: 400;
        padding-right: 52px;
        box-sizing: border-box;
        border-bottom: 2px solid #d00c00;
    }

    .breadcrumb ul{
        overflow: hidden;
        margin: 0;
        padding: 1.25rem 0;
    }
    .breadcrumb li.first{
    }
    .breadcrumb li {
        float: left;
        width: auto;
        padding: 1rem 0.2rem 0.75rem 0;
    }
    .breadcrumb li:before {
        content: '/';
        padding: 0 0.25rem;
        color: #000;
    }
    .breadcrumb li a{
        border: none;
        color: #000;
        text-transform: uppercase;
    }

    .breadcrumb li a:hover {
        color: #000;
    }
    .breadcrumb li.active{
        color: #000;
        text-transform: uppercase;
    }

    .showbc .breadcrumb {
        display: block;
        opacity: 1;
        transition: opacity 0.8s;
    }


    .breadcrumb li.first {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .breadcrumb li.first a{
        display: block;
        width: 7rem;
        text-indent: -10000px;
    }

    .breadcrumb li.first::before {
        display: none;
    }

}


@media only screen and (min-width: 990px) {

}

/* min-width:1025  */
@media only screen and (min-width:1025px) {

}

@media only screen and (min-width: 1300px) {

}
