footer {
  width: 100%;
  height: 580px;
  background: #0B264A;
  padding: 90px 0 60px 0;
  color: #FFFFFF;
}
.footer {
  width: 1400px;
  margin: auto;
}
.footer-top-list {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
}
.footer-top-list a {
  color: rgba(255, 255, 255, .8);
}
.footer-top-list a:hover {
  color: #337ab7;
}
.footer-top-item:first-child {
  margin: 0 145px 0 0;
}
.footer-top-item:nth-child(2) {
  margin: 0 80px 0 0;
}
.footer-top-item:nth-child(3) {
  margin: 0 158px 0 0;
}
.footer-top-item:last-child {
  margin: 0 0 0 auto;
}
.footer-top-item:last-of-type {
  display: flex;
}
.footer-top-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.footer-top-item .text:not(:first-of-type) {
  margin: 18px 0 0 0;
}
.footer-top-item .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
.footer-top-item .qrcode:last-of-type {
  margin: 0 0 0 20px;
}
.footer-top-item .qrcode img {
  width: 108px;
  height: 108px;
  margin: 0 0 12px 0;
}
.footer-logo {
  width: 182px;
  height: 40px;
  margin: 0 0 50px 0;
}
footer .telephone-icon img {
  width: 20px;
  height: 20px;
  margin: 0 14px 0 30px;
}
footer .telephone {
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0 0 60px;
}
.footer-line {
  width: 1400px;
  height: 1px;
  background: #888888;
  opacity: .3;
  margin: 40px 0;
}
.footer-bottom-list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
}
.footer-bottom-list a {
  color: rgba(255, 255, 255, .8);
}
.footer-bottom-list a:hover {
  color: #337ab7;
}
.footer-bottom-list img {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
}
.footer-bottom-list img.sac {
  width: 30px;
}
.footer-bottom-item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.footer-bottom-item .friendly-links {
  margin: 0 12px 0 0;
}
.footer-bottom-item .img-box {
  margin: 0 30px 0 0;
}
.footer-bottom-item:last-of-type {
  font-size: 12px;
  flex-direction: column;
}
.footer-bottom-item .links, .footer-bottom-item .police, .footer-bottom-item .address {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .8);
  margin: 0 0 4px 0;
}
.footer-bottom-item .police a {
  margin: 0 4px;
}
.footer-bottom-item .links a {
  margin: 0 12px;    
  position: relative;
}
.footer-bottom-item .links a:first-of-type {
  margin: 0 12px 0 0;
}
.footer-bottom-item .links a:not(:last-of-type)::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 2px;
  right: -12px;
  width: 1px;
  height: 12px;
  background: #aaa;
  opacity: .6;
}
.footer-bottom-item .more-links-box {
  position: relative;
}
.footer-bottom-item .more-links-popup {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 1400px;
  right: -110px;
  bottom: 20px;
}
.footer-bottom-item .more-links-popup .more-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 52px;
  width: 1400px;
  height: 142px;
  background: #fff;
  border-radius: 4px;
}
.footer-bottom-item .more-links-popup .triangle {
  width: 16px;
  height: 8px;
  margin: 0 130px 0 auto;
}
.footer-bottom-item .more-links-popup a {
  color: #333;
  width: 154px;
  font-size: 16px;
}
.footer-bottom-item .more-links-popup a:hover {
  color: #337ab7;
}
.footer-bottom-item .more-links-popup a:nth-child(9n) {
  width: 64px
}
#fixbar {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 100px;
  z-index: 1001;
  display: none;
}
#fixbar > div > span {
  display: none;
  max-height: 38px;
  max-width: 38px;
  width: 38px;
  min-width: 38px;
  text-align: center;
  margin: auto -8px;
}
#fixbar a {
  color: #fff;
}
#fixbar img {
  width: 20px;
  height: 20px;
}
#fixbar > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  margin: 8px 0 0 0;
  padding: 8px;
  position: relative;
  transition: all .2s;
}
#fixbar > *:hover {
  background: #004098;
  border: 1px solid #013885;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  letter-spacing: 1px;
}
#fixbar > *:hover span {
  display: block;
}
#fixbar > *:hover > img {
  display: none;
}

#fixbar i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#fixbar > *:hover i {
  visibility: visible;
  opacity: 1;
}
#fixbar-app i {
  top: -42px;
  left: -142px;
}
#fixbar-app i .right-app-download {
  height: 120px;
  display: flex;
  align-items: center;
}
#fixbar-app i .right-app-download .triangle-white-icon {
  width: 16px;
  height: 8px;
  background: url(/main/nffund/images/icons/triangle-white.png) no-repeat;
  transform: rotate(90deg);
  margin: 0 0 0 -4px;
}
#fixbar-app i img {
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 6px;
}
#fixbar-search i {
  width: 360px;
  height: 44px;
  top: 0;
  left: -362px;
}
#fixbar-search i input {
  background: url(/main/nffund/images/icons/footer/search-icon.png) 12px center no-repeat;
  background-color: #fff;
  width: 288px;
  height: 42px;
  padding: 8px 8px 8px 40px;
  border-radius: 6px 0 0 6px;
  font-style: normal;
  font-size: 16px;
}
#fixbar-search i .input-group {
  display: flex;
  margin: 0 20px 0 0;
}
#fixbar-search i .input-group .input-group-btn {
  width: 72px;
  max-width: 72px;
}
#footer-search {
  width: 72px;
  height: 42px;
  border-radius: 0 6px 6px 0;
  font-style: normal;
  font-size: 16px;
}
