/* 购墓 流程 */
.footerContainer {
  background-color: rgba(1, 90, 87, 1);
}

.footerContainer >div {
  width: 1280px;
  margin: 0 auto 0;
}

.footerTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.footerContent {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}

.footerLeft {
  /* width: 550px; */
}

.footerNew {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 30px; */
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: white;
  line-height: 20px;
}
.footerNew >a {
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: white;
}

.bot {
  padding-top: 35px;
  font-size: 14px;
  font-family: Helvetica;
  line-height: 17px;
}
.bot >div {
  color: white;
  padding-top: 8px;
}


.footerRight {
  width: 490px;
  display: flex;
  justify-content: space-between;
}

.footerRight .code {
  padding: 10px 30px 0;
  border-radius: 10px;
  background-color: white;
}
.footerRight .code div {
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}
.footerRight .code img {
  width: 80px;
  height: 80px;
}

.footerRight .phone >div:first-of-type {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerRight .phone >div:first-of-type > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 125px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
}

.footerRight .phone >div:first-of-type > div span {
  padding-left: 15px;
}

.footerRight .phone >div:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}

.footerRight .phone >div:last-of-type img {
  width: 18px;
  height: 18px;
}

.footerRight .phone >div:last-of-type >span:first-of-type {
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: white;
  padding: 0 5px;
}

.footerRight .phone >div:last-of-type >span:last-of-type {
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: white;
}