a[href="contact-us.html"] {
    display: none !important;
}

footer li a {
    font-size: 14px;
}

footer h2 {
    font-weight: 600;
}

footer .contact-list {
    display: none !important;
}

.bgmail {
    margin-top: 30px;
    font-size: 14px;
    /* height: 50px;
    line-height: 50px;
    padding: 0px 37rem;
    color: #000;
    font-size: 16px; */
}




#cookie-banner {
    display: none !important;
}

.stylized-image.video-container:has(iframe) {
    display: none !important;
}

.social-nav {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .download {

        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .download>img {
        padding-top: 30px;
        width: 45%;
        height: auto;
        cursor: pointer;

    }



}



@media screen and (min-width: 768px) {
    .download {


        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download>img {
        padding: 20px;
        width: 300px;
        height: auto;
        cursor: pointer;
    }
}

/* 
.yc3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
} */



li:has(> a[href="opco-crs.html"]),
li:has(> a[href="oam-crs.html"]),
li:has(a[href*="find-a-financial-professional.html"]),
a[href="opco-crs.html"],
a[href="oam-crs.html"],
a[href*="find-a-financial-professional.html"] {
    display: none !important;
}

.media-action{
    display: none !important;
}
.bio-info-right{
    display: none !important;
}





/*  修改头部 */

/* header {
    background-color: #000;
}





.mobile-menu-toggle.active .mobile-nav-toggle span:nth-child(3) {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #fff !important;
}

.mobile-menu-toggle.active .mobile-nav-toggle span:nth-child(1) {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #fff !important;
}

.mobile-menu-toggle.active .mobile-nav-toggle span:nth-child(2) {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #fff !important;
}

.mobile-menu-toggle .mobile-nav-toggle span {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #fff !important;

}


@media screen and (min-width: 768px) {
    header nav.main-nav {
        background-color: #000;
    }

    header nav.main-nav>ul.container.first-level>li.has-sub>a {
        color: #2b6d9f;
    }

    header nav.main-nav>ul.container.first-level>li:nth-child(7)>a {
        color: #2b6d9f;
    }

} */

.download{
    display: none;
}

.mobile-search {
    background: #0000;
    border: none;
    cursor: pointer;
    margin: 0 0 0 15px
}

@media screen and (min-width: 992px) {
    .mobile-search {
        /* display: none */
        /* background-color: blue; */
    }
}

@media print {
    .mobile-search {
        /* display: none */
    }
}

/* .mobile-search .icon-search {
    height: 20px;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 20px
} */


/* 语言切换器整体样式 */
.mobile-lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10px; /* 根据你 .mobile-search 的布局调整 */
}

/* 小地球图标样式 */
.globe-icon {
    font-size: 20px;
    line-height: 1;
}

/* 下拉菜单隐藏状态 */
.lang-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 5px 0;
    margin: 5px 0 0 0;
    min-width: 120px;
    z-index: 9999;
}

/* 下拉菜单展开状态 */
.lang-list.active {
    display: block;
}

/* 语言选项样式 */
.lang-list li {
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.lang-list li:hover {
    background-color: #f5f5f5;
}



    @media screen and (min-width: 768px) {
        .zhengshu {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .zhengshu img {
            height: 300px;
            width: auto;
            padding: 15px;
            border: 1px solid #f1f1f1;
            margin: 0 10px;
            border-radius: 6px;
            cursor: pointer;
            box-sizing: border-box;
        }
    }

    @media screen and (max-width: 768px) {
        .zhengshu {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .zhengshu img {
            width: 90%;
            height: auto;
            padding: 8px;
            margin: 10px 0;
            border: 1px solid #f1f1f1;
            border-radius: 6px;
            cursor: pointer;
            box-sizing: border-box;
        }
    }


    /* ==============================
       图片预览遮罩
       ============================== */

    .img-preview {
        position: fixed;

        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        width: 100%;
        height: 100%;

        background: rgba(0, 0, 0, 0.8);

        display: none;

        z-index: 99999;

        /*
         * 关键：
         * 允许预览层自己上下滚动
         */
        overflow-y: auto;
        overflow-x: hidden;

        /*
         * 不使用 flex 居中
         */
        padding: 50px 20px;

        box-sizing: border-box;

        /*
         * 手机触摸滚动
         */
        -webkit-overflow-scrolling: touch;

        overscroll-behavior: contain;

        text-align: center;
    }


    /* ==============================
       预览图片
       ============================== */

    .img-preview img {
        display: block;

        width: auto;
        height: auto;

        /*
         * 图片宽度不能超过屏幕
         */
        max-width: 90%;

        /*
         * 不设置 max-height
         *
         * 这样高度很大的证书可以正常滚动
         */
        max-height: none;

        margin: 0 auto;

        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);

        border-radius: 4px;

        user-select: none;

        -webkit-user-drag: none;
    }


    /* ==============================
       手机
       ============================== */

    @media screen and (max-width: 768px) {

        .img-preview {
            padding: 60px 10px 30px;
        }

        .img-preview img {
            max-width: 100%;
        }
    }
