<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wsd-house-cont {
	min-height: 100%;
    position: relative;
    left: 0%; /*background:rgba(49,52,59,0.8);*/ /*box-shadow:0px 1px 1px 1px #727070;*/
    z-index: 99;
	background: rgb(245,245,245);
	padding-bottom: 3rem;
}
.topImage{width:100%;min-height:3rem;border-bottom:1px solid rgb(16,85,162);background:#fff;}
.topImage &gt; img {width:100%;}
.classify{width:94%;margin:0 auto;margin-top: 1rem;border:1px solid rgb(218,218,218);background:#fff;border-radius:5px;}
.class-in{border-bottom:1px solid rgb(222,222,222)}
.icon{width:3rem;float:left;}
.icon &gt; img {width:3rem;height:3rem;}
.icon &gt; span {display:block;width:3rem;height:3rem;font-size:3rem;}
.name {font-size:1rem;line-height:3rem;width:calc(100% - 3rem);float:right}
/* .name &gt; span {float:right;margin-right:1rem;} */
.name_left{display:block;width:calc(100% - 2rem);float:left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.name_right{display:block;float:right;margin-right:1rem}
.clear{clear:both;}</pre></body></html>