@charset "UTF-8";

.products {
  text-align: center;
}

.products .heading {
  margin-bottom: 0;
}

.products .name-box-zone {
  padding: 0 15px;
}

.products .name-box-zone .name-box {
  width: 100%;
  font-family: "michelin";
  font-weight: 500;
  color: #fff;
  padding: 5px 0 10px;
  margin-bottom: 20px;
}

.products .name-box-zone .name-box .tag {
  width: 175px;
  display: block;
  margin: 0 auto;
}

.products .pro-type {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}

.products .slider-zone {
  margin-top: 35px;
  margin-bottom: 50px;
}

.products .slider-zone .slick-dots {
  bottom: -50px;
}

.products .slider-zone .products-slider-wrap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("../img/product/slider-bg.png");
  background-size: cover;
  background-position: center;
}

.products .slider-zone .products-slider-wrap .slider {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}

.products .slider-zone .products-slider-wrap .slider .single-product {
  width: 100%;
  position: relative;
}

.products .slider-zone .products-slider-wrap .slider .single-product img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.products .slider-zone .products-slider-wrap .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 1px;
}

.products .slider-zone .products-slider-wrap .slick-dots li button {
  width: 25px;
  height: 25px;
}

.products .slider-zone .products-slider-wrap .slick-dots li button:before {
  font-size: 16px;
  opacity: 1;
  content: '○';
  color: #858585;
  font-weight: bold;
  width: 25px;
  height: 25px;
}

.products .slider-zone .products-slider-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  content: '●';
}

.products .supported {
  width: 100%;
  padding: 6px 0 12px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  font-style: italic;
}

.products .supported span {
  margin-right: 10px;
}

.products .supported .ax {
  width: 95px;
  position: relative;
  top: 5px;
}

.products .tit-block {
  color: #27509b;
  font-weight: 900;
  background-repeat: no-repeat;
  background-image: url("../img/product/tit-line.png");
  background-position: bottom left -20px;
  background-size: 113px 14px;
  line-height: 1;
  letter-spacing: 5px;
  padding-bottom: 15px;
  text-align: left;
}

.products .tit-block .num {
  font-size: 130px;
  font-style: italic;
}

.products .tit-block .txt {
  font-size: 41px;
  font-style: normal;
  margin-left: 5px;
}

.products .feature-zone {
  text-align: left;
}

.products .feature-zone .fea-table {
  width: 98%;
  font-size: 20px;
  margin: 20px auto;

}

.products .feature-zone .fea-table img {
  /* width: 19px; */
  width: 90px;
  position: relative;
  top: 3px;
}

.products .feature-zone .fea-table td {
  padding: 2px;
  vertical-align: middle;
  padding-bottom: 30px;
}

.products .tech-zone {
  text-align: left;
}

.products .tech-zone .tech-table {
  max-width: 98%;
  margin: 20px auto;
}

.products .tech-zone .tech-table td {
  vertical-align: middle;
  padding: 0 5px 30px;
}

.products .tech-zone .tech-table .tech-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.products .tech-zone .tech-table .tech-img img {
  width: 100%;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products .tech-zone .tech-table .tech-tit {
  font-size: 20px;
  color: #27509b;
  font-weight: 700;
}

.products .tech-zone .tech-table .tech-txt {
  font-size: 15px;
}

.products .info-zone {
  text-align: left;
}

.products .info-zone .tit-block {
  padding-bottom: 20px;
}

.products .info-zone .tit-block .num {
  font-size: 75px;
}

.products .info-zone .info-table-zone {
  padding: 15px;
}

.products .info-zone .info-table {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 17px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px;
}

.products .info-zone .info-table th,
.products .info-zone .info-table td {
  padding: 7px;
  vertical-align: middle;
}

.products .info-zone .info-table .unit {
  padding: 10px;
}

.products .info-zone .info-table th {
  color: #fff;
  font-weight: 500;
}

.products .info-zone .info-table td {
  width: 50%;
  background-color: #fff;
  margin: 10px 0;
  border: 1px solid #959595;
  font-weight: 700;
}

.products .btn-link {
  display: block;
  width: 227px;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}

.products .btn-link img {
  width: 100%;
  display: block;
}

.products .links-zone {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 15px;
}

.products .links-zone .tit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 4px;
  border-bottom: 3px solid #fce500;
  padding-bottom: 15px;
}

.products .links-zone .links {
  padding-top: 15px;
}

/* 其他人也看 推薦胎款 mobile */
.products .links-zone .link {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fafafa;
  text-align: center;
  padding: 15px 10px;
}

.products .links-zone .link .pro-img {
  margin-bottom: 15px;
  height: 175px;
}

