.footer {
  background: #f7f7f7;
  padding-top: 6%;
  padding-bottom: 0;
}
.footer .w1400 {
  align-items: start;
  padding-bottom: 6%;
}
.footer ul .title {
  font-size: 20px;
  color: #0f0f0f;
  line-height: 59px;
  margin-bottom: 17px;
}
.footer ul .title:after {
  display: block;
  content: '';
  width: 15px;
  height: 2px;
  background: #ca3132;
}
.footer ul:nth-child(1) li {
  display: flex;
  align-items: center;
  line-height: 60px;
  font-size: 18px;
  color: #8c8c8c;
  border-bottom: 1px solid #e4e4e4;
}
.footer ul:nth-child(1) li img {
  margin-right: 20px;
}
.footer ul:nth-child(1) li span {
  margin: 0 10px;
}
.footer ul:nth-child(2) {
  line-height: 40px;
  width: 13%;
}
.footer ul:nth-child(2) li {
  display: inline-block;
  font-size: 18px;
  color: #8c8c8c;
  margin-right: 30px;
}
.footer ul:nth-child(2) li:nth-child(3n) {
  margin-right: 0;
}
.footer ul:nth-child(2) li:nth-child(5) {
  margin-right: 0;
}
.footer ul:nth-child(2) li:nth-child(6) {
  margin-right: 30px;
}
.footer ul:nth-child(2) li:nth-child(7) {
  margin-right: 0;
}
.footer ul:nth-child(3) {
  width: 19%;
}
.footer ul:nth-child(3) p:nth-child(2) {
  font-size: 14px;
  color: #999;
  font-style: italic;
}
.footer ul:nth-child(3) .fd1 {
  margin-top: 10px;
}
.footer ul:nth-child(3) .fd1 input {
  line-height: 48px;
  border: 1px solid #d2d2d2;
  display: block;
  width: 100%;
  background: #f7f7f7;
  padding: 0 23px;
}
.footer ul:nth-child(3) .fd1 input[type='submit'] {
  width: 150px;
  line-height: 50px;
  margin-top: 15px;
  background: #bf0001;
  font-size: 16px;
  color: #ffffff;
}
.footer ul:nth-child(3) .fd1 input::placeholder {
  font-size: 14px;
  color: rgba(55, 55, 55, 0.4);
}
.footer .footer_bar {
  display: flex;
  font-size: 16px;
  color: #ffb5b5;
  justify-content: center;
  line-height: 61px;
  background: #bf0001;
}
.footer .footer_bar span {
  margin-right: 34px;
}
.fd1 .mess_form .input .in1 {
  display: none;
}
