*{margin: 0;padding: 0;}
a{text-decoration: none;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}
li{list-style: none;}
body{background: #f5f5f5;color: #333333;font-size: 16px;}
img{border: none;}
.of{overflow: hidden;}
.fl{float:left}
.fr{float:right}
.cl{clear: both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul {list-style: none;}

html{
	height:100%;
}
body {height: 100%;overflow-x: hidden;} 

 /*取消按下的背景颜色效果*/
 .self-table-view-cell .mui-active {background: #fff !important;} 

/*遮罩层样式*/
.modal{width: 100%;height: 100%;position: fixed;top: 0px;background-color: rgba(0,0,0,0.3);z-index:9;display: none;}
/*input消除默认*/
/*input{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); 
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-appearance:none;
    outline: none;
    border: none;
}
*/
