﻿
.drop-nav {
    position: relative;
    background-color: #f8f8f8;
    display: none;
}

.nav-top {
    position: relative;
    /* height: 48px; */
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
}

.nav-bot {
    position: unset !important;
}

.nav-top .nav-a {
    color: var(--theme-color);
    font-size: 14px;
    display: block;
    padding: 0px 20px;
}

.nav-top .nav-more {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all .5s;
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.nav-bot {
    top: 48px;
    left: 0;
    width: 100%;
    display: none;
}

    .nav-bot .nav-item {
    }

.nav-bot {
    z-index: 99;
    background-color: #fff;
}

.nav-more.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.nav-a.active {
    color: #e94609;
    font-weight: 600;
}

.nav-top.second {
    padding: 0 40px;
}
    .nav-top.second a.active {
        color: #e94609;
    }
    /* ??????????????? */
    .nav-top.first {
        background-color: #f5f5f5;
    }

.color .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media(max-width:991px) {

    /*????????????*/
    .drop-nav {
        display: block;
    }
.prod-menu{display: none;}
.prod-menu.on{display: none;}
    /* ???????????????????????????????????? */
    .pron-nav {
        display: none;
    }
}


