body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

#copyright {
  height: 60px;
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.editer {
  position: absolute;
  top: 570px;
  width: 700px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fae4c2;
  font-size: 18px;
  line-height:25px;
  text-indent: 2em;
}

.menu {
  position: absolute;
  top: 805px;
  width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.menu a {
  color: #fae4c2;
  height: 30px;
}

.menu a:hover {
  color: #fae4c2;
}

.menu .menu-item {
  padding: 0 15px;
  height: 30px;
  border-right: 1px solid #fae4c2;
}

.menu .menu-item:nth-last-child(1) {
  border-right: none;
}

.menu .active a {
  color: #fcde50;
}

.card-box {
  background-color: #fae4c2;
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 960px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: 145px 40px;
  background-image: url('../resource/line.png');
  box-shadow: 1px 1px 4px #ccc;
}

.card-box ul {
  margin-top: 60px;
}

.card-box li {
  float: left;
  width: 47%;
  line-height: 36px;
  color: #241600;
  background-image: url('../resource/doit.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 3%;
  font-size: 18px;
}

.card-box li a {
  display: block;
  color: #a78540;
}

.card-box .more {
  position: absolute;
  right: 92px;
  color: #a78540;
  font-size: 14px;
  line-height: 30px;
  top: 26px;
}

.card-box .more a {
  color: #a78540;
}

.card-box .title {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #9d0817;
  line-height: 40px;
  left: 33px;
}

.show {
  margin-bottom: 40px;
}

