/**
 * 图集页面
 */
html,
body {
    position: relative;
    height: 100%;
}

.images-page {
    width: 100%;
    height: calc(100vh - 1.15rem);
    background: #000;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.images-intro {
    position: absolute;
    bottom: 0;
    left: .36rem;
    width: calc(100% - .72rem);
    background: rgba(0, 0, 0, 0.45);
}

.images-intro h2 {
    font-size: .4rem;
    color: #fff;
    font-weight: 400;
    padding: .24rem .64rem .24rem 0;
    text-align: left;
}

.images-intro p {
    font-size: .3rem;
    color: #fff;
    padding-bottom: .24rem;
    text-align: justify;
    white-space: pre-line;
}

.swiper-pagination-fraction{
	font-size: .34rem;
	color: #fff;
	position: absolute; 
	text-align: right;
	top: .24rem;
}

.swiper-pagination-current{
	font-size: .42rem
}