.footer {
  display: block;
  background: #fff;
  padding-top: 10px;
  border-top: solid 1px #ddd;
}

.footer .scrollTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #0071bc;
  color: white;
  height: 45px;
  width: 45px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .SocialSite {
  display: block;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 15px 0px;
}

.footer .SocialSite .socialwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: auto;
}

.footer .SocialSite .socialwrapper .siteIcon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer .SocialSite .socialwrapper .siteIcon h2 {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.footer .SocialSite .socialwrapper .siteIcon a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: block;
}

.footer .SocialSite .socialwrapper .siteIcon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .SocialSite .socialwrapper .AppIcon {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.footer .SocialSite .socialwrapper .AppIcon h2 {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.footer .SocialSite .socialwrapper .AppIcon a {
  text-decoration: none;
  width: 100px;
  height: 50px;
}

.footer .SocialSite .socialwrapper .AppIcon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .wrapper {
  width: 1200px;
  margin: auto;
}

.footer .wrapper .city {
  display: block;
}

.footer .wrapper .city h2 {
  font-size: 19px;
  color: #000;
  margin: 0;
  padding: 10px 0px;
  font-weight: 500;
}

.footer .wrapper .city ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .wrapper .city ul li {
  padding: 2px 0px;
}

.footer .wrapper .city ul li a {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  text-decoration: none;
  border-right: solid 2px #ddd;
  padding: 0px 5px;
  margin: 2px 0px;
}

.footer .Link {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer .Link .linkItem {
  width: 24%;
  display: block;
}

.footer .Link .linkItem h2 {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 10px 0px;
  font-weight: 500;
}

.footer .Link .linkItem ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 0px;
}

.footer .Link .linkItem ul li {
  padding: 4px 0px;
}

.footer .Link .linkItem ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #444;
  font-weight: 400;
  transition: 0.6s;
}

.footer .Link .linkItem ul li a:hover {
  color: #666;
  text-decoration: underline;
}

.footer .foot {
  display: block;
  border-top: solid 1px #ddd;
}

.footer .foot .wrapper1 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 10px 0px;
}

.footer .foot .wrapper1 h2 {
  font-size: 13px;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.footer .foot .wrapper1 h3 {
  font-size: 13px;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.footer .foot .wrapper1 h3 a {
  color: #0678b1;
  text-decoration: none;
  transition: 0.6s;
}

.footer .foot .wrapper1 h3 a:hover {
  text-decoration: underline;
  color: #808;
}

@media only screen and (max-width: 768px) and (min-width: 360px) {
  .footer .wrapper {
    padding: 0px 10px;
    width: 100%;
  }
  .footer .Link .linkItem {
    width: 100%;
  }
  .footer .SocialSite .socialwrapper {
    width: 100%;
    padding: 0px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .SocialSite .socialwrapper .siteIcon {
    width: 100%;
    justify-content: center;
  }

  .footer .SocialSite .socialwrapper .AppIcon {
    justify-content: center;
    width: 1005;
  }
  .footer .foot .wrapper1 {
    width: 100%;
    padding: 10px 10px;
    justify-content: center;
  }
  .footer .foot .wrapper1 h2 {
    display: none;
  }
}
