@charset "utf-8";
*{ list-style: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Microsoft YaHei", "SimSun", sans-serif; box-sizing: border-box; -webkit-box-sizing: border-box;}
body{
  line-height: 1;
  font-family: "Microsoft YaHei", "SimSun", sans-serif; 
  background: #ffffff;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 12px;
  /* // font-smoothing: antialiased; 字体抗锯齿 */
  margin:0 auto;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  user-select: auto;
  -webkit-user-select: auto;
}
html{
  height:100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

img{display: block; object-fit:cover;}
p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7,button,input{margin:0px;border:0px;padding:0px;box-sizing: border-box;}
button {border: none;outline: none; background:none;}
textarea {resize: none;}
a {text-decoration: none;outline: none;color: #fff;display: block; }
a:hover, a:focus {text-decoration: none;}
#app,.con{height: 100%;}
input,select,textarea{  appearance:none; -webkit-appearance:none; outline: none; padding:0;background: none;border: none; border-radius: 0;}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}


