.clearfix::after {
  clear: both;
  display: block;
  content: "";
}
.biji-news-format table tr td,
.biji-news-format table tr th{
  vertical-align: middle;
  padding: 10px;
}
.biji-news-format table tr th{
  background-color: #efefef;
}
.biji-news-format p{ margin: 15px 0;word-break: break-word;}

.biji-news-format div{word-break: break-all;}

.biji-news-format h1{
  font-size: 30px;
  line-height: 1.6;
}
.biji-news-format h2{
  font-size: 24px;
  line-height: 1.6;
}
.biji-news-format h3{
  font-size: 22px;
  line-height: 1.4;
}
.biji-news-format h4{
  font-size: 18px;
  line-height: 1.4;
}
.biji-news-format .pic_text{
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(149, 152, 154);
}
.fr-view{
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  word-wrap: break-word;
}
.biji-news-format img{
  max-width: 100%;
}

/*mobile*/
.biji-news-format.format-m h1{
  font-size: 32px;
}
.biji-news-format h2{
  font-size: 26px;
}
.biji-news-format.format-m h3{
  font-size: 24px;
}
.biji-news-format.format-m h4{
  font-size: 20px;
}
.biji-news-format.format-m .fr-video iframe{
  width: 100%;
  height: -moz-calc(56.25vw - 16.875px);
  height: -webkit-calc(56.25vw - 16.875px);
  height: -o-calc(56.25vw - 16.875px);
  height: calc(56.25vw - 16.875px);
}
.biji-news-format iframe, .biji-news-format .twitter-tweet{
  max-width: 100%;
  display: block;
  margin: 0 auto 15px !important;
}
.fr-view.format-m{
  font-size: 16px;
}
body.font-big .fr-view.format-m{
  font-size: 18px;
}
body.font-huge .fr-view.format-m{
  font-size: 22px;
}
.fr-view.format-m strong{
  display: inline;
}
.fr-view.format-m table{
  width: 100%;
}

/* table向右延伸至螢幕外並產生scroll */
.fr-view.format-m table.rwd-mode{
  overflow: auto;
}

.fr-view.format-m table.rwd-mode.add-des::before{
  content: "表格向右滑動看更多內容 →";
  color: #8e8e8e;
}
.fr-view.format-m table.rwd-mode td, .biji-news-format table.rwd-mode td, .biji-news-format table.rwd-mode th{
  white-space: nowrap;
}

.fr-view a{
  color: rgb(0, 150, 255);
  word-break: break-all;
}
.fr-view strong{
  font-weight: bold;
}

.fr-view em{
  font-style: italic;
}
.fr-view u{
  text-decoration: underline;
}
.fr-view ol{
  margin: 15px 0;
  counter-reset: number-counter;
}
.fr-view ol li{
  margin: 15px 0;
  counter-increment: number-counter;
}
.fr-view ol li::before{
  content: counter(number-counter)".";
  padding-right: 10px;
}
.fr-view ol li h1,
.fr-view ol li h2,
.fr-view ol li h3,
.fr-view ol li h4,
.fr-view ol li h5,
.fr-view ol li h6{
  display: inline-block
}
.fr-view ul{
  margin: 15px 0;
}
.fr-view ul li::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgb(111, 123, 138);
}
.fr-view ul li h1,
.fr-view ul li h2,
.fr-view ul li h3,
.fr-view ul li h4,
.fr-view ul li h5,
.fr-view ul li h6{
  display: inline-block
}
.fr-view table {
  display: inline-block;
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #efefef;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  z-index: 3;
  position: relative;
  overflow: auto;
  max-width: 100%;
}
.fr-view .lozad {
  min-width: 1px;
  min-height: 1px;
}
.fr-view img.fr-dib {
  margin: auto;
  display: block;
  float: none;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px){
  .fr-view img.fr-dib{
    width: 100%!important;
  }
}

.fr-view img.fr-dib.fr-fil {
  margin: 5px auto 5px 0;
  left: 5px;
}
.fr-view img.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px;
}
.fr-view img.fr-dii {
  margin: auto;
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fr-view img.fr-dii.fr-fil {
  margin: 5px 10px 5px 0;
  left: 5px;
  float: left;
}
.fr-view img.fr-dii.fr-fir {
  margin: 5px 0 5px 10px;
  right: 5px;
  float: right;
}
.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-bordered {
  border: solid 10px #CCC;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
