footer.footer .more {
  text-align: center;
  font-size: 12px;
  margin: 30px 0;
}

footer.footer .bottom-line {
  width: 100%;
  height: 4px;
  background-color: #fce500;
}

footer.footer .footer-m {
  padding-top: 24px;
}

footer.footer .footer-m .footer-mail {
  display: block;
  margin: 0 auto;
  width: 64px;
}

footer.footer .footer-m .col-4 {
  border-right: 1px solid #666666;
}

footer.footer .footer-m a {
  color: #666;
}

footer.footer .footer-m .lists {
  /* padding: 10px; */
  background-color: #27509b;
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

footer.footer .footer-m .lists .list {
  width: 100%;
  position: relative;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

footer.footer .footer-m .lists .list .arr {
  width: 10px;
  position: absolute;
  right: 15px;
  top: 8px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer.footer .footer-m .lists .list.active .arr {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

footer.footer .footer-m .list_inner {
  display: none;
  background: #fff;
  padding: 5px 10px;
}

footer.footer .footer-m .list_inner a {
  color: #27509b;
  font-size: 15px;
}

footer.footer .footer-pc {
  text-align: center;
  padding-top: 30px;
  font-weight: 100;
}

footer.footer .footer-pc .lists-wrap {
  width: 100%;
  position: relative;
  background-color: #27509b;
  margin-top: 30px;
  padding: 20px 0;
  color: #fff;
}

footer.footer .footer-pc .lists-wrap .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.footer .footer-pc .lists-wrap .lists .list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

footer.footer .footer-pc .lists-wrap .lists .list .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

footer.footer .footer-pc .lists-wrap .lists .list a {
  color: #FFF;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

footer.footer .footer-pc .lists-wrap .lists .list a:hover {
  color: #afafaf;
}

footer.footer .footer-pc .lists-wrap .lists .list .chap {
  color: #afafaf;
}

footer.footer .copy {
  font-size: 11px;
  padding: 15px;
  color: #999;
  text-align: center;
}

@media (min-width: 992px) {
  footer.footer .more {
    font-size: 16px;
  }

  footer.footer .col-3:not(:last-child),
  footer.footer .col-2 {
    border-right: 1px solid #666;
  }
}

/* follow me */
.search-tyre-fixed {
  position: fixed;
  top: 40vh;
  cursor: pointer;
  z-index: 9;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fce500;
  background-repeat: no-repeat;
  background-image: url(../img/icon-search-blue.png);
  background-position: center;
}

.search-tyre-fixed:hover {
  right: 0;
  width: 110px;
  height: 69px;
  background-image: url("../img/search-tyre-fixed.png");
  background-position: left center;
}

.search-dealer-fixed {
  position: fixed;
  top: calc(40vh + 100px);
  cursor: pointer;
  z-index: 9;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fce500;
  background-repeat: no-repeat;
  background-image: url("../img/icon-marker-blue.png");
  background-position: center;
}

.search-dealer-fixed:hover {
  width: 110px;
  height: 69px;
  background-image: url("../img/search-dealer-fixed.png");
  background-position: left center;
  right: 0;
}

.salut {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0px;
}

@media(min-width:1200px) {
  .salut {
    right: 10%;
  }
}