@charset "utf-8";
*{margin:0; padding:0;}
html{/*-webkit-tap-highlight-color:transparent; */scroll-behavior:smooth;}
body{font:16px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; color:#333;}
ul{list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-size:inherit;}
input,button,textarea,select,textarea,th{font:inherit; text-align:inherit; color:inherit;}
label,input,button,select,textarea{box-sizing:border-box; display:inline-block; vertical-align:middle; border-radius:inherit;}
input,button,textarea,select{outline:none;}
table{table-layout:fixed; border-collapse:collapse; border-spacing:0;}
a{color:#333; text-decoration:none;}
a:hover{color:#333;}
img,video,canvas{max-width:100%; vertical-align:middle;}
textarea{overflow:auto; resize:none;}
input::-ms-clear{display:none;}
/*去除input[number]加减*/
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button{  
    -webkit-appearance: none !important;
}
input[type="number"]{-moz-appearance:textfield;}