.contact {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 30rem;
  padding-bottom: 113rem;
}

.contact-auto {
  width: 1200rem;
  margin: auto;

}

.contact-title {
  padding: 10rem 0;
  font-weight: 500;
  font-size: 18rem;
  font-weight:600;
  line-height: 22rem;
  color: #333333;
}

.title-null {
  width: 47rem;
  margin-bottom: 27rem;
  height: 3rem;
  background-color: #EA4049;
}

.contact-data {
  display: flex;
}

.contact-data li {
 
  height: 75rem;
  margin-right: 70rem;
}

.contact-data li p {
  font-style: normal;
  font-weight: 600;
  font-size: 16rem;
  line-height: 22rem;
  color: #333333;
  margin-bottom: 13rem;
}

.contact-data li div {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.contact-data li img {
  width: 16rem;
  height: 16rem;
  flex-shrink: 0;
  margin-top: 2rem;
  margin-right: 12rem;
}

.contact-data li span {
  font-style: normal;
  font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;

  color: #999999;
}

.contact-code {
  display: flex;
  margin-top: 27rem;
  margin-bottom: 55rem;
}

.contact-code li {
  width: 120rem;
  height: 120rem;
  margin-right: 15rem;
  text-align: center;
}

.contact-code li img {
  width: 100%;
  height: 100%;
}
.content-go{
  display: flex;
}
.contact-left {
  margin-right: 70rem;
  width: 525rem;
}

.contact-right {
  flex: 1;
  flex-shrink: 0;
  margin-top: 40rem;
}
.contact-right #bottomMain{
  width: 100%;
  height: 100%;
}
.contact-code li p {
  font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  color: #666666;
  text-align: center;
  margin-top: 12rem;
}
.car-addr{
  font-style: normal;
font-weight: 400;
font-size: 14rem;
line-height: 20rem;

color: #333333;
}
.car {
  display: flex;
  width: 525rem;
  flex-wrap: wrap;
}

.car li {
  cursor: pointer;
  padding: 9rem 15rem;
  background: linear-gradient(262.95deg, #FCFCFC 10.03%, #FFFFFF 79.82%);
  border: 1rem solid #F2F2F2;
  border-radius: 4rem;
  margin-right: 15rem;
  margin-bottom: 15rem;
}

.car .active {
  border: 1rem solid #EA4049;
  color: #EA4049;
}