.bottom {
  width: 100%;
  margin: auto;
  height: 300px;
  background-color: #676767;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 200px;
  margin: auto;
}

.footer .tel p {
  color: #fff;
}
.footer .tel .phone {
  font-size: 18px;
  margin: 10px 0 5px 0;
}

.footer .tel .phone img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.footer ul {
  display: flex;
  justify-content: space-between;
}

.footer ul li{
  padding: 10px 30px;
  text-align: center;
}

.footer ul li p{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer ul li a{
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #d1d1d1;
}

.footer ul li .ewm {
  width: 80px;
}

.explain {
  background-color: #3c3c3c;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-evenly;*/
  align-items: center;
}

.explain p {
  color: #d1d1d1;
  font-size: 14px;
}