/*common mobile fullscreen*/
body,div,ul,li,h1,h2,h3,h4,h5,dl,dt,dd,p{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
ul,li{
    list-style: none;
}
img{
    border: none;
    display: block;
}
html,body {
    height: 100%;
    display:block;
    color: #434343;
    background: #fff;
    -webkit-overflow-scrolling:touch;
    overflow: hidden;
}
body{
    height: 100%;
    overflow-x: hidden;
    position: relative;
    background: #fff;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,textarea,button{outline: none;border:none;}
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;font-size: 0;line-height: 0;content: "";}
.clearfix{zoom:1;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.page{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
}
.show{
    display: block;
}
.hide{
    display: none;
}