*{ padding:0; margin:0;}
* {outline: none;}
html{width:100%;height:100%;}
body{width:100%;height:100%;}
body{font: 14px '微软雅黑', 'Microsoft YaHei', Arial, simsun, Helvetica, sans-serif;}
ul,ol{ list-style:none;}
a{ text-decoration:none; color:#000;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a img{ border:none;}
img{ vertical-align:top;}
img[src=""],img:not([src]){opacity:0;}
b,strong{ font-weight:normal;}
i,em{ font-style:normal;}
.clearfix:after{ display:block; content:''; clear:both;}
.clearfix{zoom:1;}
input{ outline:none; border:none;}
textarea{ resize:none; outline:none;}
table{ border-collapse:collapse;}
td,th{ border:1px solid #CCC;}
.fl{ float:left;}
.fr{ float:right;}
input[type="text"]::-ms-clear { display: none; }
input[type="password"]::-ms-reveal { display: none;}
header,main,nav,footer,article{display: block}
.user-select-none{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.layui-layer-content{
    text-align:center;
}