.footer {
  width: 100%;
  height: 130px;
  background-color: #DDDDDD;
  text-align: center;
  position: relative;
}
.footer .footer_main {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_main .footer_left {
  text-align: left;
}
.footer .footer_main .footer_left h2 {
  margin-bottom: 20px;
  color: #666666;
}
.footer .footer_main .footer_left p {
  line-height: 20px;
  color: #666666;
}
.footer .footer_main .footer_left .footer_left_lastp {
  margin-top: 28px;
}
.footer .footer_main .footer_left .footer_left_lastp a {
  color: #666666;
}
.footer .footer_main .footer_right {
  text-align: center;
}
.footer .footer_main .footer_right h2 {
  margin-bottom: 20px;
  color: #666666;
}
.footer .footer_main .footer_right p {
  line-height: 20px;
  color: #666666;
}
.footer .fot_bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 134px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
}
.footer .fot_bg .fot_cont {
  width: 962px;
  line-height: 24px;
  #font-family: SanFranciscoText;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
  text-align: left;
}
.footer .fot_bg .fot_btn {
  width: 130px;
  height: 52px;
  line-height: 52px;
  background: #FFB800;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 1;
}
.footer .fot_bg .fot_btn a {
  color: #FFFFFF;
}
