@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
}

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

a:visited {
  text-decoration: none;
  border: 0px;
  outline: none;
}

a:active {
  text-decoration: none;
  border: 0px;
}

a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

button:visited {
  text-decoration: none;
  border: 0px;
}

button:active {
  text-decoration: none;
  border: 0px;
}

button:focus {
  outline: none;
}

input {
  border: 0;
}

input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: "michelin";
  src: url("../css/fonts/Michelin/Michelin-Regular.woff") format("woff");
}

@font-face {
  font-family: "michelin";
  src: url("../css/fonts/Michelin/Michelin-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "michelin";
  src: url("../css/fonts/Michelin/Michelin-SemiBold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "michelin";
  src: url("../css/fonts/Michelin/Michelin-Bold.woff") format("woff");
  font-weight: 900;
}

@font-face {
  font-family: "akzi";
  src: url("../css/fonts/AkzidenzGroteskBQ.woff") format("woff");
  font-weight: 900;
}

.en-mi {
  font-family: "michelin";
  font-weight: 500;
}

.en-mi-l {
  font-family: "michelin";
  font-weight: 300;
}

.en-mi-s {
  font-family: "michelin";
  font-weight: 700;
}

.en-mi-b {
  font-family: "michelin";
  font-weight: 900;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

body.body-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 992px) {

  input,
  select,
  textarea,
  .btns div,
  .btns a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ani-el {
  opacity: 0;
}

.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.loading img {
  width: 130px;
  -webkit-animation: load 5s infinite linear;
  animation: load 5s infinite linear;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes load {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gotop {
  display: none;
  width: 28px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

@media (min-width: 992px) {
  .gotop {
    width: 55px;
    right: 30px;
    bottom: 30px;
  }
}

.heading-wrap {
  width: 100%;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}

.heading {
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #27509b;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.heading .container {
  height: 50px;
}

.heading h2 {
  font-size: 20px;
}

.heading .gohistory {
  width: 8px;
  cursor: pointer;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .heading-wrap {
    padding: 0;
  }

  .heading {
    height: 60px;
  }

  .heading .container {
    width: 100%;
    height: 60px;
    max-width: 1920px;
    padding: 0;
    position: relative;
  }

  .heading h2 {
    line-height: 60px;
    font-size: 25px;
    cursor: pointer;
  }

  .heading h2:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("../img/arr-left-white.png");
    background-size: contain;
    position: relative;
    margin-right: 65px;
    top: 4px;
    cursor: pointer;
    pointer-events: all;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .heading h2:hover:before {
    right: 10px;
  }

  .heading .gohistory {
    display: none;
  }
}

/*  search-block start */
.search-block {
  width: 100%;
  position: relative;
  -webkit-transition: all .8s;
  transition: all .8s;
  z-index: 2;
  /* tabs fixed when header down */
}

.search-block a {
  color: #27509b;
}

.search-block .search-block-head {
  width: 100%;
  height: 5px;
  background-color: #fce500;
}

.search-block.block-down .tabs {
  position: fixed;
  top: 70px;
  left: 0;
  right: 15px;
  width: 100%;
  padding: 0 15px;
}

.search-block .tabs {
  width: 100%;
  height: 45px;
  line-height: 40px;
  -webkit-transition: all .6s;
  transition: all .6s;
  top: 0;
  z-index: 2;
}

.search-block .tabs .tab {
  width: 50%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  float: left;
  background-color: #27509b;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-top: 5px solid #fce500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-block .tabs .tab p:before {
  display: inline-block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 7px;
  top: 5px;
}

.search-block .tabs .tab.not-selected {
  background-color: #f9f9f9;
  color: #27509b;
}

.search-block .tabs .tab.not-selected.search-tyre p:before {
  background-image: url("../img/icon-search-blue.png");
}

.search-block .tabs .tab.not-selected.search-dealer p:before {
  background-image: url("../img/icon-marker-blue.png");
}

.search-block .tabs .tab.search-tyre p:before {
  width: 22px;
  height: 21px;
  background-image: url("../img/icon-search.png");
}

.search-block .tabs .tab.search-dealer p:before {
  width: 15px;
  height: 22px;
  background-image: url("../img/icon-marker.png");
}

.search-block .tab-content {
  border: 1px solid #c3c3c3;
  display: none;
  /* for push down following contents*/
}

.search-block .tab-content .selection select,
.search-block .tab-content select select {
  width: 100%;
  height: 45px;
  border: 1px solid #27509b;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #27509b;
  text-align-last: center;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-block .tab-content .selection select:focus,
.search-block .tab-content select select:focus {
  border: 1px solid #fce500;
}

.search-block .tab-content .btn-search {
  display: inline-block;
  width: 145px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #fce500;
  color: #27509b;
  margin: 0 auto 20px auto;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-block .tab-content .btn-search img {
  width: 15px;
  position: relative;
  margin-left: 8px;
}

.search-block .tab-content .btn-search2 {
  font-size: 15px;
  display: inline-block;
  padding: 0 35px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #fce500;
  color: #27509b;
  margin: 0 auto 20px auto;
  font-weight: 700;
}

.search-block .tab-content .btn-search2 img {
  width: 15px;
  position: relative;
  margin-left: 8px;
}

.search-block .tab-content .lists {
  height: 45px;
  line-height: 44px;
  background-color: #f9f9f9;
  color: #27509b;
  background-image: url("../img/arr-up-blue.png");
  border-top: 1px solid #27509b;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px 9px;
  cursor: pointer;
  text-align: center;
}

.search-block .tab-content .lists.active {
  background-color: #27509b;
  color: #fff;
  background-image: url("../img/arr-down-white.png");
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.search-block .tab-content .list-content {
  display: none;
  text-align: center;
  padding: 15px 0;
  background-color: #f9f9f9;
  font-size: 15px;
}

.search-block .tab-content .list-content .last {
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
}

.search-block .tab-content .list-content .history-records {
  font-family: "michelin";
  font-weight: 500;
}

.search-block .tab-content .list-content .history-records li {
  padding: 10px 0;
}

.search-block .tab-content .list-content .history-records li:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
}

.search-block .tab-content .list-content .history-records .selected {
  color: #27509b;
  font-weight: 700;
}

.search-block .tab-content .list-content .history-records .selected:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-check.png");
  position: relative;
  margin-right: 5px;
  top: 1px;
}

.search-block .tab-content .list-content .history-records .selected a {
  color: #27509b;
}

.search-block .tab-content .list-content .history-records a {
  color: #666;
}

.search-block .tab-content .list-content select {
  text-align-last: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-block .tab-content .m-tab-content {
  margin-bottom: 20px;
}

.search-block .tab-content.dealer {
  text-align: center;
  margin-bottom: 20px;
}

.search-block .tab-content.dealer .container {
  padding: 0;
}

.search-block .tab-content.dealer .box {
  background-color: #f9f9f9;
  padding: 30px 0 25px 0;
}

.search-block .tab-content.dealer .inputs {
  width: 100%;
  height: 40px;
  border: 1px solid #27509b;
  padding: 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.search-block .tab-content.dealer .inputs:focus {
  border: 1px solid #fce500;
}

.search-block .tab-content.dealer .btn-search {
  float: left;
}

.search-block .tab-content.dealer .btn-near {
  float: right;
  background-color: #009983;
  color: #fff;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-block .tab-content.dealer .btn-search,
.search-block .tab-content.dealer .btn-near {
  width: calc((100% - 15px) / 2);
  margin-top: 10px;
  cursor: pointer;
}

.search-block .closebar {
  width: 100%;
  padding: 10px 0;
  background-color: #27509b;
  position: relative;
  z-index: 1;
}

.search-block .closebar img {
  width: 14px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .search-block>.container {
    width: 100%;
    max-width: 1920px;
    padding: 0;
  }

  .search-block .tabs {
    height: 65px;
    line-height: 65px;
  }

  .search-block .tabs .tab {
    padding: 0 40px;
    font-size: 18px;
    border-top: 0px;
  }

  .search-block .tabs .tab p:before {
    top: 7px;
  }

  .search-block .tabs .tab.search-tyre {
    text-align: right;
  }

  .search-block .tabs .tab.search-tyre p:before {
    width: 28px;
    height: 26px;
  }

  .search-block .tabs .tab.search-dealer {
    text-align: left;
  }

  .search-block .tabs .tab.search-dealer p:before {
    width: 19px;
    height: 28px;
  }

  .search-block .tab-content {
    border: 0;
    font-size: 20px;
    margin-top: 1px;
  }

  .search-block .tab-content .selection select,
  .search-block .tab-content select {
    width: 100%;
    height: 50px;
    border: 1px solid #27509b;
    margin-bottom: 15px;
    padding: 0 10px;
    cursor: pointer;
  }

  .search-block .tab-content .selection select:focus,
  .search-block .tab-content select:focus {
    border: 1px solid #fce500;
  }

  .search-block .tab-content .btn-search {
    width: 210px;
    height: 50px;
    line-height: 46px;
    font-size: 20px;
    border: 2px solid #fce500;
    font-weight: bold;
    cursor: pointer;
  }

  .search-block .tab-content .btn-search img {
    width: 19px;
  }

  .search-block .tab-content .btn-search:hover {
    border: 2px solid #27509b;
  }

  .search-block .tab-content .pc-tab-content {
    position: relative;
    margin-top: 1px;
  }

  .search-block .tab-content .pc-tab-content .lists {
    /* width: calc(100% / 3); */
    width: calc(100% / 2);
    float: left;
    height: 65px;
    line-height: 64px;
    text-align: center;
    font-size: 22px;
    border-right: 1px solid #27509b;
    border-bottom: 1px solid #27509b;
  }

  .search-block .tab-content .pc-tab-content .lists:hover {
    font-weight: bold;
  }

  .search-block .tab-content .pc-tab-content .lists:first-child {
    border-left: 1px solid #27509b;
  }

  .search-block .tab-content .pc-tab-content .list-content {
    position: relative;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #27509b;
    font-weight: normal;
    font-size: 20px;
  }

  .search-block .tab-content .pc-tab-content .list-content .last {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .search-block .tab-content .pc-tab-content .list-content .history-records {
    padding: 5px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    line-height: 45px;
    font-weight: 300;
  }

  .search-block .tab-content .pc-tab-content .list-content .history-records .selected {
    color: #27509b;
    font-weight: 700;
  }

  .search-block .tab-content .pc-tab-content .list-content .history-records .selected:before {
    width: 32px;
    height: 31px;
    top: 6px;
  }

  .search-block .tab-content .pc-tab-content .list-content .history-records .history-list:hover {
    font-weight: bold;
    cursor: pointer;
  }

  .search-block .tab-content .pc-tab-content .list-content .history-records a {
    letter-spacing: 3px;
  }

  .search-block .tab-content.dealer {
    margin-bottom: 0;
  }

  .search-block .tab-content.dealer .container {
    padding: 0 15px;
  }

  .search-block .tab-content.dealer .box {
    border: 1px solid #27509b;
  }

  .search-block .tab-content.dealer .inputs {
    height: 50px;
  }

  .search-block .tab-content.dealer .btn-near {
    height: 50px;
    line-height: 46px;
    font-size: 20px;
    float: none;
    border: 2px solid #009983;
  }

  .search-block .tab-content.dealer .btn-near:hover {
    border: 2px solid #fce500;
  }

  .search-block .tab-content.dealer .btn-search {
    float: none;
    margin-right: 30px;
  }

  .search-block .tab-content.dealer .btn-search,
  .search-block .tab-content.dealer .btn-near {
    width: 180px;
  }
}

.pages .search-block .tabs {
  display: none;
}

/* page contents push down due to fixed search-block */
.index .contents {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 115px;
}

.pages .contents {
  margin-top: 70px;
}

@media (min-width: 992px) {

  .index .contents,
  .pages .contents {
    margin-top: 55px;
  }
}

.pages .index-head,
.index .index-head {
  display: none;
}

@media (min-width: 992px) {

  .index .index-head,
  .pages .pages-head {
    display: block;
  }
}

/*  search-block end */
/* 保固條文 start */
.pages .terms {
  padding-top: 20px;
}

.pages .terms h2 {
  color: #27509b;
  font-size: 18px;
  margin-bottom: 15px;
}

.pages .terms ul {
  list-style-type: initial;
  margin-left: 25px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .pages .terms h2 {
    font-size: 20px;
  }
}

/* 保固條文 end */

@media (min-width: 1200px) {
  .container {
    max-width: 1054px;
  }
}