#contact-section-footer .bklyn-list-item-space-medium .bklyn-fancy-list-content {
        font-family: "Exo 2";
}

.lg-components {
    padding: 20px;
    background:#ffffff;
    width: 480px;
    left:0;
}

@media(max-width:765px) {
    .lg-components {
        width: 480px;
        padding: 20px 0;
    }
}

#ut-sitebody .lg-sub-html {
     background:#ffffff;
     color:#333333;
     text-align:left;
}

@media(min-width:765px) {
    .lg-outer .lg-content {
        bottom:0 !important;
    }
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
   transform: scale3d(1.5, 1.5, 1.5);
}

#brand-product-img .ut-image-gallery-fitRows .ut-image-gallery-item {
    widht:48%;
    height:auto !important;
}


/* 修改语言切换器文字颜色 */
.menu-item-language a {
    color: #333 !important;
    font-size: 14px;
}

/* 针对中文版，如果用了自定义字体，确保这里也生效 */
html[lang="tc"] .menu-item-language a {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

/* 调整下拉框的边框和阴影，模仿图片效果 */
.pll-parent-menu-item .sub-menu {
    border: 1px solid #eee !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    background: #fff !important;
    padding: 10px 0 !important;
}

/* 隐藏下拉框的小箭头（如果 Brooklyn 自动带了） */
.pll-parent-menu-item > a:after {
    content: '\f107'; /* FontAwesome 向下箭头 */
    margin-left: 5px;
    font-family: FontAwesome;
}