body {
  background-color: #cb9258;
}

.page-header {
  width: 100%;
  height: 1080px;
  background-image: url("/yanhuangjiusheng/img/page-header.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.m-header img {
  width: 100%;
  height: auto;
}

.main-nav {
  width: 100%;
  height: 90px;
  background-color: #850000;
}

.main-nav-m {
  width: 100%;
  height: 45px;
  background-color: #850000;
}

.main-nav a {
  line-height: 90px;
  color: #fff;
  text-decoration-line: none;
  margin-right: 40px;
  font-size: 24px;
}

.nav-wrapper {
  display: flex;
  justify-content: space-around;
}

.main-nav-m a {
  line-height: 40px;
  color: #fff;
  text-decoration-line: none;
  font-size: 16px;
}

.nav-active {
  border-bottom: 1px #ffffff solid;
  padding-bottom: 8px;
}

.nav-active-m {
  border-bottom: 1px #ffffff solid;
}

.main-content {
  background-color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 24px;
}

.main-content img {
  max-width: 100%;
  margin: 50px;
}

.main-content-m img {
  width: 100%;
}

.m-bottom-button {
  background-color: #ffffff;
  width: 80%;
  margin: 0 auto 50px auto;
}

.m-bottom-button img {
  width: 100%;
}


/* 作品报送 */
.submit-wrapper {
  background-color: #ffffff;
  padding: 24px;
}