/* Write your styles */
*{
	margin:0;
	padding:0;
}
html{
	-webkit-user-select: none;
	user-select: none;
}
body{
	min-width:320px;
	overflow-x:hidden;
	color:#666;
	background-color:#fff;
	max-width:750px;
	margin:0 auto;
	position:relative;
	font-family:"微软雅黑",Helvetica, STHeiTi, sans-serif;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: 100%!important;
	-webkit-overflow-scrolling:touch;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#333;
	-webkit-touch-callout: none;
}
img{
	border:0 none;
	vertical-align:middle;
	-webkit-touch-callout: none;
}
ul,li{
	list-style-type:none;
}
button,input,select,textarea {
	-webkit-appearance:none;
}
a,button,input,select,textarea {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
} 
input::-webkit-input-speech-button {
	display: none;
}
.clear:after{
    display: block;
    clear: both;
    content: " ";
    visibility: hidden;
    height: 0;
}
.marTop23{
	margin-top:23px;	
}
.marTop35{
	margin-top:35px;	
}
.marBot17{
	margin-bottom:17px;	
}
.marBot14{
	margin-bottom:14px;	
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.flex{
	display:flex;
    align-items: center;
	justify-content: center;
}
.textover{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
}
.borderBot{
	border-bottom:1px solid #f1f1f1;
}
.alignCenter{
	text-align:center;
}

.bgCol1,.sc{
	background-color:#78D5DF;/*三抽*/
}
.bgCol2,.ec{
	background-color:#7A76E5;/*二抽*/
}
.bgCol3,.wd{
	background-color:#FD87AE;/*无顶*/
}
.bgCol4,.gg{
	background-color:#FE8E57;/*高柜*/
}
.bgCol5,.ag{
	background-color:#8ADA8E;/*矮柜*/
}
.bgCol6,.gyg{
	background-color:#5D96FF;/*更衣柜*/
}
.bgCol7,.zhg{
	background-color:#33B48E;/*组合柜*/
}
.bgCol8,.lxg{
	background-color:#F1CC5A;/*理想柜*/
}


/*****************/
.header{
	padding:7px 7px 0;
}
.goToBuy{
	display:inline-block;
	margin:22px 8px 6px;
}
.main{
	margin:0 15px;
}
@media screen and (min-width:375px){
	.main{
		margin:0 3% 0 4.69%;
	}
}
@media screen and (min-width:414px){
	.main{
		margin:0 1.6% 0 4.69%;
	}
}
.ulOne,.ulTwo{
	border-left:1px solid #f1f1f1;
}
.ulOne li{
	position:relative;
	width: 29.53%;
    padding: 5px;
	float:left;
	padding-bottom:12px;
	overflow:hidden;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.ulTwo li{
	position:relative;
	width: 29.53%;
    padding: 5px;
	float:left;
	padding-bottom:12px;
	overflow:hidden;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.listTitle{
	font-size:12px;
	color:#666;
	height:25px;
	line-height:25px;
	width:92%;
	margin:0 auto 8px;
}
.listPrice{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-radius:100px;
	padding:2px 5px;
}
.tipPosition{
	position:absolute;
	top:0;
	left:7px;
}
.seeMore{
	margin-top:15px;
	margin-bottom:29px;
}
.dbJsq{
	font-size:12px;
	color:#BBBBBB;
	margin-top:16px;
	margin-bottom:10px;
}