/*
 * @Author: mikey.sehui 
 * @Date: 2019-03-11 13:32:25 
 * @Last Modified by: mikey.sehui
 * @Last Modified time: 2019-03-22 16:46:15
 */
/* 移动端常用reset.css (无文字版?) */
/* reset */

html,body,div,p,ul,li,dl,dt,dd,em,i,span,a,img,input,h1,h2,h3,h4,h5 {margin:0;padding:0}
a,img,input {border:none;}
body{font: 14px/1.75  -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {text-decoration:none;}
ul,li{list-style: none}
a, img {-webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜? */}
html, body {
    -webkit-user-select: none;   /* 禁止选中文本（如无文本选中需求，此为必选项? */
    user-select: none;
}