.swiper-container{
	height: 5rem;
}
.swiper-container .swiper-slide img{
	height: 5rem;
	object-fit: cover;
}
.detail-box{
	margin-bottom: .3rem;
}
.detail-box .detail-box-hd{
	position: relative;
	margin-bottom: .2rem;
	padding: .2rem .3rem .3rem;
	overflow: hidden;
	background-color: #fff;
}
.detail-box .detail-box-hd .tit{
	margin-bottom: .2rem;
	font-size: .36rem;
	font-weight: 700;
}
.detail-box .detail-box-hd .params{
	overflow: hidden;
	margin-bottom: .2rem;
}
.detail-box .detail-box-hd .params .item{
	width: 50%;
	height: .5rem;
	line-height: .5rem;
	display: flex;
	float: left;
	font-size: .26rem;
	color:#666;
}

.detail-box .detail-box-hd .btns{   
   display: flex;
	}

	.detail-box .detail-box-hd .btns .btn{ 
		width: 4rem;
		height: 0.8rem;
		line-height: .8rem;
		margin: 0 .2rem;
		text-align: center;
		background: #ff552e;
		border-radius: .1rem;
		font-size: .3rem;
		color: #fff;
		display: block;
	 }
.detail-box .detail-box-bd {
	padding: .2rem .3rem;
	background-color: #fff;
}
.detail-box .detail-box-bd .hd{
	margin-bottom: .2rem;
	font-size: .38rem;
	font-weight: 500;
	color:#333;
}
.detail-box .detail-box-bd .detail-box-block{
	margin-bottom: .3rem;
}
.detail-box .detail-box-bd .info{
	line-height: .5rem;
	font-size: .26rem;
	color:#666
}
.detail-box .detail-box-bd .info p{
	margin-bottom: .2rem;
}
.detail-box .detail-box-bd .info .img img{
	width: 100%;
}
.detail-like{
	margin-bottom: .2rem;
	padding: .3rem;
	background-color: #fff;
}
.detail-like .hd{
	font-size: .38rem;
	margin-bottom: .3rem;
}
.detail-like .bd{}
.detail-like .bd ul{}
.detail-like .bd ul li{
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: .01rem solid #f5f5f5;
}
.detail-like .bd ul li a{
	display: flex;
}
.detail-like .bd ul li a .img{
	margin-right: .2rem;
	width:2rem;
	height: 1.5rem;
	border-radius: .1rem;
	object-fit: cover;
}
.detail-like .bd ul li a .info{
	flex: 1;
	color:#333;
}
.detail-like .bd ul li a .info .tit{
	margin-bottom: .1rem;
	font-size: .3rem;
	color:#333;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
}
.detail-like .bd ul li a .info .address{
	font-size: .24rem;
	color:#666;
}