*{margin: 0;padding: 0;outline: none!important; text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);font-family: 微软雅黑;
	/*禁止文字选中*/}
div,p,a,h1,h2,h3,h4,h5,h6,ul,li{
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none;
	-ms-user-select:none; 
	user-select:none;
}
*:focus{outline:0;}
html,body{width: 100%;height: 100%;}
.flh{overflow: hidden;}
.fll{float: left;}
.flr{float: right;}
a{outline: none;text-decoration: none;}
img{border: 0;}
ul,li{list-style: none;}
input{outline: none;font-size: 16px;}
.pressScale{
	transform: scale(.6,1);
	-webkit-transform: scale(.6,1);
	-moz-transform: scale(.6,1);
	-ms-transform: scale(.6,1);
	-o-transform: scale(.6,1);
}
.c555555{color: #555555;}
.opacity3{opacity: .3};

.bgr{background-repeat: repeat;}
.bgrx{background-repeat: repeat-x;}
.bgrt{background-repeat: repeat-y;}
.bgnor{background-repeat: no-repeat;}
