.footer {
  background: #0a101f;
  padding-top: 100px;
}
.footer .footerImg {
  width: 140px;
  height: 50px;
  margin-bottom: 40px;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 90px;
}
.footer .footer-top .footerImgs {
  width: 475px;
}
.footer .footerTitle .title {
  font-family: "MyFontSourceHanSansMedium", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #ffffff;
}
.footer .footerTitle .subtitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 24px;
}
.footer .footerTitle .copyButton {
  width: 144px;
  height: 44px;
  background: linear-gradient(227deg, #09B7FE 0%, #755DFD 100%);
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
  border-radius: 100px;
  font-family: "MyFontSourceHanSansMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}
.footer .footer-bottom {
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(224, 228, 234, 0.2);
}
.footer .footer-bottom .footer-logo {
  width: 140px;
  display: block;
}
.footer .footer-bottom .explain {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  margin-top: 27px;
}
.footer .footer-bottom a {
  color: #fff;
}
.footer .footer-bottom .contact-list .icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
}
.footer .footer-bottom .contact-list .icon svg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.footer .footer-bottom .contact-list .bg-purple {
  background-color: #755dfd;
}
.footer .footer-bottom .contact-list .bg-green {
  background-color: #40c351;
}
.footer .footer-bottom .contact-list .bg-blue {
  background-color: #1296db;
}
.footer .footer-bottom .contact-list li {
  transition: all 0.3s;
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.footer .footer-bottom .contact-list li p,
.footer .footer-bottom .contact-list li a {
  font-weight: 350;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  width: 290px;
}
.footer .channel {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}
.footer .channel .footer-bottom-right {
  display: flex;
  gap: 20px;
}
.footer .channel .footer-bottom-right svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.footer .tabLine {
  margin-left: 40px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #787b84;
}
.footer .tabLine li {
  margin-top: 10px;
  cursor: pointer;
  height: 21px;
  line-height: 21px;
}
.footer .tabLine li a {
  color: #787b84;
}
.footer .tabLine li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .tabLine .topTitle {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}
.footer .qcodeList .qcodeifno {
  width: 120px;
  font-family: "MyFontSourceHanSansNormal", sans-serif;
  font-weight: 350;
  font-size: 12px;
  color: #787b84;
  text-align: center;
  margin: 0 0;
}
.footer .qcodeList .qcodeifno .qcodeifnoImg {
  width: 120px;
  height: 120px;
  display: flex;
  margin-bottom: 4px;
}
.footer .linkUrl {
  font-family: "MyFontSourceHanSansMedium", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-top: 50px;
}
.footer .linkUrls {
  font-family: "MyFontSourceHanSansNormal", sans-serif;
  font-weight: 350;
  font-size: 12px;
  color: #787b84;
  margin-top: 14px;
}
.footer .linkUrls a {
  color: #787b84;
}
.footer .linkUrls a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .certificateList {
  font-family: "MyFontSourceHanSansNormal", sans-serif;
  font-weight: 350;
  font-size: 12px;
  color: #787b84;
  margin-top: 67px;
  text-align: center;
}
.footer .line {
  width: 100%;
  height: 1px;
  background: #181f30;
  margin: 20px 0 25px 0;
}
.footer .icpip {
  font-family: "MyFontSourceHanSansNormal", sans-serif;
  font-weight: 350;
  font-size: 12px;
  color: #787b84;
}
.footer .icpip a {
  color: #787b84;
}
