﻿.index-top {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    font-weight: 500;
    color: #666;
    font-size: 14px;
}
.top-right {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 24px;
}
.toplinks a {
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
}
    .toplinks a:hover {
        color: var(--main-color);
    }
    body .web-top {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}


