footer{

  width: 980px;
  margin: 0 auto;
  position: relative;
}
footer ul{

  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 23px 0;
  border-bottom: 1px solid #ebebeb;
}
footer ul li{

  font-weight: 500;
  font-size: 13px;
  color: #666;
  line-height: 1.462em;
}
footer ul li:nth-child(8){
  font-weight: 700;
color: #222;
text-decoration: underline;
}
footer ul li a{
    
}
footer ul li a:hover{
  
  border-bottom: 1px solid;
}
address{
  
  font-size: 12px;
  color: #666;
  line-height: 1.967em;
}
#go{
  
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  text-align: center;
}
#go label{
  
  margin-right: 10px;
  position: relative;
  height: 34px;
  font-size: 12px;
  color: #666;
  line-height: 34px;
  border: none;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  width: 160px;
}
#go a{
  
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 34px;
  margin-left: -1px;
  font-size: 14px;
  color: #fff;
  line-height: 1.429em;
  background-color: #9e9e9e;
  vertical-align: top;
}