* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-touch-action: none;
}
section {
    display: block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 2;
}
.bottom_more {
    line-height: 3.83rem;
    text-align: center;
    color: #999;
    font-size: 1.16rem;
    cursor: pointer;
}
#wrapper {
    position: absolute;
    z-index: 1;
    bottom: 49px;
    left: 0;
    width: 100%;
    /*background: #ccc;*/
    overflow: hidden;
}
body {
    overflow: hidden;
}

#footer {
    z-index: 2;
    position: absolute;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.displaynone{
    display: none;
}
.scroll_fr {
    margin-right: 5%;
}
