﻿.top-class-box .header_nav_li.active {
    position: relative;
    color: var(--main-color) !important;
}

.top-class-box .header_nav_li.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 3px;
    background: var(--main-color);
    border-radius: 3px;
}
.web-top2 {
    height: 92px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}
.logo {
    width: 220px;
    height: auto;
    display: block;
}

.top-class-box a {
    font-size: 18px;
    margin-right: 78px;
    color: #101010 !important;
    font-weight: 600;
}

.top-class-box a:last-child {
    margin-right: 0;
    padding-right: 0;
}
