@charset "utf-8";

html,body {
	background: #f8f8f8;
}

.header {
	width: 6.9rem;
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -3.45rem;
	font-size: .34rem;
	color: #444444;
	height: .88rem;
	background: #f8f8f8;
}

.header a {
	width: .2rem;
	position: absolute;
	left: 0;
	top: 0;
	height: .88rem;
}

.centent {
	width: 6.9rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}

.centent p {
	font-size: .3rem;
	color: #444444;
	margin-top: .55rem;
}

.centent p:first-child {
    margin-top: 0;
}

.centent .picture ul {
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: .4rem;
}

.centent .picture li {
	width: 3.3rem;
	display: flex;
	flex-direction: column;
	margin-top: .3rem;

	text-align: center;
	line-height: .4rem;

}
.centent .picture .pic{
	margin-bottom: .1rem;
}
.centent .picture .name{
	font-size: .28rem;
	font-weight: 500;
}
.centent .picture .info{
	font-size: .24rem;
}

/* 放大图片 */
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
.big_img .swiper-container2 {position: relative;width: 100%;height: 100%;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{width: 100%;;height: 100%;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide img{max-width: 90%;max-height: 80%;margin:0 auto;}
.big_img .swiper-pagination2{position: absolute; top:0.2rem;text-align: center;width: 100%;}
.big_img .swiper-pagination2 span{margin:0 0.05rem;}