.qt-footer-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  padding: 32px 96px;
  padding-left: 154px;
  background-color: var(--qtd-fun-color-14);
  transition: all 0.3s ease;
}
.qt-footer-content .qt-footer-content-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 27px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .footer-logo {
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .footer-logo img:nth-child(1) {
  margin-right: 8px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .khjl-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .khjl-box .tel {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  display: flex;
  align-items: center;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .khjl-box .tel img {
  width: 20px;
  height: 20px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .khjl-box .jl-tel {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .khjl-box > img {
  width: 108px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .kf-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .kf-box > a {
  display: flex;
  width: 132px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  transition: all 0.3s ease;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .kf-box > a:hover {
  border-color: rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.85);
}
.qt-footer-content .qt-footer-content-box .footer-content-left .text {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .text i {
  font-size: 12px;
  margin-right: 8px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .media-account-box {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  gap: 16px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .media-account-box .account-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.53);
  color: var(--qtd-fun-color-10);
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .media-account-box .account-item img {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
}
.qt-footer-content .qt-footer-content-box .footer-content-left .media-account-box .account-item:hover {
  color: var(--qtd-fun-color-7);
}
.qt-footer-content .qt-footer-content-box .footer-content-left .media-account-box .account-item:hover img {
  display: block;
}
.qt-footer-content .qt-footer-content-box .footer-content-right {
  display: flex;
  gap: 80px;
  width: -moz-max-content;
  width: max-content;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .href-box {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  flex-wrap: wrap;
  max-width: 136px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .href-box > a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 400;
  min-width: 52px;
  line-height: 12px;
  transition: all 0.3s ease;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .href-box > a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .href-box > a:last-child {
  margin-bottom: 0;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item > p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 600;
  height: 22px;
  margin-bottom: 16px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 132px;
  gap: 16px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item {
  position: relative;
  width: 100%;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 28px;
  padding: 0 8px;
  cursor: pointer;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item span, .qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item .hover-img {
  display: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item .hover-img .name {
  color: #333;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item .hover-img img {
  width: 132px;
  margin-bottom: 4px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item .hover-img .icon-box {
  color: #e8e8e8;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item .hover-img .desc {
  color: #00B277;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.qt-footer-content .qt-footer-content-box .footer-content-right .right-item .media-account-box .account-item:hover .hover-img {
  display: flex;
}
.qt-footer-content .qt-footer-text-box {
  width: 100%;
  text-align: center;
  border-top: 1px solid #474747;
  padding-top: 16px;
}
.qt-footer-content .qt-footer-text-box p {
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 20px;
}
.qt-footer-content.left-active {
  padding-left: 336px !important;
}

@media screen and (max-width: 950px) {
  .qt-footer-content .qt-footer-content-box .footer-content-left {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .qt-footer-content.left-active .qt-footer-content-box .footer-content-left {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */