.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (max-width: 1024px) {
  footer {
    min-width: 0;
    width: 100vw;
  }
  footer .auto-center {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-top {
    align-items: center;
  }
  .footer-top .footer-top-left {
    width: auto;
    flex: 1;
  }
  .footer-top .footer-top-left .title {
    text-align: center;
    width: auto;
  }
  .footer-top .footer-top-left .subtitle {
    text-align: center;
    width: auto;
  }
  .footer-top .footer-top-left .data-list {
    justify-content: center;
  }
  .footer-top .footer-top-img {
    max-width: 80vw;
    flex: 1;
    width: auto;
    right: 0;
  }
  .footer-top .footer-top-img img {
    height: auto;
  }
  .footer-top .btn-group {
    justify-content: center;
  }
  .footer-middle-left {
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
    width: 310px;
  }
  .footer-middle-left .contact-desc {
    width: auto;
  }
  .footer-middle-left .contact-list li p {
    width: auto;
  }
  .footer-middle-right {
    flex: 1;
    margin-left: 30px;
  }
  .footer-middle-right .a-ul {
    display: flex;
    justify-content: space-between;
  }
  .footer-middle-right .a-ul li {
    margin-left: 0;
  }
  .footer-middle-right .a-ul li:nth-child(3) {
    margin-left: 0;
  }
  .footer-bottom-left {
    gap: 0;
    flex: 1;
    justify-content: space-between;
    margin-right: 10px;
  }
  .footer-bottom-left p {
    padding-right: 10px;
  }
  .footer-bottom-policy {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 64px;
  }
  footer .auto-center {
    padding-left: 4vw;
    padding-right: 4vw;
    margin: 0 auto;
    overflow: hidden;
  }
  footer .footer-top-logo {
    display: block;
    margin-top: 23px;
    margin-bottom: 28px;
    height: 28px;
  }
  footer .footer-top-logo img {
    width: auto;
  }
  footer .logo-pic {
    margin-left: 0;
    margin-right: 0;
  }
  footer hr {
    display: none;
  }
  .footer-top {
    display: none;
  }
  .footer-middle {
    margin-top: 20px;
  }
  .footer-middle-left {
    display: none;
  }
  .footer-middle-right {
    margin-top: 0;
    margin-left: 0;
  }
  .footer-middle-right .a-ul {
    display: block;
  }
  .footer-middle-right .a-ul p {
    margin-bottom: 10px;
  }
  .footer-middle-right .a-ul li {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
  }
  .footer-middle-right .a-ul li > div {
    display: none;
  }
  .footer-middle-right .a-ul .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5px;
  }
  .footer-middle-right .a-ul .subtitle {
    display: inline-block;
    white-space: nowrap;
    margin-right: 20px;
  }
  .footer-middle-right .a-ul .active .wap-arrow-icon {
    transform: rotate(180deg);
  }
  .footer-middle-right .logo-pic {
    display: none;
    justify-content: center;
  }
  .footer-bottom {
    padding-bottom: 0;
    margin-top: 20px;
    flex-direction: column;
  }
  .footer-bottom-left {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .footer-bottom-left p {
    margin-bottom: 20px;
    display: none;
  }
  .footer-bottom-left p:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-bottom-policy {
    width: 100%;
    order: -1;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 5px;
  }
  .footer-bottom-right {
    order: -1;
    margin-bottom: 20px;
  }
  .footer-links {
    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);
    transition: all 0.3s;
  }
  .wap-arrow-icon path {
    fill: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
  }
}
@media screen and (min-width: 767px) {
  .footer-middle-right .a-ul li > div {
    display: block !important;
  }
}
