/* 设置全局版心最大宽度 */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1600px !important;
}

/* 	 隐藏商品图右侧的阅读更多, 返回顶部 */
#main-content .tombuild-container .inner-content-wrap .product-thumbnail .product_type_simple {
	display: none;
}

.ocw-buoy.rb {
	bottom: 120px;
	right: 45px;
}

/* 首页分类高度统 */
.product_classification .master-image-box .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}