html,
body {
    position: relative;
    height: 100%;
}

html {
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.img img {
    width: 100%;
    display: block;
}

#top {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    max-width: 640px;
    background: #fff;
}

#top .addr {
    width: 100%;
    height: 76px;
    margin: 0 auto;
    display: block;
}

#top .search {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    display: block;
}

#nav {
    /*border-bottom:1px solid #ebebeb;*/
    padding: 10px 0;
}

#nav .swiper-slide span {
    margin: 0 5px;
    text-align: center;
    display: block;
    line-height: 2.5;
    font-size: 15px;
    color: #333333;
}

#nav .bar {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
}

#nav .bar .color {
    width: 30px;
    margin: 0 auto;
    height: 3px;
    background: rgb(85, 33, 123);
}

.banner img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination {
    left: auto;
    right: 7px;
    bottom: 7px;
    width: auto;
    padding: 2px 7px;
    border-radius: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

#page {
    margin-bottom: 50px;
    height: 100%;
}

#page .slidepage {
    /*height:100%;*/
    height: 100vh;
}

.scroll {
    height: 100%;
}

.slidescroll {
    height: auto;
    width: 94%;
    margin: 0 3%;
}

#footer {
    /*position:fixed;*/
    /*bottom:0;*/
    /*z-index:5;*/
}