.yn-ct-plate-ftl-v4-search-city .bg-img img{
    height: 300px;
}
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-title{
    width: 40%;
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-title h2{
    text-align: left !important;
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search{
    width: 60%;
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-header{
    display: flex;
    justify-content:space-between;
}
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-summary {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
    align-content: center;
    align-items: center;
}
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search .city-btn-box{
    height: 100%;
    display: flex;
    align-items: flex-end;
    
}
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-summary-box{
    width: 100%;
    text-align: left;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search .city-btn{
    padding: 6px 12px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 2px;

    background-color: var(--on-surface-variant2);
    color: var(--black);
    white-space: nowrap;
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search .city-btn.active{
    background-color: var(--blue);
    color: var(--white);
}

.yn-ct-plate-ftl-v4-search-city .underway{
    color: var(--tertiary);
}

.yn-ct-plate-ftl-v4-search-city .underway{
    color: var(--tertiary);
}

.yn-ct-plate-ftl-v4-search-city .ended{
    color: var(--on-surface-variant1);
}

.yn-ct-plate-ftl-v4-search-city .days-from-now{
    color: var(--critical);
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-btn {
    border: 2.4px solid var(--tech-light-blue);
    padding: 5px 12px;
    color: var(--tech-light-blue);
    font-weight: 400;
    font-size: 1.8rem;
    font-size: 12px;
    border-radius: 2px;
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-btn:hover {
    border: 2.4px solid var(--tech-light-blue);
    background-color: var(--tech-light-blue);
    color: var(--white);
}

.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-body .item{
    display: none;
}
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-body .item.show{
    display: block;
}

/* 移动端样式 */
@media (max-width: 767px) {

    .yn-ct-plate-ftl-v4-search-city .yn-ct-plate-title{
        width: 100%;
    }

    .yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search{
        width: 100%;
        overflow-x: auto;
        justify-content: start !important;

    }
    .yn-ct-plate-ftl-v4-search-city .yn-ct-header{
        display: block;
        justify-content:unset;
    }
}