/*//默认样式重置*/

body,p,h1,h2,h3,h4,h5,h6,ul,ol,input,dl,dt,dd{ padding:0; margin:0; font-family: '微软雅黑', Arial, sans-serif;}
*{ padding:0; margin:0; font-family: '微软雅黑', Arial, sans-serif;}
li{ list-style:none}
a{ text-decoration:none}
img{ border:none;vertical-align:middle;}
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
button{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
}
form,select{ margin:0}
textarea{ margin:0; padding:0; resize:none; overflow:hidden; outline:none;font-family: '微软雅黑', Arial, sans-serif;}
th,td{ padding:0}
a:hover{ text-decoration:none}
table { border-collapse: collapse; border-spacing:0;}
select::-ms-expand { display: none; }
span{
     word-wrap: break-word;
    word-break: break-all;
    vertical-align: middle;
}
/*//兼容苹果按钮*/
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
body 
 { 
  -webkit-text-size-adjust: 100% !important; 
  text-size-adjust: 100% !important; 
  -moz-text-size-adjust: 100% !important; 
 } 
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*//按钮去掉焦点*/
button:focus{
          outline: none;
      }
  input:focus{
      outline: none;
  }
   select:focus{
      outline: none;
  }

 input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }
