* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

.headerBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 100%;
    height: 1rem;
    /* border-bottom: 1px solid #aecceb; */
}

.headerBox img {
    display: block;
    width: 1.53rem;
}

.headerBox ul {
    display: flex;
    margin-left: 3.38rem;
}

.headerBox ul li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: .25rem;
    color: #fff;
    font-size: .16rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 700;
    border: .02rem solid transparent;
    padding: .14rem;
    border: .04rem solid transparent;
    white-space: nowrap;
    height: 42px !important;
    border-radius: 21px !important;
}

.headerBox ul li:last-child {
    margin-right: 0;
}

.headerBox ul li:hover {
    /* background: #146b3d;
    color: #fff;
    font-weight: 700; */
    border-bottom: 3px solid #fff;
}

.headerBox ul .active {
    border-bottom: 3px solid #fff;
}
