/* 基本設定_start */

.nopadding {
  padding: 0px !important;
}

.nomargin {
  margin: 0px !important;
}

/* 基本設定_end */

/* 編輯器設定_start */

/* 編輯器設定_end */

/* 框架設定_start */

.bmd-layout-canvas {
  position: static;
}

.bmd-layout-content {
  overflow: hidden;
}

.bmd-layout-drawer {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.col-padding {
  padding: 15px;
}

/* 框架設定_end */

/* logo/登入/註冊/詢價車/語系/搜尋_start */

.topInfoContainer {
  background: #fff;
}

.topInfoContainerInner {
  width: 100%;
  display: table;
  table-layout: fixed;
  z-index: 20;
}

.logo a:hover {
  opacity: 0.7;
}

.pcLogo {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 20px;
  height: 90px;
  overflow: hidden;
}

.pcLogo img {
  width: 80%;
}

.pcLogo h1 {
  display: block;
}

.navBar {
  position: absolute;
  right: 0;
  transform: translateY(20px);
}

.navInner {
}

.topInfo {
  text-align: right;
}

.topInfo ul li {
  display: inline-block;
}

.topInfo ul li a {
  display: block;
  color: #333;
  padding: 0px 10px;
}

.topInfo ul li a:hover {
  color: #aaa;
}

.loginBtn::before {
  content: "\f090";
  font-family: FontAwesome;
  margin-right: 3px;
}

.registerBtn::before {
  content: "\f234";
  font-family: FontAwesome;
  margin-right: 3px;
}

.inquiryBtn::before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 3px;
}

.langBtn::before {
  content: "\f0ac";
  font-family: FontAwesome;
  margin-right: 3px;
}

.searchBtn::before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 3px;
}

.langSelector .form-control:read-only,
.langSelector .custom-file-control:read-only {
  height: auto;
  padding: 0px 30px 0px 20px;
  background: url("../images/arrow_down_black.png") 95% no-repeat;
}

/* logo/登入/註冊/詢價車/語系/搜尋_end */

/* 主選單_start */

.menuContainer {
  position: fixed;
  z-index: 50;
  width: 100%;
}

.menuBlock {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
}

.menuContainerInner {
  background-color: #fff;
  box-shadow: 0px 0px 6px #969696;
  -webkit-box-shadow: 0px 0px 6px #969696;
  -moz-box-shadow: 0px 0px 6px #969696;
}

#mainMenu {
  right: 0;
}

#mainMenu li {
  position: relative;
}

#mainMenu > li {
  display: table-cell;
  vertical-align: top;
}

#mainMenu > li > a {
  font-size: 16px;
  padding: 15px 20px 15px 20px;
}

#mainMenu > li:nth-last-child(1) > a {
  /* border-right: #eee solid 1px; */
}

#mainMenu a {
  color: #333;
  display: block;
  padding: 10px;
  text-align: justify;
}

#mainMenu a:hover {
  color: #ddd;
}

.dropdownMenu {
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0px;
  background-color: #75000c;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s ease;
}

.nextDropdownMenu {
  left: 100%;
  top: 0px;
}

#mainMenu li:hover > .dropdownMenu {
  color: #000;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.subMenu a {
  color: #333;
  display: block;
}

.subMenu a:hover {
  color: #ddd;
}

/* 主選單_end */

/* 手機選單_start */

.mbHeadContainer {
  display: none;
}

/* 手機選單_end */

/* 內容_start */
.content {
  margin: 100px auto 50px auto;
  min-height: 800px;
}
/* 內容_end */

/* 頁尾_start */

/* 按鈕_start */
a.btn.btn-secondary {
  background-color: #4e4e4e;
  color: #fff;
  font-size: 14px;
}

a.btn.btn-secondary:hover {
  background-color: #666;
  color: #fff;
}

/* 按鈕_end */

/* 電子報_start */

.epaperContainer {
  padding: 20px 15px;
  border-top: #eee solid 1px;
}

.epaperContainerInner {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.epaperTitle,
.epaperInputBlock {
  display: table-cell;
  vertical-align: middle;
}

.epaperTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  padding: 0px 15px;
  color: #333;
}

.epapperInput,
.epapperSendBtn {
  display: table-cell;
  vertical-align: middle;
}

.epapperInput input,
.epapperSendBtn button {
  height: 30px;
}

