html {
    /*position: relative;*/
    height: 100%;
}

body {
    background: #eee;
    padding: 0;
    text-align: center;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide{
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 15px 0;
}
.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #A1A7FD;
    background: none;
    opacity: inherit;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #A1A7FD !important;
}
.mark {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9999;
    display: none;
}

.mark img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
}


.mark span {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    height: 40px;
    color: #fff;
}



.show-l {
    display: block;
}
