    .swiper-outer-container{
        width:100%;
        height:100%;
        margin:0 auto;}
    .swiper-container{
        width:100%;
        height:95%;}
    .swiper-slide{
        text-align:center;
        font-size:18px;
        background:#fff;
        display:-webkit-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        -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 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%;}
    .content-container{
        width:100%;
        background-color:#fff;}
    .swiper-content{
        display:none;
        text-align:center;
        line-height:150%;}
    .swiper-content-active{
        display:block;
        text-align:center;
	line-height:150%;}
    .swiper-pagination-bullet{
        width:20px;
        height:20px;
        text-align:center;
        line-height:20px;
        font-size:12px;
        color:#000;
        opacity:1;
        background:rgba(0,0,0,0.2);}
    .swiper-pagination-bullet-active{
        color:#fff;
        background:#007aff;}
