/*reset style
 date:2020-03-04
 author: kangT*/
html, body, div, dl, dt, dd, ul, ol, li, form, input, em, textarea, p, th,table,td, span, h1, h2, h3, h4, h5, h6,pre,button {
    margin: 0;
    padding: 0;
}
body {
    font-family:"微软雅黑", Helvetica, Hiragino Sans GB, STHeiTi, sans-serif;
	overflow-x: hidden;
    font-size: 0.14rem;
    text-align: left;
	background: #fff;
	background-size: 12px 12px;
}
input,select,button{
	outline: 0;
}
ol, ul, dl, li {
    list-style: none;
}
em{font-style: normal}
input, textarea, select, button {
   font-family:"微软雅黑", Helvetica, Hiragino Sans GB, STHeiTi, sans-serif;
}
img {
    border: none;
}
a:focus, a:hover{
	color: #ee6b03;
	text-decoration: none;
}
a:visited,
a{
	color: #3C3C3C;
	text-decoration: none;
}

/*text-align*/
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
/*show/hide*/
.dis-show{
	display: block;
}
.dis-hidden{
	display: none;
}
.dis-inl{
	display: inline;
}
.dis-inlbock{
	display: inline-block;
}
/*position*/
.pos-abs{
	position: absolute;
}
.pos-rel{
	position: relative;
}
/*float*/
.fl {
    float: left;
}
.fr {
    float: right;
}
/*clear flaot*/
.clear,
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
/* 激发IE中的hasLayout属性 for IE8(Quirks)模式和IE6\7浏览器*/
.clear,
.clearfix{
    zoom:1;/*触发ie的hasLayout属性，清除浮动、清除margin的重叠*/
}
/*font-size*/
.fs-12 {
    font-size: 0.12rem;
}
.fs-14 {
    font-size: 0.14rem;
}
.fs-16 {
    font-size: 0.16rem;
}
.fs-18 {
    font-size: 0.18rem;
}
.fs-20 {
    font-size: 0.2rem;
}
.h100{
	height: 100%;
}
.flex{
	display: flex;
	display: -ms-flexbox;
	display:-webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}
html,body{
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color:transparent;
}
