@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .footer {
    width: 100vw;
  }
  body div.footer .mt-center {
    width: 100%;
    padding: 0 20px;
  }
  .footer .footer-top .footer-top-left .footer-top-left-item:nth-child(1) {
    margin-right: 35px;
  }
  .footer .footer-top .footer-top-left .footer-top-left-item:nth-child(2) {
    margin-right: 87px;
  }
  .footer .footer-top .footer-top-left .footer-top-left-item:nth-child(3) {
    margin-right: 45px;
  }
  .cookie-settings {
    width: 100%;
  }
  .cookie-settings .cookie-settings-box > p {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 1023px) {
  body div.footer {
    width: 100vw;
  }
  body div.footer .mt-center {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 4.26vw;
  }
  body div.footer .footer-lang-box {
    order: -1;
    align-self: flex-end;
    width: 100%;
    margin-top: 15px;
  }
  body div.footer .footer-top-right-logo-icon {
    display: none;
  }
  body div.footer .footer-lang-logo-icon {
    display: block;
  }
  body div.footer .footer-language {
    width: auto;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
  body div.footer .footer-language .en-items {
    left: auto;
    right: 1px;
  }
  body div.footer .footer-language .language-icon {
    background-image: url("/images/footer/footer-xiala-min.png");
  }
  body div.footer .footer-language .language-xiala {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-image: url("/images/footer/jiantou.png");
  }
  body div.footer .footer-top {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  body div.footer .footer-top .footer-top-left {
    display: flex;
    flex-direction: column;
  }
  body div.footer .footer-top .footer-top-left .footer-top-left-item {
    margin-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  body div.footer .footer-top .footer-top-left .footer-top-left-item .title {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
  }
  body div.footer .footer-top .footer-top-left .footer-top-left-item .title::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/images/footer/jiantou.png") no-repeat 0 0 / 100% 100%;
  }
  body div.footer .footer-top .footer-top-left .footer-top-left-item > ul {
    display: flex;
    overflow: hidden;
    transition: max-height 0.5s linear;
    max-height: 0;
  }
  body div.footer .footer-top .footer-top-left .footer-top-left-item > ul > li {
    width: 33.3%;
  }
  body div.footer .footer-top .footer-top-left .footer-top-left-item > ul > li:not(:nth-child(3n)) {
    padding-right: 2.6vw;
  }
  body div.footer .footer-top .footer-top-left .item-active {
    border-bottom: none;
  }
  body div.footer .footer-top .footer-top-left .item-active > ul {
    transition: max-height 0.5s linear;
    max-height: 220px;
  }
  body div.footer .footer-top .footer-top-right {
    margin-left: 0;
  }
  body div.footer .footer-top .footer-top-right .twocodes {
    margin-top: 15px;
    justify-content: center;
  }
  body div.footer .footer-top .footer-top-right .twocodes .code {
    margin: 0 0;
  }
  body div.footer .footer-top .footer-top-right .twocodes .code:not(:last-child) {
    margin-right: 8vw;
  }
  body div.footer .footer-top .footer-top-right .contact-list {
    justify-content: center;
  }
  body div.footer .footer-links {
    margin-top: 8vw;
    justify-content: left;
  }
  body div.footer .links {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-top-left-item:nth-child(4) {
    display: none;
  }
  .cookie-settings {
    width: 100%;
  }
  .cookie-settings .cookie-settings-box > p {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .cookie-settings .cookie-settings-box {
    margin: 5.33vw;
    display: block;
  }
  .cookie-settings .cookie-settings-box > p {
    width: auto;
    flex: 1;
  }
  .cookie-settings .btn-box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cookie-settings .agree-btn {
    width: auto;
    height: auto;
    padding: 8px 30px;
  }
}
