body {
  background-color: #f2f2f2;
  margin: 0;
  min-width: 560px;
}

p {
  font-size: 24px;
}

ol {
  font-size: 24px;
}

img {
  width: 100%;
}

.background {
  background-color: #24c9b3;
  min-height: 480px;
  min-width: 560px;
  width: 100%;
  z-index: -1;
}

.container {
  margin: auto;
  padding: 40px 0 20px;
  width: 560px;
}

.feimoir {
  background-image: url(/static/icon/feimoir.png);
  background-size: contain;
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  height: 78px;
  margin: 0 auto 80px;
  width: 320px;
}

.date {
  color: white;
  height: 40px;
  text-align: center;
  width: 100%;
}

.quote {
  font-family: cursive;
  font-style: italic;
  margin-left: 48px;
}

.menu {
  min-height: 228px;
  padding: 16px;
  width: 528px;
}

.menu-option {
  background-color: #ffffff40;
  cursor: pointer;
  float: left;
  margin: 2px;
  width: 128px;
}

.menu-option:hover {
  background-color: #ffffff60;
}

.menu-option:active {
  background-color: #ffffff80;
}

.menu-image {
  background-size: contain;
  height: 100px;
  margin: 20px auto;
  width: 100px;
}

.menu-text {
  color: white;
  font-family: cursive;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.article-item {
  background-color: #ffffff40;
  clear: both;
  margin: 4px 0;
  min-height: 56px;
  padding: 2px;
}

.article-icon {
  background-size: contain;
  height: 56px;
  float: left;
  margin-right: 8px;
  width: 56px;
}

.article-title {
  display: inline-block;
  font-size: 20px;
}

.content {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 0 16px 0 #00000080;
  padding: 16px;
  width: 528px;
}

.note {
  font-size: 16px;
  margin: 4px 0;
}

.image {
  margin: auto;
}

.fei {
  background-image: url(/static/icon/fei.png);
  background-size: contain;
  height: 40px;
  margin: 30px auto 0px;
  width: 40px;
}

.sitelink {
  text-align: center;
  width: 100%;
}

.hiddenlink {
  color: black;
  text-decoration: none;
}

.hiddenlink:hover {
  color: -webkit-link;
  text-decoration: underline;
}

.beian {
  background-image: url(/static/icon/beian.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
  padding-left: 24px;
}
