/*.colorGreen {
    color: #3AB980 !important;
}
*/
.showObj {
    display: inline-block;
}

.hideObj {
    display: none !important;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50% !important;
    color: #3AB980 !important;
}

.swiper-button-prev {
    left: 10% !important;
}

.swiper-button-next {
    right: 10% !important;
}

.swiper-pagination-bullet-active {
    background-color: #3AB980 !important;
}


#section_Ooh_6 .mapLeftButtonList {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 均匀分布按钮 */
    width: 100%; /* 让按钮列表占满父容器 */
    margin-left:-20px;
    margin-top: 10px;
}

    #section_Ooh_6 .mapLeftButtonList div {
        flex: 1; /* 使每个按钮容器均匀分布 */
        margin: 5px 5px; /* 按钮间距 */
    }

    #section_Ooh_6 .mapLeftButtonList button {
        background-color: white; /* 默认背景颜色 */
        color: #3AB980; /* 默认文字颜色 */
        border: 2px solid #3AB980; /* 默认边框颜色 */
        border-radius: 100px; /* 圆角 */
        padding: 5px 5px; /* 内边距 */
        font-size: 14px; /* 字体大小 */
        cursor: pointer; /* 鼠标指针样式 */
        transition: background-color 0.3s, color 0.3s; /* 过渡动画 */
        width: 100%; /* 按钮占满其容器 */
    }

        #section_Ooh_6 .mapLeftButtonList button:hover {
            background-color: #3AB980; /* 鼠标移入时背景颜色 */
            color: white; /* 鼠标移入时文字颜色 */
        }

        #section_Ooh_6 .mapLeftButtonList button.selected {
            background-color: #3AB980; /* 常亮状态背景颜色 */
            color: white; /* 常亮状态文字颜色 */
        }


        #section_Ooh_6.mapLeftButtonList button:focus {
            outline: none; /* 去掉焦点边框 */
        }

#section_Ooh_6 .bannerImage {
    display: flex;
    width: 97%;
    margin-left: 1.5%;
    margin-top: 50px;
    height: 450px; /* 可以根据需要调整 */
    background-image: url('../../Views/Eng/wwwroot/img/ap/ooh/HK/HK domination zone.jpg');
    background-size: cover; /* 填充整个容器 */
    background-position: center; /* 居中显示 */
    background-repeat: no-repeat; /* 不重复 */
    border-radius: 15px; /* 圆角效果 */
    position: relative;
    overflow: hidden;
}

    #section_Ooh_6 .bannerImage .bannerImageOverlay {
        flex: 1;
        position: relative;
        transition: background 0.5s ease; /* 确保背景色有过渡 */
    }

#section_Ooh_6 .gradient-overlay {
    position: absolute;
    bottom: 0;
    height: 50%; /* 覆盖一半高度 */
    margin-left: -15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    box-sizing: border-box;
    z-index: 2;
}

.overlayFadeIn {
    background: rgba(0, 0, 0, 0.5) !important; /* 半透明背景 */
}

#section_Ooh_6 .bannerImage .bannerImageOverlay ul {
    list-style-type: none;
    position: absolute;
    bottom: -25%;
    width: 100%;
    transition: bottom 0.5s ease; /* 确保 bottom 属性有过渡 */
    padding: 20px;
    box-sizing: border-box;
    color: white;
}

.showOverlay {
    bottom: 0 !important; /* 显示时移动到视图内 */
}

#section_Ooh_6 .bannerImage .bannerImageOverlay ul li {
    color: white !important;
}

#section_Ooh_6 .bannerImage .bannerImageOverlay .overlayTop h6 {
    color: white !important;
}

#section_Ooh_6 .bannerImage .bannerImageOverlay .overlayMiddle {
    font-size: 14px;
}

#section_Ooh_6 .bannerImage .bannerImageOverlay .overlayFoot {
    font-size: 14px;
}

#section_Ooh_3 .services_title {
    margin-top: 150px;
}

#section_Ooh_3 img {
    max-width: 100%;
    border-radius: 15px;
}

#section_Ooh_3 .pt_detail {
    text-align: left !important;
}

#section_Ooh_4 .logoList {
    width: 100% !important;
  
}

@media (max-width: 768px), (max-width: 991px), (max-width: 1280px),(max-width:1440px) {
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }
}
