.contactTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  padding: 40px;
  margin-bottom: 20px;
  background: #051840;
  background: linear-gradient(-45deg, transparent 25px, #fff 0);
}
.contactTop .contactTopLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.contactTop .contactTopLeft .tel,
.contactTop .contactTopLeft .timer {
  width: 192px;
}
.contactTop .contactTopLeft .tel img,
.contactTop .contactTopLeft .timer img {
  width: 100%;
}

.contactTop .contactTopLeft .zixun {
  font-size: 21px;
  font-weight: 500;
  color: #c1af9b;
  letter-spacing: 11px;
  margin-bottom: 6px;
}

.contactTop .contactTopLeft span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.contactTop .contactTopLeft .day {
  letter-spacing: 5px;
  margin-bottom: 6px;
}
.contactTop .contactTopLeft p {
  color: #88694a;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}

.contactTop .contactTopRight {
  display: flex;
}
.contactTopRight .qcodeL {
  margin-right: 28px;
}
.contactTopRight .qcode {
  color: #88694a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactTopRight .qcode span {
  padding-top: 6px;
}
.contactTopRight .qcodeImg {
  width: 92px;
  height: 92px;
}

/* middle */
.contactMiddle {
  min-height: 570px;
  padding: 40px;
  background-color: #fff;
}
.contactMiddle .top {
  font-size: 18px;
  font-weight: 500;
  color: #88694a;
  line-height: 27px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.contactMiddleContent {
  display: flex;
  flex-wrap: wrap;
}
.contactMiddle h3,
.contactBottom h3 {
  font-size: 20px;
  color: #88694a;
  margin-bottom: 20px;
}
.contactMiddle .infoItem,
.contactBottom .infoItem {
  color: #838383;
  margin-bottom: 20px;
}
.contactMiddle .infoItem h4,
.contactBottom .infoItem h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #4a4a4a;
}
.infoItem .infoItemTop {
  font-size: 14px;
  font-family: "PingFangSC-Regular, PingFang SC";
  font-weight: 400;
  color: #4a4a4a;
  line-height: 20px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.contactMiddle .infoItemRow {
  font-size: 14px;
  /* font-family: "PingFangSC-Regular, PingFang SC"; */
  font-weight: 400;
  color: #838383;
  line-height: 20px;
  letter-spacing: 2px;
  display: flex;
  /* align-items: center; */
}
.contactMiddle .infoItemRow span {
  display: block;
  /* flex: 1; */
  min-width: 74px;
  text-align: justify;
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
}
.contactMiddle .infoItemRow p {
  flex: 1;
}
/* 字体横向铺满 */
.contactMiddle .infoItemRow span::after {
  display: inline-block;
  width: 100%;
  content: "";
}

.contactMiddleLeft {
  font-size: 14px;
  /* font-family: "SourceHanSansCN-Regular, SourceHanSansCN"; */
  font-weight: 400;
  color: #4a4a4a;
  line-height: 24px;
  /* width: 65%; */
  flex: 2;
  padding-right: 60px;
}
.contactMiddleRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.middleMap {
  position: relative;
  height: 400px;
  width: 100%;
}

/* bottom */
.contactBottom {
  display: flex;
  align-items: center;
  min-height: 340px;
  padding: 40px;
  background: #051840;
  background: linear-gradient(-45deg, transparent 25px, #fff 0);
}
.contactBottom1 {
  display: flex;
  align-items: center;
  min-height: 340px;
  padding: 40px;
  background: #051840;
  background: linear-gradient(-45deg, transparent 0px, #fff 0);
}
.contactBottom .top {
  font-size: 18px;
  font-weight: 500;
  color: #88694a;
  line-height: 27px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.contactBottom .contText {
  height: 100%;
  flex: 1;
  padding-right: 30px;
}

.bg_map {
  display: none;
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
  /* padding-left: .5rem; */
  /* width: 8.43rem;
  height: 1.44rem; */
}

.bg_map .bg_map_text {
  display: flex;
  align-items: center;
  height: 100%;
  /* width: 40%; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0.35rem;
  font-weight: bold;
  color: #333333;
}
.bg_map .bg_map_img {
  width: 100%;
  height: 1.44rem;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* z-index: -1; */
}
.bg_map .bg_map_img image {
  height: 1.44rem;
}

/*地图*/
#map_2 {
  background-color: #000 !important;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  /* opacity: 0.4; */
}
#map_2 img {
  max-width: none;
}
#map_2 iframe {
  width: 100%;
  height: 100%;
}


/*地图*/
#map_3 {
  background-color: #000 !important;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  /* opacity: 0.4; */
}
#map_3 img {
  max-width: none;
}
#map_3 iframe {
  width: 100%;
  height: 100%;
}

.bottomMap {
  position: relative;
  height: 260px;
  flex: 2;
}
.anchorBL {
  display: none;
}

@media screen and (max-width: 480px) {
  .contactTop .contactTopLeft .tel,
  .contactTop .contactTopLeft .timer {
    width: 100%;
  }

  .contactTop .contactTopLeft .tel {
    margin-bottom: 14px;
  }

  .contactTopLeft p {
    margin-bottom: 0.3rem;
  }
  .contactMiddle .infoItem,
  .contactBottom .infoItem {
    margin-bottom: 0.45rem;
  }
  .contactMiddle .infoItem:last-child,
  .contactBottom .infoItem:last-child {
    margin-bottom: 0;
  }
  .bg_map {
    display: block;
  }
  .contactMiddleRight {
    align-items: flex-start;
  }
  .contactMiddle{
    padding: 0.7rem 0.5rem;
  }
  .contactBottom {
    padding: 0.7rem;
  }
  .contactMiddleLeft,.contactBottom .contText {
    padding-right: unset;
  }
  .contactMiddleLeft,
  .contactMiddleRight {
    width: 100%;
  }
  .middleMap,
  .bottomMap {
    display: none;
  }
  .contactTop .contactTopLeft {
    margin-bottom: 0.7rem;
  }
  .contactTop .contactTopLeft,
  .contactTop .contactTopRight {
    width: 100%;
  }
  .contactTop .contactTopRight {
    justify-content: space-between;
  }
  .contactTopRight .qcode {
    margin-right: 0;
  }
  .contactTopRight .qcodeImg {
    width: 86px;
    height: 86px;
  }
  .contactTop .contactTopLeft .zixun {
    margin-bottom: 0.2rem;
  }
}
