.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.1rem;
    position: relative;
}

.three-nav-wrap001 .layout ul li a {
    padding: 0.1rem 0.2rem;
    background-color: #d9a476;
    color: #fff;
}
.three-nav-wrap001 .layout ul li a:hover {
    background-color: #26488b;
}
.three-nav-wrap001 .layout ul li .cur-line {
    width: 0;
}
.three-nav-wrap001 .layout ul li.cur a {
    background-color: #26488b;
}
.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;
}

/*# sourceMappingURL=three-nav001.css.map */