/**
Author: 迪亚莫科技有限公司
Author URI: https://diiamo.cn
Description:添加自定义CSS到前台
*/
body{
margin: 0!important;
}
html,body{
-webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}

a:focus, input:focus, p:focus, div:focus, button:focus, span:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0)!important;
outline:none!important;
-moz-outline:none!important;
}

button:hover{
cursor:pointer;	
}