<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-detail-layer { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9000; background: #000; opacity: 0.5; display: none; }
.search-detail-filter { position: fixed; top: 32px; right: 0px; width: 78%; height: calc(100% - 32px); box-sizing: border-box; background: #ffffff; z-index: 9999; overflow: hidden; transform: translateX(100%); transition: all 0.3s; }
#goodsCompareDetail { position: fixed; top: 0px; right: 0px; width: 100%; height: 100%; background: #ffffff; z-index: 9999 !important; overflow: hidden; transform: translateX(100%); transition: all 0.3s; }
.price-range { padding: 4% 0 1% 4%; }
.price-range-name { font-size: 1.07rem; color: #051b28; }
.price-range input { width: 26%; height: 25px; text-align: center; background: rgb(242, 242, 242); outline: none; border: none; border-radius: 3px; }
.gang { margin-left: 5px; margin-right: 5px; }

/*.search-detail-filter &gt; div {
	margin-bottom: 13%;
}*/
.brand { padding: 4%; overflow: hidden; }
.brand-name,
.origion-name { font-size: 1.07rem; color: #051b28; }
.brand-unit { float: left; width: 29%; display: flex; margin-top: 5%;	/*background: #eee;*/ margin-right: 5%; border: 1px solid #ddd; align-items: center; justify-content: center; text-align: center; }
.brand-unit .word-display { text-overflow: ellipsis; -ms-text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.brand .brand-unit:nth-of-type(3n+1) { margin-right: 0%; }
.brand-unit img { max-height: 100%; max-width: 100%; }
.brand-unit:last-child { margin-right: 0px; }
.origion { overflow: hidden; padding: 4%; }
.origion-unit { margin: 0px; padding: 0px; list-style: none; }
.origion-unit li { float: left; margin-top: 5%; margin-right: 2%; padding: 3% 3%; background: rgb(242, 242, 242); border-radius: 8px; color: #666; }
.origion-unit li.origion-unit-select { color: #ffffff; background: rgb(46, 88, 166); }
.search-detail-filter .filter-submit { position: absolute; bottom: 0%; left: 0px; width: 100%; height: 8%; z-index: 105; display: flex; box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1); }
.filter-submit div { height: 100%; flex: 1; display: flex; justify-content: center; align-items: center; }
.filter-submit .confirm { color: #ffffff; background: #ff6e00; }

/*.cart-pop {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	background: #ffffff;
	z-index: 10;
	overflow: hidden;
	transform: translateY(100%);
	transition: all 0.3s;
}*/
.filter-submit .confirm { color: #ffffff; background: #ff6e00; }
.cart-pop { position: fixed; bottom: 0px; left: 0px; width: 100%; background: #ffffff; z-index: 9999; overflow: hidden; transform: translateY(100%); transition: all 0.3s ease-in-out; }
#setCartShopDetail { display: flex; }
#showDetailSkus { padding-left: 0.5rem; box-sizing: border-box; }
#setCartShopImage { flex: 0 0 37%; height: 100px; display: flex; justify-content: center; align-items: center; }
#setCartShopImage img { max-width: 100px; max-height: 100%; }
#setCartInfo { flex: 0 0 63%; height: 100px; overflow: hidden; }
#setCartInfo &gt; div { height: 23px; line-height: 23px; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filter-scroll-wrapper { height: 92%; padding: 4% 2% 8% 2%; box-sizing: border-box; overflow-x: hidden; overflow-y: scroll; }
.filter-scroll-content { min-height: 100%; overflow-y: scroll; }
.setCart { padding-left: 10px; box-sizing: border-box; }
#showDetailSkus .spec_list { margin-top: 0.8rem; }
#showDetailSkus .spec_list p { margin: 0.8rem 0rem; }
#showDetailSkus .Number { margin: 0.8rem 0rem 0.8rem 0rem; }</pre></body></html>