/*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;
}
/*body{*/
/*    -webkit-filter:grayscale(100%)*/
/*}*/
* {

    -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;
    margin: 0 auto;
    color: #434343;
    background: #fff;
    -webkit-overflow-scrolling:touch;
}
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,.item:after{display: block;clear: both;height: 0;visibility: hidden;font-size: 0;line-height: 0;content: "";}
.clearfix,.item{zoom:1;}
.fl{
    float: left;
}
.fr{
    float: right;
}

.show{
    display: block;
}
.hide{
    display: none;
}
.center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
}
.prevTouch{
    pointer-events: none;
}




/*@media screen and (min-width: 800px){
	
	body{
		margin: 0 auto;
		width: 780px;
		height: 100%;
	}
	
	
}*/
body{
	margin: 0 auto;
}
.bt-juan{
    position: fixed;
    width: 3.075rem;
    right: 0;
    top: 70%;
    z-index: 1;
}



