.color-red{
	color:#d9b765;
	font-weight: bold;
}
.design-list{
	padding-bottom: 15px;
	/*border-bottom: 3px solid transparent;
	-moz-border-bottom-colors: linear-gradient(#e66465, #9198e5);*/
	box-shadow: 0px 5px 10px #f3f3f3;
}
.row1 .designer_name{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.row1 .make{
	padding: 3px 10px;
	background-color: #e58405;
	color: #fff;
	float: right;
	font-size: 12px;
	position: relative;
	bottom: -6px;
	display: block;
}
.row2 span{
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}
.row2 span:first-child{
	font-size: 15px;
}
.row3{
	min-height: 50px;
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.row4{
	font-size: 12px;
}
.row4 .more{
	padding: 3px 10px;
	background-color: #d9b765;
	color: #fff;
	float: right;
	font-size: 12px;
	position: relative;
	bottom: -8px;
	display: block;
}
.row4 p{
	margin:0;
}

.condition{
	/*position: relative;*/
	float: left;
	padding-right: 15px;
}
.condition-check .input-line{
	position: absolute;
	height: 1px;
	width: 20px;
	background-color: #d9b765;
}
.condition-check .input-right-logo{
	color:#d9b765;
}
.condition .text1{
	color: #000;
	font-size: 14px;
}

.input-right-logo{
	padding-left: 3px;
	color:#999999;
}
.select-css{
	display: none;
	position: absolute;
	width: 100vw;
	background-color: #fff;
	z-index: 99;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: -15px !important;
	margin-right: -15px !important;
	left: 15px;
}
.select-css ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-css ul li{
	display: inline-block;
	text-align: center;
	width: 30%;
	padding: 5px 0;
}
.select-css li a{
	padding: 5px 20px;
	color: #666666;
}
.select-css .check a{
	color:#fff;
	background-color: #d9b765;
}
.cover{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.z999{
	z-index: 999;
	background-color: #fff;
	position: relative;
}