#footer {
  width: 100%;
  color: #444;
  background-color: #fff;
  padding-top: 35px;
  /* position: absolute;
  bottom: 0px; */
}

#footer .f-content {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
}

#footer .f-content>div {
  float: left;
}

#footer .f-content>div ul li {
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}

#footer .f-content>div ul li a {
  color: #666;
  font-size: 12px;
}

#footer .f-contact-us i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

#footer .f-link li {
  float: left;
  margin-right: 30px;
}

#footer .f-copyright {
  width: 1200px;
  margin: 0 auto;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0 10px 0;
}

#footer .f-copyright>div {
  text-align: center;
}

#footer .f-select {
  width: 136px;
  display: inline-block;
  border: 1px solid #E4E4E4;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 15px;
  background-color: #fff;
  position: relative;
  margin-right: 10px;
}

#footer .f-select p {
  font-size: 14px;
  float: left;
  line-height: 30px;
}

#footer .f-select span {
  height: 100%;
  float: right;
  padding-left: 5px;
}

#footer .f-select:hover .f-select-list {
  display: block;
}

#footer .f-select .f-select-list {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 0;
  width: 210px;
  display: none;
  padding-bottom: 20px;
  box-sizing: content-box;
  max-height: 300px;
}

#footer .f-select .f-select-list>div {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px #ccc;
  z-index: 10;
  position: relative;
  max-height: 303px;
}

#footer .f-select .f-select-list>div>div {
  max-height: 300px;
  overflow-y: auto;
}

#footer .f-select .f-select-list a:hover {
  color: #0081cc;
  background-color: #efefef;
}

#footer .f-select .f-select-list .x {
  border-style: solid;
  bottom: -20px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  left: 35px;
  width: 0;
  height: 0;
  border-width: 10px
}

#footer .f-select .f-select-list .y {
  border-style: solid;
  bottom: -19px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 35px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
}

#footer .f-select .f-select-list a {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 1px;
  padding: 3px 10px;
}

#footer .f-support {
  display: inline-block;
  position: relative;
  bottom: 10px;
}

#footer .f-support>span {
  margin-right: 10px;
}

#footer .f-support img {
  vertical-align: middle;
}

#footer .f-copyright .f-copy {
  font-size: 12px;
  line-height: 18px;
}

#footer .f-copyright .f-beian {
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
}

#footer .f-copyright .f-beian a {
  color: #666666;
}

#footer .f-copyright .f-beian img {
  vertical-align: bottom;
  margin-right: 2px;
}