/*联系我们页面，隐藏线*/
@media screen and (max-width:500px) {
#component_wpftIThQcMPO > div > div > div{
    display: none!important;
}
}

/*产品详情页 组图展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}