@media (max-width: 767px) {
  .dealer-banner .el-image {
    height: 200px;
  }
  .dealer-banner .slide-pc {
    display: none;
  }
  .dealer-banner .slide-mobile {
    display: block!important;
  }
  .dealer-style {
    background: #FAFAFA;
  }
  .dealer-style div {
    box-sizing: border-box;
  }
  .dealer-info {
    padding: 40px 20px;
  }
  .info-overview {
  
  }
  .info-overview .overview-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .info-overview .overview-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .info-overview .list-item {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .info-overview .item-img {
    width: 100%;
    height: 160px;
  }
  .info-overview .item-img img {
    width: 100%;
    height: 100%;
  }
  .info-overview .item-text {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
    padding: 16px;
  }
  .info-overview .text-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .info-overview .text-phone {
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .info-overview .text-address {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  .info-interests {
    margin-top: 40px;
  }
  .info-interests .interests-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .info-interests .interests-list {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info-interests .list-item {
    width: 47%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
  }
  .info-interests .item-img {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info-interests .item-img img {
    width: 50px;
    height: 50px;
  }
  .info-interests .item-text {
    padding: 0 20px 20px;
  }
  .info-interests .text-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
  }
  .info-interests .text-desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
  }
  .dealer-contact {
    background: #FFFFFF;
    padding: 40px 20px 30px;
  }
  .contact-desc {
    margin-bottom: 30px;
  }
  .contact-desc p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .contact-way {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .contact-way .way-item {
    margin: 0 auto;
    width: 80%;
    height: auto;
    border-radius: 8px;
    border: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: 40px;
  }
  .contact-way .way-qrcode {
    padding: 30px 35px 20px;
  }
  .contact-way .way-other {
    padding: 30px 35px 20px;
  }
  .contact-way .way-item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
  }
  .contact-way .qrcode {
    margin: 0 auto;
    width: 70%;
    height: auto;
    margin-top: 30px;
  }
  .contact-way .qrcode img {
    width: 100%;
    height: auto;
  }
  .contact-way .way-qrcode .desc {
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
  }
  .contact-way .way-other .label {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-way .way-other .label img {
    width: 20px;
    height: auto;
    margin-right: 8px;
  }
  .contact-way .way-other .label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .contact-way .way-other .value {
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    word-break: break-all;
  }
  .contact-way .way-other .phone {
    margin-top: 30px;
  }
}