#quotes {
  max-width:700px;
  margin:auto;
  padding:48px 7px;
  
}

.quote {
  padding:16px 0;
  border-bottom:1px solid #eee;
}

.quote p {
  margin:0;
  line-height:1.8;
}

.name{
  font-weight: bold;
}

.com{
  font-size:12px;
  color:#999;
}

header {
  position: fixed;
  background: #ffa398;
  height: 50px;
  width: 100vw;
  top: 0px;
  left: 0px;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header a {
  text-decoration: none;
}

.app-title {
  margin: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

footer {
  position: fixed;
  text-align: center;
  background: #ffffff;
  height: 50px;
  width: 100vw;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  text-decoration: none;
  margin: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

/*锚点增高*/
html {
  scroll-padding-top: 110px;
}

/*代码块*/
.block {
  border-radius: 12px;
  background-color: #111111;
  color: #ffa398;
  font-weight: bold;
  padding: 18px;
}

.block a {
  text-decoration: underline;
}

a {
  color: #ffa398;
}

.title {
  font-size: 24px;
  margin: 5px 0px;
  padding-left: 5px;
  border-left: 4px solid #ffa398;
  color: #000000;
}