.epapperSendBtn button {
  border: none;
  box-shadow: none;
  background: none;
}

.epapperSendBtn button:hover {
  color: #aaa;
}

/* 電子報_end */

/* 頁尾公司資訊_start */

/* 頁尾選單 */

.footerMenu {
  padding: 15px 15px 15px 0;
  text-align: right;
}

.footerMenu ul li {
  display: inline-block;
}

.footerMenu ul li a {
  font-size: 14px;
  display: block;
  padding: 2px 20px 0 20px;
  color: #fff;
  position: relative;
  line-height: 1;
  border-right: 1px solid #fff;
}

.footerMenu ul li:nth-last-child(1) a {
  border-right: none;
}

.footerMenu ul li a:hover {
  color: #aaa;
}

/* 公司資訊 */
.footerLogo a {
  display: block;
}

.companyInfoContent {
  padding: 30px;
  background-color: #676767;
  border-top: 3px solid #cc0015;
}

.companyInfoContentInner {
  font-size: 14px;
}

.companyAddress {
  text-align: right;
  color: #fff;
  padding: 0 35px 0 0;
}

.companyInfo {
  text-align: right;
  padding: 0 10px 0 0;
}

.companyInfo span,
.companyAddress span {
  color: #fff;
  padding: 0 5px 5px 0;
  line-height: 1.8;
}

.companyInfo ul li {
  display: inline-block;
  padding: 2px 20px 0 0;
}

