[v-cloak]{
	display: none;
}
.search-modal{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
	z-index: 999;
}
.fixed-top{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.search-box{
	background-color: #FFF;
	padding: 10px 0 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.search-box .input-box{
	background-color: #f5f5f5;
	width: 50%;
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	border-radius: 17.5px;
	height: 35px;
	padding: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.search-box .input-box i{
	color: #989bf8;
	font-size: 16px;
	margin-right: 10px;
}
.search-box .input-box input{
	width:calc(100% - 30px);
	color: #333333;
	background-color:transparent;
	outline: none;
	line-height: 20px;
	font-size: 14px;
	border: none;
}
.search-box .search-btn{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	padding: 0 17px;
	font-size: 15px;
	color:#5d5d5d;
}
.search-title{
    line-height: 1;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    box-sizing: border-box;
}
.search-list{
    padding: 15px;
}
.search-list .search-list-li{
    padding: 0 14px;
    height: 24px;
    border-radius: 12px;
    background-color: #f5f5f5;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #999;
}

.search-nav{
	background-color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow-x: scroll;
	padding: 0 10px;
	height: 40px;
	border-bottom: solid 1px #f5f5f5;
}
.search-nav li{
	-webkit-box-flex:1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 10px;
	text-align: center;
	color: #5d5d5d;
}
.search-nav li p{
	line-height: 37px;
	font-size: 14px;
}
.search-nav li .line{
	height: 3px;
	width: 15px;
	margin: 0 auto;
	background-color:#989bf8;
	border-radius: 1.5px;
	display: none;
}
.search-nav li.active{
	color: #989bf8;
}
.search-nav li.active .line{
	display: block;
}
/*风格1 start*/
.list-1{
	background-color: #FFF;
}
.list-1 .list-item{
	display: block;
	padding: 15px;
	overflow: hidden;
}
.list-1 .list-item .img{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
.list-1 .list-item .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.list-1 .list-item .infor{
	width: calc(100% - 110px);
	float: left;
}
.list-1 .list-item .infor .first-infor{
	min-height: 70px;
}
.list-1 .list-item .infor .title{
	font-size: 14px;
	line-height: 20px;
	color:#5d5d5d;
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.list-1 .list-item .infor .title .round{
	font-size: 11px;
	color: #FFF;
	background-color:#989bf8;
	line-height: 15px;
	padding: 0.5px 4px;
	margin-right: 5px;
	border-radius: 2px;
	display: inline-block;
}
.list-1 .list-item .infor .round-list{
	overflow: hidden;
}
.list-1 .list-item .infor .round-list li{
	font-size: 11px;
	padding: 2px 4px;
	line-height: 1;
	color: #f36889;
	background-color: #fde1e7;
	border-radius: 8px;
	float: left;
	margin: 5px 5px 0 0;
}
.list-1 .list-item .infor .sec-infor{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	margin-top:10px ;
}
.list-1 .list-item .infor .price{
	font-size: 13px;
	color: #333;
}
.list-1 .list-item .infor .price .big{
	font-size: 16px;
}
.list-1 .list-item .infor .sale{
	font-size: 11px;
	color: #999;
}
/*风格1 end*/
/*风格2 start*/
.list-2{
	background-color: #FFFFFF;
	display: block;
}
.list-2 .list-item{
	display: block;
	padding: 15px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.list-2 .list-item .img{
	width: 50px;
	height: 50px;
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	margin-right: 12px;
}
.list-2 .list-item .img img{
	display: block;
	width: 100%;
	height:100%;
	border-radius: 50%;
}
.list-2 .list-item .infor{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*风格2 end*/
/*风格3 start*/
.list-3{
	background-color: #FFFFFF;
}
.list-3 .list-item{
	display: block;
	padding: 15px;
	overflow: hidden;
}
.list-3 .list-item .img{
	width: 70px;
	height: 70px;
	margin-right: 8px;
	float: left;
}
.list-3 .list-item .img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.list-3 .list-item .infor{
	float: left;
	width: calc(100% - 78px);
	padding-top: 6px;
}
.list-3 .list-item .infor .title{
	font-size: 14px;
	color: #333;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-3 .list-item .infor-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	align-items: center;
}
.list-3 .list-item .infor-box .star-box{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	overflow: hidden;
}
.list-3 .list-item .infor-box .star-box .star{
	width: 12px;
	height: 12px;
	float: left;
	display: block;
	margin-right: 3.5px;
}
.list-3 .list-item .infor-box .range{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	font-size: 12px;
	color: #333333;
	line-height: 1;
}
.list-3 .list-item .round-list{
	overflow: hidden;
}
.list-3 .list-item .round-list li{
	font-size: 10px;
	color: #999;
	margin: 0 6px 5px 0;
	float: left;
	line-height: 1;
}
/*风格3 end*/
/*风格4 start*/
.list-4{
	background-color: #FFF;
	overflow: hidden;
	padding: 6px 7.5px;
}
.list-4 .list-item{
	display: block;
	float: left;
	padding: 6px 7.5px;
	width: calc(50% - 15px);
}
.list-4 .list-item .img{
	width: 100%;
	height: 165px;
}
.list-4 .list-item .img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.list-4 .list-item .infor{
	padding-top: 10px;
	min-height: 65px;
}
.list-4 .list-item .infor .title{
	font-size: 13px;
	color: #5d5d5d;
	line-height: 18px;
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.list-4 .list-item .infor .price{
	font-size: 12px;
	color: #333;
	line-height: 1;
	margin-top: 15px;
}
.list-4 .list-item .infor .big{
	font-size: 15px;
}
/*风格4 end*/
/*风格5 start*/
.list-5 .list-item{
	display: block;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.list-5 .list-item .img{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	margin-right: 10px;
	width: 120px;
	height: 80px;
}
.list-5 .list-item .img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.list-5 .list-item .infor{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list-5 .list-item .infor .title{
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
	margin-bottom: 15px;
}
.list-5 .list-item .infor .text-infor{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
}
/*风格5 end*/
/*风格6 start*/
.list-6 .list-item{
	padding: 15px;
	background-color: #FFF;
	margin-bottom: 10px; 
	display:block;
}
.list-6 .per-infor{
	overflow: hidden;
	margin-bottom: 10px;
}
.list-6 .per-infor .img{
	width: 45px;
	height: 45px;
	margin-right: 10px;
	float: left;
}
.list-6 .per-infor .img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.list-6 .per-infor .infor{
	width: calc(100% - 55px);
	float: left;
	line-height: 1.5;
	font-size: 14px;
	color: #999;
}
.list-6 .per-infor .infor p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-6 .per-infor .infor .name{
	font-size: 16px;
	color: #333;
	line-height: 21px;
}
.list-6 .text-title{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.list-6 .text-infor{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.list-6 .img-list{
	overflow: hidden;
	padding-top: 10px;
}
.list-6 .img-list img{
	display: block;
	width: calc(33.333% - 6.666px);
	height: 81px;
	float: left;
	margin:0 10px 10px 0;
}
.list-6 .img-list img:nth-child(3n){
	margin:0 0 10px 0;
}
.list-6 .address{
	padding-left: 20px;
	background-image: url(../images/icon_address.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 16px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*风格6 end*/
.search-tips{
	margin: 20px 0;
	color: #cccccc;
	font-size: 14px;
	text-align: center;
}
