.footer {
  width: 100%;
  padding: 32px 0 40px;
  color: #fff;
  background-color: #2783d9;
}
.footer-content {
  width: 1240px;
  margin: 0 auto;
}
.footer-wrap {
  width: 876px;
}
.footer-link {
  margin-bottom: 24px;
}
.footer-link-label {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
}
.footer-link-value {
  position: relative;
  width: 200px;
  height: 38px;
  margin-left: 16px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.footer-link-value p {
  color: #222;
  font-size: 12px;
  line-height: 38px;
  padding-left: 24px;
}
.footer-link-value p::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url('/template/1/hncdc/assets/selectIco.png') no-repeat;
}
.footer-link-option {
  display: none;
  position: absolute;
  z-index: 20;
  bottom: 37px;
  left: 0;
  width: 100%;
  color: #222;
  font-size: 12px;
  border-bottom: #eee 1px solid;
  background-color: #fff;
}
.footer-link-option li a {
  display: block;
  padding-left: 25px;
  height: 30px;
  line-height: 30px;
}
.footer-link-option li a:hover {
  background-color: #2371b9;
  color: #fff;
}
.footer-desc {
  font-size: 12px;
  color: #fff;
}
.footer-desc p {
  margin-bottom: 20px;
}
.footer-desc p span {
  display: inline-block;
  margin-right: 20px;
}
.footer-share {
  font-size: 12px;
  color: #fff;
}
.bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.footer-wechat {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: center;
}
.footer-wechat p {
  margin-top: 14px;
  font-weight: bold;
}
.footer-wechat span {
  display: block;
  margin-top: 8px;
}
