.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 16px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid rgba(59, 130, 246, 0.1); /* 极淡的蓝色边框 */

    background-color: #EFF6FF; /* 极淡的蓝色背景 */
    color: #1D4ED8; /* 深蓝色文字 */
    white-space: nowrap;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.08); /* 淡蓝色阴影 */
    font-weight: 500;
}
/* 鼠标悬浮效果 */
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search .city-btn:hover {
    transform: translateY(-2px);
    background-color: #3B82F6; /* 亮蓝色实色 */
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(59, 130, 246, 0.35); /* 蓝色光晕 */
}

/* 选中/激活状态 */
.yn-ct-plate-ftl-v4-search-city .yn-ct-plate-search .city-btn.active {
    background-color: #2563EB; /* 浓郁的深蓝色 */
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4); /* 强烈的蓝色发光 */
}

.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;
    }
}
