* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
li {
    list-style: none;
}
input {
    outline: none;
}
.hide {
    display: none;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px !important;
}
.main-color {
    color: #026dd9 !important;
}
.main-bg-color {
    background-color: #026dd9 !important;
}

.w-1200 {
    width: 1160px;
    min-width: 1160px;
}

.w-auto {
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-items-center {
    align-items: center;
}
.flex-justify-center {
    justify-content: center;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}

.head-info-box {
    padding: 20px 0;
}
.head-info-box .head-left {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.head-info-box .head-logo {
    width: 200px;
}
.head-info-box .change-city {
    font-size: 14px;
}

.head-nav-box {

}
.head-nav li{
    color: #fff;
    padding: 12px 0;
}
.head-nav li a{
    color: #fff;
}

/* swiper */
.swiper {
    width: 100%;
    height: 420px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    /* display: block; */
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.swiper-button-prev, .swiper-button-next {
    color: #fff !important;
    border-radius: 50%;
    background-color: #00000047;
    width: 34px !important;
    height: 34px !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 10px !important;
    
}
.swiper-css-mode>.swiper-wrapper {
    overflow: hidden !important;
    scrollbar-width: none;
}

/* .city-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 850px;
    height: 650px;
    background-color: #fff;
    z-index: 100;
    background-color: #026dd9;
    border-radius: 13px;
    display: none;
} */
 .city-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9); /* 初始缩小 */
    width: 850px;
    height: 650px;
    background-color: #fff;
    z-index: 100;
    background-color: #026dd9;
    border-radius: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.city-popup .popup-title {
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.city-popup .popup-box {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 13px;
    height: 539px;
    overflow: auto;
}
.city-popup .popup-box::-webkit-scrollbar {
    display: none;
}
.city-popup .popup-box .hot-city {
    font-size: 12px;
    padding: 8px 20px;
    background-color: #0000000d;
    border-radius: 2px;
    cursor: pointer;
}
.city-popup .popup-box .popup-zm {
    color: #00000080;
}
.city-popup .popup-box .popup-zm2 {
    border-left: 5px solid #e5e7eb;
    height: 100%;
    padding-left: 10px;
}
.city-popup .popup-box .popup-zm2-select {
    border-color: #026dd9;
}
.city-popup .popup-box .popup-zm-title {
    font-size: 24px;
    font-weight: bold;
}
/* .city-popup-mask {  
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000047;
    z-index: 99;
    display: none;
} */
 .city-popup-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000047;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 101;
    cursor: pointer;
}
.popup-show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) scale(1) !important; /* 弹窗恢复原始大小 */
}
.city-popup-mask.popup-show {
    transform: none !important; /* 确保遮罩不受弹窗transform影响 */
}
.empty-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty {
    width: 200px;
    object-fit: contain;
}
