.bch-icon {
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.bch-icon.bch-icon-bed {
	background-image: url('../images/bed.png');
	width: 36px;
	height: 25px;
}

.bch-icon.bch-icon-bathroom {
	background-image: url('../images/bathroom.png');
	width: 36px;
	height: 33px;
}

.bch-icon.bch-icon-space {
	background-image: url('../images/space.png');
	width: 36px;
	height: 28px;
}

.bch-pc {
	position: relative;
	height: 520px;
	margin-left: -20px;
	margin-right: -20px;
}

.bch-pc-wrapper {
	width: 100%;
}

.bch-pc .swiper-slide {
	padding: 0 20px;
}

.bch-pc-item {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.bch-pc-item-image {
	height: 300px;
	background-color: #959595;
	background-position: center center;
	background-size: cover;
}

.bch-pc-item-info {
	padding: 0 40px;
}

.bch-pc-item-head {
	padding: 20px 0;
	border-bottom: solid 1px #EBEBEB;
}

.bch-pc-item-title {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bch-pc-item-title,
.bch-pc-item-price {
	margin: 0;
}

.bch-pc-item-body {
	padding: 20px 0;
}

.bch-pc-item-bed,
.bch-pc-item-bathroom,
.bch-pc-item-space {
	display: inline-block;
	min-width: 28%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.bch-pc-item-space {
	width: 40%;
}

.bch-pc-item-meta {
	margin-bottom: 20px;
}

.bch-pc-item-meta .bch-icon {
	margin-right: 10px;
}

.bch-pc-item-content {
	height: 3em;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
}

.bch-pc-prev {
	left: -50px;
}

.bch-pc-next {
	right: -50px;
}

.bch-pc-prev,
.bch-pc-next {
	position: absolute;
	font-size: 28px;
	top: 28%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
}

.bch-pc-next.swiper-button-disabled,
.bch-pc-prev.swiper-button-disabled {
	color: #605f5f;
}

@media (min-width: 992px) {

	.bch-pc-wrapper {
		position: absolute;
		left: 0;
		top: 0;
		width: 133%;
	}

	.bch-pc-wrapper::after {
		content: '';
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		width: 25%;
		z-index: 1;
		background: linear-gradient(90deg, rgba(246,246,246,0.7007003484987745) 0%, rgb(246, 246, 246) 40%);
	}
}