.field-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    /* box-shadow: 0 12px 34px rgba(0, 90, 220, .12); */
}

.header-top {
    height: 80px;
}

.header-box {
    width: 1220px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-box .logo {
    height: 68px;
}

.header-box .menu-list {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
}

.header-box .menu-list .menu-item {
    height: 100%;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid transparent;
}

.header-box .menu-list .menu-item a {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-box .menu-list .menu-item.active {
    border-bottom: 2px solid #2469f3;
}

.header-box .menu-list .menu-item.active a {
    color: #2469f3;

}

.header-box .menu-list .menu-item:hover {
    color: #2469f3;
}


.tel-phone {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2469f3;
}
