﻿/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/footer.css ***!
  \****************************************************************************************************************/
/* footer */
.footer {
  background-color: var(--bg-grey);
  padding: 6.45833vw 0 3.28125vw;
}

.footer .wrapper {
  position: relative;
}

.footer .footer-cons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid var(--dark-color);
  padding-top: 1.6667vw;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer .footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.footer .footer-left .footer-box {
  margin-right: 4.16667vw;
}

.footer .footer-left .footer-box-en {
  margin-right: 2.7083vw;
}

.footer .footer-box .title, .footer .footer-box .title a {
  color: var(--dark-color);
}

.footer .footer-box .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer-box .content a {
  color: #717C84;
  display: block;
}

.footer .copy-right {
  font-size: 14px;
  line-height: 2;
  margin-top: 3.8vw;
}

.footer .copy-right a {
  color: #24282B;
  margin-left: 16px;
  display: inline-block;
}

.footer .footer-right .title {
  text-align: right;
}

.footer .footer-right .content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.677083vw;
}
.footer .footer-social .footer-media a{
  color: #717C84;
}

.footer .footer-right .footer-media:first-child {
  margin-left: 0;
}

.footer .footer-right .footer-media-qrcode {
  position: absolute;
  top: 0.417vw;
  left: -9.583vw;
  width: 8.3333vw;
  height: 8.3333vw;
  display: none;
}

.footer .footer-right .footer-media-qrcode.is-active {
  display: block;
}

.footer .footer-right .footer-media-qrcode img {
  width: 100%;
  height: auto;
}

.footer-media-qrcode .media-qrcode-wechat {
  display: none;
}

.footer-media-qrcode .media-qrcode-wechat.is-active {
  display: block;
}

.footer-media-qrcode .media-qrcode-linkedin {
  display: none;
}

.footer-media-qrcode .media-qrcode-linkedin.is-active {
  display: block;
}

.footer .footer-right .footer-media .media-wechat:hover {
  color: #01DD6B;
}

.footer .footer-right .footer-media .media-red:hover {
  color: #E80008;
}

.footer .footer-right .footer-media .media-linkedin:hover {
  color: #0B66C2;
}

.footer .footer-media i {
  font-size: 35px;
  display: block;
}

.back-top {
  position: absolute;
  z-index: 100;
  right: var(--wrapper-padding);
  top: -4.47917vw;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid var(--theme-color);
  border-radius: 0.20833vw;
  font-size: 1.45833vw;
  color: var(--theme-color);
  display: none;
  text-align: center;
  cursor: pointer;
}

.back-top i {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media (hover: hover) {
  .footer .footer-left .footer-box .content a:hover {
    color: var(--theme-color);
  }

  .footer .footer-box .title a:hover {
    color: var(--theme-color);
  }

  .footer .copy-right a:hover {
    color: var(--theme-color);
  }

  .back-top:hover {
    background: var(--theme-color);
    color: #ffffff;
  }
}

@media (max-width: 1440px) {
  .footer .footer-cons {
    flex-direction: column;
  }

  .footer .footer-right {
    justify-content: flex-start;
    margin-top: 1.6667vw;
  }

  .footer .footer-right .title {
    text-align: left;
  }

  .footer .footer-right .content {
    justify-content: flex-start;
  }

  .footer .footer-right .footer-media {
    margin-right: 20px;
    margin-left: 0;
  }

  .footer .footer-right .footer-media-qrcode {
    left: 12.31vw;
  }

  .footer .footer-left .footer-box-en {
    margin-right: 3.4vw;
  }

  .footer .footer-left .footer-box-en:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .footer .footer-left .footer-box-en {
    margin-right: 1.25vw;
  }
}

@media (max-width: 828px), (orientation:portrait) {
  .footer {
    padding: 148px 0 44px;
  }

  .footer .footer-cons {
    padding-top: 0;
    flex-direction: column;
    line-height: 3;
    border-top: 0.5px solid var(--dark-color);
  }

  .footer .footer-left {
    flex-direction: column;
    width: 100%;
  }

  .footer .footer-left .content {
    display: none;
  }

  .footer .footer-left .footer-box {
    margin-right: 0;
    width: 100%;
    font-size: 24px;
    border-bottom: 0.5px solid var(--dark-color);
    padding: 8px 0;
    cursor: pointer;
  }

  .footer .footer-left .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .footer-left .title:after {
    display: block;
    content: "\e90d";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
  }

  .footer .footer-left .title.active:after {
    content: "\e905";
  }

  .footer .footer-left .footer-box.not-content .title::after {
    display: none;
  }

  .footer .footer-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer .footer-right .footer-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 9px 0;
    font-size: 24px;
  }

  .footer .footer-right .content {
    margin-top: 0;
    margin-left: 3.86473vw;
  }

  .footer .footer-right .footer-media {
    width: 3.38164vw;
    height: 3.38164vw;
    margin-left: 3.86473vw;
    margin-right: 0;
  }

  .footer .footer-right .footer-media-qrcode {
    right: 0;
    left: unset;
    width: 250px;
    height: 250px;
    top: -89px; 
  }

  .footer .footer-right i {
    font-size: 3.38164vw;
  }

  .footer .copy-right {
    margin-top: 0;
    font-size: 24px;
  }

  .back-top {
    top: -96px;
    width: 48px;
    height: 48px;
    font-size: 28px;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 74px 0 22px;
  }

  .footer .footer-left .footer-box {
    font-size: 14px;
  }

  .footer .footer-left .title:after {
    font-size: 12px;
  }

  .footer .footer-right .footer-box {
    padding: 9px 0;
    font-size: 14px;
  }

  .footer .footer-right .content {
    margin-left: 32px;
  }

  .footer .footer-right .footer-media {
    width: 24px;
    height: 24px;
    margin-left: 32px;
  }

  .footer .footer-right .footer-media-qrcode {
    width: 125px;
    height: 125px;
    top: -59px;
  }

  .footer .footer-right i {
    font-size: 35px;
  }

  .footer .copy-right {
    font-size: 12px;
  }

  .back-top {
    top: -48px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 4px;
  }
}

