@charset "utf-8";
/* ç¦ç”¨iPhoneä¸­Safariçš„å­—å·è‡ªåŠ¨è°ƒæ•´ */
html {
  -webkit-background-size: 100%;
  background-size: 100%;
  overflow-x: hidden;
}
* {
  word-break: break-all;
}
/* åŽ»é™¤iPhoneä¸­é»˜è®¤çš„inputæ ·å¼ */
input[type="submit"],

input[type="reset"],

input[type="button"],
/*input{-webkit-appearance:none; resize:none;outline:none;}*/
/* å–æ¶ˆé“¾æŽ¥é«˜äº®  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* è®¾ç½®HTML5å…ƒç´ ä¸ºå— */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* å›¾ç‰‡è‡ªé€‚åº” */
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  -ms-interpolation-mode: bicubic; /*ä¸ºäº†ç…§é¡¾ieå›¾ç‰‡ç¼©æ”¾å¤±çœŸ*/
  display: block;
}
/* åˆå§‹åŒ– */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  font-family: "é»‘ä½“";
  color: #323232;
}
em,
i {
  font-style: normal;
}
strong {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #222;
  font-family: "é»‘ä½“";
}
a:hover {
  text-decoration: none;
}

/* a:visited{color:#9a9a9a;} */
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: "é»‘ä½“";
}
img {
  border: none;
}
input,
textarea,
button {
  border: none;
  outline: medium;
  resize: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
/* åŽ»é™¤æ»šåŠ¨æ¡ */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/* æ¸…é™¤æµ®åŠ¨ */
.ks-clear:after,
.clear:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
.ks-clear,
.clear {
  *zoom: 1;
}
input,
button,
select,
textarea {
  outline: none;
}
/*åˆå§‹åŒ–end----------------------------*/
