/*common mobile fullscreen*/
body,div,ul,li,h1,h2,h3,h4,h5,dl,dt,dd,p,input,textarea{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    color: white;
    font-size: 0.7rem;
}
* {

    -webkit-tap-highlight-color: transparent;
    outline: none;
}
*:not(input,textarea) {
    /*-webkit-user-select: none;*/
    /*-webkit-touch-callout: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 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-y: hidden;
}
body{
    /*overflow-y:hidden;*/
    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-x: hidden;
    display: none;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
}
.prevTouch{
    pointer-events: none;
}

div{
    background-color: white;
}