.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (max-width: 1200px) {
  .footer-new {
    overflow: hidden;
    width: 100vw;
  }
  .footer-new .yun-center {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .footer-new .footer-middle .yun-center {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .footer-new .footer-middle .yun-center li {
    width: 33%;
  }
}
@media screen and (max-width: 520px) {
  .footer-new .footer-middle .yun-center {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .footer-new .footer-middle .yun-center li {
    width: 100%;
  }
  .footer-new .footer-middle .yun-center .more-list-icon {
    display: none !important;
  }
  .footer-new .footer-middle .yun-center .list,
  .footer-new .footer-middle .yun-center .middle-list {
    display: none;
  }
  .footer-new .footer-middle .yun-center .list .subtitle,
  .footer-new .footer-middle .yun-center .middle-list .subtitle {
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px;
  }
  .footer-new .footer-middle .yun-center .middle-list .list {
    display: block;
    margin-top: 0;
  }
  .footer-new .footer-middle .yun-center li .title .wap-arrow-icon {
    display: block;
  }
}
