*{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
body{
	padding-bottom: 0.5rem;
}
/*头部图片*/
.header-wrap{
	width: 100%;
	height: auto;
}
.header{
	width: 100%;
	height: 2.4rem;	
}
.season{
	width: 100%;
	height: 2.4rem;
	display: none;
}
.season img{
	width: 100%;
	height: 100%;
}
/*内容*/
.content-wrap{
	width: 100%;
	height: auto;
}
.content{
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.swiper-container{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #aaa;
	background-color: white;
	z-index: 999;
	top: -1.5rem;
}
.swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-slide .month{
	display: inline-block;
	text-align: center;
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0.05rem;
	font-size: 0.24rem;
}
.on{
	background-color: #ff6161;
	border-radius: 50%;
	color: white;
}
.swiper-button-next{
	outline: none;
}
.swiper-button-prev{
	outline: none;
}

/*列表内容*/
.info-lists{
	width: 100%;
	height: 100%;
}
.list{
	display: none;
}
.info{
	width: 100%;
	height: 2rem;
    margin-top: 0.5rem;
    border-radius: 5px;	
    box-shadow: 0px 0px 5px 0px #aaa;
    display: flex;
    align-items: center;
}
.info:first-child{
	margin-top: 1rem;
}
.info-pic{
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.2rem;
}
.info-pic img{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 8px;
}
.info-text{
	width: 100%;
	height: auto;
}
.text-title{
	color: #444;
	font-size: 0.32rem;
	line-height: 0.5rem;
}
.text-text{
	color: #7e7e7e;
	font-size: 0.32rem;
	line-height: 0.5rem;
}

/*** empty ***/
.empty{padding-top: 80px;text-align: center;}
.empty .icon-empty{display: inline-block;width: 48px;height: 48px;background: url(../images/empty-icon.png) no-repeat;}
.empty p{margin-top: 2px;font-size:14px;}



