footer {
  background: #d8d8d8;
  padding-top: 80px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

.footerLogo {
  max-width: 230px;
  width: 100%;
}

.iconBox {
  display: flex;
  margin-top: 45px;
}

.icon {
  text-align: center;
  margin-right: 30px;
  width: 70px;
}

.icon a {
  display: block;
}

.icon p {
  font-size: 14px;
  color: #000;
  line-height: 3;
  margin: 0;
}

.footerPhone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footerPhone>div {
  width: 35%;
}

.footerPhone>div:last-child {
  width: 70%;
}

.footerPhone>div {
  font-size: 16px;
  font-family: "pingfang";
  color: rgb(94, 94, 94);
  line-height: 2;
}

.footerPhone>div p {
  font-size: 20px;
  font-family: "pingfang";
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-weight: bold;
}

.footerMessage p {
  font-size: 24px;
  font-family: "pingfang";
  color: rgb(48, 48, 48);
  line-height: 1.667;
  font-weight: bold;
  max-width: 420px;
}

.footerMessage .messlist input {
  background: #fff0;
  border-bottom: 2px solid #999999;
  width: 100%;
  max-width: 300px;
  line-height: 2.5;
}

.footerMessage .messbtn input {
  width: 180px;
  height: 40px;
  background: #ababab;
  color: #fff;
  margin-top: 30px;
}

.footerBottom {
  font-size: 16px;
  line-height: 4;
  color: #00000099;
  border-top: 1px solid #ffffff80;
  margin-top: 45px;
  text-align: center;
}

.footerBottom a {
  color: #00000099;
}
