.media {
  background-color: #1a1a1a;
  display: block;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  width: 90%;
  padding: 20px 0;
  margin: 25px auto 25px auto;
}

.media-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  font-size: 1em;
  margin: 0 auto 10px auto;
}

.media-text {
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  font-size: 1em;
  margin: 0 auto;
}

.banner {
  width: 100%;
  margin: 0 auto 10px auto;
}

.banner img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.banner-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 0 0 10px 10px;
}

.banner-fix img {
  width: 70%;
}

.history {
  width: 100%;
  margin: 0 auto 10px auto;
}

.history-body h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  font-size: 1.4rem;
  text-align: center;
  margin: 40px auto 24px auto;
  width: 90%;
}

.history-body p {
  color: #fff;
  line-height: 1.8;
  font-size: 1.2em;
  margin: 0 auto 50px auto;
  width: 90%;
}

.history .history-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64%;
  margin: 0 auto;
}

.history .history-list-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.history .history-list-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.history .history-list img {
  width: 100%;
}

.history .history-list p {
  color: #fff;
  line-height: 1.6;
  font-size: 1em;
  margin: 10px auto 24px auto;
}

.monaco {
  width: 100%;
  margin: 0 auto 50px auto;
}

.monaco-head-list-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: center;
  margin: 35px auto 17.5px auto;
  width: 80%;
}

.monaco-head-list-text {
  color: #fff;
  line-height: 1.8;
  font-size: 1.2rem;
  margin: 0 auto;
  width: 80%;
}

.monaco-head-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.monaco-head-list-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.monaco-head-list-l > img {
  height: 250px;
  margin-bottom: 41px;
}

.monaco-head-list-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.monaco-point-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 40px auto;
  width: 90%;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7em;
  margin: 0 auto 15px auto;
  width: 80%;
}

.list-title-img {
  width: 32.5px;
  margin-right: 7px;
}

.list-l {
  display: flex;
  flex-direction: column;
}

.list-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 54%;
}

.list-r > img {
  width: 100%;
  margin-bottom: 50px;
}

.list .list-p {
  color: #fff;
  line-height: 1.8;
  font-size: 1.2em;
  margin: 0 auto 50px auto;
  width: 80%;
}

.limited {
  width: 100%;
  margin: 75px auto 50px auto;
}

.limited-head {
  margin-bottom: 50px;
}

.limited-head-title {
  width: 80%;
  margin: 0 auto 14px auto;
}

.limited-head-title img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.limited-head-subtitle {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.4em;
  margin: 0 auto 25px auto;
  width: 80%;
}

.limited-head-text {
  color: #fff;
  line-height: 1.8;
  font-size: 1.2em;
  margin: 0 auto 25px auto;
  width: 80%;
}

.limited-subtitle {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6em;
  margin: 20px auto 6px auto;
  width: 80%;
}

.limited-title {
  margin: 0 auto 25px auto;
  width: 80%;
}

.limited-text {
  color: #fff;
  line-height: 1.8;
  font-size: 1.2em;
  margin: 0 auto 25px auto;
  width: 80%;
}

.limited-img {
  margin: 0 auto 25px auto;
}

.limited-img img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}

.event {
  width: 100%;
  margin: 50px auto 50px auto;
}

.event-head {
  margin-bottom: 25px;
}

.event-head-title {
  margin: 0 auto 12.5px auto;
}

.event-head-title img {
  display: block;
  margin: 0 auto;
}

.event-head-subtitle {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.4em;
  margin: 0 auto 25px auto;
  width: 90%;
}

.event-info {
  border: 1px solid #707070;
  width: 90%;
  padding: 25px;
  margin: 0 auto 25px auto;
}

.event-info-img {
  width: 100%;
}

.event-info-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}

.event-info-head-l {
  width: 220px;
}

.event-info-head-r {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 70px;
}

.event-info-head-map {
  width: 100%;
}

.event-info-head-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.15em;
  margin-bottom: 5px;
}

.event-info-head-sub {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 0.8em;
}

.event-info-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-info-body-title {
  margin-bottom: 10px;
}

.event-info-body-text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  font-size: 0.9em;
  margin-bottom: 25px;
}

.event-sub {
  border: 1px solid #707070;
  width: 90%;
  padding: 25px;
  margin: 0 auto 25px auto;
}

.event-sub-img {
  width: 100%;
}

.event-sub-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-sub-head-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.4em;
  margin-bottom: 25px;
}

.event-sub-subtitle {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6em;
  margin: 25px 0 6px 0;
}

.event-sub-title {
  margin-bottom: 25px;
}

.event-sub-spec {
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  font-size: 0.7em;
  margin-bottom: 15px;
  width: 100%;
}

.event-sub-text {
  color: #fff;
  line-height: 1.8;
  font-size: 0.8em;
  margin-bottom: 25px;
  width: 100%;
}

