html, body {
    width: 100%;
    font-size: .14rem;
    background-color: #000;
    max-width: 640px;
    margin: 0 auto .75rem;
    color: #000;
    height: 100%;
    overflow: hidden;
}
.header {
    background-color: #FBFBFB;
    text-align: center;
    font-size: .16rem;
    height: .40rem;
    line-height: .40rem;
    color: #3f3f3f;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.header a {
    position: absolute;
    padding: .12rem .12rem;
    left: 0;
}
.header img {
    width: .09rem;
    height: .16rem;
}
.photos{
    width: 100%;
    height: 100%;
}
.photos img{
    width: 100%;
}
.swiper-slide{
    display: box; 
    display: -webkit-box; 
    display: -moz-box; 
    -webkit-box-pack:center; 
    -moz-box-pack:center; 
    -webkit-box-align:center; 
    -moz-box-align:center;
}
.swiper-pagination{
    background-color: rgba(0,0,0,0.5);
    bottom: .25rem;
    text-align: center;
    width: .55rem;
    color: #FFF;
    height: .15rem;
    line-height: .15rem;
    border-radius: 10px;
    left: 50%;
	top:38%;
    margin-left: -.225rem;
    z-index: 9999;
    position: absolute;
}
.swiper-pagination span{
    padding: 0 .02rem;
}
.map-link{
    display: block;
    background-color: rgba(0,0,0,0.5);
    bottom: .25rem;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    right: .2rem;
    position: absolute;
    z-index: 9999;
    padding: .03rem .08rem;
}