.pc-page .nav-list .active{
    position: relative;
    color: #A67F43;
}
.pc-page .nav-list .active:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
    width: 100%;
    height: 0.03rem;
    background-color: #A67F43;
}
.swiper-pagination{
    bottom: 0!important;
}
.swiper-pagination-bullet{
    width: 0.65rem;
    height: 0.04rem;
    border-radius: unset;
}
.swiper-pagination-bullet-active{
    background-color: #A67F43;
}