/*首页社媒隐藏图标*/
#siteblocks-setting-wrap-yNKEJhbmtjFO > DIV > DIV > UL:nth-child(2) > LI:nth-child(5) > DIV:nth-child(2) > DIV:nth-child(4) > DIV > DIV > DIV > A > IMG {
	display:none !important;
}
#siteblocks-setting-wrap-yNKEJhbmtjFO > DIV > DIV > UL:nth-child(2) > LI:nth-child(5) > DIV:nth-child(2) > DIV:nth-child(5) > DIV > DIV > DIV > A > IMG {
	display:none !important;
}
/*产品详情页 组图展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}