

.tabs_wrap {
    display: flex;
    justify-content: space-between;
    height: 5rem;
    border-bottom: 1px solid #ddd;
}
.tabs_wrap .tab {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    background-color: #fff;
    display: flex;align-items: center;justify-content: center;
}
.tabs_wrap .tab.on {
    background-color: #5968a8;
    color: #fff;
}
.menu {
    min-height: calc(100vh - 12rem - 5rem);
}
/* .menu2 {padding: 0;} */
.menu2 .ul_1 {}
.menu2 a {
    padding: 1.5rem;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
}
.menu2 a img {
    width: 100%;
}