﻿.dzmenu-2hf11dp3o .sub-menu > li::after {
    display: none !important;
}
@media (min-width: 1024px) {
    .dzmenu-2hf11dp3o > .sub-menu {
        max-width: calc(100% - 360px - 60px) !important;
    }
}
@media (min-width: 769px) {
    .dzmenu-2hf11dp3o > .sub-menu {
        max-width: calc(100% - 40px);
    }
    .dzmenu-2hf11dp3o {
        position: unset !important;
    }
    .dzmenu-2hf11dp3o.menu-item-has-children > a::before {
        display: none;
        content: '';
        position: absolute;
        /* 箭头 */
        width: 10px;
        height: 10px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        top: calc(100% + 1px);
        left: calc(50% - 0px - 12px);
    }
    .dzmenu-2hf11dp3o.menu-item-has-children > a {
        position: relative;
    }

    .dzmenu-2hf11dp3o:hover > .sub-menu {
        top: 100% !important;
    }
    .dzmenu-2hf11dp3o:hover > a::before {
        display: block;
    }

    .dzmenu-2hf11dp3o > .sub-menu {
        position: absolute;
        display: flex;
        left: auto;
        right: 0;
        top: calc(100% - 8px) !important;
        width: 100%;
        margin-right: 20px;
        padding: 40px 10px 10px 30px;
        transform: translateX(0);
        flex-wrap: wrap;
        background-color: transparent;
        box-shadow: none;
    }
    .dzmenu-2hf11dp3o > .sub-menu::after {
        content: '';
        position: absolute;
        top: 10px !important;
        left: 3px !important;
        right: 0 !important;
        bottom: 0 !important;
        background-color: #fff;
        border-radius: 5px;
        z-index: -1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .dzmenu-2hf11dp3o > .sub-menu::before {
        display: none !important;
    }
    .dzmenu-2hf11dp3o > .sub-menu li {
        flex: 0 0 calc(20% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 4px;
        overflow: hidden;
    }
    .dzmenu-2hf11dp3o > .sub-menu a {
        position: relative;
        text-align: center;
        padding: 20px 10px !important;
        min-height: 100%;
        background-color: #f4f4f4;
    }

    .dzmenu-2hf11dp3o > .sub-menu a:hover {
        color: #fff;
        background-color: var(--tb--main) !important;
    }
    .dzmenu-2hf11dp3o > .sub-menu a:hover .dzcount {
        color: #fff;
    }
    .dzmenu-2hf11dp3o > .sub-menu a:hover::before {
        opacity: 1;
    }
    .dzmenu-2hf11dp3o > .sub-menu a:hover i {
        color: var(--tb--main);
    }
    .dzmenu-2hf11dp3o > .sub-menu .dzcount {
        display: block;
        text-align: center;
        color: #8d8f96;
        line-height: 1;
        margin-top: 5px;
        font-size: 12px;
        transition: color 0.3s;
    }
    .dzmenu-2hf11dp3o > .sub-menu i {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-weight: normal;
        margin: 0 auto 10px auto;
        text-align: center;
        background: #fff;
        font-size: 25px;
        color: var(--primary-color);
        border-radius: 50%;
        transition: color 0.3s;
    }
}
@media (max-width: 890px) {
    .dzmenu-2hf11dp3o i {
        margin-right: 4px;
        font-weight: normal;
    }
    .dzmenu-2hf11dp3o .dzcount {
        display: none;
    }
}
