html,
body,
div {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.header .wrap {
  justify-content: space-between;
  align-items: center;
  padding: 0 125px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99999;
  height: 91px;
}
.header .headerMainBg {
  background: #fff !important;
}
.header .wrap .left {
  padding: 20px 0;
}
.header .wrap .left .fd_logo {
  width: 231px;
  height: 51px;
  margin-right: 50px;
}
.content {
  display: flex;
  flex-direction: column;
}
.content image {
  width: 100%;
  height: auto;
}

/* footer */
.footer div {
  display: flex;
}
.footer .wrap {
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.footer .top {
  align-items: center;
  margin-bottom: 20px;
}

.footer .bottom {
  align-items: center;
}

.footer .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.footer .text {
  display: flex;
  align-items: center;
}

.footer .text, .footer .text a {
  color: #adadad;
  font-size: 14px;
}



.footer .top span {
  display:flex;
  align-items: center;
}

