/*
16:56 2020-05-18 itemContent p - margin-bottom: 10px
*/

@charset "UTF-8";
body.innerPage .main2.searchIndex * {
  max-height: 999999px; }
body.innerPage .main2.searchIndex > nav.contentWrapper:first-child,
body.innerPage .main2.searchIndex .mainHolder {
  background-color: #fcf3ea; }
body.innerPage .main2.searchIndex h2.title {
  padding-bottom: 16px; }
body.innerPage .main2.searchIndex .comparisonTableDesc {
  margin-bottom: 24px; }
body.innerPage .main2.searchIndex .comparisonContainer {
  margin-bottom: 46px; }
body.innerPage .main2.searchIndex a {
  font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
  color: #951717;
  text-decoration: underline; }
  body.innerPage .main2.searchIndex a:hover {
    color: #0316d5; }
body.innerPage .main2.searchIndex .searchBar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  body.innerPage .main2.searchIndex .searchBar--hot {
    display: block;
    padding: 6px 0 20px;
    border-bottom: 3px solid #e86e1d;
    margin-bottom: 6px;
    color: #951717; }
    body.innerPage .main2.searchIndex .searchBar--hot span {
      margin: 0 2px;
      color: #000; }
    body.innerPage .main2.searchIndex .searchBar--hot span,
    body.innerPage .main2.searchIndex .searchBar--hot a {
      font-family: "Montserrat", 微軟正黑體, Arial, sans-serif;
      font-weight: 700;
      vertical-align: middle;
      text-decoration: none; }
    body.innerPage .main2.searchIndex .searchBar--hot:before {
      content: "";
      display: inline-block;
      background-image: url(../images/search-hot.svg);
      width: 20px;
      height: 20px;
      background-position: center;
      background-size: cover;
      vertical-align: middle; }
body.innerPage .main2.searchIndex .searchBar__item {
  position: relative;
  flex: 2 0 auto;
  width: 24%;
  margin-right: 12px;
  margin-bottom: 12px;
  min-width: 200px; }
  @media screen and (min-width: 1200px) {
    body.innerPage .main2.searchIndex .searchBar__item:nth-last-child(1) {
      margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    body.innerPage .main2.searchIndex .searchBar__item {
      width: 48%; } }
  body.innerPage .main2.searchIndex .searchBar__item.searchBar__item--select {
    width: 20%; }
    @media screen and (max-width: 1200px) {
      body.innerPage .main2.searchIndex .searchBar__item.searchBar__item--select {
        width: 48%; } }
  body.innerPage .main2.searchIndex .searchBar__item.searchBar__item--btn {
    width: 132px;
    flex: 0 0 auto;
    min-width: auto;
    margin-bottom: 0; }
  body.innerPage .main2.searchIndex .searchBar__item.searchBar__item--flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 260px; }
  body.innerPage .main2.searchIndex .searchBar__item.searchBar__item--input {
    position: relative; }
    body.innerPage .main2.searchIndex .searchBar__item.searchBar__item--input .searchBarSubmit {
      display: inline-block;
      width: 42px;
      height: 100%;
      background-position: center;
      background-size: 24px;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-image: url(../images/search-orange.svg);
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      border: 1px solid #cc4c02;
      border-left: none; }
  body.innerPage .main2.searchIndex .searchBar__item select,
  body.innerPage .main2.searchIndex .searchBar__item input,
  body.innerPage .main2.searchIndex .searchBar__item button {
    padding: 14px 16px;
    display: block;
    width: 100%;
    height: 47px;
    line-height: 16px; }
    body.innerPage .main2.searchIndex .searchBar__item select:focus,
    body.innerPage .main2.searchIndex .searchBar__item input:focus,
    body.innerPage .main2.searchIndex .searchBar__item button:focus {
      outline: none; }
  body.innerPage .main2.searchIndex .searchBar__item select {
    padding: 13px 0;
    height: 47px; }
  body.innerPage .main2.searchIndex .searchBar__item input {
    background-color: #fff;
    border: 1px solid #cc4c02;
    height: 47px; }
  body.innerPage .main2.searchIndex .searchBar__item button {
    background-color: #fff; }
body.innerPage .main2.searchIndex .searchBarSelect__mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  border: 1px solid #cc4c02;
  padding: 14px 16px;
  color: #999999;
  word-break: unset;
  white-space: nowrap;
  overflow: hidden;
  height: 47px;
  line-height: 16px; }
  body.innerPage .main2.searchIndex .searchBarSelect__mask:after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    border-bottom: 2px solid #e55b00;
    border-right: 2px solid #e55b00;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 16px; }
  body.innerPage .main2.searchIndex .searchBarSelect__mask:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff; }
body.innerPage .main2.searchIndex .searchBar__btn {
  line-height: 16px;
  border: none; }
  body.innerPage .main2.searchIndex .searchBar__btn span {
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    margin: 0 6px; }
  body.innerPage .main2.searchIndex .searchBar__btn:hover {
    opacity: 0.7; }
  body.innerPage .main2.searchIndex .searchBar__btn:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    vertical-align: middle; }
  body.innerPage .main2.searchIndex .searchBar__btn.searchBar__submit {
    background-color: #e86e1d; }
    body.innerPage .main2.searchIndex .searchBar__btn.searchBar__submit:before {
      background-image: url("../images/search-w.svg"); }
  body.innerPage .main2.searchIndex .searchBar__btn.searchBar__clear {
    background-color: #999999; }
    body.innerPage .main2.searchIndex .searchBar__btn.searchBar__clear:before {
      background-image: url("../images/cross-w.svg"); }
body.innerPage .main2.searchIndex .searchContent__item {
  margin: 28px auto; }
  body.innerPage .main2.searchIndex .searchContent__item .itemTitle {
    color: #000;
    font-family: "Montserrat", 微軟正黑體, Arial, sans-serif;
    font-weight: 700; }
    body.innerPage .main2.searchIndex .searchContent__item .itemTitle span {
      color: #000;
      font-family: "Montserrat", 微軟正黑體, Arial, sans-serif;
      font-weight: 700; }
    body.innerPage .main2.searchIndex .searchContent__item .itemTitle:hover {
      color: #000; }

  /* 16:56 2020-05-18 itemContent p - margin-bottom: 10px  */
  body.innerPage .main2.searchIndex .searchContent__item .itemContent p {
    margin-bottom: 10px; }
	  
  body.innerPage .main2.searchIndex .searchContent__item .itemContent ul {
    margin-bottom: 4px; }
    body.innerPage .main2.searchIndex .searchContent__item .itemContent ul li {
      margin-left: 16px;
      position: relative;
      margin-bottom: 10px;
      line-height: 1.2em; }
      body.innerPage .main2.searchIndex .searchContent__item .itemContent ul li:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #ed7d15;
        border-radius: 8px;
        left: -16px;
        top: 6px;
        position: absolute; }
  body.innerPage .main2.searchIndex .searchContent__item .searchContent__keywords {
    display: none; }
body.innerPage .main2.searchIndex .searchContent__header {
  margin: 28px auto;
  color: #e86e1d;
  font-weight: 700;
  font-family: "Montserrat", 微軟正黑體, Arial, sans-serif;
  display: none; }
body.innerPage .main2.searchIndex .searchContent {
  margin-bottom: 24px; }
body.innerPage .main2.searchIndex .moreBtn__holder a {
  display: block;
  clear: both;
  width: 250px;
  text-align: center;
  background-color: #e55b00;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 30px;
  margin: 10px 5px 15px;
  font-family: "Montserrat", 微軟正黑體, Arial, sans-serif; }
  body.innerPage .main2.searchIndex .moreBtn__holder a:hover {
    background-color: #e55b00aa; }

.hmNewHeader__subMenuHr {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
  padding: 0 10px;
  float: left;
  clear: both; }
  .hmNewHeader__subMenuHr:before {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    background: #d2d2d2; }
  @media screen and (max-width: 1200px) {
    .hmNewHeader__subMenuHr {
      display: none; } }

body.innerPage .main2.searchIndex .blockDetailHolder h1 {
  font-size: 30px; }
  :lang(zh-hk) body.innerPage .main2.searchIndex .blockDetailHolder h1, :lang(zh-cn) body.innerPage .main2.searchIndex .blockDetailHolder h1 {
    font-size: 34px; }
body.innerPage .main2.searchIndex .blockDetailHolder h2 {
  font-size: 21px; }
  :lang(zh-hk) body.innerPage .main2.searchIndex .blockDetailHolder h2, :lang(zh-cn) body.innerPage .main2.searchIndex .blockDetailHolder h2 {
    font-size: 22px; }
body.innerPage .main2.searchIndex .searchBar__item {
  font-size: 15px; }
  :lang(zh-hk) body.innerPage .main2.searchIndex .searchBar__item, :lang(zh-cn) body.innerPage .main2.searchIndex .searchBar__item {
    font-size: 16px; }
  body.innerPage .main2.searchIndex .searchBar__item * {
    font-size: 15px; }
    :lang(zh-hk) body.innerPage .main2.searchIndex .searchBar__item *, :lang(zh-cn) body.innerPage .main2.searchIndex .searchBar__item * {
      font-size: 16px; }
body.innerPage .main2.searchIndex .searchContent {
  font-size: 15px; }
  :lang(zh-hk) body.innerPage .main2.searchIndex .searchContent, :lang(zh-cn) body.innerPage .main2.searchIndex .searchContent {
    font-size: 16px; }
  body.innerPage .main2.searchIndex .searchContent .itemTitle {
    font-size: 21px; }
    :lang(zh-hk) body.innerPage .main2.searchIndex .searchContent .itemTitle, :lang(zh-cn) body.innerPage .main2.searchIndex .searchContent .itemTitle {
      font-size: 22px; }
body.innerPage .main2.searchIndex .searchBar--hot {
  font-size: 15px; }
  :lang(zh-hk) body.innerPage .main2.searchIndex .searchBar--hot, :lang(zh-cn) body.innerPage .main2.searchIndex .searchBar--hot {
    font-size: 16px; }

@media screen and (max-width: 480px) {
  header nav .subMenu .subMenuCol .infoItem a span {
    font-size: 1rem; } }

/*# sourceMappingURL=style_addon.css.map */
