.footer {
  padding: 4.9vw 0 4.9vw 0;
  background-color: #131616;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
}
.footer_flex_left {
  width: 36%;
}
.footer_flex_right {
  width: 80%;
}
.footer_flex_right_li h1 {
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 2vw;
}
.footer_flex_right_li p {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff83;
  margin-bottom: 1.2vw;
}
.flex_right_li_dd_p p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff83;
}
.flex_right_li_dd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff12;
  margin-bottom: 13px;
}
.flex_right_li_dd:last-child {
  align-items: start;
  border-bottom: 0;
}
.flex_right_li_dd .img {
  width: 10%;
}
.flex_right_li_dd .flex_right_li_dd_p {
  width: 90%;
}
.footer_flex_right_ul {
  display: flex;
  justify-content: space-between;
}
.flex_right_li_dd_p .p11 {
  margin-bottom: 13px;
}
.footer_flex_right_li:last-child {
  width: 45%;
}
.footer2 {
  background-color: #131616;
}
.footer2_d {
  display: flex;
  justify-content: center;
}
.footer2 span {
  font-size: 16px;
  color: #ffffff2e;
}
.footer2_d {
  padding: 1.5vw 0;
  border-top: 1px solid #ffffff12;
}
