@media screen and (max-width:899px) {  
* { margin: 0; padding: 0; text-decoration: none; list-style: none; }
.clearfix { content: ""; clear: both; }
body { font-family: 'PingFangSC', 'helvetica', 'Heiti SC'; }
a, img, button, input, textarea { -webkit-tap-highlight-color: rgba(255,255,255,0); text-decoration: none; }
ul { margin: 0px; padding: 0px; list-style-type: none; }
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"], input[type=file], input[type=checkbox], button { cursor: pointer; -webkit-appearance: none; outline: none; }
button {appearance:none; -moz-appearance:none; -webkit-appearance:none; box-sizing:border-box;}
input {appearance:none; -moz-appearance:none; -webkit-appearance:none; box-sizing:border-box;}
textarea {-webkit-appearance: none; box-sizing:border-box;} 
.mt100 { margin-top: 60px;}  
   
}
@media screen and (min-width:900px) {
html {-webkit-text-size-adjust:none;}
* { margin: 0; padding: 0; text-decoration: none; list-style: none; }
.clearfix { content: ""; clear: both; }
body { font-family: "微软雅黑";  }
ul { margin: 0px; padding: 0px; list-style-type: none; }
a { text-decoration: none; }
input,select{box-sizing: border-box; outline: none; }
option {text-align:center;}
.mt100 { margin-top: 100px;}    
    
}