.products .links-zone .link .pro-img img {
  max-width: 100%;
  max-height: 175px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;
}

.products .links-zone .link .pro-name {
  color: #27509b;
  font-family: "michelin";
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -1px;
  word-break: break-word;
}

/* 品名 */
.products .links-zone .link .pro-name .pro-name-name {
  font-size: 14px;
}


.products .search-dealer {
  text-align: center;
}

.products .search-dealer .box {
  background-color: #27509b;
  padding: 30px 0 25px 0;
  color: #fff;
}

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

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

.products .search-dealer select {
  width: 100%;
  height: 30px;
  border: 1px solid #27509b;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #27509b;
  text-align-last: center;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.products .search-dealer select:focus {
  border: 1px solid #fce500;
}

.products .search-dealer .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;
}

.products .search-dealer .btn-search img {
  width: 15px;
  position: relative;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .products .name-box-zone {
    padding: 0;
  }

  .products .name-box-zone .name-box {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .products .name-box-zone .name-box .tag {
    width: 200px;
  }

  .products .pro-type {
    font-size: 36px;
  }

  .products .slider-zone {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .products .slider-zone .slider-bg {
    width: 100%;
    height: 620px;
    background-image: url("../img/product/slider-bg.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -90px;
  }

  .products .slider-zone .products-slider-wrap {
    background-image: none;
  }

  .products .supported {
    font-size: 18px;
    padding: 10px 0 15px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .products .supported .ax {
    width: 115px;
  }

  .products .tit-block {
    text-align: center;
    background-position: center bottom 0px;
    background-size: 143px 15px;
    padding-bottom: 20px;
  }

  .products .tit-block .num {
    font-size: 156px;
  }

  .products .tit-block .txt {
    font-size: 50px;
  }

  .products .feature-zone {
    margin-bottom: 50px;
  }

  .products .feature-zone .fea-table {
    width: 425px;
    font-size: 25px;
    font-weight: 700;
  }

  .products .feature-zone .fea-table img {
    /* width: 30px; */
    width: 105px;
    margin-right: 20px;
    top: 0;
    margin: 0 auto;
    display: block;
  }

  .products .feature-zone .fea-table td {
    padding-bottom: 80px;
  }

  .products .tech-zone .tech-table {
    width: 425px;
    margin: 50px auto 0 auto;
  }

  .products .tech-zone .tech-table td {
    padding: 0 5px 80px;
  }

  .products .tech-zone .tech-table .tech-img {
    width: 105px;
    height: 105px;
  }

  .products .tech-zone .tech-table .tech-tit {
    font-size: 24px;
  }

  .products .tech-zone .tech-table .tech-txt {
    font-size: 18px;
  }

  .products .info-zone .tit-block {
    padding-bottom: 40px;
  }

  .products .info-zone .tit-block .num {
    font-size: 90px;
  }

  .products .info-zone .info-table-zone {
    width: 685px;
    margin: 15px auto 0 auto;
    padding: 0;
  }

  .products .info-zone .info-table {
    font-size: 20px;
    border-spacing: 4px;
  }

  .products .info-zone .info-table .unit {
    padding: 15px;
  }

  .products .btn-link {
    width: 270px;
    display: inline-block;
    margin: 80px auto 45px;
  }

  .products .btn-link.more {
    margin-right: 45px;
  }

  .products .links-zone {
    margin-bottom: 40px;
    max-width: 800px;
  }

  .products .links-zone .tit {
    font-size: 24px;
  }

  /* 其他人也看 推薦胎款 pc */
  .products .links-zone .link {
    border: 2px solid #fafafa;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
    padding: 15px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .products .links-zone .link:hover {
    border: 2px solid #666;
  }

  .products .links-zone .link .pro-img {
    width: 120px;
    height: 210px;
    margin-bottom: 0;
    margin-right: 0px;
  }

  .products .links-zone .link .pro-img img {
    max-height: 210px;
  }

  .products .links-zone .link .pro-name {
    font-size: 18px;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-all;
  }

  /* 品名 */
  .products .links-zone .link .pro-name .pro-name-name {
    font-size: 16px;
  }

  .products .search-dealer {
    max-width: 800px;
  }

  .products .search-dealer p {
    font-size: 20px;
    margin: 15px auto;
  }

  .products .search-dealer select {
    width: 100%;
    height: 50px;
    border: 1px solid #27509b;
    margin-bottom: 15px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 20px;
  }

  .products .search-dealer select:focus {
    border: 1px solid #fce500;
  }

  .products .search-dealer .btn-search {
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin: 30px auto;
  }

  .products .search-dealer .btn-search p {
    margin: 0;
  }

  .products .search-dealer .btn-search img {
    width: 19px;
  }
}