body {
  background: #f5f5f5;
}

.container {
  margin: 2rem 4rem;
}

#mallBanner img {
  width: 100%;
  height: 595px;
}

#sysBlock, #hotKeyword, #shopClass, #hotProduct, #recordProduct,
  #othersBuy, #downBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#hotKeyword {
  margin-top: 2rem;
}

#shopClass a, #hotProduct a
  {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #333;
  margin-top: 1rem;
  width: calc(100%/6);
}

#recordProduct a, #othersBuy a
  {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #333;
  margin-top: 1rem;
  width: calc(100%/3);
}

#sysBlock a {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #333;
  width: 11rem;
  margin: 1em 0;
  outline: none;
}

#hotKeyword a {
  background: #f39701;
  color: white;
  text-decoration: none;
  padding: .5rem;
  border-radius: 20px;
}

#sysBlock img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 1rem;
  background: white;
  border-radius: 50%;
  margin:0 auto;
  padding: 1em;
}

.block {
  background: white;
  padding: 2rem;
  margin-top: 2rem;
}

.downBlock {
  width: 43%;
}

.blockTitle {
  color: grey;
}

.block img {
  max-width: 180px;
  min-width: 180px;
  max-height: 180px;
  min-height: 180px;
  margin-bottom: 1rem;
}

.block img:hover {
  transform: scale(1.2, 1.2);
}

#moblieMenu {
  display: none;
  position: fixed;
  background: white;
  padding: .5rem;
  width: 96%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e5e5e5;
}

#moblieMenu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  margin: 0 2rem;
}

#moblieMenu img {
  max-width: 35px;
}

#loader img {
  width: 10rem;
  max-width: 3rem;
  min-width: 3rem;
  max-height: 3rem;
  min-height: 3rem;
}

#loadingDiv {
  text-align: center;
}