/*导航居中*/
#cateTranstyle1 > UL {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:nowrap !important;
	align-content:unset !important;
	justify-content:center !important;
	align-items:unset !important;
}
/*列表页 导航灰色背景和左侧分类宽度*/
#prod_list_filter_12 {
	background:rgb(255,255,255) !important;
}
#prod_list_filter_12 .sortBox .list {
    position: absolute;
    width: 240px;
    left: 0;
    top: 60px;
    z-index: 9;
}
/*首页播放图标*/
#形状 {
	display:none !important;
}
/*odm/oem页面播放按钮隐藏*/
#siteblocks-setting-wrap-mbKFqyVQlfAO > DIV > DIV > DIV:nth-child(3) > DIV:nth-child(2) > DIV > DIV > UL > DIV > DIV > LI:nth-child(2) > DIV:nth-child(3) > svg {
	display:none !important;
}
#siteblocks-setting-wrap-mbKFqyVQlfAO > DIV > DIV > DIV:nth-child(3) > DIV:nth-child(2) > DIV > DIV > UL > DIV > DIV > LI:nth-child(3) > DIV:nth-child(3) > svg {
	display:none !important;
}
#siteblocks-setting-wrap-mbKFqyVQlfAO > DIV > DIV > DIV:nth-child(3) > DIV:nth-child(2) > DIV > DIV > UL > DIV > DIV > LI:nth-child(1) > DIV:nth-child(3) > svg {
	display:none !important;
}