/**
* Author:      哈密小生
* Effect:      HMUI重置基础样式表
* Edition：    v1.0.0
* website:     http://www.vipwjw.com
*/
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,address,cite,del,em,img,q,u,i,dl,dt,dd,ol,ul,li,form,label,table,tr,th,td,caption,tbody,tfoot,thead,article,aside,details,summary,figure,figcaption,footer,header,menu,nav,section,audio,input,select,textarea{padding:0;margin:0;border:none;}
body{min-width:320px;max-width:640px;margin:0 auto;font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;cursor:default;word-break:break-all;white-space:normal;-webkit-tap-highlight-color:rgba(255,255,255,0);color: #333;}
header,footer,nav,section,menu,article,aside{display:block;}
ul,li{list-style:none;}
a{text-decoration:none;}
img{vertical-align:middle;}
.hm_clear{clear:both;}
.hm_display{display:-webkit-box;display:-moz-box;display:box;}
.hm_box_flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;}
.hm_box_flex2{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;}
.hm_clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.hm_clearfix{zoom:1}
.hm_box_siz{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*去除苹果设备默认属性*/
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],input[type="tel"],input[type="number"]{-webkit-appearance: none;}
textarea{-webkit-appearance:none;border-radius:0;}
/*去除Chrome等浏览器文本框默认发光边框*/
input:focus,textarea:focus{outline:none;}

.hm_pos_r{position:relative;}
.hm_pos_a{position:absolute;}
.hm_float_l{float:left;}
.hm_float_r{float:right;}


/*拓展的宽度*/
.hm_w_100{width:100%;}
/*拓展的高度*/
.hm_h_100{height:100%;}

/*拓展的颜色*/
.hm_bg_gray{background: #edf2f5;}
.hm_bg_black{background: #000;}
.hm_bg_white{background: #fff;}
.hm_bg_pink{background: pink;}

.utm_link{cursor:pointer;}