.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: 1023px) {
  footer.footer {
    min-width: 0;
    width: 100vw;
    overflow: hidden;
  }
  footer.footer .yun-center {
    padding: 0 20px;
  }
  footer .logo-pic {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-top .footer-top-left {
    position: relative;
    z-index: 1;
  }
  .footer-top .footer-top-left > .title {
    text-align: center;
  }
  .footer-top .footer-top-left .data-list {
    justify-content: center;
  }
  .footer-top .footer-top-img {
    max-width: 80vw;
    height: auto;
    right: 0;
  }
  .footer-top .btn-group {
    justify-content: center;
  }
  .footer-middle {
    display: block;
  }
  .footer-middle .platform-list {
    justify-content: center;
  }
  .footer-middle-left .a-ul {
    justify-content: center;
  }
  .footer-middle-right > p {
    text-align: center;
  }
  .footer-middle-right .qr-code-group {
    justify-content: center;
  }
  .bottom-ad-box {
    height: auto;
  }
  .bottom-ad-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  footer.footer {
    background-color: #08152a;
    padding-bottom: 64px;
  }
  footer .footer-top-logo {
    display: block;
    margin-top: 23px;
    margin-bottom: 38px;
    height: 28px;
  }
  footer .footer-top-logo img {
    width: auto;
  }
  footer .logo-pic {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-top {
    display: none;
  }
  footer.footer {
    min-width: 0;
  }
  footer.footer .yun-center {
    width: 91.47vw;
    margin: 0 auto;
    padding: 0;
    min-width: 0;
  }
  .footer-middle-left .a-ul {
    margin-top: 4vw;
    display: block;
  }
  .footer-middle-left .a-ul p {
    margin: 0 0 10px;
    padding: 5px 0;
  }
  .footer-middle-left .a-ul li {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s;
    width: auto;
  }
  .footer-middle-left .a-ul li > div {
    display: none;
  }
  .footer-middle-left .a-ul > li:nth-child(3) .subtitle:nth-child(2) {
    display: none;
  }
  .footer-middle-left .a-ul .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .footer-middle-left .a-ul .subtitle {
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px;
  }
  .footer-middle-left .a-ul .active .wap-arrow-icon {
    transform: rotate(180deg);
  }
  .footer-middle-left .platform-list {
    margin-top: 4vw;
    display: none;
  }
  .footer-middle-right {
    margin-top: 30px;
    margin-right: 0;
  }
  .footer-middle-right > p {
    display: none;
    text-align: left;
  }
  .footer-middle-right .logo-pic {
    display: none;
    justify-content: center;
  }
  .footer-middle-right .qr-code-group {
    justify-content: space-between;
    gap: 2px;
  }
  .footer-middle-right .qr-code-group > li:not(:last-child) {
    margin-right: 0;
  }
  .footer-middle-right .qr-code-group > li {
    width: 26vw;
  }
  .footer-middle-right .qr-code-group .qr-img-box {
    max-width: 100px;
    max-height: 100px;
    width: 26vw;
    height: 26vw;
  }
  .footer-middle-right .qr-code-group .qr-img-box {
    margin: 0 auto;
  }
  .footer-bottom .licence,
  .footer-bottom .links {
    display: none;
  }
  .footer-bottom .provider {
    padding-bottom: 10px;
  }
  .footer-bottom hr {
    display: none;
  }
  .wap-arrow-icon {
    display: block;
    transition: all 0.3s;
    flex-shrink: 0;
    cursor: pointer;
    width: 12px;
    height: 12px;
  }
  .wap-arrow-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .wap-arrow-icon use {
    fill: rgba(255, 255, 255, 0.8);
  }
  .wap-arrow-icon path {
    fill: rgba(255, 255, 255, 0.8);
  }
  .bottom-ad-box {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .footer-middle-left .a-ul li > div {
    display: block !important;
  }
}
