.footer {
  background: #fff;
  color:#666;
}
.foot-nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;

}
.foot-title {
  color:#fff;
}
li a {
  color:#666;
  font-family: "微软雅黑","宋体","Arail" !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 20px 21px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
}
.foot-nav li+li a::before{
  content: '';
  margin-right:25px;
  display: inline-block;
  width:1px;
  height:16px;
  line-height: 30px;
  background: #666666;
  box-shadow: 1px 0px 1px 0px;
}
.foot ul {
  border-bottom:1px solid #c1c1c1;
}
.foot-form {
  width: 100%;
  height: 145px;
  font-size: 28px;
  color: #666;
  text-align: center;
}
.foot-form form {
  margin-top:60px;
  font-size:18px;
  position: relative;
}
.foot-form form .mobile {
  display: inline-block;
}
.foot-form form input {
   padding-left: 65px;
}
