* {
  margin: 0;
  padding: 0;
}

#mainFooter {
  height: 248px;
  background: #353535;
  color: #ffffff;
  position: relative;
}

#mainFooter a {
  text-decoration: none;
}

#mainFooter a:hover {
  opacity: 0.8;
}

#mainFooter .mfUPTitle {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
}

#mainFooter .mfUPTitle .mfUPTitleInner {
  width: 3px;
  height: 18px;
  background: #ffffff;
  margin-right: 7px;
}

#mainFooter .mfUPTitle span {
  letter-spacing: 1px;
}

#mainFooter .mainFooterInner {
  width: 1200px;
  margin: 0 auto;
}

#mainFooter .mainFooterInner .mfUp {
  box-sizing: border-box;
  padding-top: 36px;
  display: flex;
}

#mainFooter .mainFooterInner .mfUp .mfUPL {
  width: 375px;
}

#mainFooter .mainFooterInner .mfUp .mfUPL .mfUPLC {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  width: 250px;
}

#mainFooter .mainFooterInner .mfUp .mfUPL .mfUPLC a {
  color: #f0f0f0;
  margin-right: 22px;
  margin-top: 16px;
  font-size: 15px;
}

#mainFooter .mainFooterInner .mfUp .mfUPL img {
  margin-top: 15px;
  width: 83px;
  height: 30px;
}

#mainFooter .mainFooterInner .mfUp .mfUPC {
  width: 266px;
}

#mainFooter .mainFooterInner .mfUp .mfUPC p {
  font-size: 14px;
}
#mainFooter .mainFooterInner .mfUp .mfUPC p:nth-child(2) {
  margin-top: 16px;
}
#mainFooter .mainFooterInner .mfUp .mfUPC p:nth-child(3) {
  margin-top: 16px;
}

#mainFooter .mainFooterInner .mfUp .mfUPR {
  width: 414px;
}

#mainFooter .mainFooterInner .mfUp .mfUPR p {
  font-size: 14px;
}
#mainFooter .mainFooterInner .mfUp .mfUPR p:nth-child(2) {
  margin-top:16px;
}
#mainFooter .mainFooterInner .mfUp .mfUPR p:nth-child(3)  {
  margin-top:16px;
}
#mainFooter .mainFooterInner .mfUp .mfUPR p:nth-child(4)  {
  margin-top:20px;
}

#mainFooter .mainFooterInner .mfUp .mfUpRR {
  font-size: 14px;
  font-weight: 400;
  color: #f0f0f0;
  text-align: center;
  margin-left: 43px;
}

#mainFooter .mainFooterInner .mfUp .mfUpRR p {
  line-height: 17px;
}

#mainFooter .mfDown {
  margin: 0 auto;
  height: 32px;
  width: 100%;
  background: #262626;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}

#mainFooter .mfDown a {
  color: #ffffff;
  font-size: 14px;
}

.main_aside_warp {
  display: flex;
  position: fixed;
  top: 15vh;
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
}