.footer {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  position: relative;
}
.footer .footer-top .footer-top-left {
  display: flex;
  margin-left: 0;
}
.footer .footer-top .footer-top-left .footer-top-left-item .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .footer-top .footer-top-left .footer-top-left-item ul li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
.footer .footer-top .footer-top-left .footer-top-left-item ul li a {
  display: flex;
}
.footer .footer-top .footer-top-left .footer-top-left-item .tele-box {
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  white-space: nowrap;
  padding: 4px 10px;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  top: -29px;
  left: -51px;
  display: none;
}
.footer .footer-top .footer-top-left .footer-top-left-item .tele-con {
  position: relative;
}
.footer .footer-top .footer-top-left .footer-top-left-item .tele-con:hover .tele-box {
  display: block;
}
.footer .footer-top .footer-top-left .footer-top-left-item:nth-child(1) {
  margin-right: 110px;
}
.footer .footer-top .footer-top-left .footer-top-left-item:nth-child(2) {
  margin-right: 162px;
}
.footer .footer-top .footer-top-left .footer-top-left-item:nth-child(3) {
  margin-right: 120px;
}
.footer .footer-top .footer-top-right {
  margin-left: 40px;
  position: relative;
  margin-right: 0;
}
.footer .footer-top .footer-top-right .footer-top-right-logo-icon {
  position: absolute;
  right: 0;
  width: 180px;
  height: 48px;
}
.footer .footer-top .footer-top-right .footer-top-right-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-top .footer-top-right .twocodes {
  display: flex;
  margin-top: 50px;
}
.footer .footer-top .footer-top-right .twocodes .code {
  margin: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-top .footer-top-right .twocodes .code:not(:last-child) {
  margin-right: 30px;
}
.footer .footer-top .footer-top-right .twocodes .code .code-icon {
  width: 100px;
  height: 100px;
  background-size: 122px;
  border-radius: 7px;
  overflow: hidden;
}
.footer .footer-top .footer-top-right .twocodes .code .code-icon img {
  width: 100%;
  height: 100%;
}
.footer .footer-top .footer-top-right .twocodes .code .code-icon.whatsapp {
  padding: 4px;
  background: #fff;
}
.footer .footer-top .footer-top-right .twocodes .code .code-text {
  font-size: 12px;
  font-weight: 500;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.footer .footer-top .footer-top-right .twocodes .code .whchat {
  width: 55px;
}
.footer .footer-top .footer-top-right .contact-list {
  height: 24px;
  display: flex;
  margin-top: 44px;
  justify-content: end;
}
.footer .footer-top .footer-top-right .contact-list .title {
  display: none;
}
.footer .footer-top .footer-top-right .contact-list ul {
  display: flex;
}
.footer .footer-top .footer-top-right .contact-list li:not(:first-child) {
  margin-left: 20px;
}
.footer .footer-top .footer-top-right .contact-list li a .contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 0px;
}
.footer .footer-top .footer-top-right .contact-list li a .contact-icon img {
  width: 100%;
  height: 100%;
}
.footer .footer-lang-box {
  display: flex;
  justify-content: space-between;
}
.footer .footer-language {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  width: 130px;
  margin-left: 0;
}
.footer .footer-language .language-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("/images/footer/footer-language.png") no-repeat 0 0 / 100% 100%;
}
.footer .footer-language .language-xiala {
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  background: url("/images/footer/footer-xiala.png") no-repeat 0 0 / 100% 100%;
}
.footer .footer-lang-logo-icon {
  display: none;
  width: 147px;
}
.footer .footer-lang-logo-icon img {
  width: 100%;
}
.footer .footer-links {
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-top: 39px;
  font-weight: 500;
}
.footer .footer-links .links-title {
  white-space: nowrap;
  margin-right: 6px;
}
.footer .footer-links .links span {
  margin-right: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-value {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  font-weight: 500;
}
.footer .footer-banquan {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  font-weight: 500;
}
.footer .footer-banquan .footer-icon {
  width: 11px;
}
.footer-language {
  cursor: pointer;
}
.footer-language .en-items {
  position: absolute;
  bottom: -95px;
  left: 25px;
  visibility: hidden;
  transition: opacity 0.3s;
  padding-top: 10px;
  width: 0;
  height: 0;
  opacity: 0;
}
.footer-language .en-items a {
  cursor: pointer;
  line-height: 30px;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-language .en-items .en-active {
  min-width: 76px;
  height: 28px;
  background: rgba(117, 50, 163, 0.05);
  color: #7532a3;
}
.footer-language .en-items img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
}
.footer-language .en-items span {
  margin-left: 4px;
  white-space: nowrap;
}
.footer-language .lang-list {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 90px;
}
.footer-language:hover .en-items {
  width: 97px;
  height: 100px;
  opacity: 1;
  visibility: visible;
}
.cookie-settings {
  width: 1200px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(126, 47, 159, 0.1);
  border-radius: 12px 12px 0px 0px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: bottom 0.5s;
  cursor: default;
}
.cookie-settings .cookie-pos-box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid transparent;
}
.cookie-settings .cookie-pos-box .icon-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/images/index/close.png") no-repeat 6px 6px / 50% 50%;
  cursor: pointer;
}
.cookie-settings .cookie-settings-box {
  display: flex;
  justify-content: space-between;
  margin: 40px 40px 34px 40px;
}
.cookie-settings .cookie-settings-box > p {
  width: 820px;
  font-size: 14px;
  color: #191121;
  line-height: 21px;
}
.cookie-settings .high-light {
  color: #7532a3;
  text-decoration-line: underline;
  font-weight: 900;
}
.cookie-settings .btn-box p {
  text-align: center;
  margin-top: 20px;
}
.cookie-settings .agree-btn {
  width: 220px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7532a3;
  border-radius: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
}
.cookie-settings-hide {
  bottom: -170px;
}
