.three-nav-wrap001 {
    border-bottom: 1px solid #ccc;
}

.three-nav-wrap001 .layout ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.three-nav-wrap001 .layout ul li {
    height: 0.6rem;
    font-size: 0.16rem;
    line-height: 0.6rem;
    margin: 0 0.15rem;
    position: relative;
}

.three-nav-wrap001 .layout ul li a {
    display: inline-block;
    height: 100%;
}

.three-nav-wrap001 .layout ul li .cur-line {
    width: 0;
}

.three-nav-wrap001 .layout ul li.cur .cur-line {
    width: 100%;
    height: 2px;
    background-color: var(--ruifox-color-primary-1);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 960px) {
    .three-nav-wrap001 .layout ul li {
        height: 40px !important;
        line-height: 40px !important;
    }
}

/*# sourceMappingURL=three-nav001.css.map */