/************************************************************/
*{padding:0; margin:0;}
footer{
    height:1px;
    overflow:hidden;
   /* margin-top:-35px;*/
    position:relative;
    z-index:2;
}
.weimob-page{
    min-height: 100%;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;
}


/*************************************************************/
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}

.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:20px;
    background-color:rgba(0,0,0,0.3);
}

.box_swipe>ol>li{
    display:inline-block;
    margin:5px;
    width:10px;
    height:10px;
    background-color:#757575;
    border-radius: 10px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}