@charset "UTF-8";
div {
  cursor: default;
  box-sizing: border-box;
}
body{
  margin: 0px;
}
a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/* 完全隐藏滚动条 */
::-webkit-scrollbar {
  display: none;
}

.footer {
  width: 100%;
  height: 360px;
  background: #3B3839;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container {
  width: 1050px;
  height: 360px;
  display: flex;
}
.footer-container-connect {
  display: flex;
}
.footer-container-connect-QR {
  margin: 23px 8px 0 10px;
}
.footer-container-connect-QR-code {
  width: 90px;
  height: 105px;
  background: #4B4849;
  margin-top: 20px;
  padding: 7px 7px 0;
}
.footer-container-connect-QR-code-img {
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-color: white;
}
.footer-container-connect-QR-code-desc {
  font-family: AppleSystemUIFont;
  font-size: 12px;
  color: #BBBABA;
  line-height: 18px;
  text-align: center;
}
.footer-container-connect-information {
  margin: 26px 14px 0 5px;
}
.footer-container-connect-information-img {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  margin: 2px 16px 0 0;
}
.footer-container-connect-information-container {
  display: flex;
  margin-top: 18px;
  padding: 10px 0 0px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  line-height: 26px;
}
.footer-container-connect-information-container-tit {
  color: #A2A2A2;
  white-space: nowrap;
}
.footer-container-connect-information-container-desc {
  color: #D0D0D0;
  white-space: nowrap;
}
.footer-container-map {
  width: 282px;
  min-width: 282px;
  height: 290px;
  background-size: 100% 100%;
  margin: 20px 25px 0 50px;
}
.footer-container-nav {
  margin-top: 10px;
}
.footer-container-nav-navbar {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer-container-nav-navbar-parent {
  font-size: 12px;
  color: #D3D3D3;
  line-height: 24px;
  letter-spacing: 11px;
  white-space: nowrap;
  display: flex;
}
.footer-container-nav-navbar-parent-name {
  width: 46px;
}
.footer-container-nav-navbar-parent::after {
  content: "";
  height: 22px;
  border: 1px solid #979797;
  margin: 0 -2px 0 5px;
}
.footer-container-nav-navbar-child {
  font-size: 10px;
  color: #CCCCCC;
  line-height: 27px;
  margin-left: 15px;
  white-space: nowrap;
}
