* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

.headerBox {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #5886ea; */
    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;
}

.headerBox ul li:last-child {
    margin-right: 0;
}

.headerBox ul li:hover {
    background: #fff;
    color: #1a33b9;
    border-radius: .25rem;
    font-weight: 700;
}

.headerBox ul .active {
    position: relative;
    background: #fff;
    color: #1a33b9;
    border-radius: .25rem;
    font-weight: 700;
}
