#page6 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding-top: 32px;
}
.ps6Map {
  width: 530px;
  /* height: 600px; */
  display: flex;
  flex-direction: column;
}
.ps6Value {
  font-size: 32px;
  font-weight: 900;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.ps6V_line {
  width: 5px;
  height: 32px;
  background-color: #0655fe;
  margin-right: 16px;
}
.ps6Map img {
  /*flex: 1;*/
  /* max-height: 600px; */
}
.mapImg {
  /*flex: 1;*/
  /* max-height: 600px; */
}

.ps6Right {
  width: 700px;
  border-left: 2px solid #000;
  margin-left: 32px;
}
.ps6Right_top {
  font-size: 54px;
  padding: 0 0 32px 32px;
  border-bottom: 2px solid #000;
  position: relative;
}
.ps6Right_top::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.ps6Right_top2 {
  font-weight: 900;
}

.ps6Infos_name {
  font-size: 24px;
}
.ps6Infos_name span {
  font-weight: 900;
  color: #0655fe;
}
.ps6Infos_email {
  font-size: 20px;
}
.ps6Infos_email span {
  color: #0655fe;
}
.ps6Infos_tip {
  font-size: 20px;
  font-weight: 400;
}
.ps6Infos {
  padding: 16px 0 16px 32px;
}
.pct6_but1 {
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-bottom: 16px;
}
.pct6_bCard {
  margin-left: 16px;
}
.pct6_idcards {
  display: flex;
  flex-wrap: wrap;
}
.pct6_idcard {
  padding-top: 16px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pct6_icName {
  font-size: 24px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
}
.pct6_icName span {
  font-size: 28px;
  color: #0655fe;
}
.pct6_Icon {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  min-width: 200px;
}
.pct6_Icon img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.pct6_phone,
.pct6_qq {
  padding: 16px 0;
}
