/****************** 头部背景图 ******************=*/
.aboutBgView {
  /* display: flex; */
  position: relative;
}

.aboutBgView .phoneBgView {
  position: absolute;
  display: flex;
  top: 28%;
  left: 63%;
  width: 15.1%;
  border-radius: 5px;
}

.aboutBgView .phoneView {
  position: absolute;
  display: flex;
  top: 30%;
  left: 64%;
  width: 13%;
}

.aboutBgView .logo1 {
  position: absolute;
  display: flex;
  width: 206px;
  height: 50px;
  top: 25px;
  left: 5%;
}

.aboutBgView .logo2 {
  position: absolute;
  display: flex;
  width: 26%;
  top: 28%;
  left: 21%;
}

.aboutBgView .logoText {
  position: absolute;
  display: flex;
  top: 48%;
  left: 21%;
  font-size: 14px;
  font-weight: 300;
  color: white;
}

.aboutBgView .wxInter {
  position: absolute;
  display: flex;
  top: 58%;
  left: 21%;
  color: white;
  height: 7.5%;
  width: 14%;
  border: 0.5px solid white;
  border-radius: 8px;
  padding: 0px;
  align-items: center;
  justify-content: center;
}

.aboutBgView .wxlogo {
  height: 50%;
}

.aboutBgView .wxInterText {
  margin-left: 10px;
  margin-right: 0px;
  font-weight: 300;
  text-align: center;
}

.aboutBgView .wxdetail {
  position: absolute;
  display: flex;
  top: 58%;
  left: 36%;
  color: white;
  height: 7.5%;
  width: 15%;
  padding: 0px;
  font-size: 12px;
  font-weight: 300;
}
.aboutBgView .wxdetail {
  position: absolute;
  display: flex;
  top: 58%;
  left: 36%;
  color: white;
  height: 7.5%;
  width: 15%;
  padding: 0px;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.aboutBgView .qrcode {
  position: absolute;
  display: flex;
  top: 70%;
  left: 49%;
  width: 8%;
  padding: 0px;
  flex-direction: column;
}
.aboutBgView .qrcode-one {
  position: absolute;
  display: flex;
  top: 70%;
  left: 21%;
  width: 8%;
  padding: 0px;
  flex-direction: column;
}

.aboutBgView .qrcode-two {
  position: absolute;
  display: flex;
  top: 70%;
  left: 35%;
  width: 8%;
  padding: 0px;
  flex-direction: column;
}
.qrcode-box {
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.aboutBgView .qrcode-box .qrcode-img {
  width: 22px;
  height: 19px;
  display: inline-block;
}
.aboutBgView .qrcode-p {
  width: auto;
  display: inline-block;
}

/****************** 其他介绍 *******************/
.aboutIntroduceView {
  background: white;
  padding-bottom: 50px;
}

.aboutLogView {
  position: relative;
  margin-top: 30px;
  margin-left: 30%;
  width: 40%;
  /* background: lightyellow; */
}

.skLogo {
  width: 38%;
  margin-left: 8%;
}

.buyCarLogo {
  width: 38%;
  margin-left: 8%;
  margin-bottom: 2%;
}

.contactMapAddressView {
  height: 100%;
  display: flex;
  padding: 50px 15% 60px 15%;
  margin-top: 14px;
}

.aboutMap {
  width: 50%;
  height: 300px;
}

#container {
  width: 50%;
  height: 300px;
}

.aboutContactLab {
  width: 50%;
  background: white;
  padding-top: 20px;
  margin-bottom: 0px;
}
