/*头部*/
/*header.mui-bar{
	background: rgba(255,255,255,0);
}*/
.mui-inner-wrap{
	background: #f8f8f8;
}
/*#offCanvasContentScroll{
	background: rgba(255,255,255,0) url(../images/top_bg.jpg) no-repeat top/contain;
}*/
/*header.mui-bar a{
	color: #fff;
}*/
.mui-inner-wrap header{
	background-color: #fff;
}
.mui-bar .mui-btn-link{
	color: #fff;
}
header.mui-bar .mui-search{
	top: -42px;
}
/*banner*/
.banner{
	width: 15.0rem;
}
.banner img{
	width: 100%;
}
/*底部空间*/
.space{
	height: 2.4rem;
}
/*滑动条*/
.swiper-slide{
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.swiper-slide a{
	color: #333;
}
.swiper-slide:first-child{
	padding-left: 0.4rem;
	background: #fff url(../images/hot_icon.png) 0.4rem center no-repeat;
	background-size: 0.64rem;
}
.swiper-slide.under{
	border-bottom: 2px solid #0072bb;
	color: #0072bb;
	font-weight: bold;
}
/*移民项目*/
.content{
	max-height: 18rem;
	overflow: hidden;
}
.pro{
	width: 13.8rem;
	margin: 0.5rem auto;
	display: flex;
	flex-direction: column;
}
.pro a img{
	width: 100%;
	height: 5.88rem;
	object-fit: cover;
}
.pro-info{
	display: flex;
	background-color: #fff;
	padding: 0.2rem 0;
}
.pro-item{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pro-item h5{
	color: #0072bb;
	line-height: 1.2rem;
	font-weight: bold;
	margin: 0;
}
.pro-item img{
	width: 1.2rem;
	height: 1.2rem
}
.pro-item p{
	margin-bottom: 0;
}
.arrow{
	width: 1.44rem;
	height: 0.96rem;
	background-size: 100% 100%;
	margin: 0 auto;
}
.arrow.down{
	background: url(../images/pro_arrow_down.png) center;
}
.arrow.up{
	display: none;
	background: url(../images/pro_arrow_up.png) center;
}