body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea {
  background: none;
  border: none;
  font: 12px/1.5 "新細明體", 12px/1.5 "微软雅黑", arial, verdana, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

li {
  list-style: none
}

img {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button,
input,
select,
textarea {
  outline: none;
  font-size: 100%
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none !important;
  color: none;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clear {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f-e {
  display: flex;
  justify-content: flex-end;
}

.f-b-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-a {
  display: flex;
  justify-content: space-between;
}

.f-a-c {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.f-cen {
  display: flex;
  align-items: center;
}

.f-col-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-c-a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.f-c-b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}