
*{padding: 0;margin: 0;list-style: none;box-sizing:border-box;border-collapse:collapse;}
html{font-size:625%;}
body{font-size:0.16rem;}
/* img{display:inline-block;width:100%;} */

[class^="icon-"]{
	font-family: "iconfont" !important;
	font-size:20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-center{display:flex;align-items: center;justify-content: center;}
.text-c{text-align: center;}
.text-l{text-align: left;}
.text-r{text-align: right;}


.flex{display:flex}
.flex .flex-dom{flex:1;height:inherit;}
.flex .other-dom{width:auto;height:inherit;}


.zk-page{
	position: fixed;inset:0;overflow: auto;padding: 15px;background: #f4f4f4;
}

img{display: inline-block;}