.dealer-banner .el-image {
  height: 360px;
}
.dealer-banner .slide-pc {
  display: block;
}
.dealer-banner .slide-mobile {
  display: none;
}
.dealer-style {
  background: #FAFAFA;
}
.dealer-style div {
  box-sizing: border-box;
}
.dealer-info {
  padding: 66px 0px;
}
.info-overview {

}
.info-overview .overview-title {
  font-size: 40px;
  line-height: 59px;
  font-weight: 500;
}
.info-overview .overview-list {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-overview .list-item {
  width: 570px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.info-overview .item-img {
  width: 100%;
  height: 220px;
}
.info-overview .item-img img {
  width: 100%;
  height: 100%;
}
.info-overview .item-text {
  min-height: 157px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 20px;
}
.info-overview .text-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0px;
}
.info-overview .text-phone {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.info-overview .text-address {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.info-interests {
  margin-top: 60px;
}
.info-interests .interests-title {
  font-size: 40px;
  line-height: 59px;
  font-weight: 500;
}
.info-interests .interests-list {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.info-interests .list-item {
  width: 278px;
  height: 431px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
}
.info-interests .item-img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-interests .item-img img {
  width: 100px;
  height: 100px;
}
.info-interests .item-text {
  padding: 0 20px;
}
.info-interests .text-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0px;
  text-align: center;
}
.info-interests .text-desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}
.dealer-contact {
  background: #FFFFFF;
  padding: 120px 0px 40px;
}
.contact-desc {
  margin-bottom: 65px;
}
.contact-desc p{
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.contact-way {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.contact-way .way-item {
  width: 426px;
  height: 473px;
  border-radius: 8px;
  border: 1px solid rgba(204, 204, 204, 1);
}
.contact-way .way-qrcode {
  padding: 50px 37px 0px;
}
.contact-way .way-other {
  padding: 50px 70px 0px;
}
.contact-way .way-item .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 47px;
  letter-spacing: 0px;
  text-align: center;
}
.contact-way .qrcode {
  margin: 0 auto;
  width: 212px;
  height: auto;
  margin-top: 48px;
}
.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: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-way .way-other .label img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
.contact-way .way-other .label span {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
}
.contact-way .way-other .value {
  margin-top: 6px;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  word-break: break-all;
}
.contact-way .way-other .phone {
  margin-top: 40px;
}