body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 12px "ËÎÌå", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
  text-decoration: none;
}
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
html::-webkit-scrollbar {     width: 10px;   } html::-webkit-scrollbar-track {     background: rgb(238,238,238);     border-radius: 10px; } html::-webkit-scrollbar-thumb {     background: rgb(221,221,221);     border-radius: 10px;   } html::-webkit-scrollbar-thumb:hover {     background: rgb(221,221,221);     border-radius: 10px;   } html::-webkit-scrollbar-thumb:active {     background: rgb(68, 68, 68);     border-radius: 10px;   }