/*图册 图片尺寸*/
.sitewidget-atlasList .atlasList-item .item-box img {
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.sitewidget-atlasList .atlasList-item .item-box {
    vertical-align: middle;
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    height: 200px !important;
}
/*产品详情页 组图展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}
/*导航语种目录隐藏*/
#siteblocks-setting-wrap-lBpFfZvdtDLj > DIV > DIV > DIV > DIV:nth-child(4) > DIV:nth-child(2) > DIV > DIV > SPAN {
	display:flex !important;
}
#siteblocks-setting-wrap-lBpFfZvdtDLj > DIV > DIV > DIV > DIV:nth-child(4) > DIV:nth-child(2) {
	display:none !important;
}