@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.map-container {
  width: 100%;
  height: 800px;
}
.map-container .icon {
  background: url(https://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .map-container {
    width: 100%;
    height: 480px;
  }
}
.amap-container {
  height: 100%;
}

/***** 经销商 *****/
.shop-list-container {
  width: 100%;
  height: auto;
  padding: 96px 0;
}
.shop-list-container .shop-list-wrapper {
  width: 100%;
  max-width: 1080px;
  min-height: 760px;
  margin: 0 auto;
}
.shop-list-container .shop-list-wrapper .mod-title {
  text-align: center;
  margin-bottom: 56px;
}
.shop-list-container .shop-list-wrapper .mod-title .search-bar {
  width: 178px;
  margin: 30px auto 20px;
  height: 36px;
  border: 1px solid #000000;
}
.shop-list-container .shop-list-wrapper .mod-title .search-bar .input-wrapper {
  height: 100%;
  background: url(../img/icon-search.svg) left center no-repeat;
  margin-left: 10px;
  padding-left: 28px;
}
.shop-list-container .shop-list-wrapper .mod-title .search-bar .input-wrapper input {
  width: 100%;
  border: none;
  height: 36px;
  font-size: 15px;
  line-height: 36px;
}
.shop-list-container .shop-list-wrapper .shop-list-table {
  font-size: 14px;
}
.shop-list-container .shop-list-wrapper .shop-list-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.shop-list-container .shop-list-wrapper .shop-list-table th {
  height: 44px;
  background: #F8F8F8;
  padding-left: 12px;
}
.shop-list-container .shop-list-wrapper .shop-list-table tr {
  height: 43px;
}
.shop-list-container .shop-list-wrapper .shop-list-table tr td {
  border-bottom: 0.5px solid #e0e0e0;
  padding-left: 12px;
}
.shop-list-container .shop-list-wrapper .shop-list-table tbody tr:hover td {
  border-bottom: 1px solid #12D06D;
}
@media screen and (max-width: 640px) {
  .shop-list-container .shop-list-wrapper {
    width: 100%;
  }
}

/***** 服务承诺 *****/
.commitment {
  width: 100%;
  height: auto;
  padding: 72px 0;
  background-image: linear-gradient(45deg, #DCDCDE, #58585A);
  color: #ffffff;
}
.commitment .container-wrapper {
  width: calc(100% - 70px);
  max-width: 890px;
  margin: 0 auto;
  height: auto;
  padding: 0 35px;
}
.commitment .container-wrapper .mod-title {
  text-align: left;
  margin-bottom: 56px;
}
.commitment .container-wrapper .commitment-info {
  width: 100%;
}
.commitment .container-wrapper .commitment-info ul {
  display: flex;
  justify-content: space-between;
}
.commitment .container-wrapper .commitment-info li {
  width: calc((100% - 140px) / 3);
}
.commitment .container-wrapper .commitment-info .line-wrapper {
  width: 100%;
}
.commitment .container-wrapper .commitment-info .line-wrapper span {
  width: 0%;
  height: 1px;
  display: block;
  background: #fff;
  transition: width 0.2s 0.6s ease-in-out;
  margin-bottom: 18px;
}
.commitment .container-wrapper .commitment-info .cmt-title {
  font-size: 40px;
  font-weight: 300;
}
.commitment .container-wrapper .commitmeng-tip {
  margin-top: 66px;
  line-height: 1em;
}
.commitment .container-wrapper .commitmeng-tip p:first-child {
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .commitment .container-wrapper {
    width: calc(100% - 48px);
    padding: 0 24px;
  }
  .commitment .container-wrapper .commitment-info {
    font-size: 40px;
    font-weight: 300;
  }
  .commitment .container-wrapper .commitment-info ul {
    display: flex;
    flex-direction: column;
  }
  .commitment .container-wrapper .commitment-info ul li {
    width: 100%;
    margin: 24px 0;
  }
  .commitment .container-wrapper .commitmeng-tip {
    margin-top: 32px;
    line-height: 1.6em;
  }
  .commitment .container-wrapper .commitmeng-tip p:first-child {
    margin-bottom: 6px;
  }
}

.commitment.animate .container-wrapper .commitment-info .line-wrapper .line {
  width: 100%;
}

.contact-info {
  width: 100%;
  height: auto;
  padding: 116px 0 150px;
  background-image: linear-gradient(45deg, #FFFFFF, #F8FAE7);
  color: var(--black-1);
}
.contact-info .container-wrapper {
  width: calc(100% - 70px);
  max-width: 890px;
  margin: 0 auto;
  padding: 0 35px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.contact-info .container-wrapper .contact-left-wrapper .mod-title {
  margin-bottom: 30px;
}
.contact-info .container-wrapper .contact-left-wrapper .contact-list li {
  display: flex;
}
.contact-info .container-wrapper .contact-left-wrapper .contact-list li span {
  margin-left: 8px;
}
.contact-info .container-wrapper .contact-left-wrapper .contact-list li:first-child {
  margin-bottom: 14px;
}
.contact-info .container-wrapper .contact-right-wrapper img {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 640px) {
  .contact-info {
    padding: 72px 0;
  }
  .contact-info .container-wrapper {
    width: calc(100% - 48px);
    padding: 0 24px;
    flex-direction: column;
  }
  .contact-info .container-wrapper .contact-right-wrapper {
    margin-top: 48px;
  }
}/*# sourceMappingURL=page-findus.css.map */