
/************************************************************/
*{padding:0; margin:0;}
html, body{ height:100%;color: #595959;}
li{ list-style:none;}
footer{
    height:35px;
    overflow:hidden;
    position:relative;
    z-index:10;
    font-size: 12px;
    text-align: center;
}
footer .weimob-copyright{
    color:#000;}
footer a{color:#000!important; font-size:12px;}
.weimob-page{
    min-height: 100%;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;
}


.m-logo{height: 30px;line-height: 30px;text-align: right;}
.m-logo a{color: gray;}

/*logo*/
#top{height:auto;overflow: hidden;zoom:1;max-width: 640px;margin:0 auto;}
#logo img{max-width: 166px; max-height: 50px; zoom: expression( function(elm) { if (elm.width > 166 || elm.height > 50 ){ if (elm.width>elm.height) { elm.width=166; } else{ elm.height=50; } } elm.style.zoom = '1'; }(this) );margin-bottom:10px;}
.wrapper{background:#fff;}

.swiper-pagination{height: 20px;
position: absolute;
z-index: 10;
margin-top: -25px;
text-align: right;
padding-right: 15px;
background-color: rgba(0,0,0,0.3);width: 100%;}

.swiper-pagination span{

    display: inline-block;
margin-left: 5px;
width: 8px;
height: 8px;
background-color: #757575;
border-radius: 8px;
}
.swiper-pagination span.swiper-active-switch
{
    background:#fff;
}