body {
color: #333;
line-height: 180%;
font-family:"Microsoft JhengHei","微軟正黑體","ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3","nsimsun","宋体";
}
html,
body {
  height:100%;
}
a:hover {
  text-decoration: none;
}
.navbar {
  background:#343a40;
  font-size:60%;
  padding:10px;
}
#headnav .nav-link {
  color:#111;
  padding-right:5px !important;
  padding-left:5px !important;
}
#headnav .nav-link:hover{
  color:#27a3a3 !important;
  text-decoration:#27a3a3 underline;
}
.navbar-nav .active a {
  color:#27a3a3 !important;
}
.footer {
  background:#eee;
}
#eztop {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 9999
}
.ez-brand {
  width: 350px;
  height: 33px;
  background: url(../img/logos.png) 8px no-repeat;
  display: block;
  padding: 0px 0 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#2F353C')";
  filter: url(#drop-shadow);
  -webkit-filter: drop-shadow(0px 0 6px #2f353c);
  filter: drop-shadow(0px 0 6px #2f353c);
}
.ez-molist{
  top:80px;
  position:sticky;
}

