.site-footer .footer-link a {
  color: #333;
  text-decoration: none;
}
.site-footer .footer-link a:visited {
  color: #333;
  text-decoration: none;
}
#gotoTop {
  margin-top: 9px;
}
#gotoTop a div {
  width: 144px;
  height: 33px;
  background-image: url(/media/1205/pagetop.png);
  float: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin-top: 1px; */
}
#gotoTop a div span {
  color: white;
  /* position: relative; */
  float: right;
  margin-right: 24px;
  margin-top: 8px;
}
#footerWrapper {
  min-width: 280px;
}
#footerWrapper #footerSitemap {
  max-width: 1250px;
  width: 100%;
}
#footerWrapper #footerSitemap div {
  width: 16%;
}
#footerWrapper #footerSitemap div:nth-child(2),
#footerWrapper #footerSitemap div:nth-child(3) {
  width: 18%;
}
:lang(cn) #gotoTop a div span {
  margin-right: 54px;
}
:lang(hk) #gotoTop a div span {
  margin-right: 36px;
}
:lang(cn) #footerWrapper #footerSitemap,
:lang(hk) #footerWrapper #footerSitemap {
  max-width: 960px;
}
@media only screen and (max-width: 1377px) {
  #footerWrapper #footerSitemap {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1009px) {
  #footerSitemap > div:nth-child(1),
  #footerSitemap > div:nth-child(2),
  #footerSitemap > div:nth-child(3),
  #footerSitemap > div:nth-child(4),
  #footerSitemap > div:nth-child(5),
  #footerSitemap > div:nth-child(6) {
    width: calc(25%) !important;
    padding-left: 23px;
  }
}
@media only screen and (max-width: 719px) {
  #footerSitemap > div:nth-child(1),
  #footerSitemap > div:nth-child(2),
  #footerSitemap > div:nth-child(3),
  #footerSitemap > div:nth-child(4),
  #footerSitemap > div:nth-child(5),
  #footerSitemap > div:nth-child(6) {
    width: calc(47%) !important;
    padding-left: 23px;
  }
}
@media only screen and (max-width: 465px) {
  #footerSitemap > div:nth-child(1),
  #footerSitemap > div:nth-child(2),
  #footerSitemap > div:nth-child(3),
  #footerSitemap > div:nth-child(4),
  #footerSitemap > div:nth-child(5),
  #footerSitemap > div:nth-child(6) {
    width: calc(100%) !important;
    padding-left: 23px;
  }
  #footer #f_logo {
    width: 104px;
  }
}
