body{
	/*background: url(../img/bg1.jpg) no-repeat;*/
	background: #fff;
	background-size: 100%;
}
.nav{
	position: absolute;
	left: 0.45rem;
	width: 15.1rem;
	height: 4.75rem;
	background: #ffffff url("../img/bg-nav.png") no-repeat;
	background-size: 100%;
	border-radius: 0.3rem;
	z-index: 1;
	top: 6.75rem;
	box-shadow: 0 0 0.15rem 0 #C2C7CE;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 1rem;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullet{
	background: rgba(255,255,255,0.66);
	width: 0.25rem;
	height: 0.25rem;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.menu-bottom{
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -8rem;
	height: 2.175rem;
	width: 16rem;
	background: #ffffff;
	box-shadow: 0 0 0.05rem 0 rgba(0,0,0,0.2);
}
.item1,.item4{
	width: 2.875rem;
}
.item2{
	width: 3.875rem;
	border-left: 0.03rem solid rgba(0,0,0,0.2);
}
.item3{
	width: 3.7rem;
}
.item4{
	border-left: 0.03rem solid rgba(0,0,0,0.2);
}
.menu-default{
	width: 100%;
}
.menu-middle{
	position: absolute;
	width: 4.675rem;
	bottom: 0;
	left: 5.6625rem;
}
.swiper-slide img{
	width: 100%;
	height: 7.75rem;
}
.swiper-wrapper,.swiper-slide{
	width: 100%;
	height: 100%;
}
.nav-item{
	float: left;
	height: 100%;
}
.nav-item .nav-default{
	height: 100%;
}

.title-h2{
	width: 16rem;
	padding: 0.4rem 0 0 0.8rem;
	background: #ffffff;
	/*margin-top: 4.2rem;*/
	color: #727171;
	box-sizing: border-box;
}
.content{
	margin-bottom: 2.875rem;
	width: 16rem;
	background: #ffffff;
}
.content-item{
	width: 14.4rem;
	height: 3.5rem;
	padding: 0.5rem 0;
	margin: 0 auto;
	border-bottom: 1px solid rgba(76,73,72,0.6);
}
.prev-img-box{
	width: 4.75rem;
	height: 3.5rem;
	overflow: hidden;
}
.prev-img-box img{
	width: 100%;
}
.content-info{
	width: 9.35rem;
	height: 3.5rem;
	margin-left: 0.3rem;
	position: relative;
}
.content-title{
	color: #3E3A39;
	font-size: 0.53rem;
	max-height: 1.2rem;
	line-height: 0.62rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content-des{
	margin-top: 0.3rem;
	max-height: 1.2rem;
	color: #727171;
	font-size: 0.44rem;
	line-height: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content-detail{
	position: absolute;
	color: #E90617;
	right: 0;
	bottom: 0;
	font-size: 0.46rem;
}
.content .iconfont{
	position: relative;
	/*vertical-align:middle;*/
	font-size: 0.46rem;
}
.content-num{
	position: absolute;
	color: #949697;
	right: 2.5rem;
	bottom: 0;
	font-size: 0.46rem;
}
.title-h2 img{
	width: 8.75rem;
}
.icon-yueduliang{
	padding-right: 0.15rem;
}

