#wrapper {
    width: 100%;
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
    height: 250px;
}


/* banner 轮播*/
#slider {
    width: 100%;
    position: relative;
}
#slider .slider-touch {
    width: 100%;
    overflow: hidden;
}
#slider .slider-touch ul {
    width: 1000%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    overflow: hidden;
}
#slider .slider-touch ul li {
    width: 10%;
    float: left;
}
#slider .slider-touch ul li a {
    display: block;
    width:100%;
}
#slider .slider-touch ul li a img {
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    text-align: center;
}
.swiper-pagination span.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 2px;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
}



/* 广告轮播 */
.advert .floor-container {
    padding: 0 8px;
    position: relative;
}
.advert .floor-container ul {
    width: 400%;
}
.advert .floor-container ul  li {
    width: 25%;
    float: left;
}

.advert .floor-container .advert-pro1 {
    width: 100%;
    overflow: hidden;
}
.advert .floor-container .advert-pro2 {
    width: 100%;
    overflow: hidden;
}
.advert .floor-container .advert-pro3 {
    width: 100%;
    overflow: hidden;
}



/* 继续加载 */
.continue {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}
