/* é¡µé¢å…¬å…±æ ·å¼ç›¸å…³ */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;

  font-family: Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Arial !important;

}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a{ text-decoration:none;}

a.index-bottom-link {
  text-decoration: none;
  color: #ffffff;
}

a.index-bottom-link:hover {
  text-decoration: underline;
}

a.sub-bottom-link {
  text-decoration: none;
  color: #000000;
}

a.sub-bottom-link:hover {
  text-decoration: underline;
}