/*产品分类居中*/
#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;
}
/*导航右侧会员购物车边距*/
#component_lPUFCmspgSqO > DIV > DIV > DIV {
	margin-top:8px !important;
}
#component_rvUuhRYpLwmt > DIV > DIV > DIV {
	margin-top:8px !important;
}
/*图册展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}
/*产品详情页 标题字号*/
.sitewidget-prodDetail-20141127140104 .sitewidget-bd h1.this-description-name {
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0;
    text-align: left;
    color: #333;
}