.header-container {
    transition: all 0.3s ease;
}
.header-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.nav-container {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}
.language-dropdown {
    position: relative;
    display: inline-block;
}
.language-dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    background-color: #1a2b47;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 0;
    transition: opacity 0.2s, visibility 0.2s;
    padding-top: 5px;
}
.language-dropdown-content a {
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    text-align: left;
}
.language-dropdown-content a:hover {
    background-color: #2c3e50;
}
.language-dropdown:hover .language-dropdown-content {
    visibility: visible;
    opacity: 1;
}
.language-dropdown .current-language {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
/*.language-dropdown .current-language:after {*/
/*    content: "\f0d7";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    margin-left: 5px;*/
/*}*/
.language-dropdown .active {
    background-color: #2c3e50;
}
.search-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}
.search-box .tab-item {
    cursor: pointer;
    color: #0E2052;
}
.search-box .tab-active {
    color: #00b8a9;
    border-bottom: 2px solid #00b8a9;
}
.el-tag{
    padding: 0 5px !important;
}
/* 复选框选中状态 */
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #09204C;
    border-color: #09204C;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #09204C;
}

/* 复选框悬停状态 */
.el-checkbox__input:hover .el-checkbox__inner {
    border-color: #09204C;
}

/* 标签样式 */
.el-tag--info {
    background-color: rgba(9, 32, 76, 0.1);
    border-color: rgba(9, 32, 76, 0.2);
    color: #09204C !important;
}

.el-tag--info.is-hit {
    border-color: #09204C !important;
}

.el-tag--info .el-tag__close {
    color: #09204C !important;
}

.el-tag--info .el-tag__close:hover {
    background-color: rgba(9, 32, 76, 0.2);
    color: white;
}

/* 其他可能有用的样式覆盖 */
.el-radio__input.is-checked .el-radio__inner {
    border-color: #09204C !important;
    background: #09204C !important;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #09204C !important;
}

.el-switch.is-checked .el-switch__core {
    border-color: #09204C !important;
    background-color: #09204C !important;
}

.el-button--primary {
    background-color: #09204C !important;
    border-color: #09204C !important;
}

.el-button--primary:hover {
    background-color: #09204C !important;
    border-color: #09204C !important;
    opacity: 0.8;
}
.el-input-number{
    width: 100% !important;
}
.swiper {
    width: 100%;
    height: 100%;
}

.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 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 55%;
    width: 100%;
}

.mySwiper {
    height: 120px;
    box-sizing: border-box;
    /*padding: 10px 0;*/
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 116px;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev, .swiper-button-next{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 36px;
    width: 36px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* ==========================================================================
   Component: Pagination
 ============================================================================ */
.am-pagination {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    color: #999999;
    text-align: left;
}
.am-pagination:before,
.am-pagination:after {
    content: " ";
    display: table;
}
.am-pagination:after {
    clear: both;
}
.am-pagination > li {
    display: inline-block;
}
.am-pagination > li > a,
.am-pagination > li > span {
    position: relative;
    display: block;
    padding: 0.3em 0.6em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.am-pagination > li:last-child > a,
.am-pagination > li:last-child > span {
    margin-right: 0;
}
.am-pagination > li > a:hover,
.am-pagination > li > span:hover,
.am-pagination > li > a:focus,
.am-pagination > li > span:focus {
    background-color: #eeeeee;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0E2052;
    border-color: #0E2052;
    cursor: default;
}
.am-pagination > .am-disabled > span,
.am-pagination > .am-disabled > span:hover,
.am-pagination > .am-disabled > span:focus,
.am-pagination > .am-disabled > a,
.am-pagination > .am-disabled > a:hover,
.am-pagination > .am-disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    pointer-events: none;
}
.am-pagination .am-pagination-prev {
    float: left;
}
.am-pagination .am-pagination-prev a {
    border-radius: 2px;
}
.am-pagination .am-pagination-next {
    float: right;
}
.am-pagination .am-pagination-next a {
    border-radius: 2px;
}
.am-pagination-centered {
    text-align: center;
}
.am-pagination-right {
    text-align: right;
}

.alphabet-link {
    font-size: 0.8rem;
    padding: 0 3px;
}
.alphabet-link.active {
    color: #00BFA5;
    font-weight: bold;
}
/* 新增样式：控制弹窗显示/隐藏 */
.dropdown-hidden {
    display: none;
}
/* 自定义多选框样式 */
.custom-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: normal;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #fff;
}
.custom-checkbox:hover input ~ .checkmark {
    background-color: #f1f1f1;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #00BFA5;
    border-color: #00BFA5;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 已选标签样式 */
.selected-tag {
    display: inline-flex;
    align-items: center;
    margin: 0 4px 4px 0;
    padding: 2px 8px;
    background-color: #e0f2f1;
    color: #00796b;
    border-radius: 4px;
    font-size: 12px;
}
.remove-tag {
    margin-left: 4px;
    cursor: pointer;
}

.el-tag{
    padding: 0 5px !important;
}
/* 复选框选中状态 */
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #00BAB5;
    border-color: #00BAB5;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #00BAB5;
}

/* 复选框悬停状态 */
.el-checkbox__input:hover .el-checkbox__inner {
    border-color: #00BAB5;
}

/* 标签样式 */
.el-tag--info {
    background-color: rgba(9, 32, 76, 0.1);
    border-color: rgba(9, 32, 76, 0.2);
    color: #00BAB5;
}

.el-tag--info.is-hit {
    border-color: #00BAB5;
}

.el-tag--info .el-tag__close {
    color: #00BAB5;
}

.el-tag--info .el-tag__close:hover {
    background-color: rgba(9, 32, 76, 0.2);
    color: white;
}

/* 其他可能有用的样式覆盖 */
.el-radio__input.is-checked .el-radio__inner {
    border-color: #00BAB5;
    background: #00BAB5;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #00BAB5;
}

.el-switch.is-checked .el-switch__core {
    border-color: #00BAB5;
    background-color: #00BAB5;
}

.el-button--primary {
    background-color: #00BAB5;
    border-color: #00BAB5;
}

.el-button--primary:hover {
    background-color: #00BAB5;
    border-color: #00BAB5;
    opacity: 0.8;
}
.el-input-number{
    width: 100% !important;
}
.el-tabs__header{
    margin-bottom: 5px !important;
}
.el-tabs__item.is-active, .el-tabs__item:hover {
    color: #00BAB5 !important;
}
.el-tabs__active-bar{
    display: none;
}
.el-tabs__nav-wrap::after{
    display: none;
}
.el-slider__bar{
    background-color: #00BAB5;
}
.el-slider__button{
    border:2px solid #00BAB5
}
.item-list:hover .title,
.item-list:hover .address {
    color: #00BAB5;
}