@charset "utf-8";
html, body{ width: 100%; height: 100%; }
body{ background-color: #f2ecff; }
.swiper-container { position: fixed; background: url(../images/nav_bg.png) no-repeat center; text-align: center; z-index: 998; height: .7rem; width: 100%; }
.swiper-wrapper{ width: 6rem; margin: 0 auto; }
.swiper-slide{ height: 100%; width: 1.5rem !important; }
.swiper-slide.on{ background: url(../images/nav_font_bg.png) no-repeat center; background-size: 100% 100%; }
.swiper-slide a{ font-size: .28rem; line-height: .7rem; display: inline-block; width: 1.5rem; height: .7rem; color: #fff; }
.swiper-slide.on a{ color: #3c28d4 }

.content{ padding-top: .7rem; }
.party-info{ padding: .2rem .3rem; position: relative; display: flex; align-items: center; }
.party-info:nth-of-type(2n){ background-color: #f2ecff; }
.party-info:nth-of-type(2n+1){ background-color: #e1ddff; }
.party-info .left{ display: inline-block; width: 4rem; }
.party-info .left{ line-height: .4rem; }
.party-name{ font-size: .28rem; line-height: .5rem; color: #7256b3; }
.party-time{ font-size: .22rem; line-height: .3rem; color: #9a95a7; }
.party-info .link-video{ display: flex; line-height: .8rem; font-size: .22rem; margin-left: .2rem; }
.party-info .link-video.disabled{ color: #9a95a7; }
.party-info .link-video.active{ color: #7718c1; }

/* 导航 */
/*.swiper-container-style{
	background: url(../images/nav_bg.png) no-repeat center;
	text-align: center;
	height: .7rem;
	padding: 0 .2rem;
	position: fixed;
    z-index: 999;
    width: 100%;
}
.swiper-wrapper-style{
	width: 100%;
	height: .7rem;
	line-height: .7rem;	
}
.swiper-slide-style{
 	height: 100%;
	width: 1.8rem;
}
.width-slide{
	width: 1rem !important;
	margin-right: .39rem;
}
.swiper-slide-style a{
	width: 1.61rem;
	height: .7rem;
	font-size: .28rem;
	display: inline-block;
	color: #fff;
}
.swiper-slide-style:nth-child(7) a{
	color: #3c28d4;
	background: url(../images/nav_font_bg.png) no-repeat center;
	background-size: 100%;
	width: 1.61rem;
    height: .7rem;
}*/