.companyInfo ul li a {
  color: #fff;
  padding: 2px 0 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.companyInfo ul li a:hover {
  color: #aaa;
}

/* 頁尾公司資訊_end */

/* 社群連結_start */

.socialmediaContainer {
  text-align: right;
  padding: 15px;
}

.socialmediaContainerInner ul li {
  display: inline-block;
  margin: 0px 10px;
}

.socialmediaContainerInner ul li:nth-last-child(1) {
  margin-right: 0px;
}

.socialmediaContainerInner img {
  width: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.socialmediaContainerInner ul li a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

/* 社群連結_end */

/* 版權宣告/政策/網站地圖_start */

/* 政策/網站地圖 */

.copyrightPolicySitemapContent {
  padding: 10px 0px;
  background-color: #4e4e4e;
  color: #fff;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #aaa;
}

.policySitemap ul {
  display: table;
}

.policySitemap ul li {
  display: table-cell;
  vertical-align: middle;
}

.policySitemap a {
  display: block;
  padding: 2px 6px;
  color: #333;
  font-size: 14px;
}

.policySitemap a:hover {
  color: #aaa;
}

/* 版權宣告 */

.copyright {
  text-align: center;
}

.copyright p {
  font-size: 14px;
  margin: 0px;
}

/* 版權宣告/政策/網站地圖_end */

/* 頁尾_end */

/* 常駐項_start */

.floatMenuContainer {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 99;
}

.floatMenuContainer ul li {
  margin-bottom: 15px;
}

.floatMenuContainer ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.floatMenuContainer ul li a {
  display: block;
  width: 60px;
  height: 60px;
  padding: 15px 5px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.floatMenuContainer ul li a svg {
  font-size: 30px;
  display: block;
  margin: 0 auto 5px;
}

.floatMenuContainer ul li a span {
  display: block;
}

.floatMenuContainer ul li a:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* 常駐項_end */

/* banner_start */

.bannerImg {
  width: 100%;
  /* GuidLine_start */
  position: relative;
  overflow: hidden;
  /* GuidLine_end */
}

.bannerImg a {
  /* GuidLine_start */
  /* position: absolute;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); */
  /* GuidLine_end */
}

.bannerImg a img {
  /* GuidLine_start */
  max-width: unset;
  width: 100%;
  /* GuidLine_end */
  margin-top: 90px;
}

.bannerImg a {
  display: block;
  padding-bottom: 45%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bannerTitle {
  font-size: 40px;
  color: #af0012;
  font-weight: bold;
  position: absolute;
  z-index: 20;
  left: 10%;
  top: 45%;
  width: 32%;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 0 20px 20px #fff;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.bannerSubtitle {
  font-size: 25px;
  color: #656565;
  font-style: italic;
  position: absolute;
  z-index: 25;
  left: 11%;
  top: 38%;
  max-width: 450px;
  text-shadow: 0px 0px 10px #fff;
  background-color: #fff;
  box-shadow: 0 0 20px 20px #fff;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

/* banner_end */

/* 麵包屑_start */

/* 麵包屑_end */

/* 分頁_start */

.pagination {
  display: table;
  margin: 0 auto;
}

.pagination li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

.pagination li a {
  display: block;
  padding: 8px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  min-width: 42px;
  color: #000;
}

.pagination li a:hover {
  background-color: #000;
  color: #fff;
}

.pagination li a.active {
  background-color: #000;
  color: #fff;
}

/* 分頁_end */

/* 內容_start */

.indexTitle {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
  max-width: 530px;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100px;
  z-index: 30;
  color: #313131;
}

.indexTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 5px;
  top: 35%;
  left: 0%;
  background-color: #cc0015;
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 0% 100%);
}

.indexTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 5px;
  top: 35%;
  right: 0%;
  background-color: #656565;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.textContent p {
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-align: justify;
}

.textContent img {
  width: 100%;
}

.txtTitle {
  font-size: 18px;
  line-height: 1.6;
}

.txtSubtitle {
  font-size: 16px;
  line-height: 1.6;
}

.txtNormal {
  font-size: 14px;
  line-height: 1.6;
}

/* 內容_end */
/* 搜尋頁面_start */

.searchContent {
  display: table;
  width: 100%;
}

.searchContentInner {
  display: table-cell;
  vertical-align: middle;
}

/* 搜尋頁面_end */

/* 側選單設定_sideContnet_start */

.sideContnet {
  border-radius: 2px;
  border: 1px solid #eee;
}

.sideInner {
  display: block;
  width: 100%;
  background-color: 1px solid #f7f7f7;
  border-bottom: 1px solid #333;
  padding: 8px;
}

.sideInnerMenu {
  display: none;
  background-color: 1px solid #f7f7f7;
  padding: 8px;
}

.sideInnerMenu .sideInner,
.sideInner .sideInnerMenu {
  padding: 8px 0;
}

.sideTitle {
  display: table;
  width: 100%;
}

.sideTitle span {
  display: table-cell;
  vertical-align: middle;
}

.sideTitle span.sideBtn {
  width: 26px;
  text-align: center;
}

/* 側選單設定_sideContnet_end */

/* 產品通用設定_ptItem_start */
.ptImg a {
  /* GuidLine_start */
  position: relative;
  width: 100%;
  display: block;
  /* GuidLine_end */
  padding-bottom: 100%;
}

.ptImg img {
  /* GuidLine_start */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* GuidLine_end */
  width: 100%;
}

.ptName .txtTitle,
.ptName .txtSubtitle,
.ptModal .txtSubtitle {
  /* GuidLine_start */
  line-height: 1;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* GuidLine_end */
  display: block;
}

.ptName {
  padding: 5px;
  min-height: 110px;
}

.ptName a {
  font-size: 16px;
  color: #333;
  text-align: center;
  display: block;
}

.ptName:hover {
  opacity: 0.7;
}

.ptName .txtTitle {
  /* color: rgba(50, 50, 50, 1);
  text-align: center;
  margin-bottom: 20px; */
}

.ptName .txtSubtitle,
.ptModal .txtSubtitle {
  /* color: rgba(0, 92, 175, 1);
  text-align: center; */
}

.ptModal {
  margin-bottom: 12px;
}

.ptDesc .txtNormal {
  /* GuidLine_start */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  white-space: normal;
  text-align: justify;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  letter-spacing: 1px;

  /* GuidLine_end */
  color: rgba(0, 0, 0, 1);
}

/* 產品通用設定_ptItem_start */

/* 產品詳細頁通用設定_bigImage_start */
.bigImage .item a {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
}

.bigImage .item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.imgControl .item .active a {
  border: 1px solid #ff0000;
}

.imgControl .item .imgContent a {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/* 產品詳細頁通用設定_bigImage_end */

/* 最新消息通用設定_newsItem_start */
ul.newsItemContent {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.newsItemContent li {
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.newsItemContent li.newsItem {
  border: 1px solid #f7f7f7;
  padding: 16px;
}

ul.newsItemContent li.newsItem .txtTitle {
  /* GuidLine_start */
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  display: block;
  /* GuidLine_end */
}

ul.newsItemContent li span {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
}

.newsCollapse {
  border-bottom: 1px solid #eee;
}

.newsCollapse button {
  outline: unset;
  border: unset;
  padding: 16px;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-size: 18px;
  background-color: #f7f7f7;
  line-height: 1;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsText {
  padding: 16px;
}

.newsText .newsTextInner {
  /* GuidLine_start */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  white-space: normal;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  /* GuidLine_end */
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

/* 最新消息通用設定_newsItem_end */

/* 排序時間_start */

/* 排序時間_end */

/* 按鈕樣式_btn_start */

.moreBtn {
  /* GuidLine_start */
  display: block;
  /* GuidLine_end */
  /* width: 120px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 8px 12px;
  border-radius: 4px; */
}

/* 按鈕樣式_btn_end */

/* 上一篇&下一篇_start */

/* 上一篇&下一篇_end */

@media only screen and (max-width: 1499px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 991px) {
  /* logo/登入/註冊/詢價車/語系/搜尋_start */
  .pcLogo {
    width: 250px;
  }

  /* logo/登入/註冊/詢價車/語系/搜尋_end */
  /* 主選單_start */
  #mainMenu > li > a {
    font-size: 14px;
  }

  /* 主選單_end */
  /* 頁尾_start */
  /* 頁尾公司資訊_start */
  /* 頁尾選單 */
  .footerMenu ul {
    overflow: hidden;
  }

  .footerMenu ul li {
    width: 33.3333%;
    float: left;
    padding: 10px;
  }

  .footerMenu ul li a {
    display: block;
    border: none;
    padding: 5px;
    color: #fff;
    text-align: center;
  }

  /* 頁尾公司資訊_end */
  /* 頁尾_end */
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
  .companyInfoContent {
    padding: 20px 0 0 0;
  }
  /* logo/登入/註冊/詢價車/語系/搜尋_start */
  .pcLogo {
    display: block;
  }

  .topInfo {
    text-align: center;
  }

  .topInfo ul li a {
    padding: 10px 15px;
  }

  /* logo/登入/註冊/詢價車/語系/搜尋_end */
  /* 手機選單_start */
  .mbHeadContainer {
    display: block;
  }

  .mbHeadContainer .bg-faded {
    background-color: #fff;
    box-shadow: 0px 0px 6px #969696;
    -webkit-box-shadow: 0px 0px 6px #969696;
    -moz-box-shadow: 0px 0px 6px #969696;
  }

  .mbHeadContainerInner {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .mbLogo,
  .mbMenuBtn {
    display: table-cell;
    vertical-align: middle;
  }

  .mbLogo {
    text-align: left;
    padding: 0px 10px;
  }

  .mbLogo a {
    display: block;
    margin: 0 auto;
    padding: 10px;
  }

  .mbLogo a img {
    max-width: 50%;
  }

  .mbMenuBtn {
    width: 80px;
    background: #666;
  }

  .mbMenuBtn .navbar-toggler {
    width: 100%;
    height: 80px;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    margin-top: 5px;
  }

  .mbMenuBar {
    width: 30px;
    height: 2px;
    background-color: #eee;
    display: block;
    margin: 0px auto;
    position: relative;
  }

  .mbMenuBar::before {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #eee;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }

  .mbMenuBar::after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #eee;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }

  #leftMenu a {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 16px;
  }

  #leftMenu .arrowDown {
    background: url("../images/arrow_down_white.png") 96% no-repeat;
  }

  #leftMenu .arrowLeft {
    background: url("../images/arrow_right_white.png") 96% no-repeat;
  }

  #leftMenu .arrowDown:hover {
    background: url("../images/arrow_down_white.png") 96% no-repeat;
  }

  #leftMenu .arrowLeft:hover {
    background: url("../images/arrow_right_white.png") 96% no-repeat;
  }

  #leftMenu .arrowDown:focus {
    background: url("../images/arrow_down_white.png") 96% no-repeat;
  }

  #leftMenu .arrowLeft:focus {
    background: url("../images/arrow_right_white.png") 96% no-repeat;
  }

  #leftMenu ul li {
    display: block;
    width: 100%;
  }

  #leftMenu a:hover {
    background-color: #222;
  }

  #leftMenu a:focus {
    background: none;
  }

  #leftMenu .dropdownMenu {
    position: static;
    visibility: inherit;
    opacity: 1;
    display: none;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    border: none;
    background: rgba(0, 0, 0, 0.2);
  }

  .arrowLeft {
    display: block;
  }

  .dropdownMenu {
    padding-left: 20px;
  }

  .dropdownMenu a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
  }

  .mbMenu {
    background: rgba(0, 0, 0, 0.9);
  }

  .mbClose {
    padding: 10px;
    text-align: right;
  }

  .mbClose button {
    border: none;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 22px;
  }

  /* 手機選單_end */
  /* 主選單_start */
  .menuContainer {
    display: none;
  }

  /* 主選單_end */
  /* 頁尾_start */
  /* 頁尾公司資訊_start */
  /* 頁尾選單 */
  .footerMenu ul li {
    width: 50%;
  }

  .footerInfoItem {
    display: block;
    margin-bottom: 10px;
  }

  .footerLogo a {
    margin: 10px;
    text-align: center;
  }

  .companyInfoDt {
    text-align: left;
    padding: 0px;
  }

  /* 頁尾公司資訊_end */
  /* 社群連結_start */
  .socialmediaContainer {
    text-align: center;
  }

  /* 社群連結_end */
  /* 版權宣告/政策/網站地圖_start  */
  .copyrightPolicySitemapContent {
    padding-bottom: 70px;
  }

  .policySitemap,
  .copyright {
    display: block;
    text-align: center;
  }

  .policySitemap ul li {
    display: inline-block;
  }

  .policySitemap a::after {
    content: "";
    margin: 0px;
  }

  .policySitemap {
    margin-bottom: 10px;
  }

  /* 版權宣告/政策/網站地圖_end */
  /* 電子報_start */
  .epaperTitle {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .epaperInputBlock {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .epapperInput {
    width: 83%;
  }

  .epapperSendBtn {
    text-align: center;
  }

  /* 電子報_end */
  /* 頁尾_end */
  /* 常駐項_start */
  .floatMenuContainer {
    left: 0px;
    bottom: 0px;
    top: inherit;
    right: inherit;
    transform: inherit;
  }

  .floatMenuContainer ul {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .floatMenuContainer ul li {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    border-right: rgba(255, 255, 255, 0.1) solid 1px;
  }

  .floatMenuContainer ul li:nth-last-child(1) {
    border-right: none;
  }

  .floatMenuContainer ul li a {
    width: 100%;
    font-size: 14px;
  }

  /* 常駐項_end */
}

@media only screen and (max-width: 991px) {
  .bannerImg a img {
    margin-top: unset;
  }

  .companyInfo ul li a {
    padding: 0 5px 5px 0;
  }

  .companyInfo ul li {
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 568px) {
  /* 頁尾_start */
  /* 電子報_start */
  .epapperInput,
  .epapperSendBtn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .epapperInput {
    margin-bottom: 10px;
  }

  .epapperSendBtn {
    border-radius: 5px;
    background: #333;
    color: #fff;
  }

  .epapperSendBtn button {
    width: 100%;
    display: block;
  }

  /* 電子報_end */
  /* 社群媒體_start */
  .socialmediaContainerInner ul li {
    margin: 0px 5px;
  }

  /* 社群媒體_end */
  /* 頁尾_end */
}

@media only screen and (max-width: 440px) {
}

@media only screen and (max-width: 420px) {
  .companyInfo {
    padding: unset;
  }

  .companyInfoContent {
    padding: 20px 0 0 0;
  }

  .companyAddress {
    padding: 5px;
  }
  .companyInfo ul li a,
  .companyInfo ul li {
    padding-right: 5px;
  }
  .bannerSubtitle {
    left: 2%;
    top: 10%;
    font-size: 15px;
  }
  .bannerTitle {
    font-size: 30px;
    left: 2%;
    top: 20%;
    width: 60%;
  }

  .bannerImg a {
    padding-bottom: 80%;
  }

  .bannerImg a img {
    margin-top: unset;
  }

  .indexTitle::after {
    width: 20%;
  }

  .indexTitle::before {
    width: 20%;
  }
}

@media only screen and (max-width: 320px) {
  .indexTitle {
    font-size: 40px;
  }

  .companyAddress {
    padding: 5px;
  }

  .companyInfo ul li,
  .companyInfo ul li a {
    padding: unset;
  }
}
