/*轮播slide*/
.slide .slide-content {
	background: #fff;
}
.slide .slide-content .mask {
	background-color: rgba(11, 10, 10, 0.2);	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide .slide-content .caption {	
	position: absolute;
	bottom: 0;
	left: 10px;;
	right: 0;
}
.slide .slide-content .caption p {
	color: #fff;
}
.slide .owl-theme .owl-nav.disabled + .owl-dots {
	position: relative;
	top: -35px;
	margin-bottom: -36px;
}
.slide .owl-theme .owl-dots .owl-dot span {
	 width: 20px;
	 height: 3px;
	 background-color: #fff;
	 border-radius: 0;
}
.slide .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #F47378;
}