.yn_plate_110 {}

.yn_plate_110 .menu-box {
    display: flex;
    align-items: center;
    overflow-x: auto;

    position: sticky !important;
    top: 80px;
    z-index: 888;
    background-color: #fff;
}

.yn_plate_110 .menu-box .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--yn-form-submit-color);
    background: var(--yn-form-submit-bg-color);
    border-right: 1px solid var(--yn-grey-bg);

    cursor: pointer;
    padding: 7px 10px;
    text-align: center;
    transition: all 500ms ease;

    min-width: 40%;
    max-width: 80%;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.yn_plate_110 .menu-box .tab-btn:last-child {
    margin: 0px !important;
}

.yn_plate_110 .menu-box .tab-btn.active-btn,
.yn_plate_110 .menu-box .tab-btn:hover {
    background: var(--yn-form-submit-hover-bg-color);
    color: var(--yn-form-submit-hover-color);
}

.yn_plate_110 .tabs-content {
    margin-top: 10px;
}

.yn_plate_110 .children-box .children-content-box {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: var(--yn-font-color-main);
}

.yn_plate_110 .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.yn_plate_110 .tabs-box .tab.active-tab {
    display: block;
}

.yn_plate_110 .tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.yn_plate_110 .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.yn_plate_110 .list-box {}

.yn_plate_110 .item-box {
    width: 100%;
    background-color: var(--yn-grey-bg);
    margin-bottom: 10px;
}

.yn_plate_110 .img-box {
    width: 100%;
    height: calc(100vw * 0.63);


}

.yn_plate_110 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.yn_plate_110 .content-box {
    padding: 6px 10px 6px 10px;
}

.yn_plate_110 .name-box {}

.yn_plate_110 .name-box a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .yn_plate_110 .menu-box {
        overflow-x: hidden;
        top: 64px;
    }

    .yn_plate_110 .menu-box .tab-btn {
        min-width: unset;
        min-width: unset;
        text-overflow: unset;
        overflow: unset;
        display: unset;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        -o-transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .yn_plate_110 .list-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;

    }

    .yn_plate_110 .item-box {
        flex: 1 1 calc(25% - 10px);
        width: calc(25% - 10px);
        min-width: calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin-bottom: 0;
    }

    .yn_plate_110 .img-box {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        height: 190px;
        min-height: 190px;
        max-height: 190px;

    }

    .yn_plate_110 .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .yn_plate_110 .content-box {
        width: auto;
        margin-left: 10px;
    }

    .yn_plate_110 .name-box {
        margin-top: 0;
    }

    .yn_plate_110 .name-box:hover a {
        text-decoration: underline;
        color: var(--yn-form-submit-hover-bg-color);
    }
}