.main-header[data-v-7c5d65ec] {
    z-index: 99;
    width: 100%;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem;
    box-sizing: border-box;
    position: relative
}

.main-header .center[data-v-7c5d65ec] {
    width: 80%;
    text-align: center;
    min-width: 0;
    flex: 1;
    color: #fff;
    font-size: .32rem;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.main-header .center img[data-v-7c5d65ec] {
    height: .56rem
}

.main-header .right[data-v-7c5d65ec] {
    margin-left: auto;
    flex: 0 0 auto
}