.main {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  text-align: center;
}
.main .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
.main .content .carLeft {
  width: 33%;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 70px;
  float: left;
  overflow-y: auto;
}
.main .content .carLeft .carCon {
  width: 100%;
  height: 100%;
}
.main .content .carLeft .carCon .conChoose {
  width: 100%;
  margin-bottom: 33px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: space-between;
}
.main .content .carLeft .carCon .conChoose > div {
  width: 46%;
  position: relative;
}
.main .content .carLeft .carCon .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main .content .carLeft .carCon .title .p {
  font-size: 18px;
  font-weight: normal;
  color: red;
  margin-top: 5px;
}
.main .content .carLeft .carCon .list {
  width: 100%;
  height: calc(100% - 106px);
  overflow: hidden;
  overflow-y: auto;
}
.main .content .carLeft .carCon .list .li {
  width: 100%;
  border-bottom: 1px solid #dde2e6;
  margin-bottom: 40px;
}
.main .content .carLeft .carCon .list .li > div {
  margin-bottom: 20px;
}
.main .content .carLeft .carCon .list .li .liTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.main .content .carLeft .carCon .list .li .jsxAddr {
  padding-left: 34px;
}
.main .content .carLeft .carCon .list .li .jsxAddr::before {
  content: '';
  width: 34px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../images/jxs_addr_5e791789f7618574bb8a.svg) no-repeat top left;
  background-size: 26px 30px;
}
.main .content .carLeft .carCon .list .li .jsxPhone {
  padding-left: 34px;
}
.main .content .carLeft .carCon .list .li .jsxPhone::before {
  content: '';
  width: 34px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/jxs_phone_fd9edda0464e4f86b1dd.svg) no-repeat top left;
  background-size: 26px 24px;
}
.main .content .carLeft .carCon .list .li .jsxWeb {
  padding-left: 34px;
}
.main .content .carLeft .carCon .list .li .jsxWeb::before {
  content: '';
  width: 34px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/jxs_web_3341eaf7394c72835d02.svg) no-repeat top left;
  background-size: 26px 24px;
}
.main .content .carLeft .carCon .list .li .liP {
  font-size: 16px;
  color: #6d6f71;
  line-height: 32px;
}
.main .content .carRight {
  width: 67%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.main .content .carRight #map {
  width: 100%;
  height: 100%;
}
.main .content .carRight #map .gmp-map {
  width: 100%;
  height: 100%;
}
.main .content .clear {
  clear: both;
}
@media screen and (max-width: 800px) {
  .main {
    padding-top: 63px;
    height: auto;
  }
  .main .content {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main .content .carLeft {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    padding: 0.1rem 0.23rem;
  }
  .main .content .carLeft .carCon .conChoose {
    flex-wrap: wrap;
  }
  .main .content .carLeft .carCon .conChoose > div {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .main .content .carLeft .carCon .title {
    font-size: 0.16rem;
    margin-bottom: 0.13rem;
  }
  .main .content .carLeft .carCon .list {
    height: auto;
  }
  .main .content .carLeft .carCon .list .li {
    margin-bottom: 0.4rem;
  }
  .main .content .carLeft .carCon .list .li > div {
    margin-bottom: 0.15rem;
  }
  .main .content .carLeft .carCon .list .li .liTitle {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .main .content .carLeft .carCon .list .li .liP {
    font-size: 0.14rem;
    line-height: 0.21rem;
  }
  .main .content .carRight {
    width: 100%;
    padding: 0 0.23rem;
    float: none;
    display: block;
    height: auto;
    overflow-y: initial;
    padding-bottom: 0.2rem;
    min-height: 2rem;
  }
}

