.homePage .header[data-v-c0172798] {
    width: 100vw;
    padding: 0 20px;
    background-color: #f6f8f9;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none
}

.homePage .header .left[data-v-c0172798] {
    display: flex;
    align-items: center;
    font-size: 14px
}

.homePage .header .left .logoImg[data-v-c0172798] {
    width: 105px;
    height: 35px;
    margin-right: 5px
}

.homePage .main[data-v-c0172798] {
    text-align: center
}