.top3-heade > ul {
    font-family: "Tahoma";
    display: grid;
    width: 100%;
    grid-template-columns: repeat(10 , 1fr);
    gap: 23px;
}

.top3-heade > ul > li {
    box-sizing: border-box;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
    vertical-align: top;
    padding-top: 20px;
    height: 119px;
    list-style: none;
    width: 100%;
    float: none
}

body .top-headeTop-fixed .top3-heade > ul {
    display: grid;
    width: 100%;
    text-align: justify;
    grid-template-columns: repeat(10, 1fr);
}
body .top-headeTop-fixed.add .top3-heade > ul > li {
    display: table-cell;
}

.top-headeTop-fixed .top3-heade .img {
    float: none;
    display: block;
}