.event-sub-detail {
  width: 95px;
}

@media screen and (min-width: 769px) {
  .media {
    width: 540px;
    padding: 40px 0;
    margin: 50px auto 100px auto;
  }
  .media-title {
    font-size: 1.6rem;
    margin: 0 auto 20px auto;
  }
  .media-text {
    font-size: 1.8rem;
  }
  .banner {
    margin: 0 auto 100px auto;
  }
  .banner img {
    width: 35%;
  }
  .banner-fix {
    margin: 0 0 20px 20px;
  }
  .banner-fix img {
    width: 500px;
  }
  .history {
    margin: 0 auto;
    width: 1000px;
  }
  .history-body h2 {
    font-size: 3.2rem;
    margin: 0 auto 48px auto;
    width: 100%;
  }
  .history-body p {
    font-size: 1.6rem;
    margin: 0 auto 100px auto;
    width: 100%;
  }
  .history .history-list {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
  }
  .history .history-list-l {
    margin-right: 50px;
  }
  .history .history-list img {
    width: 480px;
  }
  .history .history-list p {
    font-size: 1.4rem;
    margin: 18px auto 48px auto;
    width: 480px;
  }
  .monaco {
    margin: 100px auto 150px auto;
    width: 1000px;
  }
  .monaco-head-list-title {
    font-size: 2.8rem;
    margin: 35px auto 35px auto;
    width: 100%;
  }
  .monaco-head-list-text {
    font-size: 1.6rem;
    width: 100%;
  }
  .monaco-head-list {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 150px;
  }
  .monaco-head-list-l {
    align-items: flex-start;
    width: 400px;
  }
  .monaco-head-list-l > img {
    height: 500px;
    margin-left: 39px;
    margin-bottom: 0;
  }
  .monaco-head-list-r {
    width: 600px;
  }
  .monaco-point-title {
    font-size: 2.8rem;
    margin: 0 auto 40px auto;
    width: 100%;
  }
  .list {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
  .list-title {
    font-size: 2.4em;
    margin: 0 auto 30px auto;
    width: 100%;
  }
  .list-title-img {
    width: 65px;
    margin-right: 14px;
  }
  .list-l {
    width: 600px;
    margin-right: 100px;
  }
  .list-r {
    width: 400px;
  }
  .list-r > img {
    width: 300px;
    margin-bottom: 90px;
  }
  .list .list-p {
    font-size: 1.6rem;
    margin: 0 auto 90px auto;
    width: 600px;
  }
  .limited {
    margin: 150px auto 100px auto;
    width: 1000px;
  }
  .limited-head {
    margin-bottom: 100px;
  }
  .limited-head-title {
    margin: 0 auto 28px auto;
    width: 100%;
  }
  .limited-head-title img {
    width: 582px;
  }
  .limited-head-subtitle {
    font-size: 2.8rem;
    margin: 0 auto 50px auto;
    width: 100%;
  }
  .limited-head-text {
    font-size: 1.6rem;
    margin: 0 auto 50px auto;
    width: 100%;
  }
  .limited-subtitle {
    font-size: 3.6rem;
    margin: 40px 0 12px  0;
    width: 100%;
  }
  .limited-title {
    margin-bottom: 50px;
    width: 100%;
  }
  .limited-text {
    font-size: 1.6rem;
    margin-bottom: 50px;
    width: 600px;
  }
  .limited-img {
    margin: 50px 0 15px  -47px;
  }
  .limited-img img {
    width: auto;
    height: 320px;
  }
  .event {
    margin: 150px auto 100px auto;
    width: 1000px;
  }
  .event-head {
    margin-bottom: 100px;
  }
  .event-head-title {
    margin: 0 auto 25px auto;
  }
  .event-head-subtitle {
    font-size: 2.8rem;
    margin: 0 auto 50px auto;
    width: 100%;
  }
  .event-info {
    width: 1000px;
    padding: 50px;
    margin: 0 auto 50px 0;
  }
  .event-info-head {
    margin-bottom: 80px;
  }
  .event-info-head-l {
    width: 760px;
  }
  .event-info-head-r {
    width: 140px;
  }
  .event-info-head-title {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  .event-info-head-sub {
    font-size: 1.6rem;
  }
  .event-info-body-title {
    margin-bottom: 20px;
  }
  .event-info-body-text {
    font-size: 1.6rem;
    margin-bottom: 100px;
  }
  .event-sub {
    width: 1000px;
    padding: 50px;
  }
  .event-sub-head-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .event-sub-subtitle {
    font-size: 3.6rem;
    margin: 50px 0 12px 0;
  }
  .event-sub-title {
    margin-bottom: 50px;
  }
  .event-sub-spec {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .event-sub-text {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .event-sub-detail {
    width: 190px;
  }
}
